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
26701f73
Commit
26701f73
authored
May 19, 2018
by
Davis King
Browse files
Fixed typo in docs
parent
1f727f93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/python/src/image.cpp
tools/python/src/image.cpp
+1
-1
No files found.
tools/python/src/image.cpp
View file @
26701f73
...
...
@@ -133,7 +133,7 @@ above partition_pixels(img) does. Then it forms a new image with only pixels \n
However, the recursion is implemented in an efficient way which is faster than
\n
\
explicitly forming these images and calling partition_pixels(), but the
\n
\
output is the same as if you did. For example, suppose you called
\n
\
[t1,t2,t2] = partition_pixels(img). Then we would have:
\n
\
[t1,t2,t2] = partition_pixels(img
,3
). Then we would have:
\n
\
- t1 == partition_pixels(img)
\n
\
- t2 == partition_pixels(an image with only pixels with values >= t1 in it)
\n
\
- t3 == partition_pixels(an image with only pixels with values >= t2 in it)"
;
...
...
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