(wg) VNG implementation for demosaic (Bug #466)
Description
We're been experimenting with a better demosaic algorithm with our willow garage ethernet (WGE) cameras.
There is a fairly complete description of the VNG algorithm here:
http://scien.stanford.edu/pages/labsite/1999/psych221/projects/99/tingchen/algodep/vargra.html
and an implementation using OpenCV here:
https://code.ros.org/svn/wg-ros-pkg/trunk/sandbox/demosaic/src/demosaic/vng.py
it currently takes about 250ms to process a 640x480 frame, so it would be good to get a C implementation into OpenCV, I assume that another enum for CvtColor() is the right place for this.
Associated revisions
added VNG demosaicing algorithm (ticket #466)
Merge pull request #466 from taka-no-me:fix_android_package
History
Updated by Vadim Pisarevsky over 14 years ago
added in r3375 (see CV_Bayer??2BGR_VNG color conversion codes).
- Status changed from Open to Done
- (deleted custom field) set to fixed