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
6db9eb73
Commit
6db9eb73
authored
Oct 01, 2011
by
Davis King
Browse files
clarified spec
parent
3c04d06a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
dlib/image_transforms/label_connected_blobs_abstract.h
dlib/image_transforms/label_connected_blobs_abstract.h
+2
-1
No files found.
dlib/image_transforms/label_connected_blobs_abstract.h
View file @
6db9eb73
...
...
@@ -178,7 +178,8 @@ namespace dlib
- #label_img[r][c] != 0
- if (img.size() != 0) then
- returns max(array_to_matrix(label_img))+1
(i.e. returns a number one greater than the maximum blob id number)
(i.e. returns a number one greater than the maximum blob id number,
this is the number of blobs found.)
- else
- returns 0
- blob labels are contiguous, therefore, the number returned by this function is
...
...
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