Searched refs:IPL_DEPTH_32F (Results 1 – 16 of 16) sorted by relevance
/external/opencv3/modules/python/test/ |
D | goodfeatures.py | 11 eig_image = cv.CreateImage(size, cv.IPL_DEPTH_32F, 1) 12 temp_image = cv.CreateImage(size, cv.IPL_DEPTH_32F, 1)
|
D | camera_calibration.py | 353 mapx = cv.CreateImage((640, 480), cv.IPL_DEPTH_32F, 1) 354 mapy = cv.CreateImage((640, 480), cv.IPL_DEPTH_32F, 1)
|
/external/opencv/cvaux/src/ |
D | cveigenobjects.cpp | 1195 if( avg->depth != IPL_DEPTH_32F ) in cvCalcCovarMatrixEx() 1330 if( avg->depth != IPL_DEPTH_32F ) in cvCalcEigenObjects() 1380 if( eig->depth != IPL_DEPTH_32F ) in cvCalcEigenObjects() 1464 if( eig->depth != IPL_DEPTH_32F ) in cvCalcEigenObjects() 1554 if( eigObj->depth != IPL_DEPTH_32F ) in cvCalcDecompCoeff() 1560 if( avg->depth != IPL_DEPTH_32F ) in cvCalcDecompCoeff() 1617 if( avg->depth != IPL_DEPTH_32F ) in cvEigenDecomposite() 1647 if( eig->depth != IPL_DEPTH_32F ) in cvEigenDecomposite() 1734 if( avg->depth != IPL_DEPTH_32F ) in cvEigenProjection() 1764 if( eig->depth != IPL_DEPTH_32F ) in cvEigenProjection()
|
D | cvtexture.cpp | 628 …dest = cvCreateImage( cvSize( GLCM->matrixSideLength, GLCM->matrixSideLength ), IPL_DEPTH_32F, 1 ); in cvCreateGLCMImage()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_exr.cpp | 583 depth == IPL_DEPTH_32S || depth == IPL_DEPTH_32F; in IsFormatSupported() 597 bool isfloat = depth == IPL_DEPTH_32F || depth == IPL_DEPTH_64F; in WriteImage()
|
D | loadsave.cpp | 448 type = IPL_DEPTH_32F; in icvLoadImage()
|
/external/opencv3/modules/videoio/src/ |
D | cap_dc1394_v2.cpp | 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()
|
D | cap_giganetix.cpp | 492 … m_raw_image = cvCreateImageHeader (cvSize((int)newWidth, (int)newHeight), IPL_DEPTH_32F, 3); in grabImage()
|
/external/opencv3/modules/imgproc/test/ |
D | test_histograms.cpp | 1185 img_type == CV_8U ? IPL_DEPTH_8U : IPL_DEPTH_32F, nch ); in prepare_test_case() 1396 img_type == CV_8U ? IPL_DEPTH_8U : IPL_DEPTH_32F, nch ); in prepare_test_case() 1628 img_type == CV_8U ? IPL_DEPTH_8U : IPL_DEPTH_32F, nch ); in prepare_test_case() 1639 IPL_DEPTH_32F, 1 ); in prepare_test_case()
|
/external/opencv3/modules/ts/src/ |
D | ts_arrtest.cpp | 129 IPL_DEPTH_32S, IPL_DEPTH_32F, IPL_DEPTH_64F
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | wimage.hpp | 506 inline int WImage<float>::Depth() const {return IPL_DEPTH_32F; } in Depth()
|
D | types_c.h | 263 #define IPL_DEPTH_32F 32 macro
|
/external/opencv/cxcore/include/ |
D | cvwimage.h | 517 inline int WImage<float>::Depth() const {return IPL_DEPTH_32F; } in Depth()
|
D | cxtypes.h | 340 #define IPL_DEPTH_32F 32 macro
|
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 992 if( img->depth == IPL_DEPTH_32F || img->nChannels == 64 ) in cvCreateData() 994 img->width *= img->depth == IPL_DEPTH_32F ? sizeof(float) : sizeof(double); in cvCreateData() 3369 depth != (int)IPL_DEPTH_32F && depth != (int)IPL_DEPTH_64F) || in cvInitImageHeader()
|
/external/opencv3/modules/core/src/ |
D | array.cpp | 844 if( img->depth == IPL_DEPTH_32F || img->depth == IPL_DEPTH_64F ) in cvCreateData() 846 img->width *= img->depth == IPL_DEPTH_32F ? sizeof(float) : sizeof(double); in cvCreateData() 2934 depth != (int)IPL_DEPTH_32F && depth != (int)IPL_DEPTH_64F) || in cvInitImageHeader()
|