Searched refs:CV_MAX_NUM_GREY_LEVELS_8U (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvtexture.cpp54 #define CV_MAX_NUM_GREY_LEVELS_8U 256 macro
63 int forwardLookupTable[CV_MAX_NUM_GREY_LEVELS_8U];
64 int reverseLookupTable[CV_MAX_NUM_GREY_LEVELS_8U];
103 const int maxNumGreyLevels8u = CV_MAX_NUM_GREY_LEVELS_8U;

Completed in 66 milliseconds