Searched refs:CV_32FC2 (Results 1 – 19 of 19) sorted by relevance
/external/opencv/cv/include/ |
D | cvcompat.h | 445 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/ |
D | cvshapedescr.cpp | 80 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()
|
D | cvundistort.cpp | 394 (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()
|
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 | cvmoments.cpp | 87 int is_float = CV_SEQ_ELTYPE(contour) == CV_32FC2; in icvContourMoments() 413 if( type == CV_32SC2 || type == CV_32FC2 ) in cvMoments()
|
D | cvconvhull.cpp | 327 is_float = CV_SEQ_ELTYPE(ptseq) == CV_32FC2; in cvConvexHull2() 805 assert( CV_SEQ_ELTYPE(contour) == CV_32FC2 ); in cvCheckContourConvexity()
|
D | cvlkpyramid.cpp | 1258 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()
|
D | cvhough.cpp | 519 CV_CALL( trigtab = cvCreateMat( 1, numangle, CV_32FC2 )); in icvHoughLinesProbabalistic() 772 lineType = CV_32FC2; in cvHoughLines2()
|
D | cvgeometry.cpp | 205 is_float = CV_SEQ_ELTYPE(contour) == CV_32FC2; in cvPointPolygonTest()
|
D | cvutils.cpp | 62 if( eltype != CV_32SC2 && eltype != CV_32FC2 ) in cvPointSeqFromMat()
|
D | cvapprox.cpp | 737 assert( CV_SEQ_ELTYPE(src_contour) == CV_32FC2 ); in icvApproxPolyDP_32f()
|
D | cvcalibration.cpp | 1362 (CV_MAT_TYPE(imagePoints->type) != CV_32FC2 && in cvInitIntrinsicParams2D() 2334 CvMat pts = cvMat(1, 4, CV_32FC2, _pts); in cvStereoRectify()
|
D | cvcalibinit.cpp | 1083 CvMat pointMat = cvMat(1, quad_count, CV_32FC2, centers); in icvCleanFoundConnectedQuads()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 511 #define CV_32FC2 CV_MAKETYPE(CV_32F,2) macro 1446 ((CV_SEQ_ELTYPE(seq) == CV_32SC2 || CV_SEQ_ELTYPE(seq) == CV_32FC2))
|
D | cxmisc.h | 871 tab->fn_2d[CV_32FC2] = (void*)icv##FUNCNAME##_32f_C2##FLAG; \
|
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 591 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()
|
D | cxutils.cpp | 654 if (CV_MAT_TYPE(r->type) != CV_32FC2 && in cvSolvePoly()
|
D | cxconvert.cpp | 389 tab->fn_2d[CV_32FC2] = (void*)icvCopy##_32f_##FROM##2##TO##2R; \
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 2512 if( CV_MAT_TYPE( map->type ) != CV_32FC2 ) in cvInitPerspectiveTransform()
|