Home | History | Annotate | Download | only in src

Lines Matching refs:demosaicing

911 /////////////////// Demosaicing using Variable Number of Gradients ///////////////////////
1465 //////////////////////////////// Edge-Aware Demosaicing //////////////////////////////////
1613 // The main Demosaicing function //
1616 void cv::demosaicing(InputArray _src, OutputArray _dst, int code, int dcn)
1640 CV_Error(CV_StsUnsupportedFormat, "Bayer->Gray demosaicing only supports 8u and 16u types");
1661 CV_Error(CV_StsUnsupportedFormat, "Bayer->RGB demosaicing only supports 8u and 16u types");
1684 CV_Error(CV_StsUnsupportedFormat, "Bayer->RGB Edge-Aware demosaicing only currently supports 8u and 16u types");