#c #opencv #gcc
#c #opencv #ссагпз #gcc
Вопрос:
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvDecRefData':|
main.c|| undefined reference to `cvFree_'|
main.c|| undefined reference to `cvFree_'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvGetRow':|
main.c|| undefined reference to `cvGetRows'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvGetCol':|
main.c|| undefined reference to `cvGetCols'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvReleaseMatND':|
main.c|| undefined reference to `cvReleaseMat'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvSubS':|
main.c|| undefined reference to `cvAddS'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvCloneSeq':|
main.c|| undefined reference to `cvSeqSlice'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvSetNew':|
main.c|| undefined reference to `cvSetAdd'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvGetSetElem':|
main.c|| undefined reference to `cvGetSeqElem'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvEllipseBox':|
main.c|| undefined reference to `cvEllipse'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvFont':|
main.c|| undefined reference to `cvInitFont'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvReadIntByName':|
main.c|| undefined reference to `cvGetFileNodeByName'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvReadRealByName':|
main.c|| undefined reference to `cvGetFileNodeByName'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvReadStringByName':|
main.c|| undefined reference to `cvGetFileNodeByName'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvReadByName':|
main.c|| undefined reference to `cvGetFileNodeByName'|
main.c|| undefined reference to `cvRead'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvContourPerimeter':|
main.c|| undefined reference to `cvArcLength'|
/home/piotr/Dokumenty/Projekt antybulglar/main.o||In function `cvCalcHist':|
main.c|| undefined reference to `cvCalcArrHist'|
||=== Build failed: 18 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
Я пытался установить его многими способами, например:
https://www.youtube.com/watch?v=MqQB5KKJCh0
И по-прежнему ничего.
Комментарии:
1. что вы связываете? похоже, вам не хватает библиотек opencv, таких как -lopencv_core и т. Д. (и, пожалуйста, используйте c api вместо тайного c)
Ответ №1:
Это уже исправлено, мне нужно было добавить OpenCV в Code::Blocks в Settings / Compiler там я сначала добавляю «usr / include / opencv» и «usr / include / opencv2» для поиска каталогов / компилятора. И добавьте все .итак, из usr / local / lib для OpenCV на вкладке настроек компоновщика.