Home | History | Annotate | Download | only in thumbnails

Lines Matching refs:row_profile

580 void ConstrainedProfileSegmentation(const std::vector<float>& row_profile,
591 row_profile, &histogram_rows, &minmax_rows);
620 row_profile.begin(), row_profile.end(),
625 gfx::Size(column_profile.size(), row_profile.size()),
630 ConstrainedProfileThresholding(row_profile,
642 included_rows->resize(row_profile.size());
643 for (size_t i = 0; i < row_profile.size(); ++i)
644 (*included_rows)[i] = row_profile[i] > row_threshold;
751 std::vector<float> row_profile;
758 &row_profile,
762 ConstrainedProfileSegmentation(row_profile,