Classes | Defines | Typedefs
core/vil/file_formats/vil_openjpeg.cxx File Reference

Image I/O for JPEG2000 imagery using OpenJPEG. More...

#include <vcl_cmath.h>
#include <vcl_cstring.h>
#include <vcl_iostream.h>
#include <vcl_stdexcept.h>
#include <vcl_limits.h>
#include <vil/vil_stream.h>
#include <vbl/vbl_smart_ptr.h>
#include <vbl/vbl_smart_ptr.txx>
#include <vil/vil_image_view.txx>
#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

Defines

#define USE_OPJ_DEPRECATED

Typedefs

typedef vbl_smart_ptr< vil_streamvil_stream_sptr

Detailed Description

Image I/O for JPEG2000 imagery using OpenJPEG.

Author:
Chuck Atkins

Definition in file vil_openjpeg.cxx.


Define Documentation

#define USE_OPJ_DEPRECATED

Definition at line 29 of file vil_openjpeg.cxx.


Typedef Documentation

typedef vbl_smart_ptr<vil_stream> vil_stream_sptr

Definition at line 37 of file vil_openjpeg.cxx.