/external/opencv/cv/src/ |
cvoptflowbm.cpp | 571 CvMat stubA, *srcA = (CvMat*)srcarrA; 572 CvMat stubB, *srcB = (CvMat*)srcarrB; 573 CvMat stubx, *velx = (CvMat*)velarrx; 574 CvMat stuby, *vely = (CvMat*)velarry;
|
cvsumpixels.cpp | 321 CvMat src_stub, *src = (CvMat*)image; 322 CvMat sum_stub, *sum = (CvMat*)sumImage; 323 CvMat sqsum_stub, *sqsum = (CvMat*)sumSqImage; 324 CvMat tilted_stub, *tilted = (CvMat*)tiltedSumImage;
|
cvcamshift.cpp | 66 CvMat stub, *mat = (CvMat*)imgProb; 67 CvMat cur_win; 180 CvMat cur_win, stub, *mat = (CvMat*)imgProb;
|
cvhough.cpp | 85 icvHoughLinesStandard( const CvMat* img, float rho, float theta, 191 icvHoughLinesSDiv( const CvMat* img, 483 icvHoughLinesProbabalistic( CvMat* image, 488 CvMat* accum = 0; 489 CvMat* mask = 0; 490 CvMat* trigtab = 0; 750 CvMat stub, *img = (CvMat*)src_image; 751 CvMat* mat = 0; 787 mat = (CvMat*)lineStorage [all...] |
cvsegmentation.cpp | 97 CvMat sstub, *src; 98 CvMat dstub, *dst; 332 CvMat* src_pyramid[MAX_LEVELS+1]; 333 CvMat* dst_pyramid[MAX_LEVELS+1]; 334 CvMat* mask0 = 0; 351 CvMat sstub0, *src0; 352 CvMat dstub0, *dst0; 399 CvMat* src = src_pyramid[level]; 413 CvMat m = cvMat( size.height, size.width, CV_8UC1, mask0->data.ptr ) [all...] |
cvderiv.cpp | 189 CvMat srcstub, *src = (CvMat*)srcarr; 190 CvMat dststub, *dst = (CvMat*)dstarr; 401 CvMat *kx = 0, *ky = 0; 476 const CvMat* _kx, const CvMat* _ky, 490 const CvMat* _kx = state->get_x_kernel(); \ 491 const CvMat* _ky = state->get_y_kernel(); \ 548 const CvMat* _kx = state->get_x_kernel() [all...] |
cvdistransform.cpp | 445 icvTrueDistTrans( const CvMat* src, CvMat* dst ) 447 CvMat* buffer = 0; 620 icvDistanceATS_L1_8u( const CvMat* src, CvMat* dst ) 707 CvMat* temp = 0; 708 CvMat* src_copy = 0; 717 CvMat srcstub, *src = (CvMat*)srcarr; 718 CvMat dststub, *dst = (CvMat*)dstarr [all...] |
cvstereobm.cpp | 108 static void icvPrefilter( const CvMat* src, CvMat* dst, int winsize, int ftzero, uchar* buf ) 177 icvFindStereoCorrespondenceBM_SSE2( const CvMat* left, const CvMat* right, 178 CvMat* disp, CvStereoBMState* state, 385 icvFindStereoCorrespondenceBM( const CvMat* left, const CvMat* right, 386 CvMat* disp, CvStereoBMState* state, 555 CvMat lstub, *left0 = cvGetMat( leftarr, &lstub ); 556 CvMat rstub, *right0 = cvGetMat( rightarr, &rstub ) [all...] |
cvimgwarp.cpp | [all...] |
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 ) [all...] |
/external/opencv3/apps/traincascade/ |
boost.h | 35 virtual CvDTreeNode* subsample_data( const CvMat* _subsample_idx ); 49 CvMat _resp; // for casting
|
old_ml_tree.cpp | 61 CvDTreeTrainData::CvDTreeTrainData( const CvMat* _train_data, int _tflag, 62 const CvMat* _responses, const CvMat* _var_idx, 63 const CvMat* _sample_idx, const CvMat* _var_type, 64 const CvMat* _missing_mask, const CvDTreeParams& _params, 145 void CvDTreeTrainData::set_data( const CvMat* _train_data, int _tflag, 146 const CvMat* _responses, const CvMat* _var_idx, const CvMat* _sample_idx [all...] |
/external/opencv3/modules/calib3d/test/ |
test_chesscorners_badarg.cpp | 68 CvMat arr; 75 CvMat drawCorImg;
|
test_cameracalibration.cpp | 153 void CV_ProjectPointsTest::fill_array( int /*test_case_idx*/, int /*i*/, int /*j*/, CvMat* arr ) 156 CvMat _r = cvMat( arr->rows, arr->cols, CV_MAKETYPE(CV_64F,CV_MAT_CN(arr->type)), r ); 187 CvMat *v2m_jac = 0, *m2v_jac = 0; 201 const CvMat* vec = &test_mat[INPUT][0]; 202 CvMat* m = &test_mat[REF_OUTPUT][0]; 203 CvMat* vec2 = &test_mat[REF_OUTPUT][2]; 204 CvMat* v2m_jac = 0, *m2v_jac = 0; 694 CvMat _objectPoints = cvMat(1, total, CV_64FC3, objectPoints) [all...] |
test_fundam.cpp | 48 int cvTsRodrigues( const CvMat* src, CvMat* dst, CvMat* jacobian ) 54 CvMat _Jf, matJ = cvMat( 3, 9, CV_64F, J ); 67 CvMat _r = cvMat( src->rows, src->cols, CV_MAKETYPE(CV_64F,CV_MAT_CN(src->type)), r); 106 CvMat _omegav = cvMat(3, 3, CV_64F, omegav); 107 CvMat matA = cvMat(3, 3, CV_64F, A) [all...] |
/external/opencv/cxcore/src/ |
cxmathfuncs.cpp | 329 CvMat xstub, *xmat = (CvMat*)xarr; 330 CvMat ystub, *ymat = (CvMat*)yarr; 331 CvMat magstub, *mag = (CvMat*)magarr; 332 CvMat anglestub, *angle = (CvMat*)anglearr; 569 CvMat xstub, *xmat = (CvMat*)xarr [all...] |
cxmatmul.cpp | [all...] |
cxdrawing.cpp | 61 icvCollectPolyEdges( CvMat* img, CvSeq* v, CvContour* edges, 66 icvFillEdgeCollection( CvMat* img, CvContour* edges, const void* color ); 69 icvPolyLine( CvMat* img, CvPoint *v, int count, int closed, 73 icvFillConvexPoly( CvMat* img, CvPoint* v, int npts, 170 CvMat stub, *mat = (CvMat*)img; 256 icvLine( CvMat* mat, CvPoint pt1, CvPoint pt2, 296 icvLineAA( CvMat* img, CvPoint pt1, CvPoint pt2, 561 icvLine2( CvMat* img, CvPoint pt1, CvPoint pt2, const void* color ) 912 icvEllipseEx( CvMat* img, CvPoint center, CvSize axes [all...] |
/external/opencv/ml/src/ |
mlboost.cpp | 104 const CvMat* _subsample_idx, CvBoost* _ensemble ) 116 CvBoostTree::train( const CvMat*, int, const CvMat*, const CvMat*, 117 const CvMat*, const CvMat*, const CvMat*, CvDTreeParams ) 125 CvBoostTree::train( CvDTreeTrainData*, const CvMat* ) 854 CvBoost::CvBoost( const CvMat* _train_data, int _tflag, 855 const CvMat* _responses, const CvMat* _var_idx [all...] |
/external/opencv3/modules/imgcodecs/src/ |
loadsave.cpp | 243 CvMat *matrix = 0; 472 CvMat *matrix = 0; 643 CV_IMPL CvMat* 646 return (CvMat*)cv::imread_( filename, iscolor, cv::LOAD_CVMAT ); 665 cvDecodeImage( const CvMat* _buf, int iscolor ) 672 CV_IMPL CvMat* 673 cvDecodeImageM( const CvMat* _buf, int iscolor ) 677 return (CvMat*)cv::imdecode_(buf, iscolor, cv::LOAD_CVMAT ); 680 CV_IMPL CvMat* 702 CvMat* _buf = cvCreateMat(1, (int)buf.size(), CV_8U) [all...] |
/external/opencv/otherlibs/highgui/ |
loadsave.cpp | 392 CvMat hdr, *matrix = 0; 486 CV_IMPL CvMat* 489 return (CvMat*)icvLoadImage( filename, iscolor, true ); 498 CvMat *temp = 0, *temp2 = 0; 504 CvMat stub, *image;
|
/external/opencv3/modules/core/include/opencv2/core/ |
types_c.h | 110 It denotes that the function accepts arrays of multiple types, such as IplImage*, CvMat* or even 402 * Matrix type (CvMat) * 421 @deprecated CvMat is now obsolete; consider using Mat instead. 423 typedef struct CvMat 460 CvMat() {} 461 CvMat(const CvMat& m) { memcpy(this, &m, sizeof(CvMat));} 462 CvMat(const cv::Mat& m); 466 CvMat; [all...] |
core_c.h | 218 CVAPI(CvMat*) cvCreateMatHeader( int rows, int cols, int type ); 237 CvMat Ma, Mb, Mc ; 254 CVAPI(CvMat*) cvInitMatHeader( CvMat* mat, int rows, int cols, 262 CvMat* mat = cvCreateMatHeader(rows, cols, type); 272 CVAPI(CvMat*) cvCreateMat( int rows, int cols, int type ); 285 CVAPI(void) cvReleaseMat( CvMat** mat ); 289 The function decrements the data reference counter in a CvMat or CvMatND if the reference counter 302 CvMat* mat = (CvMat*)arr [all...] |
/external/opencv3/modules/video/src/ |
compat_video.cpp | 201 CV_IMPL const CvMat* 202 cvKalmanPredict( CvKalman* kalman, const CvMat* control ) 230 CV_IMPL const CvMat* 231 cvKalmanCorrect( CvKalman* kalman, const CvMat* measurement ) 305 cvEstimateRigidTransform( const CvArr* arrA, const CvArr* arrB, CvMat* arrM, int full_affine )
|
/external/opencv/cxcore/include/ |
cxcore.hpp | 217 CvMatrix( int rows, int cols, int type, CvMat* hdr, 227 CvMatrix( CvMat* m ) 252 void set( CvMat* m, bool add_ref ) 336 operator const CvMat* () const { return matrix; } 337 operator CvMat* () { return matrix; } 348 CvMat* matrix;
|