C++ .pdb符号赢得';即使我添加了工具设置,也无法加载->;调试

C++ .pdb符号赢得';即使我添加了工具设置,也无法加载->;调试,c++,opencv3.0,C++,Opencv3.0,我在我的项目上工作,但由于卸载的.pdb符号,我编写的所有代码都无法运行。告诉我该怎么做:( 这是密码 #include <iostream> #include "opencv2/opencv.hpp" #include "opencv2/core.hpp" using namespace cv; using namespace std; int main() { bool showLogTransformedHuMoments = true; string fi

我在我的项目上工作,但由于卸载的.pdb符号,我编写的所有代码都无法运行。告诉我该怎么做:(

这是密码

#include <iostream>
#include "opencv2/opencv.hpp"
#include "opencv2/core.hpp"

using namespace cv;
using namespace std;

int main()
{
    bool showLogTransformedHuMoments = true;
    string filename("D:\KULIAH\TA\database\F1\frame_v_thres.jpg");
    Mat im1 = imread(filename, IMREAD_GRAYSCALE);
    threshold(im1, im1, 0, 255, THRESH_OTSU);

    Moments moment = moments(im1, false);

// Calculate Hu Moments calculates the Hu moment
double huMoments[7];
HuMoments(moment, huMoments);

// Print Hu Moments
cout << filename << ": ";

for (int i = 0; i < 7; i++)
{
    if (showLogTransformedHuMoments)
    {
        // Log transform Hu Moments to make squash the range
        cout << -1 * copysign(1.0, huMoments[i]) * log10(abs(huMoments[i])) << " ";
    }
    else
    {
        // Hu Moments without log transform.
        cout << huMoments[i] << " ";
    }
}
// One row per file
cout << endl;
}

在这一步你不需要它。这不是你的代码不能运行的原因。但是我的代码中没有错误。你能告诉我吗?我只是附上我使用的代码,如果你想告诉我错误是什么,你会很高兴你能用[F10]在代码行中走多远?在这一步你不需要它。这不是你的代码不能运行的原因。但是我的代码中没有错误。你能告诉我吗?我只是附上我使用的代码,如果你想告诉我错误是什么,你会很高兴你能用[F10]在代码行中走多远?
'matchshapes.exe' (Win32): Unloaded 'C:\Windows\System32\winmmbase.dll'
'matchshapes.exe' (Win32): Unloaded 'C:\Windows\System32\winmmbase.dll'
'matchshapes.exe' (Win32): Unloaded 'C:\Windows\System32\atig6txx.dl