OpenCV-MinGW-Build icon indicating copy to clipboard operation
OpenCV-MinGW-Build copied to clipboard

👀 MinGW 32bit and 64bit version of OpenCV compiled on Windows. Including OpenCV 3.3.1, 3.4.1, 3.4.1-x64, 3.4.5, 3.4.6, 3.4.7, 3.4.8-x64, 3.4.9, 4.0.0-alpha-x64, 4.0.0-rc-x64, 4.0.1-x64, 4.1.0, 4.1.0-...

Results 9 OpenCV-MinGW-Build issues
Sort by recently updated
recently updated
newest added

thank you my brother. hope you can support mingw530_32 mingw810_32, and 64bit for QT dev enviroment.

I'm a new learner to OpenCV in Mingw. Could you please tell me how to install the complied opencv ? My g++ tell me it couldn't find opencv.hpp

I Tried Using `addText()` Function With A [`QtFont`](https://docs.opencv.org/3.4/dc/d46/group__highgui__qt.html#ga6281d0939583c9e0ee36372dfeb52ae3) Parameter But It Resulted In This Error! So I Think We Need The OpenCV With Qt Support. ### Error ``` OpenCV: terminate...

I have tried some versions like `3.4.9` and `4.1.1`. Things work well with opencv objects like: ``` // cv_test.cpp main() Point3d all_points[][2] = { Point3d( 0.0, 0.0, 0.0 ), Point3d(...

请问vc版的`**_world452.dll`文件在这版mingw版中应该用什么去替代呢