GiciTransform
Class CropChannels

java.lang.Object
  extended by GiciTransform.CropChannels

public class CropChannels
extends java.lang.Object


Field Summary
(package private)  int cropType
           
(package private)  float[][][] imageSamples
          Definition in Coder
(package private)  boolean parametersSet
          To know if parameters are set.
(package private)  boolean[] removeBand
           
 
Constructor Summary
CropChannels(float[][][] imageSamples)
          Constructor that receives the original image samples.
 
Method Summary
 boolean[] getRemoveBand()
           
 float[][][] run()
           
 void setParameters(int cropType)
          Set the parameter that specifies the type of approximation
 
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.


cropType

int cropType

removeBand

boolean[] removeBand
Constructor Detail

CropChannels

public CropChannels(float[][][] imageSamples)
Constructor that receives the original image samples.

Parameters:
imageSamples - definition in Coder
Method Detail

setParameters

public void setParameters(int cropType)
Set the parameter that specifies the type of approximation


run

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

getRemoveBand

public boolean[] getRemoveBand()


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)