win版但却出现liux系统的斜杠,斜杠与反斜杠问题,配置没有问题
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 6.4k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
报错如下:
1>D:\Open\opencv\build\include\opencv2/core/mat.hpp(1413): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
1>C:\Users\Administrator\Desktop\EasyPR-master\include\easypr/core/feature.h : warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
1>..\src\core\plate_judge.cpp(26): error C2039: “empty”: 不是“cv::ml::SVM”的成员
1> D:\Open\opencv\build\include\opencv2/ml.hpp(256): note: 参见“cv::ml::SVM”的声明
1>..\src\core\plate_judge.cpp(70): error C3083: “Flags”:“::”左侧的符号必须是一种类型
1> plate_locate.cpp
1>D:\Open\opencv\build\include\opencv2/core/mat.hpp(1413): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失
1>..\src\core\plate_locate.cpp(127): error C2065: “CV_THRESH_OTSU”: 未声明的标识符
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the reported Windows build errors in src/core/plate_judge.cpp and src/core/plate_locate.cpp, then compare them with the referenced OpenCV headers, including opencv2/ml.hpp and opencv2/core/mat.hpp. Determine whether the reported API and constant errors come from an OpenCV compatibility issue; done means the project builds successfully on Windows without these errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, computer-vision
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100