Skip to content

Iqs noisedetection

Phuoc-Khanh LE requested to merge IQS-noisedetection into gsoc21-image-quality-sorter

noise detection. It passes most of case for detecting noised image, except two case band-pass noise and salt-pepper noise. The parameter is adjusted to label noise image 1 as accepted and noise image 9 as rejected.

I have one question: to apply band pass filter, I have to use matrix in 3D, I created a type listcv::Mat, however, I dont know if it is a good one ?

Merge request reports