Searched refs:cvGetSize (Results 1 – 14 of 14) sorted by relevance
/external/opencv/ |
D | cvjni.cpp | 114 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/ |
D | camshift.cpp | 84 CvSize size = cvGetSize(image); in color_transform() 225 bp_size = cvGetSize( m_back_project ); in track_object()
|
D | cvfacedetection.cpp | 96 ReallocImage(&m_imgThresh, cvGetSize(imgGray), 1); in FindContours()
|
D | cvsegment.cpp | 503 size = cvGetSize( src ); in cvSegmentImage()
|
D | cvcalibfilter.cpp | 384 size = cvGetSize(mats[i]); in FindEtalon()
|
/external/opencv/otherlibs/highgui/ |
D | image.cpp | 117 CvSize size = cvGetSize( img ); in CopyOf()
|
/external/opencv/cxcore/src/ |
D | cxmean.cpp | 400 size = cvGetSize( img ); in CV_DEF_INIT_BIG_FUNC_TAB_2D()
|
D | cxarray.cpp | 1421 cvGetSize( const CvArr* arr ) in cvGetSize() function
|
D | cxpersistence.cpp | 3546 size = cvGetSize(mat); in icvWriteMat()
|
/external/opencv/cv/src/ |
D | cvcalibinit.cpp | 248 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()
|
D | cvlkpyramid.cpp | 128 imgSize = cvGetSize(imgA); in icvInitPyramidalAlgorithm() 1183 sz0 = cvGetSize(A); in cvEstimateRigidTransform()
|
D | cvstereogc.cpp | 871 size = cvGetSize(left); in cvFindStereoCorrespondenceGC()
|
D | cvhistogram.cpp | 2334 CV_CALL( img_sz = cvGetSize( src )); in cvEqualizeHist()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 437 CVAPI(CvSize) cvGetSize( const CvArr* arr );
|