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

1 2 3

  /external/opencv/cvaux/src/
cvvideo.cpp 68 size = cvGetMatSize( even );
cvhmmobs.cpp 618 cvGetMatSize(mat), obs,
623 cvGetMatSize(mat), obs,
  /external/opencv/cxcore/src/
cxcopy.cpp 420 size = cvGetMatSize( src );
560 size = cvGetMatSize( mat );
727 size = cvGetMatSize( mat );
947 size = cvGetMatSize( src );
    [all...]
cxlogic.cpp 257 size = cvGetMatSize( src );
426 size = cvGetMatSize( src1 );
677 size = cvGetMatSize( src );
cxcmp.cpp 310 size = cvGetMatSize( src1 );
391 size = cvGetMatSize( src1 );
639 size = cvGetMatSize( src1 );
764 size = cvGetMatSize( src1 );
    [all...]
cxmathfuncs.cpp 382 size = cvGetMatSize(xmat);
632 size = cvGetMatSize(angle);
    [all...]
cxlut.cpp 271 size = cvGetMatSize( src );
cxconvert.cpp 500 size = cvGetMatSize( src );
605 size = cvGetMatSize( dst );
    [all...]
cxarithm.cpp 374 size = cvGetMatSize( src1 );
622 size = cvGetMatSize( src );
    [all...]
cxdrawing.cpp 259 if( cvClipLine( cvGetMatSize(mat), &pt1, &pt2 ))
311 CvSize size = cvGetMatSize( img );
574 CvSize size = cvGetMatSize( img );
    [all...]
cxmatrix.cpp 70 size = cvGetMatSize( mat );
472 size = cvGetMatSize( src );
    [all...]
cxsumpixels.cpp 471 size = cvGetMatSize( mat );
638 size = cvGetMatSize( mat );
    [all...]
  /external/opencv/cv/src/
cvsegmentation.cpp 166 size = cvGetMatSize(src);
400 CvSize size = cvGetMatSize(src);
412 CvSize size1 = cvGetMatSize(dst_pyramid[level+1]);
cvaccum.cpp 427 size = cvGetMatSize( mat );
522 size = cvGetMatSize( mat );
621 size = cvGetMatSize( mat1 );
    [all...]
cvcornersubpix.cpp 89 size = cvGetMatSize( src );
cvfeatureselect.cpp 157 size = cvGetMatSize( img );
cvmotempl.cpp 139 size = cvGetMatSize( mhi );
210 size = cvGetMatSize( mhi );
cvutils.cpp 505 srcsize = cvGetMatSize(src);
506 dstsize = cvGetMatSize(dst);
cvcanny.cpp 90 size = cvGetMatSize( src );
cvpyramids.cpp     [all...]
cvsamplers.cpp 568 src_size = cvGetMatSize( src );
569 dst_size = cvGetMatSize( dst );
    [all...]
cvundistort.cpp 168 size = cvGetMatSize(src);
211 size = cvGetMatSize(_mapx);
345 size = cvGetMatSize(_mapx);
cvimgwarp.cpp     [all...]
cvoptflowbm.cpp 603 srcA->step, cvGetMatSize( srcA ), blockSize,
cvsumpixels.cpp 400 size = cvGetMatSize(src);

Completed in 300 milliseconds

1 2 3