我將更詳細地描述我的情況。我正在使用C++,OpenCV,Tesserect構建識別車牌的系統,但是當我編譯代碼時,它返回給我一堆錯誤的模糊引用,因此我檢查了我的代碼的所有行。 我搜索了這個組的解決方案,並嘗試了幾次沒有成功。tesseract Remove_Reference visual studio 2012項目中的曖昧符號
問題:使用
error C2872 : ' Remove_Reference ' : ambiguous symbol File: tesscallback.h Line : 1011
error C2872 : ' Remove_Reference ' : ambiguous symbol File: tesscallback.h Line : 1030
error C2872 : ' Remove_Reference ' : ambiguous symbol File: tesscallback.h Line : 1061
error C2872 : ' Remove_Reference ' : ambiguous symbol File: tesscallback.h Line : 1105
error C2872 : ' Remove_Reference ' : ambiguous symbol File: tesscallback.h Line : 1136
error C2872 : ' Remove_Reference ' : ambiguous symbol File: tesscallback.h Line : 1179
error C2872 : ' Remove_Reference ' : ambiguous symbol File: tesscallback.h Line : 1208
軟件:
MS visual studio 2012
Path to visual studio : " C : \ Program Files (x86) \ Microsoft Visual Studio 11.0 \ Common7 \ IDE \ devenv.exe "
OpenCV version: 2.4.8
OS: Windows 7 Home Premium , 64 -bit
Core i7
Tesseract version: tesseract - 2.3.02 - win32 - lib -include -dirs (tested other versions)
Inguagem used : C + +11
感謝您的幫助