1
1
Fork
You've already forked asmOpenCV
0
Simple methods to convert between OpenCV's cv::Mat and Qt's QImage and QPixmap
  • C++ 96.5%
  • QMake 3.5%
Find a file
2020年08月10日 11:40:52 -04:00
.github Create FUNDING.yml 2020年04月23日 08:28:12 -04:00
example Update qmake files to work with OpenCV 4.x 2020年08月10日 11:40:52 -04:00
test Update qmake files to work with OpenCV 4.x 2020年08月10日 11:40:52 -04:00
.gitignore Initial commit 2016年07月24日 16:24:55 -04:00
asmOpenCV.h Better handling of QImage::Format_RGB32 -> CV_8UC3 conversion 2018年03月08日 22:08:09 -05:00
README.md Initial commit 2016年07月24日 16:24:55 -04:00

asmOpenCV

Simple methods to convert between OpenCV's cv::Mat and Qt's QImage and QPixmap.

The simple example shows how to use the methods to apply Gaussian blur to an image. Note that you will need to change OPENCV_INSTALL in example/example.pro to point at your OpenCV files.

See my blog post for details: https://asmaloney.com/2013/11/code/converting-between-cvmat-and-qimage-or-qpixmap

24 July 2016
Andy Maloney
https://asmaloney.com