/external/opencv/cvaux/src/ |
cvbgfg_common.cpp | 75 CvMat mstub, *mask = cvGetMat( _mask, &mstub );
|
cvsegment.cpp | 483 CvMat* gray = 0; 484 CvMat* canny = 0; 485 //CvMat* temp = 0; 492 CvMat srcstub, *src; 493 CvMat dststub, *dst; 494 CvMat* mask;
|
cvlines.cpp | 209 CvMat mat; 256 CvMat mat;
|
/external/opencv/cvaux/include/ |
cvmat.hpp | 361 class CV_EXPORTS CvMAT : public CvMat 375 explicit CvMAT(); 378 explicit CvMAT( int rows, int cols, int type, void* data, int step = CV_AUTOSTEP ); 379 explicit CvMAT( int rows, int type, void* data, int step = CV_AUTOSTEP ); 380 explicit CvMAT( int rows, int cols, int type ); 381 explicit CvMAT( int rows, int type ); 384 explicit CvMAT( const CvMat& mat, CvRect rect ); /* submatrix */ 385 explicit CvMAT( const CvMat& mat, int k, int i ); /* submatrix [all...] |
/external/opencv/cv/src/ |
cvsamplers.cpp | 59 CvMat stub, *mat = (CvMat*)img; 544 CvMat srcstub, *src = (CvMat*)srcarr; 545 CvMat dststub, *dst = (CvMat*)dstarr; [all...] |
cvstereogc.cpp | 441 static void icvInitGraySubpix( const CvMat* left, const CvMat* right, 442 CvMat* left3, CvMat* right3 ) 448 const CvMat* src = k == 0 ? left : right; 449 CvMat* dst = k == 0 ? left3 : right3; 852 CvMat lstub, *left = cvGetMat( _left, &lstub ); 853 CvMat rstub, *right = cvGetMat( _right, &rstub ); 854 CvMat dlstub, *dispLeft = cvGetMat( _dispLeft, &dlstub ); 855 CvMat drstub, *dispRight = cvGetMat( _dispRight, &drstub ) [all...] |
cvcondens.cpp | 232 cvConDensInitSampleSet( CvConDensation * conDens, CvMat * lowerBound, CvMat * upperBound )
|
cvsmooth.cpp | [all...] |
cvmorph.cpp | 131 int _element_shape, CvMat* _element, 158 int _element_shape, CvMat* _element, 377 void CvMorphology::init_binary_element( CvMat* element, int element_shape, CvPoint anchor ) [all...] |
cvemd.cpp | 173 CvMat sign_stub1, *signature1 = (CvMat*)signature_arr1; 174 CvMat sign_stub2, *signature2 = (CvMat*)signature_arr2; 175 CvMat cost_stub, *cost = &cost_stub; 176 CvMat flow_stub, *flow = (CvMat*)flow_matrix; [all...] |
mycvHaarDetectObjects.cpp | 107 CvMat sum, sqsum, tilted; 637 CvMat sum_stub, *sum = (CvMat*)_sum; 638 CvMat sqsum_stub, *sqsum = (CvMat*)_sqsum; 639 CvMat tilted_stub, *tilted = (CvMat*)_tilted_sum; 868 CvMat *temp = 0, *sum = 0, *sqsum = 0; 879 CvMat stub, *img = (CvMat*)_img [all...] |
cvcalibinit.cpp | 126 //static CvMat* debug_img = 0; 129 CvMemStorage *storage, CvMat *image, int flags ); 133 CvMemStorage *storage, CvMat *image, CvMat *thresh_img, int dilation, int flags ); 166 icvCalcAffineTranf2D32f(CvPoint2D32f* pts1, CvPoint2D32f* pts2, int count, CvMat* affine_trans) 175 CvMat* xy = cvCreateMat( 2*real_count, 6, CV_32FC1 ); 176 CvMat* uv = cvCreateMat( 2*real_count, 1, CV_32FC1 ); 208 CvMat* norm_img = 0; 209 CvMat* thresh_img = 0; 230 CvMat stub, *img = (CvMat*)arr [all...] |
/external/opencv3/modules/videoio/src/ |
cap_dc1394_v2.cpp | 871 CvMat l_rect = cvMat(3, 3, CV_32F, identity_data), r_rect = l_rect; 874 CvMat l_intrinsic = cvMat(3, 3, CV_32F, l_intrinsic_data); 875 CvMat r_intrinsic = cvMat(3, 3, CV_32F, r_intrinsic_data); 877 CvMat l_distortion = cvMat(1, 5, CV_32F, l_distortion_data); 878 CvMat r_distortion = cvMat(1, 5, CV_32F, r_distortion_data) [all...] |
/external/opencv3/modules/core/test/ |
test_io.cpp | 213 CvMat* m = (CvMat*)fs["test_mat"].readObj(); 214 CvMat _test_mat = test_mat; 216 CvMat stub1, _test_stub1; 243 CvMat stub, _test_stub;
|
/external/opencv/cxcore/include/ |
cxtypes.h | 461 * Matrix type (CvMat) * 543 typedef struct CvMat 579 CvMat; 584 (((const CvMat*)(mat))->type & CV_MAGIC_MASK) == CV_MAT_MAGIC_VAL && \ 585 ((const CvMat*)(mat))->cols > 0 && ((const CvMat*)(mat))->rows > 0) 588 (CV_IS_MAT_HDR(mat) && ((const CvMat*)(mat))->data.ptr != NULL) 621 CV_INLINE CvMat cvMat( int rows, int cols, int type, void* data CV_DEFAULT(NULL)) 623 CvMat m [all...] |
/external/opencv3/modules/calib3d/src/ |
calibinit.cpp | 154 //static CvMat* debug_img = 0; 157 CvMemStorage *storage, CvMat *image, int flags ); 161 CvMemStorage *storage, CvMat *image, CvMat *thresh_img, int dilation, int flags );*/ 196 icvCalcAffineTranf2D32f(CvPoint2D32f* pts1, CvPoint2D32f* pts2, int count, CvMat* affine_trans) 205 cv::Ptr<CvMat> xy = cvCreateMat( 2*real_count, 6, CV_32FC1 ); 206 cv::Ptr<CvMat> uv = cvCreateMat( 2*real_count, 1, CV_32FC1 ); 241 cv::Ptr<CvMat> norm_img, thresh_img; 249 CvMat stub, *img = (CvMat*)arr [all...] |
/external/opencv/cxcore/src/ |
cxsumpixels.cpp | 402 CvMat stub, *mat = (CvMat*)arr; 593 CvMat stub, *mat = (CvMat*)arr; [all...] |
cxmean.cpp | 414 CvMat stub, maskstub, *mat = (CvMat*)img, *mask = (CvMat*)maskarr;
|
cxminmaxloc.cpp | 301 CvMat stub, maskstub, *mat = (CvMat*)img, *matmask = (CvMat*)mask;
|
/external/opencv3/modules/highgui/src/ |
window.cpp | 274 CvMat c_img = img; 284 CvMat c_img = img; 393 CvMat _img = img;
|
/external/opencv/ |
cvjni.cpp | 142 CvMat stub;
143 CvMat *mat_image = cvGetMat(m_sourceImage, &stub);
258 CvMat stub, *mat_image;
752 CvMat stub, *mat_image;
|
/external/opencv3/modules/calib3d/test/ |
test_chesscorners_timing.cpp | 68 CvMat* _v = 0;
|
/external/opencv3/modules/ts/src/ |
ts_arrtest.cpp | 200 CvMat submat, *mat = (CvMat*)test_array[i][j];
|
/external/opencv3/modules/imgproc/test/ |
test_convhull.cpp | 207 CvMat* points2; 297 CvMat* ptm = (CvMat*)pointsSet; 397 CvMat tmp = cvMat( points2->rows, points2->cols, 433 CvMat* hull2; 543 CvMat* hull = 0; 544 CvMat* mask = 0; 579 CvMat tmp = cvMat( hull->rows, hull->cols, CV_32SC2, hull->data.ptr ) [all...] |
/external/opencv3/apps/traincascade/ |
boost.cpp | 116 static CvMat* cvPreprocessIndexArray( const CvMat* idx_arr, int data_arr_size, bool check_for_duplicates=false ) 118 CvMat* idx = 0; 344 CvDTreeNode* CvCascadeBoostTrainData::subsample_data( const CvMat* _subsample_idx ) 347 CvMat* isubsample_idx = 0; 348 CvMat* subsample_co = 0; 635 effective_buf_size = (uint64)(work_var_count + 1)*(uint64)sample_count * buf_count; // this is the total size of "CvMat buf" to be allocated 847 FeatureIdxOnlyPrecalc( const CvFeatureEvaluator* _featureEvaluator, CvMat* _buf, int _sample_count, bool _is_buf_16u ) 884 FeatureValAndIdxPrecalc( const CvFeatureEvaluator* _featureEvaluator, CvMat* _buf, Mat* _valCache, int _sample_count, bool _is_buf_16u ) [all...] |