Open rayshan opened 9 years ago
Hm, given that if(!analysis.maxima.h) {...}
works fine, I don't really need a separate grayscale flag enough to justify putting it in. If you do, though, I'll happily merge any PR you want to send over for that.
Sure will do. I'm not familiar w/ image analysis data. All I needed was to check for grayscale. I had to go through all the returned data and compare different images to see that this value works for me. It may be nice for noobs like me.
Hello. Looks like we can tell whether an image is grayscale by whether
analysis.average.H
oranalysis.maxima.h
is 0. It'll be nice to have a boolean for convenience.