Agustin Lobo <[email protected]> wrote: > > Given a multi-spectral image and a labellised image (i.e. a > classification, a soil map etc ) in integers > is there an otbcli application to get a table with mean, sd and n for > each class (integer value)?
I don't think this application exists, but you can script something using BandMath to extract a masked image of each class and use the -bv (background value) option of the ComputeImageStatistics on the image of each class. Jordi -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
