1 2 3 4 5 6
| 1>Img.obj : error LNK2019: symbole externe non résolu "double __cdecl cv::calibrateCamera(class std::vector<class std::vector<class cv::Point3_<float>,class std::allocator<class cv::Point3_<float> > >,class std::allocator<class std::vector<class cv::Point3_<float>,class std::allocator<class cv::Point3_<float> > > > > const &,class std::vector<class std::vector<class cv::Point_<float>,class std::allocator<class cv::Point_<float> > >,class std::allocator<class std::vector<class cv::Point_<float>,class std::allocator<class cv::Point_<float> > > > > const &,class cv::Size_<int>,class cv::Mat &,class cv::Mat &,class std::vector<class cv::Mat,class std::allocator<class cv::Mat> > &,class std::vector<class cv::Mat,class std::allocator<class cv::Mat> > &,int)" (?calibrateCamera@cv@@YANABV?$vector@V?$vector@V?$Point3_@M@cv@@V?$allocator@V?$Point3_@M@cv@@@std@@@std@@V?$allocator@V?$vector@V?$Point3_@M@cv@@V?$allocator@V?$Point3_@M@cv@@@std@@@std@@@2@@std@@ABV?$vector@V?$vector@V?$Point_@M@cv@@V?$allocator@V?$Point_@M@cv@@@std@@@std@@V?$allocator@V?$vector@V?$Point_@M@cv@@V?$allocator@V?$Point_@M@cv@@@std@@@std@@@2@@3@V?$Size_@H@1@AAVMat@1@3AAV?$vector@VMat@cv@@V?$allocator@VMat@cv@@@std@@@3@4H@Z) référencé dans la fonction "bool __cdecl runCalibration(class std::vector<class std::vector<class cv::Point_<float>,class std::allocator<class cv::Point_<float> > >,class std::allocator<class std::vector<class cv::Point_<float>,class std::allocator<class cv::Point_<float> > > > >,class cv::Size_<int>,class cv::Size_<int>,float,float,int,class cv::Mat &,class cv::Mat &,class std::vector<class cv::Mat,class std::allocator<class cv::Mat> > &,class std::vector<class cv::Mat,class std::allocator<class cv::Mat> > &,class std::vector<float,class std::allocator<float> > &,double &)" (?runCalibration@@YA_NV?$vector@V?$vector@V?$Point_@M@cv@@V?$allocator@V?$Point_@M@cv@@@std@@@std@@V?$allocator@V?$vector@V?$Point_@M@cv@@V?$allocator@V?$Point_@M@cv@@@std@@@std@@@2@@std@@V?$Size_@H@cv@@1MMHAAVMat@4@2AAV?$vector@VMat@cv@@V?$allocator@VMat@cv@@@std@@@2@3AAV?$vector@MV?$allocator@M@std@@@2@AAN@Z)
1>Img.obj : error LNK2019: symbole externe non résolu "void __cdecl cv::projectPoints(class cv::Mat const &,class cv::Mat const &,class cv::Mat const &,class cv::Mat const &,class cv::Mat const &,class std::vector<class cv::Point_<float>,class std::allocator<class cv::Point_<float> > > &)" (?projectPoints@cv@@YAXABVMat@1@0000AAV?$vector@V?$Point_@M@cv@@V?$allocator@V?$Point_@M@cv@@@std@@@std@@@Z) référencé dans la fonction "double __cdecl computeReprojectionErrors(class std::vector<class std::vector<class cv::Point3_<float>,class std::allocator<class cv::Point3_<float> > >,class std::allocator<class std::vector<class cv::Point3_<float>,class std::allocator<class cv::Point3_<float> > > > > const &,class std::vector<class std::vector<class cv::Point_<float>,class std::allocator<class cv::Point_<float> > >,class std::allocator<class std::vector<class cv::Point_<float>,class std::allocator<class cv::Point_<float> > > > > const &,class std::vector<class cv::Mat,class std::allocator<class cv::Mat> > const &,class std::vector<class cv::Mat,class std::allocator<class cv::Mat> > const &,class cv::Mat const &,class cv::Mat const &,class std::vector<float,class std::allocator<float> > &)" (?computeReprojectionErrors@@YANABV?$vector@V?$vector@V?$Point3_@M@cv@@V?$allocator@V?$Point3_@M@cv@@@std@@@std@@V?$allocator@V?$vector@V?$Point3_@M@cv@@V?$allocator@V?$Point3_@M@cv@@@std@@@std@@@2@@std@@ABV?$vector@V?$vector@V?$Point_@M@cv@@V?$allocator@V?$Point_@M@cv@@@std@@@std@@V?$allocator@V?$vector@V?$Point_@M@cv@@V?$allocator@V?$Point_@M@cv@@@std@@@std@@@2@@2@ABV?$vector@VMat@cv@@V?$allocator@VMat@cv@@@std@@@2@2ABVMat@cv@@3AAV?$vector@MV?$allocator@M@std@@@2@@Z)
1>Img.obj : error LNK2019: symbole externe non résolu "class cv::Mat __cdecl cv::getOptimalNewCameraMatrix(class cv::Mat const &,class cv::Mat const &,class cv::Size_<int>,double,class cv::Size_<int>,class cv::Rect_<int> *)" (?getOptimalNewCameraMatrix@cv@@YA?AVMat@1@ABV21@0V?$Size_@H@1@N1PAV?$Rect_@H@1@@Z) référencé dans la fonction _main
1>Img.obj : error LNK2019: symbole externe non résolu "void __cdecl cv::drawChessboardCorners(class cv::Mat &,class cv::Size_<int>,class cv::Mat const &,bool)" (?drawChessboardCorners@cv@@YAXAAVMat@1@V?$Size_@H@1@ABV21@_N@Z) référencé dans la fonction _main
1>Img.obj : error LNK2019: symbole externe non résolu "bool __cdecl cv::findChessboardCorners(class cv::Mat const &,class cv::Size_<int>,class std::vector<class cv::Point_<float>,class std::allocator<class cv::Point_<float> > > &,int)" (?findChessboardCorners@cv@@YA_NABVMat@1@V?$Size_@H@1@AAV?$vector@V?$Point_@M@cv@@V?$allocator@V?$Point_@M@cv@@@std@@@std@@H@Z) référencé dans la fonction _main
1>C:\Users\Me\Documents\Programmation\C++\Projet\Img\Debug\Img.exe : fatal error LNK1120: 5 externes non résolus |
Partager