Home
last modified time | relevance | path

Searched refs:FindOtsuThresholdingIndex (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/thumbnails/
Dcontent_analysis.cc68 size_t FindOtsuThresholdingIndex(const std::vector<int>& histogram) { in FindOtsuThresholdingIndex() function
473 size_t max_index = FindOtsuThresholdingIndex(histogram); in AutoSegmentPeaks()
597 clip_index_rows = FindOtsuThresholdingIndex(histogram_rows); in ConstrainedProfileSegmentation()
611 clip_index_columns = FindOtsuThresholdingIndex(histogram_columns); in ConstrainedProfileSegmentation()