검색결과
답을 찾았다.
I would not go for the solution of using the microsoft symbol servers. This will basically mean that each time you fire up the application, it has to connect to those servers to retrieve data.
These errors are actually warnings which have no influence in the execution of your application. They are created by using the prebuilt binaries. PDB files are basically debug packages that help your debugger dive into prebuilt dll code, when errors occur. However, since they are system specific, they cannot be supplied with prebuilt binaries.
So either ignore the messages OR build openCV yourself on your system,
결론은 이 에러들은 프로그램을 실행시키는데는 영향이 없는 에러들이다.
만약 디버깅했는데 콘솔이 그냥 꺼지는 현상이 발생하면 먼저 Ctrl+F5, 그래도 꺼지면 설정을 변경하면 된다.
설정에 대한 설명은 전 글에 포스트 해놨다.
반응형
'IT > OpenCV' 카테고리의 다른 글
영상을 행렬로, 행렬을 영상으로... (0) | 2014.12.19 |
---|---|
커널 Kernel in Image processing (0) | 2014.12.19 |
영상 카메라 띄우기 (0) | 2014.12.19 |
lifecam hd-3000 test on vs2010 (1) | 2014.12.19 |
타원, 텍스트 그리기 (0) | 2014.12.19 |