QtOpenCV
QtOpenCV copied to clipboard
Qt and OpenCV2 Integration, cv::Mat <==> QImage
Add modern cmake style CMakeLists.txt so that other modules can refer to it by simply using `add_subdirectory` or `find_package`. e.g. ```cmake add_subdirectory(third_party/QtOpenCV) target_link_libraries(${PROJECT_NAME} PRIVATE QtOpenCV) ``` or ```cmake find_package(QtOpenCV REQUIRED)...
Hello, It is a nice library. Thanks for your work. Would it have a chance to make this software available in qpm package? Reference: https://www.qpm.io/
Would be useful adding the following to the opencv.pri file makes the opencv integration automatically working in mac os x; with the current .pri one has to add manually to...
Hi, I am Johnathan Fercher, member of SIRLab (Laboratory of Intelligent Systems and Robotics). We have some projects opensource in our github and one of them, The VSS-Vision, it's been...