Revision 19409 trunk/libraries/libRaster/src/org/gvsig/raster/hierarchy/IStatistics.java

View differences:

IStatistics.java
71 71
	 * @return Valor m?nimo
72 72
	 */
73 73
	public double[] getMin();
74
	
75
	/**
76
	 * Obtiene el m?nimo cuando el raster es de typo byte RGB
77
	 * @return
78
	 */
79
	public double[] getMinRGB();
80
	
81
	/**
82
	 * Obtiene el m?ximo cuando el raster es de typo byte RGB
83
	 * @return
84
	 */
85
	public double[] getMaxRGB();
86
	
87
	/**
88
	 * Obtiene el segundo m?ximo cuando el raster es de typo byte RGB
89
	 * @return
90
	 */
91
	public double[] getSecondMaxRGB();
74 92

  
75 93
	/**
94
	 * Obtiene el segundo m?nimo cuando el raster es de typo byte RGB
95
	 * @return
96
	 */
97
	public double[] getSecondMinRGB();
98

  
99
	/**
76 100
	 * Obtiene la varianza
77 101
	 * @return Varianza
78 102
	 */

Also available in: Unified diff