HomeSort by relevance Sort by last modified time
    Searched refs:IPL_ORIGIN_BL (Results 1 - 7 of 7) sorted by null

  /external/opencv/otherlibs/highgui/
image.cpp 76 (origin != IPL_ORIGIN_TL && origin != IPL_ORIGIN_BL))
92 m_img->origin = origin == 0 ? IPL_ORIGIN_TL : IPL_ORIGIN_BL;
  /external/opencv3/modules/imgcodecs/src/
grfmt_bmp.cpp 171 m_origin = m_height > 0 ? IPL_ORIGIN_BL : IPL_ORIGIN_TL;
198 if( m_origin == IPL_ORIGIN_BL )
loadsave.cpp 660 CV_IS_IMAGE(arr) && ((const IplImage*)arr)->origin == IPL_ORIGIN_BL );
690 if( CV_IS_IMAGE(arr) && ((const IplImage*)arr)->origin == IPL_ORIGIN_BL )
  /external/opencv/cvaux/src/
cv3dtracker.cpp 184 if (samples[c]->origin == IPL_ORIGIN_BL)
358 if (img->origin == IPL_ORIGIN_BL)
  /external/opencv3/modules/videoio/src/
cap_vfw.cpp 214 IPL_DEPTH_8U, nChannels, IPL_ORIGIN_BL, 4 );
535 IPL_DEPTH_8U, 3, IPL_ORIGIN_BL, 4 );
  /external/opencv/cxcore/include/
cxtypes.h 350 #define IPL_ORIGIN_BL 1
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 273 #define IPL_ORIGIN_BL 1
    [all...]

Completed in 478 milliseconds