mirror of https://github.com/davisking/dlib.git
cleanup docs
This commit is contained in:
parent
9d305943bc
commit
32ab332989
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue