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

  /external/chromium_org/chrome/browser/thumbnails/
content_analysis.h 44 float AutoSegmentPeaks(const std::vector<float>& input);
content_analysis_unittest.cc 432 TEST_F(ThumbnailContentAnalysisTest, AutoSegmentPeaks) {
435 EXPECT_EQ(AutoSegmentPeaks(profile_info), std::numeric_limits<float>::max());
437 EXPECT_EQ(AutoSegmentPeaks(profile_info), 1.0f);
440 float threshold = AutoSegmentPeaks(profile_info);
456 threshold = AutoSegmentPeaks(profile_info);
521 float row_threshold = AutoSegmentPeaks(rows_profile);
531 float column_threshold = AutoSegmentPeaks(columns_profile);
content_analysis.cc 461 float AutoSegmentPeaks(const std::vector<float>& input) {

Completed in 277 milliseconds