HomeSort by relevance Sort by last modified time
    Searched refs:CV_32F (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/opencv/cv/src/
cvcalcimagehomography.cpp 60 CvMat rx = cvMat( 1, 3, CV_32F, line );
61 CvMat ry = cvMat( 1, 3, CV_32F, _ry );
62 CvMat rz = cvMat( 1, 3, CV_32F, _rz );
63 CvMat r_trans = cvMat( 3, 3, CV_32F, _r_trans );
64 CvMat center = cvMat( 3, 1, CV_32F, _center );
67 CvMat sub = cvMat( 3, 3, CV_32F, _sub );
69 CvMat t_trans = cvMat( 3, 1, CV_32F, _t_trans );
71 CvMat intrinsic = cvMat( 3, 3, CV_32F, _intrinsic );
72 CvMat homography = cvMat( 3, 3, CV_32F, _homography );
_cv.h 93 #define CV_HIST_DEFAULT_TYPE CV_32F
cvlinefit.cpp 190 CvMat _det = cvMat( 3, 3, CV_32F, det );
191 CvMat _evc = cvMat( 3, 3, CV_32F, evc );
192 CvMat _evl = cvMat( 3, 1, CV_32F, evl );
198 CvMat _det = cvMat( 3, 3, CV_32F, det );
199 CvMat _evc = cvMat( 3, 3, CV_32F, evc );
200 CvMat _evl = cvMat( 1, 3, CV_32F, evl );
688 if( CV_MAT_DEPTH(type) == CV_32F && ptseq->first->next == ptseq->first )
698 if( CV_MAT_DEPTH(type) != CV_32F )
_cvmatrix.h 375 CvMat srcMat = cvMat( height, width, CV_32F, src );
376 CvMat dstMat = cvMat( width, width, CV_32F, dst );
383 CvMat srcMat = cvMat( height, width, CV_32F, src );
384 CvMat dstMat = cvMat( height, height, CV_32F, dst );
cvfeatureselect.cpp 129 if( CV_MAT_DEPTH(tmp->type) != CV_32F ||
130 CV_MAT_DEPTH(eig->type) != CV_32F )
cvderiv.cpp 386 int work_depth = dst_depth < CV_32F ? CV_32S : CV_32F;
413 if( ((src_depth != CV_8U || (dst_depth != CV_16S && dst_depth != CV_32F)) &&
414 (src_depth != CV_32F || dst_depth != CV_32F)) ||
423 CV_CALL( kx = cvCreateMat( 1, _ksize, CV_32F ));
424 CV_CALL( ky = cvCreateMat( 1, _ksize, CV_32F ));
440 else if( dst_depth == CV_32F )
446 else if( src_depth == CV_32F )
448 if( dst_depth == CV_32F )
    [all...]
cvsurf.cpp 273 const int descriptor_data_type = CV_32F;
281 CvMat _G = cvMat(1, 9, CV_32F, G);
283 CvMat _DW = cvMat(PATCH_SZ, PATCH_SZ, CV_32F, DW);
350 CvMat _X = cvMat(1, 81, CV_32F, X);
351 CvMat _Y = cvMat(1, 81, CV_32F, Y);
352 CvMat _angle = cvMat(1, 81, CV_32F, angle);
469 CvMat W = cvMat(2, 3, CV_32F, w);
cvundistort.cpp 121 CvMat _a = cvMat( 3, 3, CV_32F, a ), _k;
158 CV_MAT_DEPTH(dist_coeffs->type) != CV_32F) )
164 CV_MAKETYPE(CV_32F, CV_MAT_CN(dist_coeffs->type)), k );
191 CvMat _a = cvMat( 3, 3, CV_32F, a ), _k;
221 CV_MAT_DEPTH(dist_coeffs->type) != CV_32F) )
227 CV_MAKETYPE(CV_32F, CV_MAT_CN(dist_coeffs->type)), k );
328 CV_MAT_DEPTH(distCoeffs->type) == CV_32F) );
cvkdtree.cpp 72 case CV_32F: \
73 { typedef CvKDTree<int, deref<float, CV_32F> > tree_type; c; break; } \
cvaccum.cpp 365 tab->fn_2d[CV_32F] = (void*)icv##FUNCNAME##_32f_C1IR; \
414 if( CV_MAT_DEPTH( sum->type ) != CV_32F )
421 if( sumdepth != CV_32F && (maskarr != 0 || sumdepth != CV_64F))
516 if( CV_MAT_DEPTH( sum->type ) != CV_32F )
615 if( CV_MAT_DEPTH( sum->type ) != CV_32F )
    [all...]
