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 93 allow_32f = _allow_32f; 126 if( allow_16u && allow_32f ) 131 else if( allow_16u || allow_32f ) [all...] |