cleanup docs

This commit is contained in:
Davis King 2023-03-18 08:28:02 -04:00
parent 9d305943bc
commit 32ab332989
1 changed files with 0 additions and 15 deletions

View File

@ -2201,21 +2201,6 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>partition_pixels</name>
<file>dlib/image_transforms.h</file>
<spec_file link="true">dlib/image_transforms/thresholding_abstract.h</spec_file>
<description>
Finds a threshold value that would be reasonable to use with
<a href="#threshold_image">threshold_image</a>. It does this by
finding the threshold that partitions the pixels in an image into
two groups such that the sum of absolute deviations between each
pixel and the mean of its group is minimized.
</description>
</component>
<!-- ************************************************************************* -->
<component>