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
7abc94b2
Commit
7abc94b2
authored
Oct 07, 2011
by
Davis King
Browse files
fixed typo
parent
4c85ee1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/image_transforms/label_connected_blobs_abstract.h
dlib/image_transforms/label_connected_blobs_abstract.h
+1
-1
No files found.
dlib/image_transforms/label_connected_blobs_abstract.h
View file @
7abc94b2
...
@@ -177,7 +177,7 @@ namespace dlib
...
@@ -177,7 +177,7 @@ namespace dlib
- else
- else
- #label_img[r][c] != 0
- #label_img[r][c] != 0
- if (img.size() != 0) then
- if (img.size() != 0) then
- returns max(array_to_matrix(label_img))+1
- 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.)
this is the number of blobs found.)
- else
- else
...
...
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