MHT Demosaicing not available in 3.1.0?
The Debayering Algorithm of Malvar et al. is still in the documentation, but i couldn't find it in the imgproc.h. Isn't it available anymore?
The Debayering Algorithm of Malvar et al. is still in the documentation, but i couldn't find it in the imgproc.h. Isn't it available anymore?
Asked: 2016-10-25 08:33:35 -0600
Seen: 536 times
Last updated: Oct 25 '16
Debayer 16 bit with the MHC algo using CUDA
Demosaicing 16-bit images with VNG interpolation
OpenCV 3.1.0 & OpenCL version?
In OpenCV , failed to create an RGB image from a Bayer binary file. [closed]
Imgproc.cvtColor or Imgproc.demosaicing for Bayer to RGB conversion in OpenCV Java
detectMultiscale fails when weights are requested
Nonfree (SURF, SIFT) in OpenCV 3.1 for Android
Where can I find Horn-Schunk Optical Flow method in Opencv-3.0+
BSOD (Kernel Security Check Failure) when using T-API in OpenCV 3.1.0 x64 (VS12)
What is the meaning of “VIDEOINPUT LIBRARY - 0.1995 - TFW07"
may be here but with CUDA
imgproc.h contains the no more maintained c-api things, that is for sure the wrong place to look.
is it this ?
Link
i tried that, but only bilinear interpolation works, "COLOR_BayerRG2BGR_MHT" gives a "not defined" error.
Is there maybe another 5x5 debayering method in opencv?
the COLOR_XXX enumerations are all to be used with cvtColor()WORKS:
WORKS NOT:
seems it is not defined anymore. is there any other 5x5 interpolation implemented in opencv? i cant find any information about the size of the filterkernels in the documentation