Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxmisc.h159 #define CV_ORIGIN_TL 0 macro
/external/opencv/cxcore/src/
Dcxarray.cpp3372 if( origin != CV_ORIGIN_BL && origin != CV_ORIGIN_TL ) in cvInitImageHeader()