GiciTransform
Class AddChannels

java.lang.Object
  extended by GiciTransform.AddChannels

public class AddChannels
extends java.lang.Object


Field Summary
(package private)  int addType
           
(package private)  float[][][] imageSamples
          Definition in Coder
(package private)  boolean parametersSet
          To know if parameters are set.
(package private)  boolean[] removedBand
           
(package private)  int zOriginalSize
           
 
Constructor Summary
AddChannels(float[][][] imageSamples, int zOriginalSize)
          Constructor that receives the original image samples.
 
Method Summary
 float[][][] run()
           
 void setParameters(int addType, boolean[] removedBand)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imageSamples

float[][][] imageSamples
Definition in Coder


parametersSet

boolean parametersSet
To know if parameters are set.

True indicates that they are set otherwise false.


addType

int addType

removedBand

boolean[] removedBand

zOriginalSize

int zOriginalSize
Constructor Detail

AddChannels

public AddChannels(float[][][] imageSamples,
                   int zOriginalSize)
Constructor that receives the original image samples.

Parameters:
imageSamples - definition in Coder
Method Detail

setParameters

public void setParameters(int addType,
                          boolean[] removedBand)

run

public float[][][] run()
                throws ErrorException
Throws:
ErrorException


TER - Copyright (C) 2006
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Group on Interactive Coding of Images (GICI) - UAB (Spain)