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

  /external/opencv/cv/src/
cvaccum.cpp 690 cvRunningAvg( const void* arrY, void* arrU,
697 CV_FUNCNAME( "cvRunningAvg" );
    [all...]
  /external/opencv/cv/include/
cv.h 566 CVAPI(void) cvRunningAvg( const CvArr* image, CvArr* acc, double alpha,
    [all...]
cvcompat.h 121 #define cvRunningAvgMask(imgY, imgU, mask, alpha) cvRunningAvg(imgY, imgU, alpha, mask)
    [all...]

Completed in 151 milliseconds