Loading [MathJax]/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
11 #include "ImageImporter.h"
53 virtual bool isRgb()
const;
54 virtual bool isArgb()
const;
60 virtual int getPixel(
int s,
int l)
const;
62 virtual int getGray(
int pixel)
const;
63 virtual int getRed(
int pixel)
const;
64 virtual int getGreen(
int pixel)
const;
65 virtual int getBlue(
int pixel)
const;
66 virtual int getAlpha(
int pixel)
const;
uint16 m_samplesPerPixel
The number of "samples" (bands in Isis terms) in the input image.
virtual ~TiffImporter()
Destruct the importer.
virtual bool isArgb() const
Tests to see if the input image is not grayscale and has more than three samples per pixel,...
virtual int getGray(int pixel) const
Retrieves the gray component of the given pixel.
File name manipulation and expansion.
virtual PvlGroup convertProjection() const
Convert any projection information associated with the input image to an ISIS Mapping group in PVL fo...
virtual int getAlpha(int pixel) const
Retrieves the alpha component of the given pixel.
uint16 m_photo
The enumerated photometric interpretation of the input image.
virtual int getPixel(int s, int l) const
Returns a representation of a pixel for the input format that can then be broken down into specific g...
Container for cube-like labels.
uint32 * m_raster
Buffer holding the raw TIFF image in memory.
Imports images with standard formats into Isis as cubes.
Pvl resolution(const Pvl &inLab) const
Convert the Tiff PixelScale tag data to a singe resolution for the ISIS cube label mapping group.
virtual bool isRgb() const
Tests to see if the input image is neither grayscale nor has more than three samples per pixel,...
TiffImporter(FileName inputName)
Construct the importer.
GTIF * m_geotiff
GeoTiff hanele.
Pvl upperLeftXY(const Pvl &inLab) const
Convert the Tiff Tiepoint tag data to Upper Left X & Y values for the ISIS cube label mapping group.
Contains multiple PvlContainers.
virtual int getGreen(int pixel) const
Retrieves the green component of the given pixel.
Pvl gdalItems(const Pvl &outPvl) const
Convert items in the GDAL tag to the ISIS mapping group.
virtual int getBlue(int pixel) const
Retrieves the blue component of the given pixel.
Imports TIFF images as Isis cubes.
virtual void updateRawBuffer(int line, int band) const
Does nothing as LibTIFF reads the entire input image into memory, and therefore does not need to be u...
virtual int getRed(int pixel) const
Retrieves the red component of the given pixel.
int samplesPerPixel() const
The number of "samples" (bands in Isis terms) per pixel in the input image.
virtual bool isGrayscale() const
Tests to see if the input image has a "min is white" or "min is black" photometric interpretation,...
This is free and unencumbered software released into the public domain.
TIFF * m_image
LibTIFF representation of the input image.
PvlGroup m_map
ISIS Mapping group.