Skip to content
Snippets Groups Projects
Commit cf688d3e authored by Cédric Traizet's avatar Cédric Traizet
Browse files

DOC: replace min max by vmin vmax for neighborhood min max computation

parent 78d7f56c
Branches
Tags
No related merge requests found
...@@ -146,8 +146,8 @@ private: ...@@ -146,8 +146,8 @@ private:
" - mean\n" " - mean\n"
" - var\n" " - var\n"
" - median\n" " - median\n"
" - min\n" " - vmin\n"
" - max\n" " - vmax\n"
" - etc.\n\n" " - etc.\n\n"
"For instance, if ``im1`` represents the pixel of a 3 bands image::\n\n" "For instance, if ``im1`` represents the pixel of a 3 bands image::\n\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment