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
"git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "5ed1c2f28b9c22713e7cf51390f4a69419b8ce93"
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 @@
...
@@ -167,7 +167,7 @@
<item>
sobel_edge_detector
</item>
<item>
sobel_edge_detector
</item>
<item>
suppress_non_maximum_edges
</item>
<item>
suppress_non_maximum_edges
</item>
<item>
threshold_image
</item>
<item>
threshold_image
</item>
<item>
auto_threshold_image
</item>
<item>
partition_pixels
</item>
<item>
hough_transform
</item>
<item>
hough_transform
</item>
</section>
</section>
...
@@ -1871,13 +1871,14 @@
...
@@ -1871,13 +1871,14 @@
<!-- ************************************************************************* -->
<!-- ************************************************************************* -->
<component>
<component>
<name>
auto_threshold_image
</name>
<name>
partition_pixels
</name>
<file>
dlib/image_transforms.h
</file>
<file>
dlib/image_transforms.h
</file>
<spec_file
link=
"true"
>
dlib/image_transforms/thresholding_abstract.h
</spec_file>
<spec_file
link=
"true"
>
dlib/image_transforms/thresholding_abstract.h
</spec_file>
<description>
<description>
This global function performs a simple binary thresholding on an image.
This function finds a threshold value that would be reasonable to use with
Instead of taking a user supplied threshold
<a
href=
"#threshold_image"
>
threshold_image
</a>
. It does this by finding the threshold that
it computes one from the image using k-means clustering.
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>
</description>
</component>
</component>
...
...
docs/docs/term_index.xml
View file @
d5a27eba
...
@@ -1496,7 +1496,7 @@
...
@@ -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=
"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=
"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=
"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=
"png_loader"
include=
"dlib/image_io.h"
/>
<term
file=
"imaging.html"
name=
"jpeg_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