2011-11-11 15 views
13

Sto cercando di utilizzare OpenCV 2.3.1 per un'app di acquisizione e elaborazione video. Ho scaricato le librerie precompilate da here e sono andato a compilare un'applicazione di test utilizzando le librerie statiche trovate nella cartella di download build\x86\vc10\staticlib. Durante il tentativo di compilazione, Visual Studio mi saluta con gli errori del linker mostrati di seguito. Avendo lavorato con libpng, gzip e alcuni altri in passato, riconosco le funzioni da quelle librerie negli errori del linker.OpenCV Simboli esterni non risolti - Altre librerie necessarie?

L'utilizzo delle librerie precompilate di OpenCV richiede anche il collegamento a libpng, libjpeg, gzip e numerosi altri oppure manco qualcosa?

1>opencv_core231d.lib(persistence.obj) : error LNK2019: unresolved external symbol _gzputs referenced in function "void __cdecl icvPuts(struct CvFileStorage *,char const *)" ([email protected]@[email protected]@[email protected]) 
1>opencv_core231d.lib(persistence.obj) : error LNK2019: unresolved external symbol _gzclose referenced in function "void __cdecl icvClose(struct CvFileStorage *)" ([email protected]@[email protected]@@Z) 
1>opencv_core231d.lib(persistence.obj) : error LNK2019: unresolved external symbol _gzopen referenced in function _cvOpenFileStorage 
1>opencv_core231d.lib(persistence.obj) : error LNK2019: unresolved external symbol _gzgets referenced in function "char * __cdecl icvGets(struct CvFileStorage *,char *,int)" ([email protected]@[email protected]@[email protected]) 
1>opencv_core231d.lib(persistence.obj) : error LNK2019: unresolved external symbol _gzrewind referenced in function "void __cdecl icvRewind(struct CvFileStorage *)" ([email protected]@[email protected]@@Z) 
1>opencv_core231d.lib(persistence.obj) : error LNK2019: unresolved external symbol _gzeof referenced in function "int __cdecl icvEof(struct CvFileStorage *)" ([email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(window_w32.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "int __cdecl icvCreateTrackbar(char const *,char const *,int *,int,void (__cdecl*)(int),void (__cdecl*)(int,void *),void *)" ([email protected]@[email protected]@[email protected]) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual void __thiscall CvCaptureAVI_VFW::close(void)" ([email protected][email protected]@UAEXXZ) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual void __thiscall CvCaptureAVI_VFW::close(void)" ([email protected][email protected]@UAEXXZ) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual void __thiscall CvCaptureAVI_VFW::close(void)" ([email protected][email protected]@UAEXXZ) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual bool __thiscall CvCaptureAVI_VFW::open(char const *)" ([email protected][email protected]@[email protected]) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual bool __thiscall CvCaptureAVI_VFW::open(char const *)" ([email protected][email protected]@[email protected]) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual bool __thiscall CvCaptureAVI_VFW::open(char const *)" ([email protected][email protected]@[email protected]) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual bool __thiscall CvCaptureAVI_VFW::open(char const *)" ([email protected][email protected]@[email protected]) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "void __cdecl icvInitCapture_VFW(void)" ([email protected]@YAXXZ) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual bool __thiscall CvCaptureAVI_VFW::grabFrame(void)" ([email protected][email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "protected: void __thiscall CvCaptureCAM_VFW::closeHIC(void)" ([email protected][email protected]@IAEXXZ) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "protected: void __thiscall CvCaptureCAM_VFW::closeHIC(void)" ([email protected][email protected]@IAEXXZ) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual bool __thiscall CvCaptureCAM_VFW::open(int)" ([email protected][email protected]@[email protected]) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual bool __thiscall CvCaptureCAM_VFW::open(int)" ([email protected][email protected]@[email protected]) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol _ICDecompress referenced in function "public: virtual struct _IplImage * __thiscall CvCaptureCAM_VFW::retrieveFrame(int)" ([email protected][email protected]@[email protected]@[email protected]) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual struct _IplImage * __thiscall CvCaptureCAM_VFW::retrieveFrame(int)" ([email protected][email protected]@[email protected]@[email protected]) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "protected: bool __thiscall CvVideoWriter_VFW::createStreams(struct CvSize,bool)" ([email protected][email protected]@[email protected]@[email protected]) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "protected: bool __thiscall CvVideoWriter_VFW::createStreams(struct CvSize,bool)" ([email protected][email protected]@[email protected]@[email protected]) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "protected: bool __thiscall CvVideoWriter_VFW::createStreams(struct CvSize,bool)" ([email protected][email protected]@[email protected]@[email protected]) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "protected: bool __thiscall CvVideoWriter_VFW::createStreams(struct CvSize,bool)" ([email protected][email protected]@[email protected]@[email protected]) 
1>opencv_highgui231d.lib(cap_vfw.obj) : error LNK2019: unresolved external symbol [email protected] referenced in function "public: virtual bool __thiscall CvVideoWriter_VFW::writeFrame(struct _IplImage const *)" ([email protected][email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_image_destroy referenced in function "public: void __thiscall cv::Jpeg2KDecoder::close(void)" ([email protected]@[email protected]@QAEXXZ) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_stream_close referenced in function "public: void __thiscall cv::Jpeg2KDecoder::close(void)" ([email protected]@[email protected]@QAEXXZ) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_image_decode referenced in function "public: virtual bool __thiscall cv::Jpeg2KDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_stream_fopen referenced in function "public: virtual bool __thiscall cv::Jpeg2KDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_matrix_destroy referenced in function "public: virtual bool __thiscall cv::Jpeg2KDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_image_readcmpt referenced in function "public: virtual bool __thiscall cv::Jpeg2KDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_matrix_create referenced in function "public: virtual bool __thiscall cv::Jpeg2KDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_image_getcmptbytype referenced in function "public: virtual bool __thiscall cv::Jpeg2KDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_cmprof_destroy referenced in function "public: virtual bool __thiscall cv::Jpeg2KDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_image_chclrspc referenced in function "public: virtual bool __thiscall cv::Jpeg2KDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_cmprof_createfromclrspc referenced in function "public: virtual bool __thiscall cv::Jpeg2KDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_image_encode referenced in function "public: virtual bool __thiscall cv::Jpeg2KEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_image_strtofmt referenced in function "public: virtual bool __thiscall cv::Jpeg2KEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_image_create referenced in function "public: virtual bool __thiscall cv::Jpeg2KEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_image_writecmpt referenced in function "protected: bool __thiscall cv::Jpeg2KEncoder::writeComponent8u(void *,class cv::Mat const &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_init referenced in function "public: __thiscall cv::JasperInitializer::JasperInitializer(void)" ([email protected]@@[email protected]) 
1>opencv_highgui231d.lib(grfmt_jpeg2000.obj) : error LNK2019: unresolved external symbol _jas_cleanup referenced in function "public: __thiscall cv::JasperInitializer::~JasperInitializer(void)" ([email protected]@@[email protected]) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_destroy_read_struct referenced in function "public: void __thiscall cv::PngDecoder::close(void)" ([email protected]@[email protected]@QAEXXZ) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_error referenced in function "protected: static void __cdecl cv::PngDecoder::readDataFromBuf(void *,unsigned char *,unsigned int)" ([email protected]@[email protected]@[email protected]) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_get_io_ptr referenced in function "protected: static void __cdecl cv::PngDecoder::readDataFromBuf(void *,unsigned char *,unsigned int)" ([email protected]@[email protected]@[email protected]) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_get_IHDR referenced in function "public: virtual bool __thiscall cv::PngDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_read_info referenced in function "public: virtual bool __thiscall cv::PngDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_init_io referenced in function "public: virtual bool __thiscall cv::PngDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_read_fn referenced in function "public: virtual bool __thiscall cv::PngDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_longjmp_fn referenced in function "public: virtual bool __thiscall cv::PngDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_create_info_struct referenced in function "public: virtual bool __thiscall cv::PngDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_create_read_struct referenced in function "public: virtual bool __thiscall cv::PngDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_read_end referenced in function "public: virtual bool __thiscall cv::PngDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_read_image referenced in function "public: virtual bool __thiscall cv::PngDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_read_update_info referenced in function "public: virtual bool __thiscall cv::PngDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_rgb_to_gray referenced in function "public: virtual bool __thiscall cv::PngDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_gray_to_rgb referenced in function "public: virtual bool __thiscall cv::PngDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_bgr referenced in function "public: virtual bool __thiscall cv::PngDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_expand_gray_1_2_4_to_8 referenced in function "public: virtual bool __thiscall cv::PngDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_palette_to_rgb referenced in function "public: virtual bool __thiscall cv::PngDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_strip_alpha referenced in function "public: virtual bool __thiscall cv::PngDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_swap referenced in function "public: virtual bool __thiscall cv::PngDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_strip_16 referenced in function "public: virtual bool __thiscall cv::PngDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_destroy_write_struct referenced in function "public: virtual bool __thiscall cv::PngEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_write_end referenced in function "public: virtual bool __thiscall cv::PngEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_write_image referenced in function "public: virtual bool __thiscall cv::PngEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_write_info referenced in function "public: virtual bool __thiscall cv::PngEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_IHDR referenced in function "public: virtual bool __thiscall cv::PngEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_compression_strategy referenced in function "public: virtual bool __thiscall cv::PngEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_compression_level referenced in function "public: virtual bool __thiscall cv::PngEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_filter referenced in function "public: virtual bool __thiscall cv::PngEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_compression_mem_level referenced in function "public: virtual bool __thiscall cv::PngEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_set_write_fn referenced in function "public: virtual bool __thiscall cv::PngEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_png.obj) : error LNK2019: unresolved external symbol _png_create_write_struct referenced in function "public: virtual bool __thiscall cv::PngEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_tiff.obj) : error LNK2019: unresolved external symbol _TIFFSetWarningHandler referenced in function "public: __thiscall cv::TiffDecoder::TiffDecoder(void)" ([email protected]@@[email protected]) 
1>opencv_highgui231d.lib(grfmt_tiff.obj) : error LNK2019: unresolved external symbol _TIFFSetErrorHandler referenced in function "public: __thiscall cv::TiffDecoder::TiffDecoder(void)" ([email protected]@@[email protected]) 
1>opencv_highgui231d.lib(grfmt_tiff.obj) : error LNK2019: unresolved external symbol _TIFFClose referenced in function "public: void __thiscall cv::TiffDecoder::close(void)" ([email protected]@[email protected]@QAEXXZ) 
1>opencv_highgui231d.lib(grfmt_tiff.obj) : error LNK2019: unresolved external symbol _TIFFGetField referenced in function "public: virtual bool __thiscall cv::TiffDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_tiff.obj) : error LNK2019: unresolved external symbol _TIFFOpen referenced in function "public: virtual bool __thiscall cv::TiffDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_tiff.obj) : error LNK2019: unresolved external symbol _TIFFReadEncodedTile referenced in function "public: virtual bool __thiscall cv::TiffDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_tiff.obj) : error LNK2019: unresolved external symbol _TIFFReadEncodedStrip referenced in function "public: virtual bool __thiscall cv::TiffDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_tiff.obj) : error LNK2019: unresolved external symbol _TIFFReadRGBATile referenced in function "public: virtual bool __thiscall cv::TiffDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_tiff.obj) : error LNK2019: unresolved external symbol _TIFFReadRGBAStrip referenced in function "public: virtual bool __thiscall cv::TiffDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_tiff.obj) : error LNK2019: unresolved external symbol _TIFFRGBAImageOK referenced in function "public: virtual bool __thiscall cv::TiffDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_tiff.obj) : error LNK2019: unresolved external symbol _TIFFIsTiled referenced in function "public: virtual bool __thiscall cv::TiffDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_tiff.obj) : error LNK2019: unresolved external symbol _TIFFWriteScanline referenced in function "protected: bool __thiscall cv::TiffEncoder::writeLibTiff(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_tiff.obj) : error LNK2019: unresolved external symbol _TIFFScanlineSize referenced in function "protected: bool __thiscall cv::TiffEncoder::writeLibTiff(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_tiff.obj) : error LNK2019: unresolved external symbol _TIFFSetField referenced in function "protected: bool __thiscall cv::TiffEncoder::writeLibTiff(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_resync_to_restart referenced in function "void __cdecl cv::jpeg_buffer_src(struct jpeg_decompress_struct *,struct cv::JpegSource *)" ([email protected]@@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_destroy_decompress referenced in function "public: void __thiscall cv::JpegDecoder::close(void)" ([email protected]@[email protected]@QAEXXZ) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_read_header referenced in function "public: virtual bool __thiscall cv::JpegDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_stdio_src referenced in function "public: virtual bool __thiscall cv::JpegDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_CreateDecompress referenced in function "public: virtual bool __thiscall cv::JpegDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_std_error referenced in function "public: virtual bool __thiscall cv::JpegDecoder::readHeader(void)" ([email protected]@[email protected]@UAE_NXZ) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_finish_decompress referenced in function "public: virtual bool __thiscall cv::JpegDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_read_scanlines referenced in function "public: virtual bool __thiscall cv::JpegDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_start_decompress referenced in function "public: virtual bool __thiscall cv::JpegDecoder::readData(class cv::Mat &)" ([email protected]@[email protected]@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_alloc_huff_table referenced in function "int __cdecl cv::my_jpeg_load_dht(struct jpeg_decompress_struct *,unsigned char *,struct JHUFF_TBL * * const,struct JHUFF_TBL * * const)" ([email protected]@@[email protected]@[email protected]@[email protected]) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_destroy_compress referenced in function "public: virtual bool __thiscall cv::JpegEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_finish_compress referenced in function "public: virtual bool __thiscall cv::JpegEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_write_scanlines referenced in function "public: virtual bool __thiscall cv::JpegEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_start_compress referenced in function "public: virtual bool __thiscall cv::JpegEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_set_quality referenced in function "public: virtual bool __thiscall cv::JpegEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_set_defaults referenced in function "public: virtual bool __thiscall cv::JpegEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_stdio_dest referenced in function "public: virtual bool __thiscall cv::JpegEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>opencv_highgui231d.lib(grfmt_jpeg.obj) : error LNK2019: unresolved external symbol _jpeg_CreateCompress referenced in function "public: virtual bool __thiscall cv::JpegEncoder::write(class cv::Mat const &,class std::vector<int,class std::allocator<int> > const &)" ([email protected]@[email protected]@[email protected]@[email protected][email protected]@[email protected]@@[email protected]@@Z) 
1>D:\work\SimCapture\OpenCVTest\Debug\OpenCVTest.exe : fatal error LNK1120: 108 unresolved externals 

risposta

2

Ci sono diverse librerie statiche mancanti in OpenCV 2.3.1 pacchetto di Windows. Queste librerie sono generalmente create come parte della libreria OpenCV e non è necessario installarle separatamente. Quindi puoi creare OpenCV direttamente dalle sorgenti o utilizzare librerie dinamiche dal pacchetto.

+0

Quindi le mie uniche opzioni sono ricostruire la sorgente da solo o utilizzare le librerie dinamiche? Non c'è modo che io possa usare le librerie statiche precostruite senza cercare le dipendenze? –

+1

Ovviamente, Andrey ha torto. –

5

il _avi * quelli apparentemente può essere trovato collegando ("ulteriori dipendenze") contro vfw32.lib

+0

Grazie mille! –

2

Penso che è necessario utilizzare l'opzione "Usa MFC in una libreria statica" per farlo funzionare con statico librerie.

+3

Perché stai parlando di MFC? –

3

Per i primi 6 errori (_gzputs, ecc ...), è necessario aggiungere zlib.lib (o zlibd.lib nella configurazione di debug) all'ingresso del linker.

15

Ho una build statica di OpenCV con la maggior parte delle campane e dei fischietti. VC10 OpenCV2.4.9 (OCL woo) per risolvere un problema molto simile ho appena collegato a tutti i seguenti:

libpng.lib 
libtiff.lib 
zlib.lib 
IlmImf.lib 
libjasper.lib 
libjpeg.lib 

Si trovavano all'interno di C: \ Lib \ opencv249 \ OpenCV \ bld32 \ 3rdparty \ lib \ Rilasciare

-Non è sicuro quale l'ha fatto ma che diamine. Grazie Loozie!

PK

+0

thx. questo risolve i problemi del linker. ho trovato le librerie nella mia distribuzione (2.4.8) anche nella cartella staticlib (build/x86/v12/staticlib) –

+1

'$ (SolutionDir) opencv-build \ 3rdparty \ lib \ Debug' – FelikZ

11

simbolo _ imp _CreateToolbarEx @ 52 fa riferimento in funzione "int __cdecl icvCreateTrackbar (const char *, const char *, int *, int, void (__cdecl *) (int), void (__cdecl *) (int, void *), void *) "(? icvCreateTrackbar @@ YAHPBD0PAHHP6AXH @ ZP6AXHPAX @ Z3 @ Z)

aggiungi comctl32.lib all'ingresso del linker.

ma dopo l'aggiunta di tutto questo non ho ancora un sacco di errori di collegamento non so perché ...

come

higui.lib (window_w32.obj), _imp_getDCOrfEx @ 8

higui .lib (window_w32.obj), _imp_getClipBox @ 8

problema risolto.

basta aggiungere Gdi32.lib e il mio progetto va bene.

Per concludere:

1.build il proprio lib statica con CMake.

Anche le librerie di terze parti devono essere aggiunte.

3.windows anche le librerie come comctl32.lib, gdi32.lib.

4.careful controllare se il libs (3a) è conforme/umore MTd. Ho visto problemi LIBCMT.lib e MSVCRT.lib.

buona fortuna.

8

Mettendo insieme molte delle altre risposte che avevo bisogno di arrivare a questo lavoro, avevo bisogno di includere questo elenco completo in Linker >> >> Input Dipendenze aggiuntive:

opencv_core248d.lib 
opencv_imgproc248d.lib 
opencv_highgui248d.lib 
opencv_ml248d.lib 
opencv_video248d.lib 
opencv_features2d248d.lib 
opencv_calib3d248d.lib 
opencv_objdetect248d.lib 
opencv_contrib248d.lib 
opencv_legacy248d.lib 
opencv_flann248d.lib 
libpngd.lib 
libtiffd.lib 
zlibd.lib 
IlmImfd.lib 
libjasperd.lib 
libjpegd.lib 
comctl32.lib 
gdi32.lib 
vfw32.lib 

dopo aver verificato che Runtime del progetto La libreria è impostata sull'opzione/MTd.

Questo è per Visual Studio 2013

+0

Questo porta alla fine di un 4 ore di lotta, grazie signore! – MichaelB

1

Ho un problema simile con le più recenti OpenCV costruito con Vs 2015 x64,

ma dopo ho aggiunto queste librerie di terze parti (a 3rd party/library/Debug o di uscita) , il problema è stato risolto.

IlmImfd.lib 
libjasperd.lib 
libjpegd.lib 
libpngd.lib 
libtiffd.lib 
libwebpd.lib 
zlibd.lib 
Problemi correlati