Classes | Enumerations
core/vil/file_formats/vil_openjpeg.h File Reference

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

#include <vil/vil_fwd.h>
#include <vil/vil_file_format.h>
#include <vil/vil_image_resource.h>

Go to the source code of this file.

Classes

class  vil_openjpeg_file_format
 Derived class for JPEG2000 imagery using OpenJPEG. More...
class  vil_openjpeg_jp2_file_format
class  vil_openjpeg_j2k_file_format
class  vil_openjpeg_image
 Derived image resource for JPEG2000 imagery using OpenJPEG. More...

Enumerations

enum  vil_openjpeg_format { VIL_OPENJPEG_JP2 = 1, VIL_OPENJPEG_JPT = 2, VIL_OPENJPEG_J2K = 3 }
 OpenJPEG Codec. More...

Detailed Description

Image I/O for JPEG2000 imagery using OpenJPEG.

Author:
Chuck Atkins

Definition in file vil_openjpeg.h.


Enumeration Type Documentation

OpenJPEG Codec.

Enumerator:
VIL_OPENJPEG_JP2 
VIL_OPENJPEG_JPT 
VIL_OPENJPEG_J2K 

Definition at line 25 of file vil_openjpeg.h.