HomeSort by relevance Sort by last modified time
    Searched full:allow_16u (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
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...]

Completed in 79 milliseconds