Isis Developer Reference
|
Reduce the pixel dimensions of an image. More...
#include <Reduce.h>
Public Member Functions | |
Reduce (Isis::Cube *pInCube, const double sampleScale, const double lineScale) | |
Constructor. | |
~Reduce () | |
Destructor. | |
Isis::PvlGroup | UpdateOutputLabel (Isis::Cube *pOutCube) |
Create label for the reduced output image. | |
void | setInputBoundary (int startSample, int endSample, int startLine, int endLine) |
Parameters to input image sub area. | |
Protected Attributes | |
Isis::Cube * | mInCube |
Input image. | |
double | mdSampleScale |
Sample scale. | |
double | mdLineScale |
Line scale. | |
int | miStartSample |
Input start sample. | |
int | miEndSample |
Input end sample. | |
int | miStartLine |
Input start line. | |
int | miEndLine |
Input end line. | |
double | mdLine |
Line index. | |
int | miOutputSamples |
Output Samples. | |
int | miOutputLines |
Output Lines. | |
int | miInputSamples |
Input Samples. | |
int | miInputLines |
Input Lines. | |
int | miInputBands |
Input Bands. | |
int | miBandIndex |
Band Index. | |
Isis::Portal * | m_iPortal |
Input portal. | |
Reduce the pixel dimensions of an image.
Reduce the pixel dimensions of an image. Has the functionality to reduce only a sub area in input image to output
Isis::Reduce::Reduce | ( | Isis::Cube * | pInCube, |
const double | sampleScale, | ||
const double | lineScale ) |
Constructor.
Reduce Constructor.
pInCube | - Input cube |
psBands | - Bands list |
sampleScale | - Sample scale |
lineScale | - Line scale |
References Isis::Cube::bandCount(), Isis::Cube::lineCount(), m_iPortal, mdLine, mdLineScale, mdSampleScale, miBandIndex, miEndLine, miEndSample, miInputBands, miInputLines, miInputSamples, mInCube, miOutputLines, miOutputSamples, miStartLine, miStartSample, Isis::Cube::pixelType(), and Isis::Cube::sampleCount().
Isis::Reduce::~Reduce | ( | ) |
Destructor.
References m_iPortal.
void Isis::Reduce::setInputBoundary | ( | int | startSample, |
int | endSample, | ||
int | startLine, | ||
int | endLine ) |
Parameters to input image sub area.
Parameters to input image sub area to be reduced.
startSample | - input image start sample |
endSample | - input image end sample |
startLine | - input image start line |
endLine | - input image end line |
References mdLine, mdLineScale, mdSampleScale, miEndLine, miEndSample, miInputLines, miInputSamples, miOutputLines, miOutputSamples, miStartLine, and miStartSample.
Isis::PvlGroup Isis::Reduce::UpdateOutputLabel | ( | Isis::Cube * | pOutCube | ) |
Create label for the reduced output image.
Update the Mapping, Instrument, and AlphaCube groups in the output cube label.
pOutCube | - Resulting reduced output cube |
pResultsGrp | - This is the Results group that will go into the application log file. This group must be created by the calling application. Information will be added to it if the Mapping or Instrument groups are deleted from the output image label |
References Isis::Cube::lineCount(), mdLineScale, mdSampleScale, miEndLine, miEndSample, miInputLines, miInputSamples, mInCube, miOutputLines, miOutputSamples, miStartLine, miStartSample, Isis::Cube::sampleCount(), Isis::SubArea::SetSubArea(), and Isis::toString().
|
protected |
Input portal.
Referenced by Isis::Nearest::operator()(), Isis::Average::operator()(), Reduce(), and ~Reduce().
|
mutableprotected |
Line index.
Referenced by Isis::Nearest::operator()(), Isis::Average::operator()(), Reduce(), and setInputBoundary().
|
protected |
Line scale.
Referenced by Isis::Nearest::operator()(), Isis::Average::operator()(), Reduce(), setInputBoundary(), and UpdateOutputLabel().
|
protected |
Sample scale.
Referenced by Isis::Nearest::operator()(), Isis::Average::operator()(), Reduce(), setInputBoundary(), and UpdateOutputLabel().
|
mutableprotected |
Band Index.
Referenced by Isis::Nearest::operator()(), Isis::Average::operator()(), and Reduce().
|
protected |
Input end line.
Referenced by Reduce(), setInputBoundary(), and UpdateOutputLabel().
|
protected |
Input end sample.
Referenced by Reduce(), setInputBoundary(), and UpdateOutputLabel().
|
protected |
Input Bands.
Referenced by Isis::Average::operator()(), and Reduce().
|
protected |
Input Lines.
Referenced by Isis::Average::operator()(), Reduce(), setInputBoundary(), and UpdateOutputLabel().
|
protected |
Input Samples.
Referenced by Isis::Average::operator()(), Reduce(), setInputBoundary(), and UpdateOutputLabel().
|
protected |
Input image.
Referenced by Isis::Nearest::operator()(), Isis::Average::operator()(), Reduce(), and UpdateOutputLabel().
|
protected |
Output Lines.
Referenced by Isis::Nearest::operator()(), Isis::Average::operator()(), Reduce(), setInputBoundary(), and UpdateOutputLabel().
|
protected |
Output Samples.
Referenced by Isis::Nearest::operator()(), Isis::Average::operator()(), Reduce(), setInputBoundary(), and UpdateOutputLabel().
|
protected |
Input start line.
Referenced by Reduce(), setInputBoundary(), and UpdateOutputLabel().
|
protected |
Input start sample.
Referenced by Isis::Nearest::operator()(), Isis::Average::operator()(), Reduce(), setInputBoundary(), and UpdateOutputLabel().