From 32ab332989a91d1994bd13fe32163b1c5a96c165 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 18 Mar 2023 08:28:02 -0400 Subject: [PATCH] cleanup docs --- docs/docs/imaging.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/docs/imaging.xml b/docs/docs/imaging.xml index b6062118a..b10588a0c 100644 --- a/docs/docs/imaging.xml +++ b/docs/docs/imaging.xml @@ -2201,21 +2201,6 @@ - - - - partition_pixels - dlib/image_transforms.h - dlib/image_transforms/thresholding_abstract.h - - Finds a threshold value that would be reasonable to use with - threshold_image. 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. - - -