Class RegionPixelStats

java.lang.Object
  |
  +--RegionPixelStats

public class RegionPixelStats
extends java.lang.Object

structure returned by SvpTools.getPixelStats(...). contains the mean intensity and standard deviation of pixel "slices" within the region


Field Summary
 double mean_intensity
           
 double std_deviation
           
 
Constructor Summary
RegionPixelStats(double _mean_intensity, double _std_deviation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mean_intensity

public double mean_intensity

std_deviation

public double std_deviation
Constructor Detail

RegionPixelStats

public RegionPixelStats(double _mean_intensity,
                        double _std_deviation)