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

1 2 3 4 5 6 78 9

  /external/opencv3/modules/highgui/src/
window_carbon.cpp 95 CvMat* image;
96 CvMat* dst_image;
380 CvMat stub, *image;
window_QT.h 524 CvMat* image2Draw_mat;
window_gtk.cpp 79 CvMat * original_image;
80 CvMat * scaled_image;
112 CvMat * mat, stub;
    [all...]
window_QT.cpp 810 CvMat* mat, stub;
998 CvMat* mat, stub;
    [all...]
window_cocoa.mm 825 CvMat *arrMat, *cvimage, stub;
window_w32.cpp 1098 CvMat stub, dst, *image;
1179 CvMat stub, dst, *image;
    [all...]
  /external/opencv3/modules/imgcodecs/src/
utils.cpp 594 CvMat* temp = 0;
600 CvMat srcstub, *src;
601 CvMat dststub, *dst;
  /external/opencv3/modules/objdetect/src/
haar.cpp 123 CvMat sum, sqsum, tilted;
430 CvMat sum_stub, *sum = (CvMat*)_sum;
431 CvMat sqsum_stub, *sqsum = (CvMat*)_sqsum;
432 CvMat tilted_stub, *tilted = (CvMat*)_tilted_sum;
    [all...]
  /external/opencv/cv/src/
cvfloodfill.cpp     [all...]
cvcontours.cpp 202 CvMat stub, *mat = (CvMat*)_img;
    [all...]
cvcolor.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
pyramids.cpp     [all...]
imgwarp.cpp     [all...]
contours.cpp 189 CvMat stub, *mat = cvGetMat( _img, &stub );
    [all...]
samplers.cpp 434 cvGetQuadrangleSubPix( const void* srcarr, void* dstarr, const CvMat* mat )
shapedescr.cpp 957 CvMat buffer = cvMat( 1, N, CV_32F, buf );
1053 CvMat stub, *mat = 0;
histogram.cpp     [all...]
  /external/opencv3/modules/imgcodecs/test/
test_drawing.cpp 256 CvMat img = _img;
396 CvMat img = _img;
  /external/opencv3/modules/core/src/
mathfuncs.cpp     [all...]
persistence.cpp     [all...]
lapack.cpp     [all...]
matrix.cpp 580 static Mat cvMatToMat(const CvMat* m, bool copyData)
849 return cvMatToMat((const CvMat*)arr, copyData);
    [all...]
matmul.cpp     [all...]
  /external/opencv/cxcore/include/
cxmisc.h 247 CV_INLINE CvSize cvGetMatSize( const CvMat* mat )
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp     [all...]

Completed in 519 milliseconds

1 2 3 4 5 6 78 9