Home | History | Annotate | Download | only in src

Lines Matching refs:finalThreshold

1837     double scale0, double finalThreshold, bool useMeanshiftGrouping) const
1861 ocl_detectMultiScale(_img, foundLocations, levelScale, hitThreshold, winStride, finalThreshold, oclSvmDetector,
1882 groupRectangles_meanshift(foundLocations, foundWeights, foundScales, finalThreshold, winSize);
1884 groupRectangles(foundLocations, foundWeights, (int)finalThreshold, 0.2);
1890 double scale0, double finalThreshold, bool useMeanshiftGrouping) const
1894 padding, scale0, finalThreshold, useMeanshiftGrouping);