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

  /external/opencv/cvaux/src/
cvbgfg_common.cpp 94 cvSubstituteContour( scanner, 0 );
102 cvSubstituteContour( scanner, newC );
  /external/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h 430 @see cv::findContours, cvStartFindContours, cvFindNextContour, cvSubstituteContour, cvEndFindContours
463 CVAPI(void) cvSubstituteContour( CvContourScanner scanner, CvSeq* new_contour );
    [all...]
  /external/opencv/cv/include/
cv.h 434 CVAPI(void) cvSubstituteContour( CvContourScanner scanner, CvSeq* new_contour );
    [all...]
  /external/opencv/cv/src/
cvcontours.cpp 500 cvSubstituteContour( CvContourScanner scanner, CvSeq * new_contour )
504 CV_FUNCNAME( "cvSubstituteContour" );
    [all...]
  /external/opencv3/modules/imgproc/src/
contours.cpp 476 cvSubstituteContour( CvContourScanner scanner, CvSeq * new_contour )
    [all...]

Completed in 99 milliseconds