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 436 TEST_F(ThumbnailContentAnalysisTest, AutoSegmentPeaks) {
439 EXPECT_EQ(AutoSegmentPeaks(profile_info), std::numeric_limits<float>::max());
441 EXPECT_EQ(AutoSegmentPeaks(profile_info), 1.0f);
444 float threshold = AutoSegmentPeaks(profile_info);
460 threshold = AutoSegmentPeaks(profile_info);
525 float row_threshold = AutoSegmentPeaks(rows_profile);
535 float column_threshold = AutoSegmentPeaks(columns_profile);
content_analysis.cc 464 float AutoSegmentPeaks(const std::vector<float>& input) {

Completed in 165 milliseconds