Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmysu/qt5_opencv4.4_mingw

Build and test on MinGW64bit OpenCV4.4 w/ QT5
https://github.com/jmysu/qt5_opencv4.4_mingw

opencv4 openni2 orbbec-astra qt5 stereo-camera

Last synced: about 2 months ago
JSON representation

Build and test on MinGW64bit OpenCV4.4 w/ QT5

Awesome Lists containing this project

README

        

# QT5_Opencv4.4_MinGW[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Build and test on MinGW64bit OpenCV4.4 w/ QT5 (Windows10)

There is a another repository where I put some strucutred 3D stuff there: https://github.com/jmysu/Stereo3D

Config OpenCV4.4 w/ following changes:



| Option | Modified OpenCV Variables |
| --- | --- |
| V | WITH_QT _//With QT mouse UI_ |
| V | WITH_OPENGL |
| V | CMAKE_CXX_STANDARD_REQUIRED |
| Add | CMAKE_CXX_STANDARD 11 _//Fix undefined reference std:: issue_ |
| X | OPENCV_ENABLE_ALLOCATOR_STATS _//Fix error:long_ |
| X | ENABLE_PRECOMPILED_HEADERS _//Fix math.h issue_ |
| Add | OPENCV_EXTRA_MODULES_PATH where_saved_path_of_opencv_contrib_modules |
| V | WITH_OPENNI2 _//for Astra Pro depth camera_ |
| Add | OPENNI2_INCLUDE |
| Add | OPENNI2_LIBRARY |





Rebuild OpenCV w/ Qt5.15.1-MinGW64bit... (remember to add openCV DLL path to system PATH)


__QT5 app for loading picture w/ OpenCV4...__



__QT5 app for image editing w/ OpenCV4...__

(_from chap.02 in [Qt 5 and Open CV 4 Computer Vision Projects]_)



__QT5 app for adjusting depth map from stereo phtos w/ OpenCV4...__

(_from AbsurdePhoton_)


__QT5 app for Orbbec Astra depth/IR camera w/ OpenNI2+OpenCV4...__





## References
- [OpenCV](https://opencv.org/) OpenCV website
- [OpenCV4.4](https://github.com/opencv) OpenCV Github repository w/ Opencv_contrib
- [QT5.15](https://www.qt.io/download) _www.qt.io_ Where to download the QT5 framework
- [Qt 5 and Open CV 4 Computer Vision Projects](https://www.youtube.com/playlist?list=PLeLcvrwLe187K3Ceoe3X3VMAa31591aO8) Watch YouTube clips online
- [Disparity and depth maps with QT and OpenCV with support for classic image files and MPO stereo pairs](https://github.com/AbsurdePhoton/disparity-filtering-mpo) AbsurdePhoton: Depth map project on Github.
- [Orbbec Astra SDK stuff](https://orbbec3d.com/develop/) Orbbec SDKs(include OpenNI2 SDK).