Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
d5a27eba
Commit
d5a27eba
authored
May 08, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
802d6411
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
imaging.xml
docs/docs/imaging.xml
+6
-5
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