Home
last modified time | relevance | path

Searched refs:IPL_ORIGIN_BL (Results 1 – 3 of 3) sorted by relevance

/external/opencv/otherlibs/highgui/
Dimage.cpp76 (origin != IPL_ORIGIN_TL && origin != IPL_ORIGIN_BL)) in Create()
92 m_img->origin = origin == 0 ? IPL_ORIGIN_TL : IPL_ORIGIN_BL; in Create()
/external/opencv/cvaux/src/
Dcv3dtracker.cpp184 if (samples[c]->origin == IPL_ORIGIN_BL) in cv3dTrackerCalibrateCameras()
358 if (img->origin == IPL_ORIGIN_BL) in DrawEtalon()
/external/opencv/cxcore/include/
Dcxtypes.h350 #define IPL_ORIGIN_BL 1 macro