4263
- 收藏
- 点赞
- 分享
- 举报
3518上增加opencv库,编译时出现这个错误,有人遇到过么?
arm-hisiv300-linux-g++ humanbody_detect.cpp -I/home/share/opencv-3.2.0/install_hi3518/include -I/home/share/Hi3518E_SDK_V1.0.4.0/mpp/include -L/home/share/opencv-3.2.0/install_hi3518/lib -L/home/share/opencv-3.2.0/build_hi3518/3rdparty/lib -L/home/share/Hi3518E_SDK_V1.0.4.0/mpp/lib -lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_ml -lopencv_objdetect -lopencv_ml -lopencv_photo -lmpi -lupvqe -ldnvqe -lVoiceEngine -lpthread -lrt -ldl -o humanbody_detect
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(hog.cpp.obj): In function `cv::HOGConfInvoker::operator()(cv::Range const&) const':
hog.cpp:(.text._ZNK2cv14HOGConfInvokerclERKNS_5RangeE[_ZNK2cv14HOGConfInvokerclERKNS_5RangeE]+0x31c): undefined reference to `cv::resize(cv::_InputArray const&, cv::_OutputArray const&, cv::Size_, double, double, int)'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(hog.cpp.obj): In function `cv::HOGDescriptor::computeGradient(cv::Mat const&, cv::Mat&, cv::Mat&, cv::Size_, cv::Size_) const':
hog.cpp:(.text._ZNK2cv13HOGDescriptor15computeGradientERKNS_3MatERS1_S4_NS_5Size_IiEES6_+0x9f4): undefined reference to `cv::cartToPolar(cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&, cv::_OutputArray const&, bool)'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(hog.cpp.obj): In function `cv::HOGInvoker::operator()(cv::Range const&) const':
hog.cpp:(.text._ZNK2cv10HOGInvokerclERKNS_5RangeE[_ZNK2cv10HOGInvokerclERKNS_5RangeE]+0x32c): undefined reference to `cv::resize(cv::_InputArray const&, cv::_OutputArray const&, cv::Size_, double, double, int)'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(hog.cpp.obj): In function `cv::HOGDescriptor::detectMultiScale(cv::_InputArray const&, std::vector, std::allocator > >&, std::vector >&, double, cv::Size_, cv::Size_, double, double, bool) const':
hog.cpp:(.text._ZNK2cv13HOGDescriptor16detectMultiScaleERKNS_11_InputArrayERSt6vectorINS_5Rect_IiEESaIS6_EERS4_IdSaIdEEdNS_5Size_IiEESE_ddb+0x9b4): undefined reference to `cv::resize(cv::_InputArray const&, cv::_OutputArray const&, cv::Size_, double, double, int)'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_core.a(persistence.cpp.obj): In function `icvGets(CvFileStorage*, char*, int)':
persistence.cpp:(.text._ZL7icvGetsP13CvFileStoragePci+0xf0): undefined reference to `gzgets'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_core.a(persistence.cpp.obj): In function `icvXMLSkipSpaces(CvFileStorage*, char*, int)':
persistence.cpp:(.text._ZL16icvXMLSkipSpacesP13CvFileStoragePci+0x2bc): undefined reference to `gzeof'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_core.a(persistence.cpp.obj): In function `icvYMLSkipSpaces(CvFileStorage*, char*, int, int) [clone .constprop.218]':
persistence.cpp:(.text._ZL16icvYMLSkipSpacesP13CvFileStoragePcii.constprop.218+0x1dc): undefined reference to `gzeof'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_core.a(persistence.cpp.obj): In function `icvPuts(CvFileStorage*, char const*)':
persistence.cpp:(.text._ZL7icvPutsP13CvFileStoragePKc+0x1e0): undefined reference to `gzputs'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_core.a(persistence.cpp.obj): In function `cv::FileStorage::releaseAndGetString()':
persistence.cpp:(.text._ZN2cv11FileStorage19releaseAndGetStringEv+0x1f4): undefined reference to `gzclose'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_core.a(persistence.cpp.obj): In function `cvReleaseFileStorage':
persistence.cpp:(.text.cvReleaseFileStorage+0x1d0): undefined reference to `gzclose'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_core.a(persistence.cpp.obj): In function `cvOpenFileStorage':
persistence.cpp:(.text.cvOpenFileStorage+0xbc0): undefined reference to `gzopen'
persistence.cpp:(.text.cvOpenFileStorage+0xbec): undefined reference to `gzrewind'
persistence.cpp:(.text.cvOpenFileStorage+0x1290): undefined reference to `gzclose'
persistence.cpp:(.text.cvOpenFileStorage+0x14cc): undefined reference to `gzgets'
persistence.cpp:(.text.cvOpenFileStorage+0x1b8c): undefined reference to `gzclose'
persistence.cpp:(.text.cvOpenFileStorage+0x1c1c): undefined reference to `gzclose'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj): In function `cv::BaseCascadeClassifier::~BaseCascadeClassifier()':
cascadedetect.cpp:(.text._ZN2cv21BaseCascadeClassifierD2Ev+0x20): undefined reference to `cv::Algorithm::~Algorithm()'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj): In function `cv::CascadeClassifierImpl::CascadeClassifierImpl()':
cascadedetect.cpp:(.text._ZN2cv21CascadeClassifierImplC2Ev+0x10): undefined reference to `cv::Algorithm::Algorithm()'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj): In function `cv::FeatureEvaluator::setImage(cv::_InputArray const&, std::vector > const&)':
cascadedetect.cpp:(.text._ZN2cv16FeatureEvaluator8setImageERKNS_11_InputArrayERKSt6vectorIfSaIfEE+0x2dc): undefined reference to `cv::resize(cv::_InputArray const&, cv::_OutputArray const&, cv::Size_, double, double, int)'
cascadedetect.cpp:(.text._ZN2cv16FeatureEvaluator8setImageERKNS_11_InputArrayERKSt6vectorIfSaIfEE+0x5bc): undefined reference to `cv::resize(cv::_InputArray const&, cv::_OutputArray const&, cv::Size_, double, double, int)'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj):(.data.rel.ro+0xe0): undefined reference to `cv::Algorithm::save(cv::String const&) const'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj):(.data.rel.ro+0xe4): undefined reference to `cv::Algorithm::getDefaultName() const'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj):(.data.rel.ro+0x138): undefined reference to `typeinfo for cv::Algorithm'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj):(.data.rel.ro+0x168): undefined reference to `cv::Algorithm::save(cv::String const&) const'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj):(.data.rel.ro+0x16c): undefined reference to `cv::Algorithm::getDefaultName() const'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(haar.cpp.obj): In function `cvHaarDetectObjectsForROC(void const*, CvHaarClassifierCascade*, CvMemStorage*, std::vector >&, std::vector >&, double, int, int, CvSize, CvSize, bool)':
haar.cpp:(.text._Z25cvHaarDetectObjectsForROCPKvP23CvHaarClassifierCascadeP12CvMemStorageRSt6vectorIiSaIiEERS5_IdSaIdEEdii6CvSizeSC_b+0x5bc): undefined reference to `cvResize'
haar.cpp:(.text._Z25cvHaarDetectObjectsForROCPKvP23CvHaarClassifierCascadeP12CvMemStorageRSt6vectorIiSaIiEERS5_IdSaIdEEdii6CvSizeSC_b+0x1ae0): undefined reference to `cvCanny'
/tmp/ccVq633J.o: In function `HumanBodyDetectMatSave(cv::Mat, std::string)':
humanbody_detect.cpp:(.text+0x468): undefined reference to `cv::imwrite(cv::String const&, cv::_InputArray const&, std::vector > const&)'
/tmp/ccVq633J.o: In function `thread_hog_svm':
humanbody_detect.cpp:(.text+0x970): undefined reference to `cv::imread(cv::String const&, int)'
/tmp/ccVq633J.o: In function `main':
humanbody_detect.cpp:(.text+0x1d2c): undefined reference to `cvSaveImage'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_imgproc.a(smooth.cpp.obj): In function `cv::bilateralFilter(cv::_InputArray const&, cv::_OutputArray const&, int, double, double, int)':
smooth.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x9c8): undefined reference to `cv::patchNaNs(cv::_InputOutputArray const&, double)'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_imgproc.a(color.cpp.obj): In function `cv::initLabTabs() [clone .part.0]':
color.cpp:(.text._ZN2cvL11initLabTabsEv.part.0+0x6c): undefined reference to `cvCbrt'
color.cpp:(.text._ZN2cvL11initLabTabsEv.part.0+0x334): undefined reference to `cvCbrt'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_imgproc.a(templmatch.cpp.obj): In function `cv::ConvolveBuf::create(cv::Size_, cv::Size_)':
templmatch.cpp:(.text._ZN2cv11ConvolveBuf6createENS_5Size_IiEES2_+0xc0): undefined reference to `cv::getOptimalDFTSize(int)'
templmatch.cpp:(.text._ZN2cv11ConvolveBuf6createENS_5Size_IiEES2_+0xe0): undefined reference to `cv::getOptimalDFTSize(int)'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_imgproc.a(templmatch.cpp.obj): In function `cv::convolve_dft(cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&)':
templmatch.cpp:(.text._ZN2cvL12convolve_dftERKNS_11_InputArrayES2_RKNS_12_OutputArrayE+0x4f4): undefined reference to `cv::dft(cv::_InputArray const&, cv::_OutputArray const&, int, int)'
templmatch.cpp:(.text._ZN2cvL12convolve_dftERKNS_11_InputArrayES2_RKNS_12_OutputArrayE+0x650): undefined reference to `cv::dft(cv::_InputArray const&, cv::_OutputArray const&, int, int)'
templmatch.cpp:(.text._ZN2cvL12convolve_dftERKNS_11_InputArrayES2_RKNS_12_OutputArrayE+0x6a8): undefined reference to `cv::mulSpectrums(cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&, int, bool)'
templmatch.cpp:(.text._ZN2cvL12convolve_dftERKNS_11_InputArrayES2_RKNS_12_OutputArrayE+0x6e4): undefined reference to `cv::dft(cv::_InputArray const&, cv::_OutputArray const&, int, int)'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_imgproc.a(templmatch.cpp.obj): In function `cv::crossCorr(cv::Mat const&, cv::Mat const&, cv::Mat&, cv::Size_, int, cv::Point_, double, int)':
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x47c): undefined reference to `cv::getOptimalDFTSize(int)'
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x498): undefined reference to `cv::getOptimalDFTSize(int)'
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x73c): undefined reference to `cv::hal::DFT2D::create(int, int, int, int, int, int, int)'
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0xf6c): undefined reference to `cv::hal::DFT2D::create(int, int, int, int, int, int, int)'
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0xfe8): undefined reference to `cv::hal::DFT2D::create(int, int, int, int, int, int, int)'
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x178c): undefined reference to `cv::dft(cv::_InputArray const&, cv::_OutputArray const&, int, int)'
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x1828): undefined reference to `cv::mulSpectrums(cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&, int, bool)'
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x1874): undefined reference to `cv::dft(cv::_InputArray const&, cv::_OutputArray const&, int, int)'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_imgproc.a(templmatch.cpp.obj): In function `cv::matchTemplateMask(cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&, int, cv::_InputArray const&)':
templmatch.cpp:(.text._ZN2cvL17matchTemplateMaskERKNS_11_InputArrayES2_RKNS_12_OutputArrayEiS2_+0x2134): undefined reference to `cv::sqrt(cv::_InputArray const&, cv::_OutputArray const&)'
collect2: error: ld returned 1 exit status
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(hog.cpp.obj): In function `cv::HOGConfInvoker::operator()(cv::Range const&) const':
hog.cpp:(.text._ZNK2cv14HOGConfInvokerclERKNS_5RangeE[_ZNK2cv14HOGConfInvokerclERKNS_5RangeE]+0x31c): undefined reference to `cv::resize(cv::_InputArray const&, cv::_OutputArray const&, cv::Size_
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(hog.cpp.obj): In function `cv::HOGDescriptor::computeGradient(cv::Mat const&, cv::Mat&, cv::Mat&, cv::Size_
hog.cpp:(.text._ZNK2cv13HOGDescriptor15computeGradientERKNS_3MatERS1_S4_NS_5Size_IiEES6_+0x9f4): undefined reference to `cv::cartToPolar(cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&, cv::_OutputArray const&, bool)'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(hog.cpp.obj): In function `cv::HOGInvoker::operator()(cv::Range const&) const':
hog.cpp:(.text._ZNK2cv10HOGInvokerclERKNS_5RangeE[_ZNK2cv10HOGInvokerclERKNS_5RangeE]+0x32c): undefined reference to `cv::resize(cv::_InputArray const&, cv::_OutputArray const&, cv::Size_
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(hog.cpp.obj): In function `cv::HOGDescriptor::detectMultiScale(cv::_InputArray const&, std::vector
hog.cpp:(.text._ZNK2cv13HOGDescriptor16detectMultiScaleERKNS_11_InputArrayERSt6vectorINS_5Rect_IiEESaIS6_EERS4_IdSaIdEEdNS_5Size_IiEESE_ddb+0x9b4): undefined reference to `cv::resize(cv::_InputArray const&, cv::_OutputArray const&, cv::Size_
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_core.a(persistence.cpp.obj): In function `icvGets(CvFileStorage*, char*, int)':
persistence.cpp:(.text._ZL7icvGetsP13CvFileStoragePci+0xf0): undefined reference to `gzgets'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_core.a(persistence.cpp.obj): In function `icvXMLSkipSpaces(CvFileStorage*, char*, int)':
persistence.cpp:(.text._ZL16icvXMLSkipSpacesP13CvFileStoragePci+0x2bc): undefined reference to `gzeof'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_core.a(persistence.cpp.obj): In function `icvYMLSkipSpaces(CvFileStorage*, char*, int, int) [clone .constprop.218]':
persistence.cpp:(.text._ZL16icvYMLSkipSpacesP13CvFileStoragePcii.constprop.218+0x1dc): undefined reference to `gzeof'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_core.a(persistence.cpp.obj): In function `icvPuts(CvFileStorage*, char const*)':
persistence.cpp:(.text._ZL7icvPutsP13CvFileStoragePKc+0x1e0): undefined reference to `gzputs'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_core.a(persistence.cpp.obj): In function `cv::FileStorage::releaseAndGetString()':
persistence.cpp:(.text._ZN2cv11FileStorage19releaseAndGetStringEv+0x1f4): undefined reference to `gzclose'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_core.a(persistence.cpp.obj): In function `cvReleaseFileStorage':
persistence.cpp:(.text.cvReleaseFileStorage+0x1d0): undefined reference to `gzclose'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_core.a(persistence.cpp.obj): In function `cvOpenFileStorage':
persistence.cpp:(.text.cvOpenFileStorage+0xbc0): undefined reference to `gzopen'
persistence.cpp:(.text.cvOpenFileStorage+0xbec): undefined reference to `gzrewind'
persistence.cpp:(.text.cvOpenFileStorage+0x1290): undefined reference to `gzclose'
persistence.cpp:(.text.cvOpenFileStorage+0x14cc): undefined reference to `gzgets'
persistence.cpp:(.text.cvOpenFileStorage+0x1b8c): undefined reference to `gzclose'
persistence.cpp:(.text.cvOpenFileStorage+0x1c1c): undefined reference to `gzclose'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj): In function `cv::BaseCascadeClassifier::~BaseCascadeClassifier()':
cascadedetect.cpp:(.text._ZN2cv21BaseCascadeClassifierD2Ev+0x20): undefined reference to `cv::Algorithm::~Algorithm()'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj): In function `cv::CascadeClassifierImpl::CascadeClassifierImpl()':
cascadedetect.cpp:(.text._ZN2cv21CascadeClassifierImplC2Ev+0x10): undefined reference to `cv::Algorithm::Algorithm()'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj): In function `cv::FeatureEvaluator::setImage(cv::_InputArray const&, std::vector
cascadedetect.cpp:(.text._ZN2cv16FeatureEvaluator8setImageERKNS_11_InputArrayERKSt6vectorIfSaIfEE+0x2dc): undefined reference to `cv::resize(cv::_InputArray const&, cv::_OutputArray const&, cv::Size_
cascadedetect.cpp:(.text._ZN2cv16FeatureEvaluator8setImageERKNS_11_InputArrayERKSt6vectorIfSaIfEE+0x5bc): undefined reference to `cv::resize(cv::_InputArray const&, cv::_OutputArray const&, cv::Size_
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj):(.data.rel.ro+0xe0): undefined reference to `cv::Algorithm::save(cv::String const&) const'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj):(.data.rel.ro+0xe4): undefined reference to `cv::Algorithm::getDefaultName() const'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj):(.data.rel.ro+0x138): undefined reference to `typeinfo for cv::Algorithm'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj):(.data.rel.ro+0x168): undefined reference to `cv::Algorithm::save(cv::String const&) const'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(cascadedetect.cpp.obj):(.data.rel.ro+0x16c): undefined reference to `cv::Algorithm::getDefaultName() const'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_objdetect.a(haar.cpp.obj): In function `cvHaarDetectObjectsForROC(void const*, CvHaarClassifierCascade*, CvMemStorage*, std::vector
haar.cpp:(.text._Z25cvHaarDetectObjectsForROCPKvP23CvHaarClassifierCascadeP12CvMemStorageRSt6vectorIiSaIiEERS5_IdSaIdEEdii6CvSizeSC_b+0x5bc): undefined reference to `cvResize'
haar.cpp:(.text._Z25cvHaarDetectObjectsForROCPKvP23CvHaarClassifierCascadeP12CvMemStorageRSt6vectorIiSaIiEERS5_IdSaIdEEdii6CvSizeSC_b+0x1ae0): undefined reference to `cvCanny'
/tmp/ccVq633J.o: In function `HumanBodyDetectMatSave(cv::Mat, std::string)':
humanbody_detect.cpp:(.text+0x468): undefined reference to `cv::imwrite(cv::String const&, cv::_InputArray const&, std::vector
/tmp/ccVq633J.o: In function `thread_hog_svm':
humanbody_detect.cpp:(.text+0x970): undefined reference to `cv::imread(cv::String const&, int)'
/tmp/ccVq633J.o: In function `main':
humanbody_detect.cpp:(.text+0x1d2c): undefined reference to `cvSaveImage'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_imgproc.a(smooth.cpp.obj): In function `cv::bilateralFilter(cv::_InputArray const&, cv::_OutputArray const&, int, double, double, int)':
smooth.cpp:(.text._ZN2cv15bilateralFilterERKNS_11_InputArrayERKNS_12_OutputArrayEiddi+0x9c8): undefined reference to `cv::patchNaNs(cv::_InputOutputArray const&, double)'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_imgproc.a(color.cpp.obj): In function `cv::initLabTabs() [clone .part.0]':
color.cpp:(.text._ZN2cvL11initLabTabsEv.part.0+0x6c): undefined reference to `cvCbrt'
color.cpp:(.text._ZN2cvL11initLabTabsEv.part.0+0x334): undefined reference to `cvCbrt'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_imgproc.a(templmatch.cpp.obj): In function `cv::ConvolveBuf::create(cv::Size_
templmatch.cpp:(.text._ZN2cv11ConvolveBuf6createENS_5Size_IiEES2_+0xc0): undefined reference to `cv::getOptimalDFTSize(int)'
templmatch.cpp:(.text._ZN2cv11ConvolveBuf6createENS_5Size_IiEES2_+0xe0): undefined reference to `cv::getOptimalDFTSize(int)'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_imgproc.a(templmatch.cpp.obj): In function `cv::convolve_dft(cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&)':
templmatch.cpp:(.text._ZN2cvL12convolve_dftERKNS_11_InputArrayES2_RKNS_12_OutputArrayE+0x4f4): undefined reference to `cv::dft(cv::_InputArray const&, cv::_OutputArray const&, int, int)'
templmatch.cpp:(.text._ZN2cvL12convolve_dftERKNS_11_InputArrayES2_RKNS_12_OutputArrayE+0x650): undefined reference to `cv::dft(cv::_InputArray const&, cv::_OutputArray const&, int, int)'
templmatch.cpp:(.text._ZN2cvL12convolve_dftERKNS_11_InputArrayES2_RKNS_12_OutputArrayE+0x6a8): undefined reference to `cv::mulSpectrums(cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&, int, bool)'
templmatch.cpp:(.text._ZN2cvL12convolve_dftERKNS_11_InputArrayES2_RKNS_12_OutputArrayE+0x6e4): undefined reference to `cv::dft(cv::_InputArray const&, cv::_OutputArray const&, int, int)'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_imgproc.a(templmatch.cpp.obj): In function `cv::crossCorr(cv::Mat const&, cv::Mat const&, cv::Mat&, cv::Size_
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x47c): undefined reference to `cv::getOptimalDFTSize(int)'
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x498): undefined reference to `cv::getOptimalDFTSize(int)'
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x73c): undefined reference to `cv::hal::DFT2D::create(int, int, int, int, int, int, int)'
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0xf6c): undefined reference to `cv::hal::DFT2D::create(int, int, int, int, int, int, int)'
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0xfe8): undefined reference to `cv::hal::DFT2D::create(int, int, int, int, int, int, int)'
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x178c): undefined reference to `cv::dft(cv::_InputArray const&, cv::_OutputArray const&, int, int)'
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x1828): undefined reference to `cv::mulSpectrums(cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&, int, bool)'
templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x1874): undefined reference to `cv::dft(cv::_InputArray const&, cv::_OutputArray const&, int, int)'
/home/share/opencv-3.2.0/install_hi3518/lib/libopencv_imgproc.a(templmatch.cpp.obj): In function `cv::matchTemplateMask(cv::_InputArray const&, cv::_InputArray const&, cv::_OutputArray const&, int, cv::_InputArray const&)':
templmatch.cpp:(.text._ZN2cvL17matchTemplateMaskERKNS_11_InputArrayES2_RKNS_12_OutputArrayEiS2_+0x2134): undefined reference to `cv::sqrt(cv::_InputArray const&, cv::_OutputArray const&)'
collect2: error: ld returned 1 exit status
我来回答
回答3个
时间排序
认可量排序
认可0
认可0
认可0
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
2018-09-01 09:36:53
-
2023-03-28 14:19:44
-
2021-02-23 17:08:06
-
2018-09-21 11:06:23
-
2019-01-29 14:52:12
-
2018-10-21 10:46:05
-
2019-01-22 10:10:16
-
2015-11-06 15:00:24
-
2018-12-27 17:10:05
-
2018-10-25 15:44:07
-
2018-12-24 15:05:44
-
2016-11-22 09:55:59
-
2019-02-21 10:33:56
-
2021-01-14 14:06:41
-
2020-03-18 09:30:14
-
2018-11-07 09:30:26
-
2020-11-30 08:36:28
-
2020-09-27 11:32:35
-
2018-09-20 08:58:11
无更多相似问答 去提问
点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
悬赏问答
-
50如何获取vpss chn的图像修改后发送至vo
-
5FPGA通过Bt1120传YUV422数据过来,vi接收不到数据——3516dv500
-
50SS928 运行PQtools 拼接 推到设备里有一半画面会异常
-
53536AV100的sample_vdec输出到CVBS显示
-
10海思板子mpp怎么在vi阶段改变视频数据尺寸
-
10HI3559AV100 多摄像头同步模式
-
9海思ss928单路摄像头vio中加入opencv处理并显示
-
10EB-RV1126-BC-191板子运行自己编码的程序
-
10求HI3519DV500_SDK_V2.0.1.1
-
5有偿求HI3516DV500 + OV5647驱动
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认