Home
last modified time | relevance | path

Searched refs:IPL_DEPTH_32F (Results 1 – 16 of 16) sorted by relevance

/external/opencv3/modules/python/test/
Dgoodfeatures.py11 eig_image = cv.CreateImage(size, cv.IPL_DEPTH_32F, 1)
12 temp_image = cv.CreateImage(size, cv.IPL_DEPTH_32F, 1)
Dcamera_calibration.py353 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/
Dcveigenobjects.cpp1195 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()
Dcvtexture.cpp628 …dest = cvCreateImage( cvSize( GLCM->matrixSideLength, GLCM->matrixSideLength ), IPL_DEPTH_32F, 1 ); in cvCreateGLCMImage()
/external/opencv/otherlibs/highgui/
Dgrfmt_exr.cpp583 depth == IPL_DEPTH_32S || depth == IPL_DEPTH_32F; in IsFormatSupported()
597 bool isfloat = depth == IPL_DEPTH_32F || depth == IPL_DEPTH_64F; in WriteImage()
Dloadsave.cpp448 type = IPL_DEPTH_32F; in icvLoadImage()
/external/opencv3/modules/videoio/src/
Dcap_dc1394_v2.cpp879 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_giganetix.cpp492 … m_raw_image = cvCreateImageHeader (cvSize((int)newWidth, (int)newHeight), IPL_DEPTH_32F, 3); in grabImage()
/external/opencv3/modules/imgproc/test/
Dtest_histograms.cpp1185 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/
Dts_arrtest.cpp129 IPL_DEPTH_32S, IPL_DEPTH_32F, IPL_DEPTH_64F
/external/opencv3/modules/core/include/opencv2/core/
Dwimage.hpp506 inline int WImage<float>::Depth() const {return IPL_DEPTH_32F; } in Depth()
Dtypes_c.h263 #define IPL_DEPTH_32F 32 macro
/external/opencv/cxcore/include/
Dcvwimage.h517 inline int WImage<float>::Depth() const {return IPL_DEPTH_32F; } in Depth()
Dcxtypes.h340 #define IPL_DEPTH_32F 32 macro
/external/opencv/cxcore/src/
Dcxarray.cpp992 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/
Darray.cpp844 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()