-
错误(活动) E1696 无法打开 源 文件 "opencv2/tracking/tracker.hpp"
其余include都正常
还有一个错误是:错误(活动) E0020 未定义标识符 "CV_BGR2GRAY" ,估计是因为include飘红
本人纯新手,诚求帮助
-
Hey! I'm trying to get the output of a cv.imshow() to send over syphon using the test script but I'm not sure how to plug it in... any help would be appreciated or some documentation on how to send t…
-
When I run `make` (after [fixing the `SDL.h` include path issue](https://github.com/lukasmach/insight3d/issues/8)), I run into a problem I cannot fix:
```
In file included from ui_state.h:4,
…
-
I am having this error while building:
`building for ios simulator, but the linked and embedded framework "opencv2.framework" was built for ios.`
- Xcode 13.2.1
I downloaded opencv2 version 4…
-
Hello,
I am using Method 2 from README, first two steps ran successfully.
However when I run step 3: cd ~/cbmv-cvpr18/cpp/rectification/Debug && make clean && make
I get the error: ../rectificati…
-
-
Hi,
I am trying to install "mingw-w64-opencv2" on Windows 10, and when building via "MINGW_INSTALLS=mingw64 makepkg-mingw -sLf" it ends with an error:
https://pastebin.com/jZhVwSkV
Same issue…
-
I dragged and dropped opencv framework as you mentioned.
But, I am facing following issue.
![screen shot 2017-11-15 at 2 31 00 pm](https://user-images.githubusercontent.com/10954272/32827415-23611…
-
I love to use this library.
this is just one I wished for a long time.
I created new project and yarn add `react-native-opencv3`.
when I run 'react-native link react-native-opencv3', I got this err…
-
Hi!
How can I do a real-time object detection with frames from my camera with opencv2 using this YOLO9 repo? (i already have my own trained model)