Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
d5a27eba
Commit
d5a27eba
authored
May 07, 2018
by
Davis King
Browse files
updated docs
parent
802d6411
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
docs/docs/imaging.xml
docs/docs/imaging.xml
+6
-5
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-1
No files found.
docs/docs/imaging.xml
View file @
d5a27eba
...
...
@@ -167,7 +167,7 @@
<item>
sobel_edge_detector
</item>
<item>
suppress_non_maximum_edges
</item>
<item>
threshold_image
</item>
<item>
auto_threshold_image
</item>
<item>
partition_pixels
</item>
<item>
hough_transform
</item>
</section>
...
...
@@ -1871,13 +1871,14 @@
<!-- ************************************************************************* -->
<component>
<name>
auto_threshold_image
</name>
<name>
partition_pixels
</name>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/thresholding_abstract.h
</spec_file>
<description>
This global function performs a simple binary thresholding on an image.
Instead of taking a user supplied threshold
it computes one from the image using k-means clustering.
This function 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>
...
...
docs/docs/term_index.xml
View file @
d5a27eba
...
...
@@ -1496,7 +1496,7 @@
<term
file=
"dlib/image_transforms/image_pyramid_abstract.h.html"
name=
"image_to_tiled_pyramid"
include=
"dlib/image_transforms.h"
/>
<term
file=
"dlib/image_transforms/image_pyramid_abstract.h.html"
name=
"tiled_pyramid_to_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"threshold_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"
auto_threshold_image"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"
partition_pixels"
include=
"dlib/image_transforms.h"
/>
<term
file=
"imaging.html"
name=
"png_loader"
include=
"dlib/image_io.h"
/>
<term
file=
"imaging.html"
name=
"jpeg_loader"
include=
"dlib/image_io.h"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment