Classes | Macros | Typedefs
vil_openjpeg.cxx File Reference

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_streamvil_stream_sptr
 

Detailed Description

Image I/O for JPEG2000 imagery using OpenJPEG.

Author
Chuck Atkins

Definition in file vil_openjpeg.cxx.

Macro Definition Documentation

◆ USE_OPJ_DEPRECATED

#define USE_OPJ_DEPRECATED

Definition at line 33 of file vil_openjpeg.cxx.

Typedef Documentation

◆ vil_stream_sptr

typedef vbl_smart_ptr<vil_stream> vil_stream_sptr

Definition at line 41 of file vil_openjpeg.cxx.