Searched refs:IPL_ORIGIN_BL (Results 1 – 7 of 7) sorted by relevance
76 (origin != IPL_ORIGIN_TL && origin != IPL_ORIGIN_BL)) in Create()92 m_img->origin = origin == 0 ? IPL_ORIGIN_TL : IPL_ORIGIN_BL; in Create()
171 m_origin = m_height > 0 ? IPL_ORIGIN_BL : IPL_ORIGIN_TL; in readHeader()198 if( m_origin == IPL_ORIGIN_BL ) in readData()
660 CV_IS_IMAGE(arr) && ((const IplImage*)arr)->origin == IPL_ORIGIN_BL ); in cvSaveImage()690 if( CV_IS_IMAGE(arr) && ((const IplImage*)arr)->origin == IPL_ORIGIN_BL ) in cvEncodeImage()
214 IPL_DEPTH_8U, nChannels, IPL_ORIGIN_BL, 4 ); in retrieveFrame()535 IPL_DEPTH_8U, 3, IPL_ORIGIN_BL, 4 ); in retrieveFrame()
184 if (samples[c]->origin == IPL_ORIGIN_BL) in cv3dTrackerCalibrateCameras()358 if (img->origin == IPL_ORIGIN_BL) in DrawEtalon()
350 #define IPL_ORIGIN_BL 1 macro
273 #define IPL_ORIGIN_BL 1 macro