added edge-aware demosaicing and bayer to bgra conversion
authorIlya Lavrenov <ilya.lavrenov@itseez.com>
Mon, 26 Nov 2012 12:17:43 +0000 (16:17 +0400)
committerIlya Lavrenov <ilya.lavrenov@itseez.com>
Mon, 26 Nov 2012 12:17:43 +0000 (16:17 +0400)
commit5225672dc0b55aae3a023c5efc365bd13f1a7ef5
tree05a4687965c86c381561942fd11b2803019f8096
parent4d059e9e5bc4aa4d7532a95037bb38ab3bdbef43
added edge-aware demosaicing and bayer to bgra conversion
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/imgproc/include/opencv2/imgproc/types_c.h
modules/imgproc/perf/perf_cvt_color.cpp
modules/imgproc/src/color.cpp
modules/imgproc/src/demosaicing.cpp [new file with mode: 0644]
modules/imgproc/test/test_color.cpp