Home
last modified time | relevance | path

Searched refs:icvDepthToType (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxtables.cpp50 const signed char icvDepthToType[] = variable
D_cxcore.h79 extern const signed char icvDepthToType[];
82 icvDepthToType[(((depth) & 255) >> 2) + ((depth) < 0)]