i.colors.enhance for single bands? #1942
Unanswered
CarlosGrohmann
asked this question in
Q&A
Replies: 1 comment 5 replies
-
There's r.colors for single raster maps and it has histogram equalization flag. That does not work for you? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all
Today as I was running some analysis, I needed to do a histogram stretch for a single raster. The thing is,
i.colors.enhance
is made to run with 3 bands, in order to create a nice RGB composition.So I went and modified it to run with a singe band.
The question is:do you think a module like
i.colors.enhance.single
would be a good contribution? Maybe with a different name, such asr.histo.stretch
as it can be used in any raster.If so, how to proceed? Add as an addon?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions