vil_j2k: Written by Rob Radtke (rob@) and Harry Voorhees (hlv@) of Stellar Science Ltd. More...
#include <algorithm>#include <cmath>#include <limits>#include <cstdlib>#include "vil_j2k_image.h"#include <NCSFile.h>#include <cassert>#include <vil/vil_memory_chunk.h>#include <vil/vil_image_view.h>#include <vil/vil_load.h>#include <vil/vil_open.h>#include <vil/vil_new.h>#include "NCSJPCVilIOStream.h"#include <NCSTypes.h>Go to the source code of this file.
Macros | |
| #define | macro(F, T) |
| #define | macro(F, T) |
Functions | |
| NCSFileBandInfo | bandInfo (const vil_pixel_format &vilType) |
| NCSEcwCellType | convertType (const vil_pixel_format &vilType) |
| vil_pixel_format | convertType (const NCSEcwCellType &ecwType) |
vil_j2k: Written by Rob Radtke (rob@) and Harry Voorhees (hlv@) of Stellar Science Ltd.
Co. (stellarscience.com) for Air Force Research Laboratory, 2005. Write capability added by J. Mundy, April 2009 Do not remove the following notice Modifications approved for public Release, distribution unlimited DISTAR Case 14074
Definition in file vil_j2k_image.cxx.
| #define macro | ( | F, | |
| T | |||
| ) |
| #define macro | ( | F, | |
| T | |||
| ) |
| NCSFileBandInfo bandInfo | ( | const vil_pixel_format & | vilType | ) |
Definition at line 34 of file vil_j2k_image.cxx.
| NCSEcwCellType convertType | ( | const vil_pixel_format & | vilType | ) |
Definition at line 136 of file vil_j2k_image.cxx.
| vil_pixel_format convertType | ( | const NCSEcwCellType & | ecwType | ) |
Definition at line 160 of file vil_j2k_image.cxx.
1.8.15