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

  /external/opencv3/modules/video/include/opencv2/video/
tracking_c.h 154 CVAPI(int) cvMeanShift( const CvArr* prob_image, CvRect window,
  /external/opencv/cv/src/
cvcamshift.cpp 45 // Name: cvMeanShift
61 cvMeanShift( const void* imgProb, CvRect windowIn,
70 CV_FUNCNAME( "cvMeanShift" );
190 CV_CALL( itersUsed = cvMeanShift( mat, windowIn, criteria, &comp ));
  /external/opencv3/modules/video/src/
compat_video.cpp 50 cvMeanShift( const void* imgProb, CvRect windowIn,
  /external/opencv3/modules/video/test/
test_camshift.cpp 432 cvMeanShift( img, init_rect, criteria, &comp );
444 ts->printf( cvtest::TS::LOG, "Invalid CvConnectedComp was returned by cvMeanShift\n" );
  /external/opencv/cv/include/
cv.h 582 CVAPI(int) cvMeanShift( const CvArr* prob_image, CvRect window,
    [all...]

Completed in 418 milliseconds