HomeSort by relevance Sort by last modified time
    Searched refs:CvMat (Results 151 - 175 of 209) sorted by null

1 2 3 4 5 67 8 9

  /external/opencv3/modules/imgproc/src/
hough.cpp 895 CvMat* mat = 0;
926 mat = (CvMat*)lineStorage;
942 CV_Error( CV_StsBadArg, "Destination is not CvMemStorage* nor CvMat*" );
    [all...]
convhull.cpp 401 CvMat* mat = 0;
442 mat = (CvMat*)hull_storage;
563 CvMat* mat = (CvMat*)hull;
  /external/opencv/cv/src/
cvhistogram.cpp 199 CvMat mat;
236 CvMat mat;
292 CvMat mat;
    [all...]
cvshapedescr.cpp 56 CvMat buffer = cvMat( 1, N, CV_32F, buf );
779 CvMat* D = 0;
796 CvMat _S = cvMat(6,6,CV_64F,S), _C = cvMat(6,6,CV_64F,C), _T = cvMat(6,6,CV_64F,T);
797 CvMat _EIGVECS = cvMat(6,6,CV_64F,eigenvectors), _EIGVALS = cvMat(6,1,CV_64F,eigenvalues)
    [all...]
cvpyrsegmentation.cpp 262 CvMat _src;
263 CvMat _pyramida;
289 CvMat prev_level = cvMat( size.height, size.width, CV_32FC1 );
290 CvMat next_level = cvMat( dst_size.height, dst_size.width, CV_32FC1 );
679 CvMat _src;
680 CvMat _pyramida;
708 CvMat prev_level = cvMat( size.height, size.width, CV_32FC3 )
    [all...]
cvconvhull.cpp 242 CvMat* mat = 0;
294 mat = (CvMat*)hull_storage;
573 CvMat* mat = (CvMat*)hull;
cvmoments.cpp 382 CvMat stub, *mat = (CvMat*)array;
cvhaar.cpp 107 CvMat sum, sqsum, tilted;
438 CvMat sum_stub, *sum = (CvMat*)_sum;
439 CvMat sqsum_stub, *sqsum = (CvMat*)_sqsum;
440 CvMat tilted_stub, *tilted = (CvMat*)_tilted_sum;
863 CvMat stub, *img = (CvMat*)_img;
864 CvMat *temp = 0, *sum = 0, *tilted = 0, *sqsum = 0, *norm_img = 0, *sumcanny = 0, *img_small = 0
    [all...]
  /external/opencv3/modules/core/test/
test_math.cpp 893 CvMat _m = test_mat[INPUT][1], _shift = test_mat[INPUT][2];
953 CvMat _m = test_mat[INPUT][1];
958 static void cvTsPerspectiveTransform( const CvArr* _src, CvArr* _dst, const CvMat* transmat )
962 CvMat astub, bstub, *a, *b;
    [all...]
  /external/opencv/cvaux/src/
cvdpstereo.cpp 508 CvMat *src1, *src2;
509 CvMat *dst;
510 CvMat src1_stub, src2_stub, dst_stub;
cv3dtracker.cpp 249 CvMat rotMatrDescr = cvMat(3, 3, CV_32FC1, rotMatr);
250 CvMat rotVectDescr = cvMat(3, 1, CV_32FC1, rotVect);
cvhmmobs.cpp 610 CvMat stub, *mat = (CvMat*)arr;
  /external/opencv/otherlibs/highgui/
utils.cpp 573 CvMat* temp = 0;
579 CvMat srcstub, *src;
580 CvMat dststub, *dst;
highgui.h 149 CVAPI(CvMat*) cvLoadImageM( const char* filename, int iscolor CV_DEFAULT(CV_LOAD_IMAGE_COLOR));
  /external/opencv3/modules/imgproc/test/
test_imgwarp.cpp 276 CvMat _src = test_mat[INPUT][0], _dst = test_mat[REF_INPUT_OUTPUT][0];
277 CvMat *src = &_src, *dst = &_dst;
279 CvMat* x_idx = cvCreateMat( 1, dst->cols, CV_32SC1 );
280 CvMat* y_idx = cvCreateMat( 1, dst->rows, CV_32SC1 );
494 CvMat mtx = test_mat[INPUT][1];
605 CvMat mtx = test_mat[INPUT][1];
621 const CvMat& src = test_mat[INPUT][0];
622 const CvMat& dst = test_mat[INPUT_OUTPUT][0];
860 CvMat a = test_mat[INPUT][1], k = test_mat[INPUT][2];
1028 CvMat a = test_mat[INPUT][0], k = test_mat[INPUT][1]
    [all...]
test_histograms.cpp 327 CvMat* indices;
328 CvMat* values;
329 CvMat* values0;
374 CvMat* bit_mask = 0;
800 CvMat* indices;
801 CvMat* values;
    [all...]
  /external/opencv3/modules/video/test/
test_camshift.cpp 63 CvMat* img;
239 CvMat temp;
406 CvMat temp;
test_accum.cpp 235 CvMat A = cvMat(1,1,accdepth,a), B = cvMat(1,1,accdepth,b);
  /external/opencv3/modules/stitching/src/
motion_estimators.cpp 214 CvMat matParams = cam_params_;
220 const CvMat* _param = 0;
221 CvMat* _jac = 0;
222 CvMat* _err = 0;
234 CvMat tmp = jac;
243 CvMat tmp = err;
  /external/opencv3/modules/ml/test/
test_gbttest.cpp 44 int _get_len(const CvMat* mat)
  /external/opencv3/modules/core/include/opencv2/core/
private.hpp 156 static inline cv::Size cvGetMatSize( const CvMat* mat )
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]
cxnorm.cpp     [all...]
cxrand.cpp 44 // Filling CvMat/IplImage instances with random numbers
452 CvMat stub, *mat = (CvMat*)arr;
cxmeansdv.cpp     [all...]

Completed in 801 milliseconds

1 2 3 4 5 67 8 9