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

  /external/opencv/cv/src/
cvcanny.cpp 48 cvCanny( const void* srcarr, void* dstarr,
55 CV_FUNCNAME( "cvCanny" );
cvhough.cpp 877 CV_CALL( cvCanny( img, edges, MAX(canny_threshold/2,1), canny_threshold, 3 ));
    [all...]
cvhaar.cpp     [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 512 cvCanny( gray, canny, 0/*canny_threshold*0.4*/, canny_threshold, 3 );
  /external/opencv/cv/include/
cv.h     [all...]

Completed in 382 milliseconds