Searched refs:CV_32FC3 (Results 1 – 17 of 17) sorted by relevance
/external/opencv/cv/include/ |
D | cvcompat.h | 435 CvMat mat = cvMat( 1, count, CV_32FC3, points ); in cvFitLine3D() 465 CvMat src = cvMat( 1, count, CV_32FC3, points3D ); 601 object_points = cvMat( total, 1, CV_32FC3, _object_points ); in cvCalibrateCamera() 644 CvMat object_points = cvMat( point_count, 1, CV_32FC3, _object_points ); in cvFindExtrinsicCameraParams() 648 CvMat rotation_vector = cvMat( 1, 1, CV_32FC3, _rotation_vector ); in cvFindExtrinsicCameraParams() 649 CvMat translation_vector = cvMat( 1, 1, CV_32FC3, _translation_vector ); in cvFindExtrinsicCameraParams()
|
/external/opencv/cv/src/ |
D | cvcorner.cpp | 297 CV_CALL( cov = cvCreateMat( max_dy + block_size + 1, size.width, CV_32FC3 )); in icvCornerEigenValsVecs() 305 CV_CALL(blur_filter.init(size.width, CV_32FC3, CV_32FC3, 0, cvSize(block_size,block_size))); in icvCornerEigenValsVecs()
|
D | cvlinefit.cpp | 662 if( (type!=CV_32FC2 && type!=CV_32FC3 && type!=CV_32SC2 && type!=CV_32SC3) || in cvFitLine() 675 (type!=CV_32FC2 && type!=CV_32FC3 && type!=CV_32SC2 && type!=CV_32SC3) || in cvFitLine()
|
D | cvhough.cpp | 1113 CV_CALL( circles = cvCreateSeq( CV_32FC3, sizeof(CvSeq), in cvHoughCircles() 1121 CV_MAT_TYPE(mat->type) != CV_32FC3 ) in cvHoughCircles() 1125 CV_CALL( circles = cvMakeSeqHeaderForArray( CV_32FC3, sizeof(CvSeq), sizeof(float)*3, in cvHoughCircles()
|
D | cvmorph.cpp | 927 else if( type == CV_32FC3 ) in icvMorphOp() 957 else if( type == CV_32FC3 ) in icvMorphOp() 1028 else if( type == CV_32FC3 ) in icvMorphOp()
|
D | cvpyrsegmentation.cpp | 682 cvInitMatHeader( &_pyramida, roi.height, roi.width, CV_32FC3, pyramida, step ); in icvPyrSegmentation8uC3R() 708 CvMat prev_level = cvMat( size.height, size.width, CV_32FC3 ); in icvPyrSegmentation8uC3R() 709 CvMat next_level = cvMat( dst_size.height, dst_size.width, CV_32FC3 ); in icvPyrSegmentation8uC3R()
|
D | cvimgwarp.cpp | 684 type == CV_32FC3 ? icvResize_32f_C3R_p : in cvResize() 1143 type == CV_32FC3 ? icvWarpAffineBack_32f_C3R_p : in cvWarpAffine() 1414 type == CV_32FC3 ? icvWarpPerspectiveBack_32f_C3R_p : in cvWarpPerspective() 1440 type == CV_32FC3 ? icvWarpPerspective_32f_C3R_p : in cvWarpPerspective() 2055 type == CV_32FC3 ? icvRemap_32f_C3R_p : in cvRemap()
|
D | cvsmooth.cpp | 1173 CV_MAT_TYPE(src->type) != CV_32FC3) || in icvBilateralFiltering_32f() 1391 src_type == CV_32FC3 ? icvFilterBox_32f_C3R_p : in cvSmooth() 1512 case CV_32FC3: in cvSmooth()
|
D | cvpyramids.cpp | 989 type == CV_32FC3 ? icvPyrUp_Gauss5x5_32f_C3R_p : 0; in cvPyrUp() 1096 type == CV_32FC3 ? icvPyrDown_Gauss5x5_32f_C3R_p : 0; in cvPyrDown()
|
D | cvcalibration.cpp | 1360 if( (CV_MAT_TYPE(objectPoints->type) != CV_32FC3 && in cvInitIntrinsicParams2D() 2335 CvMat pts_3 = cvMat(1, 4, CV_32FC3, _pts_3); in cvStereoRectify() 2635 (CV_MAT_TYPE(dtype) == CV_16SC3 || CV_MAT_TYPE(dtype) == CV_32FC3) ); in cvReprojectImageTo3D() 2653 if( dtype != CV_32FC3 ) in cvReprojectImageTo3D()
|
D | cvaccum.cpp | 371 masktab->fn_2d[CV_32FC3] = (void*)icv##FUNCNAME##_32f_C3IMR; \
|
D | cvfloodfill.cpp | 1048 type == CV_32FC1 || type == CV_32FC3 ? 1 : -1; in cvFloodFill()
|
D | cvfilter.cpp | 2446 else if( type == CV_32FC3 ) in icvIPPSepFilter() 2644 type == CV_32FC3 ? (CvFilterIPPFunc)icvFilter_32f_C3R_p : in cvFilter2D()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 512 #define CV_32FC3 CV_MAKETYPE(CV_32F,3) macro 1381 #define CV_SEQ_ELTYPE_POINT3D CV_32FC3 /* (x,y,z) */
|
D | cxmisc.h | 872 tab->fn_2d[CV_32FC3] = (void*)icv##FUNCNAME##_32f_C3##FLAG; \
|
/external/opencv/cxcore/src/ |
D | cxconvert.cpp | 390 tab->fn_2d[CV_32FC3] = (void*)icvCopy##_32f_##FROM##3##TO##3R; \
|
D | cxmatmul.cpp | 1772 type == CV_32FC3 ? icvColorTwist_32f_C3R_p : in cvTransform() 1785 type == CV_32FC3 ? icvColorToGray_32f_C3C1R_p : 0; in cvTransform()
|