HomeSort by relevance Sort by last modified time
    Searched full:allow_32f (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/imgproc/test/
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...]

Completed in 108 milliseconds