Image I/O for JPEG2000 imagery using OpenJPEG. More...
#include <cmath>#include <cstring>#include <iostream>#include <stdexcept>#include <limits>#include <cassert>#include <vil/vil_stream.h>#include <vbl/vbl_smart_ptr.h>#include <vbl/vbl_smart_ptr.hxx>#include <vil/vil_image_view.hxx>#include <openjpeg.h>#include "vil_openjpeg.h"Go to the source code of this file.
Classes | |
| struct | opj_header |
| class | vil_openjpeg_decoder |
| struct | vil_openjpeg_image_impl |
Macros | |
| #define | USE_OPJ_DEPRECATED |
Typedefs | |
| typedef vbl_smart_ptr< vil_stream > | vil_stream_sptr |
Image I/O for JPEG2000 imagery using OpenJPEG.
Definition in file vil_openjpeg.cxx.
| #define USE_OPJ_DEPRECATED |
Definition at line 33 of file vil_openjpeg.cxx.
| typedef vbl_smart_ptr<vil_stream> vil_stream_sptr |
Definition at line 41 of file vil_openjpeg.cxx.
1.8.15