Home
last modified time | relevance | path

Searched refs:CV_32FC2 (Results 1 – 19 of 19) sorted by relevance

/external/opencv/cv/include/
Dcvcompat.h445 CvMat mat = cvMat( 1, count, CV_32FC2, points ); in cvFitLine2D()
454 CvMat mat = cvMat( 1, count, CV_32FC2, (void*)points ); in cvFitEllipse()
466 CvMat dst = cvMat( 1, count, CV_32FC2, points2D );
507 CvMat linesMat = cvMat( 1, linesNumber, CV_32FC2, lines ); in cvHoughLines()
532 CvMat linesMat = cvMat( 1, linesNumber, CV_32FC2, lines ); in cvHoughLinesSDiv()
600 image_points = cvMat( total, 1, CV_32FC2, _image_points ); in cvCalibrateCamera()
643 CvMat image_points = cvMat( point_count, 1, CV_32FC2, _image_points ); in cvFindExtrinsicCameraParams()
/external/opencv/cv/src/
Dcvshapedescr.cpp80 int is_float = CV_SEQ_ELTYPE( contour ) == CV_32FC2; in cvArcLength()
324 is_float = CV_SEQ_ELTYPE(sequence) == CV_32FC2; in cvMinEnclosingCircle()
463 int is_float = CV_SEQ_ELTYPE(contour) == CV_32FC2; in icvContourArea()
794 int is_float = CV_SEQ_ELTYPE(points) == CV_32FC2; in icvFitEllipse_F()
1029 is_float = CV_SEQ_ELTYPE(ptseq) == CV_32FC2; in cvFitEllipse2()
1163 CV_MAT_TYPE(mat->type) == CV_32FC2 ) in cvBoundingRect()
1275 int is_float = CV_SEQ_ELTYPE(ptseq) == CV_32FC2; in cvBoundingRect()
Dcvundistort.cpp394 (CV_MAT_TYPE(_src->type) == CV_32FC2 || CV_MAT_TYPE(_src->type) == CV_64FC2) && in cvUndistortPoints()
395 (CV_MAT_TYPE(_dst->type) == CV_32FC2 || CV_MAT_TYPE(_dst->type) == CV_64FC2)); in cvUndistortPoints()
445 if( stype == CV_32FC2 ) in cvUndistortPoints()
476 if( dtype == CV_32FC2 ) in cvUndistortPoints()
Dcvlinefit.cpp662 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()
Dcvmoments.cpp87 int is_float = CV_SEQ_ELTYPE(contour) == CV_32FC2; in icvContourMoments()
413 if( type == CV_32SC2 || type == CV_32FC2 ) in cvMoments()
Dcvconvhull.cpp327 is_float = CV_SEQ_ELTYPE(ptseq) == CV_32FC2; in cvConvexHull2()
805 assert( CV_SEQ_ELTYPE(contour) == CV_32FC2 ); in cvCheckContourConvexity()
Dcvlkpyramid.cpp1258 else if( CV_MAT_TYPE(A->type) == CV_32FC2 || CV_MAT_TYPE(A->type) == CV_32SC2 ) in cvEstimateRigidTransform()
1262 if( CV_IS_MAT_CONT(A->type & B->type) && CV_MAT_TYPE(A->type) == CV_32FC2 ) in cvEstimateRigidTransform()
1274 _pA = cvMat( A->rows, A->cols, CV_32FC2, pA ); in cvEstimateRigidTransform()
1275 _pB = cvMat( B->rows, B->cols, CV_32FC2, pB ); in cvEstimateRigidTransform()
Dcvhough.cpp519 CV_CALL( trigtab = cvCreateMat( 1, numangle, CV_32FC2 )); in icvHoughLinesProbabalistic()
772 lineType = CV_32FC2; in cvHoughLines2()
Dcvgeometry.cpp205 is_float = CV_SEQ_ELTYPE(contour) == CV_32FC2; in cvPointPolygonTest()
Dcvutils.cpp62 if( eltype != CV_32SC2 && eltype != CV_32FC2 ) in cvPointSeqFromMat()
Dcvapprox.cpp737 assert( CV_SEQ_ELTYPE(src_contour) == CV_32FC2 ); in icvApproxPolyDP_32f()
Dcvcalibration.cpp1362 (CV_MAT_TYPE(imagePoints->type) != CV_32FC2 && in cvInitIntrinsicParams2D()
2334 CvMat pts = cvMat(1, 4, CV_32FC2, _pts); in cvStereoRectify()
Dcvcalibinit.cpp1083 CvMat pointMat = cvMat(1, quad_count, CV_32FC2, centers); in icvCleanFoundConnectedQuads()
/external/opencv/cxcore/include/
Dcxtypes.h511 #define CV_32FC2 CV_MAKETYPE(CV_32F,2) macro
1446 ((CV_SEQ_ELTYPE(seq) == CV_32SC2 || CV_SEQ_ELTYPE(seq) == CV_32FC2))
Dcxmisc.h871 tab->fn_2d[CV_32FC2] = (void*)icv##FUNCNAME##_32f_C2##FLAG; \
/external/opencv/cxcore/src/
Dcxmatmul.cpp591 single_mul_tab->fn_2d[CV_32FC2] = (void*)icvGEMMSingleMul_32f_C2R; in icvInitGEMMTable()
595 block_mul_tab->fn_2d[CV_32FC2] = (void*)icvGEMMBlockMul_32f_C2R; in icvInitGEMMTable()
599 store_tab->fn_2d[CV_32FC2] = (void*)icvGEMMStore_32f_C2R; in icvInitGEMMTable()
1035 type == CV_32FC2 ? (icvBLAS_GEMM_32f_t)icvBLAS_GEMM_32fc_p : in cvGEMM()
2207 tab->fn_2d[CV_32FC2] = (void*)icvMulAddC_32f_C2R; in icvInitMulAddCTable()
Dcxutils.cpp654 if (CV_MAT_TYPE(r->type) != CV_32FC2 && in cvSolvePoly()
Dcxconvert.cpp389 tab->fn_2d[CV_32FC2] = (void*)icvCopy##_32f_##FROM##2##TO##2R; \
/external/opencv/cvaux/src/
Dcvepilines.cpp2512 if( CV_MAT_TYPE( map->type ) != CV_32FC2 ) in cvInitPerspectiveTransform()