cvcorner.cpp 240 d_depth = depth == CV_8U ? CV_16S : CV_32F;
256 else if( depth == CV_32F && aperture_size0 == CV_SCHARR )
266 else if( depth == CV_32F )
298 CV_CALL( sqrt_buf = cvCreateMat( 2, size.width, CV_32F ));
549 d_depth = depth == CV_8U ? CV_16S : CV_32F;
567 else if( depth == CV_32F )
cvtemplmatch.cpp 62 int depth, templ_depth, corr_depth, max_depth = CV_32F,
72 CV_MAT_DEPTH( img->type ) != CV_32F )
76 if( !CV_ARE_DEPTHS_EQ( img, templ ) && CV_MAT_DEPTH( templ->type ) != CV_32F )
80 if( !CV_ARE_DEPTHS_EQ( img, corr ) && CV_MAT_DEPTH( corr->type ) != CV_32F &&
358 CV_MAT_DEPTH( img->type ) != CV_32F )
cvmotempl.cpp 133 if( CV_MAT_DEPTH( mhi->type ) != CV_32F )
213 CV_CALL( dX_min = cvCreateMat( mhi->rows, mhi->cols, CV_32F ));
214 CV_CALL( dY_max = cvCreateMat( mhi->rows, mhi->cols, CV_32F ));
cvmorph.cpp 204 else if( depth == CV_32F )
217 else if( depth == CV_32F )
253 else if( depth == CV_32F )
263 else if( depth == CV_32F )
280 if( depth == CV_32F && border_mode == IPL_BORDER_CONSTANT )
328 if( CV_MAT_DEPTH(src_type) != CV_32F )
    [all...]
cvsumpixels.cpp 289 table_c1->fn_2d[CV_32F] = (void*)icvIntegralImage_32f64f_C1R;
293 table_cn->fn_2d[CV_32F] = (void*)icvIntegralImage_32f64f_CnR;
cvimgwarp.cpp     [all...]
  /external/opencv/cxcore/src/
cxsumpixels.cpp 426 pass_hint = CV_MAT_DEPTH(type) == CV_32F;
513 int pass_hint = CV_MAT_DEPTH(type) == CV_32F;
    [all...]
cxconvert.cpp 409 tab->fn_2d[CV_32F] = (void*)icvCopy##_32f_##FROM##TO##CR; \
714 tab->fn_2d[CV_32F] = (void*)icvMixChannels_32s;
    [all...]
cxmathfuncs.cpp 352 if( depth < CV_32F )
397 else if( depth == CV_32F && mag )
402 if( depth == CV_32F )
583 if( depth < CV_32F )
645 if( depth == CV_32F )
    [all...]
cxmatmul.cpp     [all...]
cxtables.cpp 53 CV_32F, CV_32S, -1, -1, -1, -1, -1, -1, CV_64F, -1
  /external/opencv/cvaux/src/
cvmat.cpp 66 case CV_32F:
100 case CV_32F:
128 case CV_32F:
168 case CV_32F:
208 case CV_32F:
404 if( CV_MAT_DEPTH(a->type) >= CV_32F && CV_MAT_CN(a->type) <= 2 )
859 case CV_32F: if( !fmt )
  /external/opencv/cv/include/
cvcompat.h 250 CvMat mat = cvMat( 1, len, CV_32F, (void*)dst );
258 CvMat mx = cvMat( 1, len, CV_32F, (void*)x );
274 CvMat mx = cvMat( 1, len, CV_32F, (void*)x );
287 CvMat mx = cvMat( 1, len, CV_32F, (void*)x );
297 CvMat mx = cvMat( 1, len, CV_32F, (void*)x );
307 CvMat mx = cvMat( 1, len, CV_32F, (void*)x );
317 CvMat mx = cvMat( 1, len, CV_32F, (void*)x );
326 CvMat my = cvMat( 1, len, CV_32F, y );
468 CvMat M = cvMat( 2, 3, CV_32F, m );
546 CvMat fundMatr = cvMat(3,3,CV_32F,matrix)
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 473 #define CV_32F 5
510 #define CV_32FC1 CV_MAKETYPE(CV_32F,1)
511 #define CV_32FC2 CV_MAKETYPE(CV_32F,2)
512 #define CV_32FC3 CV_MAKETYPE(CV_32F,3)
513 #define CV_32FC4 CV_MAKETYPE(CV_32F,4)
514 #define CV_32FC(n) CV_MAKETYPE(CV_32F,(n))
    [all...]
  /external/opencv/ml/src/
mlann_mlp.cpp 348 if( CV_MAT_TYPE( _src->type ) == CV_32F )
376 if( CV_MAT_TYPE( _dst->type ) == CV_32F )
591 double t = type == CV_32F ? (double)f[j] : d[j];
645 double t = type == CV_32F ? (double)f[j] : d[j];
958 if( x0.type == CV_32F )
992 if( u.type == CV_32F )
    [all...]

Completed in 1999 milliseconds

1 2 3