test_color.cpp | 52 CV_ColorCvtBaseTest( bool custom_inv_transform, bool allow_32f, bool allow_16u ); 75 bool allow_16u, allow_32f; member in class:CV_ColorCvtBaseTest 92 allow_16u = _allow_16u; 126 if( allow_16u && allow_32f ) 131 else if( allow_16u || allow_32f ) 134 depth = depth == 0 ? CV_8U : allow_16u ? CV_16U : CV_32F; [all...] |