Kinect nite2 openNI2 配置遇到的问题

来源:互联网 发布:电视网络机顶盒什么牌子的好 编辑:程序博客网 时间:2024/06/06 00:58

错误1:LINK : fatal error LNK1104: 无法打开文件“C:\ProgramFiles\PrimeSense\NiTE2\Lib\\.obj”

 

原因:是因为链接器--》付加依赖项中多加入了$(NITE2_LIB64)或者$(OPENNI2_LIB64)。

这个问题,说实话我很纳闷,以前加上就没事。同样的一台电脑换了一个系统后,这个地方就出问题了。难道是系统的原因,目前我只有这一个解释了。

没遇到这个问题的整好,遇到了可以试试这种办法,将其删除试试。将下图中的$(NITE2_LIB64)删除

Kinect <wbr>nite2 <wbr> <wbr>openNI2.0配置中遇到的一些问题

错误2:

1>opencv_core243d.lib(persistence.obj) : errorLNK2019: 无法解析的外部符号 gzputs,该符号在函数 "void __cdecl icvPuts(structCvFileStorage *,char const *)" (?icvPuts@@YAXPEAUCvFileStorage@@PEBD@Z)中被引用
1>opencv_core243d.lib(persistence.obj) : error LNK2019:无法解析的外部符号 gzclose,该符号在函数 "void __cdecl icvCloseFile(structCvFileStorage *)" (?icvCloseFile@@YAXPEAUCvFileStorage@@@Z)中被引用
1>opencv_core243d.lib(persistence.obj) : error LNK2019:无法解析的外部符号 gzopen,该符号在函数 cvOpenFileStorage 中被引用
1>opencv_core243d.lib(persistence.obj) : error LNK2019:无法解析的外部符号 gzgets,该符号在函数 "char * __cdecl icvGets(structCvFileStorage *,char *,int)" (?icvGets@@YAPEADPEAUCvFileStorage@@PEADH@Z)中被引用
1>opencv_core243d.lib(persistence.obj) : error LNK2019:无法解析的外部符号 gzrewind,该符号在函数 "void __cdecl icvRewind(structCvFileStorage *)" (?icvRewind@@YAXPEAUCvFileStorage@@@Z)中被引用
1>opencv_core243d.lib(persistence.obj) : error LNK2019:无法解析的外部符号 gzeof,该符号在函数 "int __cdecl icvEof(struct CvFileStorage *)"(?icvEof@@YAHPEAUCvFileStorage@@@Z)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号AVIFileRelease,该符号在函数 "public: virtual void __cdeclCvCaptureAVI_VFW::close(void)" (?close@CvCaptureAVI_VFW@@UEAAXXZ)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号AVIStreamRelease,该符号在函数 "public: virtual void __cdeclCvCaptureAVI_VFW::close(void)" (?close@CvCaptureAVI_VFW@@UEAAXXZ)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号AVIStreamGetFrameClose,该符号在函数 "public: virtual void __cdeclCvCaptureAVI_VFW::close(void)" (?close@CvCaptureAVI_VFW@@UEAAXXZ)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号AVIStreamGetFrameOpen,该符号在函数 "public: virtual bool __cdeclCvCaptureAVI_VFW::open(char const *)" (?open@CvCaptureAVI_VFW@@UEAA_NPEBD@Z)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号AVIStreamInfoA,该符号在函数 "public: virtual bool __cdeclCvCaptureAVI_VFW::open(char const *)" (?open@CvCaptureAVI_VFW@@UEAA_NPEBD@Z)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号AVIFileGetStream,该符号在函数 "public: virtual bool __cdeclCvCaptureAVI_VFW::open(char const *)" (?open@CvCaptureAVI_VFW@@UEAA_NPEBD@Z)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号AVIFileOpenA,该符号在函数 "public: virtual bool __cdeclCvCaptureAVI_VFW::open(char const *)" (?open@CvCaptureAVI_VFW@@UEAA_NPEBD@Z)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号AVIFileInit,该符号在函数 "void __cdecl icvInitCapture_VFW(void)"(?icvInitCapture_VFW@@YAXXZ)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号AVIStreamGetFrame,该符号在函数 "public: virtual bool __cdeclCvCaptureAVI_VFW::grabFrame(void)" (?grabFrame@CvCaptureAVI_VFW@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号ICClose,该符号在函数 "protected: void __cdeclCvCaptureCAM_VFW::closeHIC(void)" (?closeHIC@CvCaptureCAM_VFW@@IEAAXXZ)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号ICSendMessage,该符号在函数 "protected: void __cdeclCvCaptureCAM_VFW::closeHIC(void)" (?closeHIC@CvCaptureCAM_VFW@@IEAAXXZ)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号capCreateCaptureWindowA,该符号在函数 "public: virtual bool __cdeclCvCaptureCAM_VFW::open(int)" (?open@CvCaptureCAM_VFW@@UEAA_NH@Z)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号capGetDriverDescriptionA,该符号在函数 "public: virtual bool __cdeclCvCaptureCAM_VFW::open(int)" (?open@CvCaptureCAM_VFW@@UEAA_NH@Z)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号ICDecompress,该符号在函数 "public: virtual struct _IplImage * __cdeclCvCaptureCAM_VFW::retrieveFrame(int)" (?retrieveFrame@CvCaptureCAM_VFW@@UEAAPEAU_IplImage@@H@Z)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号ICOpen,该符号在函数 "public: virtual struct _IplImage * __cdeclCvCaptureCAM_VFW::retrieveFrame(int)" (?retrieveFrame@CvCaptureCAM_VFW@@UEAAPEAU_IplImage@@H@Z)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号AVIStreamSetFormat,该符号在函数 "protected: bool __cdeclCvVideoWriter_VFW::createStreams(struct CvSize,bool)" (?createStreams@CvVideoWriter_VFW@@IEAA_NUCvSize@@_N@Z)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号AVIMakeCompressedStream,该符号在函数 "protected: bool __cdeclCvVideoWriter_VFW::createStreams(struct CvSize,bool)" (?createStreams@CvVideoWriter_VFW@@IEAA_NUCvSize@@_N@Z)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号AVISaveOptions,该符号在函数 "protected: bool __cdeclCvVideoWriter_VFW::createStreams(struct CvSize,bool)" (?createStreams@CvVideoWriter_VFW@@IEAA_NUCvSize@@_N@Z)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号AVIFileCreateStreamA,该符号在函数 "protected: bool __cdeclCvVideoWriter_VFW::createStreams(struct CvSize,bool)" (?createStreams@CvVideoWriter_VFW@@IEAA_NUCvSize@@_N@Z)中被引用
1>opencv_highgui243d.lib(cap_vfw.obj) : error LNK2019: 无法解析的外部符号AVIStreamWrite,该符号在函数 "public: virtual bool __cdeclCvVideoWriter_VFW::writeFrame(struct _IplImage const *)" (?writeFrame@CvVideoWriter_VFW@@UEAA_NPEBU_IplImage@@@Z)中被引用
1>opencv_highgui243d.lib(window_w32.obj) : error LNK2019:无法解析的外部符号 __imp_CreateToolbarEx,该符号在函数 "int __cdeclicvCreateTrackbar(char const *,char const *,int *,int,void(__cdecl*)(int),void (__cdecl*)(int,void *),void *)" (?icvCreateTrackbar@@YAHPEBD0PEAHHP6AXH@ZP6AXHPEAX@Z3@Z)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: __cdeclImf::Chromaticities::Chromaticities(class Imath::Vec2 const&,class Imath::Vec2 const &,class Imath::Vec2 const&,class Imath::Vec2 const &)" (??0Chromaticities@Imf@@QEAA@AEBV?$Vec2@M@Imath@@000@Z),该符号在函数"public: __cdecl cv::ExrDecoder::ExrDecoder(void)" (??0ExrDecoder@cv@@QEAA@XZ)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: struct Imf::Channel const * __cdeclImf::ChannelList::findChannel(char const * const)const " (?findChannel@ChannelList@Imf@@QEBAPEBUChannel@2@QEBD@Z),该符号在函数"public: virtual bool __cdecl cv::ExrDecoder::readHeader(void)"(?readHeader@ExrDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: class Imf::ChannelList const & __cdeclImf::Header::channels(void)const " (?channels@Header@Imf@@QEBAAEBVChannelList@2@XZ),该符号在函数"public: virtual bool __cdecl cv::ExrDecoder::readHeader(void)"(?readHeader@ExrDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "struct Imf::Chromaticities const & __cdeclImf::chromaticities(class Imf::Header const &)" (?chromaticities@Imf@@YAAEBUChromaticities@1@AEBVHeader@1@@Z),该符号在函数"public: virtual bool __cdecl cv::ExrDecoder::readHeader(void)"(?readHeader@ExrDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "bool __cdecl Imf::hasChromaticities(class Imf::Headerconst &)" (?hasChromaticities@Imf@@YA_NAEBVHeader@1@@Z),该符号在函数"public: virtual bool __cdecl cv::ExrDecoder::readHeader(void)"(?readHeader@ExrDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: class Imath::Box > const & __cdeclImf::Header::dataWindow(void)const " (?dataWindow@Header@Imf@@QEBAAEBV?$Box@V?$Vec2@H@Imath@@@Imath@@XZ),该符号在函数"public: virtual bool __cdecl cv::ExrDecoder::readHeader(void)"(?readHeader@ExrDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: class Imf::Header const & __cdeclImf::InputFile::header(void)const " (?header@InputFile@Imf@@QEBAAEBVHeader@2@XZ),该符号在函数"public: virtual bool __cdecl cv::ExrDecoder::readHeader(void)"(?readHeader@ExrDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: __cdecl Imf::InputFile::InputFile(char const *const,int)" (??0InputFile@Imf@@QEAA@QEBDH@Z),该符号在函数"public: virtual bool __cdecl cv::ExrDecoder::readHeader(void)"(?readHeader@ExrDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "int __cdecl Imf::globalThreadCount(void)" (?globalThreadCount@Imf@@YAHXZ),该符号在函数"public: virtual bool __cdecl cv::ExrDecoder::readHeader(void)"(?readHeader@ExrDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: void __cdeclImf::InputFile::readPixels(int,int)" (?readPixels@InputFile@Imf@@QEAAXHH@Z),该符号在函数"public: virtual bool __cdecl cv::ExrDecoder::readData(classcv::Mat &)" (?readData@ExrDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: void __cdeclImf::InputFile::setFrameBuffer(class Imf::FrameBuffer const &)"(?setFrameBuffer@InputFile@Imf@@QEAAXAEBVFrameBuffer@2@@Z),该符号在函数"public: virtual bool __cdecl cv::ExrDecoder::readData(classcv::Mat &)" (?readData@ExrDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: void __cdecl Imf::FrameBuffer::insert(char const* const,struct Imf::Slice const &)" (?insert@FrameBuffer@Imf@@QEAAXQEBDAEBUSlice@2@@Z),该符号在函数"public: virtual bool __cdecl cv::ExrDecoder::readData(classcv::Mat &)" (?readData@ExrDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: __cdecl Imf::Slice::Slice(enumImf::PixelType,char *,unsigned __int64,unsigned__int64,int,int,double,bool,bool)" (??0Slice@Imf@@QEAA@W4PixelType@1@PEAD_K2HHN_N3@Z),该符号在函数"public: virtual bool __cdecl cv::ExrDecoder::readData(classcv::Mat &)" (?readData@ExrDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: __cdecl Imf::Header::~Header(void)" (??1Header@Imf@@QEAA@XZ),该符号在函数"public: virtual bool __cdecl cv::ExrEncoder::write(class cv::Matconst &,class std::vector > const &)" (?write@ExrEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: virtual __cdeclImf::OutputFile::~OutputFile(void)" (??1OutputFile@Imf@@UEAA@XZ),该符号在函数"public: virtual bool __cdecl cv::ExrEncoder::write(class cv::Matconst &,class std::vector > const &)" (?write@ExrEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: void __cdecl Imf::OutputFile::writePixels(int)"(?writePixels@OutputFile@Imf@@QEAAXH@Z),该符号在函数"public: virtual bool __cdecl cv::ExrEncoder::write(class cv::Matconst &,class std::vector > const &)" (?write@ExrEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: void __cdeclImf::OutputFile::setFrameBuffer(class Imf::FrameBuffer const&)" (?setFrameBuffer@OutputFile@Imf@@QEAAXAEBVFrameBuffer@2@@Z),该符号在函数"public: virtual bool __cdecl cv::ExrEncoder::write(class cv::Matconst &,class std::vector > const &)" (?write@ExrEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: __cdecl Imf::OutputFile::OutputFile(char const *const,class Imf::Header const &,int)" (??0OutputFile@Imf@@QEAA@QEBDAEBVHeader@1@H@Z),该符号在函数"public: virtual bool __cdecl cv::ExrEncoder::write(class cv::Matconst &,class std::vector > const &)" (?write@ExrEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: void __cdecl Imf::ChannelList::insert(char const* const,struct Imf::Channel const &)" (?insert@ChannelList@Imf@@QEAAXQEBDAEBUChannel@2@@Z),该符号在函数"public: virtual bool __cdecl cv::ExrEncoder::write(class cv::Matconst &,class std::vector > const &)" (?write@ExrEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: class Imf::ChannelList & __cdeclImf::Header::channels(void)" (?channels@Header@Imf@@QEAAAEAVChannelList@2@XZ),该符号在函数"public: virtual bool __cdecl cv::ExrEncoder::write(class cv::Matconst &,class std::vector > const &)" (?write@ExrEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: __cdecl Imf::Channel::Channel(enumImf::PixelType,int,int,bool)" (??0Channel@Imf@@QEAA@W4PixelType@1@HH_N@Z),该符号在函数"public: virtual bool __cdecl cv::ExrEncoder::write(class cv::Matconst &,class std::vector > const &)" (?write@ExrEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "public: __cdecl Imf::Header::Header(int,int,float,classImath::Vec2 const &,float,enum Imf::LineOrder,enumImf::Compression)" (??0Header@Imf@@QEAA@HHMAEBV?$Vec2@M@Imath@@MW4LineOrder@1@W4Compression@1@@Z),该符号在函数"public: virtual bool __cdecl cv::ExrEncoder::write(class cv::Matconst &,class std::vector > const &)" (?write@ExrEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2019:无法解析的外部符号 "private: static short __cdecl half::convert(int)"(?convert@half@@CAFH@Z),该符号在函数"public: __cdecl half::half(float)" (??0half@@QEAA@M@Z) 中被引用
1>opencv_highgui243d.lib(grfmt_exr.obj) : error LNK2001:无法解析的外部符号 "private: static unsigned short const * consthalf::_eLut" (?_eLut@half@@0QBGB)
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_image_destroy,该符号在函数 "public: void __cdeclcv::Jpeg2KDecoder::close(void)" (?close@Jpeg2KDecoder@cv@@QEAAXXZ)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_stream_close,该符号在函数 "public: void __cdeclcv::Jpeg2KDecoder::close(void)" (?close@Jpeg2KDecoder@cv@@QEAAXXZ)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_image_decode,该符号在函数 "public: virtual bool __cdeclcv::Jpeg2KDecoder::readHeader(void)" (?readHeader@Jpeg2KDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_stream_fopen,该符号在函数 "public: virtual bool __cdeclcv::Jpeg2KDecoder::readHeader(void)" (?readHeader@Jpeg2KDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_matrix_destroy,该符号在函数 "public: virtual bool __cdeclcv::Jpeg2KDecoder::readData(class cv::Mat &)" (?readData@Jpeg2KDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_image_readcmpt,该符号在函数 "public: virtual bool __cdeclcv::Jpeg2KDecoder::readData(class cv::Mat &)" (?readData@Jpeg2KDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_matrix_create,该符号在函数 "public: virtual bool __cdeclcv::Jpeg2KDecoder::readData(class cv::Mat &)" (?readData@Jpeg2KDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_image_getcmptbytype,该符号在函数 "public: virtual bool__cdecl cv::Jpeg2KDecoder::readData(class cv::Mat &)" (?readData@Jpeg2KDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_cmprof_destroy,该符号在函数 "public: virtual bool __cdeclcv::Jpeg2KDecoder::readData(class cv::Mat &)" (?readData@Jpeg2KDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_image_chclrspc,该符号在函数 "public: virtual bool __cdeclcv::Jpeg2KDecoder::readData(class cv::Mat &)" (?readData@Jpeg2KDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_cmprof_createfromclrspc,该符号在函数 "public: virtual bool__cdecl cv::Jpeg2KDecoder::readData(class cv::Mat &)" (?readData@Jpeg2KDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_image_encode,该符号在函数 "public: virtual bool __cdeclcv::Jpeg2KEncoder::write(class cv::Mat const &,classstd::vector > const &)" (?write@Jpeg2KEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_image_strtofmt,该符号在函数 "public: virtual bool __cdeclcv::Jpeg2KEncoder::write(class cv::Mat const &,classstd::vector > const &)" (?write@Jpeg2KEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_image_create,该符号在函数 "public: virtual bool __cdeclcv::Jpeg2KEncoder::write(class cv::Mat const &,classstd::vector > const &)" (?write@Jpeg2KEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_image_writecmpt,该符号在函数 "protected: bool __cdeclcv::Jpeg2KEncoder::writeComponent8u(void *,class cv::Mat const&)" (?writeComponent8u@Jpeg2KEncoder@cv@@IEAA_NPEAXAEBVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_init,该符号在函数 "public: __cdeclcv::JasperInitializer::JasperInitializer(void)" (??0JasperInitializer@cv@@QEAA@XZ)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg2000.obj) : error LNK2019:无法解析的外部符号 jas_cleanup,该符号在函数 "public: __cdeclcv::JasperInitializer::~JasperInitializer(void)" (??1JasperInitializer@cv@@QEAA@XZ)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_destroy_read_struct,该符号在函数 "public: void __cdeclcv::PngDecoder::close(void)" (?close@PngDecoder@cv@@QEAAXXZ)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_error,该符号在函数 "protected: static void __cdeclcv::PngDecoder::readDataFromBuf(void *,unsigned char *,unsigned__int64)" (?readDataFromBuf@PngDecoder@cv@@KAXPEAXPEAE_K@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_get_io_ptr,该符号在函数 "protected: static void __cdeclcv::PngDecoder::readDataFromBuf(void *,unsigned char *,unsigned__int64)" (?readDataFromBuf@PngDecoder@cv@@KAXPEAXPEAE_K@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_get_IHDR,该符号在函数 "public: virtual bool __cdeclcv::PngDecoder::readHeader(void)" (?readHeader@PngDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_read_info,该符号在函数 "public: virtual bool __cdeclcv::PngDecoder::readHeader(void)" (?readHeader@PngDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_init_io,该符号在函数 "public: virtual bool __cdeclcv::PngDecoder::readHeader(void)" (?readHeader@PngDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_read_fn,该符号在函数 "public: virtual bool __cdeclcv::PngDecoder::readHeader(void)" (?readHeader@PngDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_longjmp_fn,该符号在函数 "public: virtual bool __cdeclcv::PngDecoder::readHeader(void)" (?readHeader@PngDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_create_info_struct,该符号在函数 "public: virtual bool__cdecl cv::PngDecoder::readHeader(void)" (?readHeader@PngDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_create_read_struct,该符号在函数 "public: virtual bool__cdecl cv::PngDecoder::readHeader(void)" (?readHeader@PngDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_read_end,该符号在函数 "public: virtual bool __cdeclcv::PngDecoder::readData(class cv::Mat &)" (?readData@PngDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_read_image,该符号在函数 "public: virtual bool __cdeclcv::PngDecoder::readData(class cv::Mat &)" (?readData@PngDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_read_update_info,该符号在函数 "public: virtual bool __cdeclcv::PngDecoder::readData(class cv::Mat &)" (?readData@PngDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_rgb_to_gray,该符号在函数 "public: virtual bool __cdeclcv::PngDecoder::readData(class cv::Mat &)" (?readData@PngDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_gray_to_rgb,该符号在函数 "public: virtual bool __cdeclcv::PngDecoder::readData(class cv::Mat &)" (?readData@PngDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_bgr,该符号在函数 "public: virtual bool __cdeclcv::PngDecoder::readData(class cv::Mat &)" (?readData@PngDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_expand_gray_1_2_4_to_8,该符号在函数 "public: virtualbool __cdecl cv::PngDecoder::readData(class cv::Mat &)"(?readData@PngDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_palette_to_rgb,该符号在函数 "public: virtual bool__cdecl cv::PngDecoder::readData(class cv::Mat &)" (?readData@PngDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_strip_alpha,该符号在函数 "public: virtual bool __cdeclcv::PngDecoder::readData(class cv::Mat &)" (?readData@PngDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_swap,该符号在函数 "public: virtual bool __cdeclcv::PngDecoder::readData(class cv::Mat &)" (?readData@PngDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_strip_16,该符号在函数 "public: virtual bool __cdeclcv::PngDecoder::readData(class cv::Mat &)" (?readData@PngDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_destroy_write_struct,该符号在函数 "public: virtual bool__cdecl cv::PngEncoder::write(class cv::Mat const &,classstd::vector > const &)" (?write@PngEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_write_end,该符号在函数 "public: virtual bool __cdeclcv::PngEncoder::write(class cv::Mat const &,class std::vector> const &)" (?write@PngEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_write_image,该符号在函数 "public: virtual bool __cdeclcv::PngEncoder::write(class cv::Mat const &,class std::vector> const &)" (?write@PngEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_packing,该符号在函数 "public: virtual bool __cdeclcv::PngEncoder::write(class cv::Mat const &,class std::vector> const &)" (?write@PngEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_write_info,该符号在函数 "public: virtual bool __cdeclcv::PngEncoder::write(class cv::Mat const &,class std::vector> const &)" (?write@PngEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_IHDR,该符号在函数 "public: virtual bool __cdeclcv::PngEncoder::write(class cv::Mat const &,class std::vector> const &)" (?write@PngEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_compression_strategy,该符号在函数 "public: virtual bool__cdecl cv::PngEncoder::write(class cv::Mat const &,classstd::vector > const &)" (?write@PngEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_filter,该符号在函数 "public: virtual bool __cdeclcv::PngEncoder::write(class cv::Mat const &,class std::vector> const &)" (?write@PngEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_compression_level,该符号在函数 "public: virtual bool__cdecl cv::PngEncoder::write(class cv::Mat const &,classstd::vector > const &)" (?write@PngEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_set_write_fn,该符号在函数 "public: virtual bool __cdeclcv::PngEncoder::write(class cv::Mat const &,class std::vector> const &)" (?write@PngEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_png.obj) : error LNK2019:无法解析的外部符号 png_create_write_struct,该符号在函数 "public: virtual bool__cdecl cv::PngEncoder::write(class cv::Mat const &,classstd::vector > const &)" (?write@PngEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_tiff.obj) : error LNK2019:无法解析的外部符号 TIFFSetWarningHandler,该符号在函数 "public: __cdeclcv::TiffDecoder::TiffDecoder(void)" (??0TiffDecoder@cv@@QEAA@XZ)中被引用
1>opencv_highgui243d.lib(grfmt_tiff.obj) : error LNK2019:无法解析的外部符号 TIFFSetErrorHandler,该符号在函数 "public: __cdeclcv::TiffDecoder::TiffDecoder(void)" (??0TiffDecoder@cv@@QEAA@XZ)中被引用
1>opencv_highgui243d.lib(grfmt_tiff.obj) : error LNK2019:无法解析的外部符号 TIFFClose,该符号在函数 "public: void __cdeclcv::TiffDecoder::close(void)" (?close@TiffDecoder@cv@@QEAAXXZ)中被引用
1>opencv_highgui243d.lib(grfmt_tiff.obj) : error LNK2019:无法解析的外部符号 TIFFGetField,该符号在函数 "public: virtual bool __cdeclcv::TiffDecoder::readHeader(void)" (?readHeader@TiffDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_tiff.obj) : error LNK2019:无法解析的外部符号 TIFFOpen,该符号在函数 "public: virtual bool __cdeclcv::TiffDecoder::readHeader(void)" (?readHeader@TiffDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_tiff.obj) : error LNK2019:无法解析的外部符号 TIFFReadEncodedTile,该符号在函数 "public: virtual bool __cdeclcv::TiffDecoder::readData(class cv::Mat &)" (?readData@TiffDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_tiff.obj) : error LNK2019:无法解析的外部符号 TIFFReadEncodedStrip,该符号在函数 "public: virtual bool __cdeclcv::TiffDecoder::readData(class cv::Mat &)" (?readData@TiffDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_tiff.obj) : error LNK2019:无法解析的外部符号 TIFFReadRGBATile,该符号在函数 "public: virtual bool __cdeclcv::TiffDecoder::readData(class cv::Mat &)" (?readData@TiffDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_tiff.obj) : error LNK2019:无法解析的外部符号 TIFFReadRGBAStrip,该符号在函数 "public: virtual bool __cdeclcv::TiffDecoder::readData(class cv::Mat &)" (?readData@TiffDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_tiff.obj) : error LNK2019:无法解析的外部符号 TIFFRGBAImageOK,该符号在函数 "public: virtual bool __cdeclcv::TiffDecoder::readData(class cv::Mat &)" (?readData@TiffDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_tiff.obj) : error LNK2019:无法解析的外部符号 TIFFIsTiled,该符号在函数 "public: virtual bool __cdeclcv::TiffDecoder::readData(class cv::Mat &)" (?readData@TiffDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_tiff.obj) : error LNK2019:无法解析的外部符号 TIFFWriteScanline,该符号在函数 "protected: bool __cdeclcv::TiffEncoder::writeLibTiff(class cv::Mat const &,classstd::vector > const &)" (?writeLibTiff@TiffEncoder@cv@@IEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_tiff.obj) : error LNK2019:无法解析的外部符号 TIFFScanlineSize,该符号在函数 "protected: bool __cdeclcv::TiffEncoder::writeLibTiff(class cv::Mat const &,classstd::vector > const &)" (?writeLibTiff@TiffEncoder@cv@@IEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_tiff.obj) : error LNK2019:无法解析的外部符号 TIFFSetField,该符号在函数 "protected: bool __cdeclcv::TiffEncoder::writeLibTiff(class cv::Mat const &,classstd::vector > const &)" (?writeLibTiff@TiffEncoder@cv@@IEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_destroy_decompress,该符号在函数 "public: void __cdeclcv::JpegDecoder::close(void)" (?close@JpegDecoder@cv@@QEAAXXZ)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_read_header,该符号在函数 "public: virtual bool __cdeclcv::JpegDecoder::readHeader(void)" (?readHeader@JpegDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_stdio_src,该符号在函数 "public: virtual bool __cdeclcv::JpegDecoder::readHeader(void)" (?readHeader@JpegDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_CreateDecompress,该符号在函数 "public: virtual bool__cdecl cv::JpegDecoder::readHeader(void)" (?readHeader@JpegDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_std_error,该符号在函数 "public: virtual bool __cdeclcv::JpegDecoder::readHeader(void)" (?readHeader@JpegDecoder@cv@@UEAA_NXZ)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_resync_to_restart,该符号在函数 "void __cdeclcv::jpeg_buffer_src(struct jpeg_decompress_struct *,structcv::JpegSource *)" (?jpeg_buffer_src@cv@@YAXPEAUjpeg_decompress_struct@@PEAUJpegSource@1@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_finish_decompress,该符号在函数 "public: virtual bool__cdecl cv::JpegDecoder::readData(class cv::Mat &)" (?readData@JpegDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_read_scanlines,该符号在函数 "public: virtual bool __cdeclcv::JpegDecoder::readData(class cv::Mat &)" (?readData@JpegDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_start_decompress,该符号在函数 "public: virtual bool__cdecl cv::JpegDecoder::readData(class cv::Mat &)" (?readData@JpegDecoder@cv@@UEAA_NAEAVMat@2@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_alloc_huff_table,该符号在函数 "int __cdeclcv::my_jpeg_load_dht(struct jpeg_decompress_struct *,unsigned char*,struct JHUFF_TBL * * const,struct JHUFF_TBL * * const)" (?my_jpeg_load_dht@cv@@YAHPEAUjpeg_decompress_struct@@PEAEQEAPEAUJHUFF_TBL@@2@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_destroy_compress,该符号在函数 "public: virtual bool__cdecl cv::JpegEncoder::write(class cv::Mat const &,classstd::vector > const &)" (?write@JpegEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_finish_compress,该符号在函数 "public: virtual bool __cdeclcv::JpegEncoder::write(class cv::Mat const &,class std::vector> const &)" (?write@JpegEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_write_scanlines,该符号在函数 "public: virtual bool __cdeclcv::JpegEncoder::write(class cv::Mat const &,class std::vector> const &)" (?write@JpegEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_start_compress,该符号在函数 "public: virtual bool __cdeclcv::JpegEncoder::write(class cv::Mat const &,class std::vector> const &)" (?write@JpegEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_set_quality,该符号在函数 "public: virtual bool __cdeclcv::JpegEncoder::write(class cv::Mat const &,class std::vector> const &)" (?write@JpegEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_set_defaults,该符号在函数 "public: virtual bool __cdeclcv::JpegEncoder::write(class cv::Mat const &,class std::vector> const &)" (?write@JpegEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_stdio_dest,该符号在函数 "public: virtual bool __cdeclcv::JpegEncoder::write(class cv::Mat const &,class std::vector> const &)" (?write@JpegEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>opencv_highgui243d.lib(grfmt_jpeg.obj) : error LNK2019:无法解析的外部符号 jpeg_CreateCompress,该符号在函数 "public: virtual bool __cdeclcv::JpegEncoder::write(class cv::Mat const &,class std::vector> const &)" (?write@JpegEncoder@cv@@UEAA_NAEBVMat@2@AEBV?$vector@HV?$allocator@H@std@@@std@@@Z)中被引用
1>E:\13liushuangpeng\openNIpro\skeleton\x64\Debug\skeleton.exe :fatal error LNK1120: 132 个无法解析的外部命令

 

原因:这个错误也让我纠结了很长时间,明明原来没事的,不知道怎么就出问题了,仔细看这个错误的开头,都是opencv的库文件。所以当我在工程目录下加上opencv_core243d.lib、opencv_highgui243d.lib、opencv_imgproc243d.lib后,错误居然消失了,其实这我也很不解。我明明在环境变量里面把这个东西包含了,怎么会出问题呢。希望有知道的大侠指点下。拷贝到工程目录下的.lib文件如下图所示:Kinect <wbr>nite2 <wbr> <wbr>openNI2.0配置中遇到的一些问题

 

 

0 0