29 #include "kdu_stripe_decompressor.h" 32 #define MIN_STRIPE_HEIGHT 256 33 #define MAX_STRIPE_HEIGHT 8192 112 inline int GetSampleDimension()
const {
117 inline int GetLineDimension()
const {
122 inline int GetBandDimension()
const {
127 inline int GetPixelBytes()
const {
132 inline bool GetSignedData()
const {
137 void Read(
unsigned char **inbuf);
140 void Read(
short int **inbuf);
142 static bool IsJP2(QString filename);
153 unsigned int p_resolutionLevel;
154 unsigned int p_highestResLevel;
156 int *p_maxStripeHeights;
162 int *p_stripeHeights;
166 unsigned int p_pixelBits;
170 kdu_core::kdu_dims p_imageDims;
171 kdu_supp::jp2_family_src *JP2_Stream;
172 kdu_supp::jp2_source *JP2_Source;
173 kdu_core::kdu_codestream *JPEG2000_Codestream;
174 kdu_supp::kdu_stripe_decompressor p_decompressor;
~JP2Decoder()
JP2Decoder destructor.
bool p_signedData
Set to true if data in JP2 file is signed.
unsigned int p_numBands
Number of bands in JP2 file.
Kakadu error messaging class.
QString p_jp2File
Input file name.
JP2Error * Kakadu_Error
JP2 Error handling facility.
void Read(unsigned char **inbuf)
Read data from JP2 file containing 8-bit data.
unsigned int p_numSamples
Number of samples in JP2 file.
unsigned int p_pixelBytes
Number of bytes per pixel in JP2 file.
JP2Decoder(const QString &jp2file)
Constructs a JPEG2000 decoder object.
void SetResolutionAndRegion()
Sets resolution of data that will be decompressed. Also determines the image dimensions at the reques...
unsigned int p_numLines
Number of lines in JP2 file.
Namespace for ISIS/Bullet specific routines.
void OpenFile()
Open the JPEG2000 file.