Unresolved external symbol error in openCV

旧时模样 提交于 2019-12-06 15:22:24
Abhishek kumar

As you are saying that you are using VS and the demo programs of displaying images works fine.Maybe you have just added few lib files in Additional Dependencies.Go on add some more required for the function.Also it seems you want to try out PCA on your data.please see the documentation of PCA at http://opencv.itseez.com/modules/core/doc/operations_on_arrays.html?highlight=pca#PCA.And if you want some really working code visit this page. The set of input can of different database but must be gray scale and resized to same size.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!