1 | initial version |
the prebuild packages come with a single opencv_world310.lib, which contains all calib3d, core,features2d, ... modules. please just link against that.
also, please rather use http://docs.opencv.org/master/
2 | No.2 Revision |
the prebuild packages come with a single opencv_world310.lib, which contains all calib3d, core,features2d, ... modules. please just link against that.
also, please rather use http://docs.opencv.org/master/
3 | No.3 Revision |
the prebuild packages come with a single opencv_world310.lib, which contains all calib3d, core,features2d, ... modules. please just link against that.
(also make sure, you use the "d" version for DEBUG build, and the one without for RELEASE)