Home
last modified time | relevance | path

Searched refs:IPL_ORIGIN_TL (Results 1 – 5 of 5) 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/
Dcvjni.cpp119 if (frame->origin == IPL_ORIGIN_TL) { in Java_org_siprop_opencv_OpenCV_grabSourceImageFromCapture()
/external/opencv/cxcore/include/
Dcxtypes.h349 #define IPL_ORIGIN_TL 0 macro
/external/opencv/cxcore/src/
Dcxarray.cpp3293 CV_CALL( cvInitImageHeader( img, size, depth, channels, IPL_ORIGIN_TL, in cvCreateImageHeader()
3303 IPL_DATA_ORDER_PIXEL, IPL_ORIGIN_TL, in cvCreateImageHeader()
Dcxpersistence.cpp3929 cvWriteString( fs, "origin", image->origin == IPL_ORIGIN_TL in icvWriteImage()