HomeSort by relevance Sort by last modified time
    Searched refs:CV_32SC2 (Results 1 - 15 of 15) sorted by null

  /external/opencv/cv/src/
cvlinefit.cpp 662 if( (type!=CV_32FC2 && type!=CV_32FC3 && type!=CV_32SC2 && type!=CV_32SC3) ||
675 (type!=CV_32FC2 && type!=CV_32FC3 && type!=CV_32SC2 && type!=CV_32SC3) ||
cvpgh.cpp 354 if( !CV_IS_SEQ_POLYGON( contour ) || CV_SEQ_ELTYPE( contour ) != CV_32SC2 )
cvrotcalipers.cpp 422 if( CV_SEQ_ELTYPE( ptseq ) == CV_32SC2 )
cvapprox.cpp 533 assert( CV_SEQ_ELTYPE(src_contour) == CV_32SC2 );
1001 if( CV_SEQ_ELTYPE(src_seq) == CV_32SC2 )
cvconvhull.cpp 557 if( CV_SEQ_ELTYPE( ptseq ) != CV_32SC2 )
764 if( CV_SEQ_ELTYPE( contour ) == CV_32SC2 )
cvmoments.cpp 413 if( type == CV_32SC2 || type == CV_32FC2 )
cvutils.cpp 62 if( eltype != CV_32SC2 && eltype != CV_32FC2 )
cvhough.cpp 532 CV_CALL( cvStartWriteSeq( CV_32SC2, sizeof(CvSeq), sizeof(CvPoint), storage, &writer ));
891 CV_CALL( nz = cvCreateSeq( CV_32SC2, sizeof(CvSeq), sizeof(CvPoint), storage ));
    [all...]
cvshapedescr.cpp 758 if( CV_SEQ_ELTYPE( contour ) != CV_32SC2 )
1162 if( CV_MAT_TYPE(mat->type) == CV_32SC2 ||
    [all...]
cvlkpyramid.cpp     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 505 #define CV_32SC2 CV_MAKETYPE(CV_32S,2)
    [all...]
cxmisc.h     [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 951 CV_CALL( cvMakeSeqHeaderForArray( CV_32SC2, sizeof(CvSeq), sizeof(CvPoint),
    [all...]
cxconvert.cpp 385 tab->fn_2d[CV_32SC2] = (void*)icvCopy##_32f_##FROM##2##TO##2R; \
    [all...]
  /external/opencv/cv/include/
cvcompat.h 386 CvMat points1 = cvMat( 1, num_points, CV_32SC2, points );
414 CvMat mat = cvMat( 1, n, CV_32SC2, points );
    [all...]

Completed in 297 milliseconds