Home
last modified time | relevance | path

Searched refs:cvGetSize (Results 1 – 14 of 14) sorted by relevance

/external/opencv/
Dcvjni.cpp114 m_sourceImage = cvCreateImage(cvGetSize(frame), IPL_DEPTH_8U, in Java_org_siprop_opencv_OpenCV_grabSourceImageFromCapture()
219 …IplImage *grayImage = cvCreateImage( cvGetSize(m_sourceImage), IPL_DEPTH_8U, 1 ); // �O���[�X�P�[… in Java_org_siprop_opencv_OpenCV_findContours()
220 …IplImage *binaryImage = cvCreateImage( cvGetSize(m_sourceImage), IPL_DEPTH_8U, 1 ); // 2�l�摜�pIplI… in Java_org_siprop_opencv_OpenCV_findContours()
221 …IplImage *contourImage = cvCreateImage( cvGetSize(m_sourceImage), IPL_DEPTH_8U, 3 ); // �֊s�摜�pIpl… in Java_org_siprop_opencv_OpenCV_findContours()
377 m_grayImage = cvCreateImage(cvGetSize(sourceImage), IPL_DEPTH_8U, 1); in initFaceDetectionImages()
/external/opencv/cvaux/src/
Dcamshift.cpp84 CvSize size = cvGetSize(image); in color_transform()
225 bp_size = cvGetSize( m_back_project ); in track_object()
Dcvfacedetection.cpp96 ReallocImage(&m_imgThresh, cvGetSize(imgGray), 1); in FindContours()
Dcvsegment.cpp503 size = cvGetSize( src ); in cvSegmentImage()
Dcvcalibfilter.cpp384 size = cvGetSize(mats[i]); in FindEtalon()
/external/opencv/otherlibs/highgui/
Dimage.cpp117 CvSize size = cvGetSize( img ); in CopyOf()
/external/opencv/cxcore/src/
Dcxmean.cpp400 size = cvGetSize( img ); in CV_DEF_INIT_BIG_FUNC_TAB_2D()
Dcxarray.cpp1421 cvGetSize( const CvArr* arr ) in cvGetSize() function
Dcxpersistence.cpp3546 size = cvGetSize(mat); in icvWriteMat()
/external/opencv/cv/src/
Dcvcalibinit.cpp248 CV_CALL( dbg_img = cvCreateImage(cvGetSize(img), IPL_DEPTH_8U, 3 )); in cvFindChessboardCorners()
249 CV_CALL( dbg1_img = cvCreateImage(cvGetSize(img), IPL_DEPTH_8U, 3 )); in cvFindChessboardCorners()
250 CV_CALL( dbg2_img = cvCreateImage(cvGetSize(img), IPL_DEPTH_8U, 3 )); in cvFindChessboardCorners()
Dcvlkpyramid.cpp128 imgSize = cvGetSize(imgA); in icvInitPyramidalAlgorithm()
1183 sz0 = cvGetSize(A); in cvEstimateRigidTransform()
Dcvstereogc.cpp871 size = cvGetSize(left); in cvFindStereoCorrespondenceGC()
Dcvhistogram.cpp2334 CV_CALL( img_sz = cvGetSize( src )); in cvEqualizeHist()
/external/opencv/cxcore/include/
Dcxcore.h437 CVAPI(CvSize) cvGetSize( const CvArr* arr );