nomacs / nomacs-plugins

3dparty plugins for nomacs
https://nomacs.org
41 stars 20 forks source link

modified the filter and fixed the vertical stripes bug #8

Closed yjwudi closed 8 years ago

yjwudi commented 8 years ago

Fixed the vertical stripes bug: the conversion form QImage to Mat will get a CV_8UC4 type image. However, the filter processes the image as CV_8UC3. I added the situation for CV_8UC4 type.

diemmarkus commented 8 years ago

nice! thank you