Home
last modified time | relevance | path

Searched refs:IPL_ORIGIN_TL (Results 1 – 16 of 16) 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/opencv3/modules/videoio/src/
Dcap_giganetix.cpp476 m_raw_image->origin = IPL_ORIGIN_TL; in grabImage()
493 m_raw_image->origin = IPL_ORIGIN_TL; in grabImage()
Dcap_libv4l.cpp865 IPL_ORIGIN_TL, 4 ); in _capture_V4L2()
1019 IPL_ORIGIN_TL, 4 ); in _capture_V4L()
1301 IPL_ORIGIN_TL, 4 ); in icvRetrieveFrameCAM_V4L()
1315 IPL_ORIGIN_TL, 4 ); in icvRetrieveFrameCAM_V4L()
Dcap_dc1394.cpp527 IPL_DEPTH_8U, 3, IPL_ORIGIN_TL, 4 ); in icvResizeFrame()
576 cvInitImageHeader( &capture->frame,cvSize( width, height ), bpp, nch, IPL_ORIGIN_TL, 4 ); in icvResizeFrame()
Dcap_v4l.cpp978 IPL_DEPTH_8U, 3, IPL_ORIGIN_TL, 4 ); in _capture_V4L2()
1100 IPL_DEPTH_8U, 3, IPL_ORIGIN_TL, 4 ); in _capture_V4L()
2139 IPL_DEPTH_8U, 3, IPL_ORIGIN_TL, 4 ); in icvRetrieveFrameCAM_V4L()
2157 IPL_DEPTH_8U, 3, IPL_ORIGIN_TL, 4 ); in icvRetrieveFrameCAM_V4L()
Dcap.cpp684 if(_img->origin == IPL_ORIGIN_TL) in retrieve()
/external/opencv3/samples/cpp/
Dsmiledetect.cpp130 if( iplImg->origin == IPL_ORIGIN_TL ) in main()
Dfacedetect.cpp136 if( iplImg->origin == IPL_ORIGIN_TL ) in main()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_bmp.cpp171 m_origin = m_height > 0 ? IPL_ORIGIN_BL : IPL_ORIGIN_TL; in readHeader()
/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/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h272 #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()
/external/opencv3/modules/core/src/
Darray.cpp2880 cvInitImageHeader( img, size, depth, channels, IPL_ORIGIN_TL, in cvCreateImageHeader()
2890 IPL_DATA_ORDER_PIXEL, IPL_ORIGIN_TL, in cvCreateImageHeader()
Dpersistence.cpp3879 cvWriteString( fs, "origin", image->origin == IPL_ORIGIN_TL in icvWriteImage()