看板 C_and_CPP 關於我們 聯絡資訊
最近在使用opencv 抓人臉偵測 opencv版本是2.4.3 使用VS2010 #include "cv.h" #include "highgui.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert.h> #include <math.h> #include <float.h> #include <limits.h> #include <time.h> #include <ctype.h> 以上是有宣告的library 在使用 const char *pstrCascadeFileName = "haarcascade_frontalface_alt.xml"; CvHaarClassifierCascade *pHaarCascade = NULL; pHaarCascade = (CvHaarClassifierCascade*)cvLoad(pstrCascadeFileName); 這段時 編譯都會遇到 1>main.obj : error LNK2019: 無法解析的外部符號 _cvHaarDetectObjects 在函式 _main 中被參考 1>D:\face_detaction_opencv\video_opencv\Debug\Test.exe : fatal error LNK1120: 1 個無法解析的外部符號 這個問題 已經有把"haarcascade_frontalface_alt.xml"放在資料夾中了 依舊出現error 請問有人曾經遇到過這問題並解決的嗎?謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.114.71.128 ※ 編輯: b92299 來自: 140.114.71.128 (07/24 12:25)
deo2000:沒有link到objdetect242.lib 07/24 15:39
deo2000: 243 07/24 15:39