Home
last modified time | relevance | path

Searched refs:cvGetSize (Results 1 – 24 of 24) 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/opencv3/modules/calib3d/src/
Dcheckchessboard.cpp137 IplImage* thresh = cvCreateImage(cvGetSize(src), IPL_DEPTH_8U, 1); in cvCheckChessboard()
Dcalibinit.cpp277 dbg_img = cvCreateImage(cvGetSize(img), IPL_DEPTH_8U, 3 ); in cvFindChessboardCorners()
278 dbg1_img = cvCreateImage(cvGetSize(img), IPL_DEPTH_8U, 3 ); in cvFindChessboardCorners()
279 dbg2_img = cvCreateImage(cvGetSize(img), IPL_DEPTH_8U, 3 ); in cvFindChessboardCorners()
/external/opencv3/modules/videoio/src/
Dcap_dc1394_v2.cpp614 CvSize size = cvGetSize(img[i]); in grabFrame()
879 IplImage* mx = cvCreateImage(cvGetSize(ml[0]), IPL_DEPTH_32F, 1); in initVidereRectifyMaps()
880 IplImage* my = cvCreateImage(cvGetSize(ml[0]), IPL_DEPTH_32F, 1); in initVidereRectifyMaps()
Dcap_vfw.cpp231 frame = cvCreateImage( cvGetSize(&src), 8, nChannels ); in retrieveFrame()
810 if( !compressed && !createStreams( cvGetSize(image), image->nChannels > 1 )) in writeFrame()
/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/opencv3/modules/imgproc/test/
Dtest_contours.cpp161 size = cvGetSize( img ); in cvTsGenerateBlobImage()
Dtest_histograms.cpp1226 CvSize img_size = cvGetSize(_images[0]); in cvTsCalcHist()
1459 CvSize img_size = cvGetSize(images[0]); in cvTsCalcBackProject()
1685 CvSize size = cvGetSize(dst); in cvTsCalcBackProjectPatch()
/external/opencv3/modules/videoio/test/
Dtest_video_io.cpp285 writer = cvCreateVideoWriter(tmp_name.c_str(), fmt.fourcc, 24, cvGetSize(img)); in VideoTest()
/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 );
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h940 CVAPI(CvSize) cvGetSize( const CvArr* arr );
/external/opencv3/modules/core/src/
Darray.cpp1221 cvGetSize( const CvArr* arr ) in cvGetSize() function
Dpersistence.cpp3516 size = cvGetSize(mat); in icvWriteMat()