Derived class for JPEG2000 imagery using OpenJPEG. More...
#include <vil_openjpeg.h>
Public Member Functions | |
vil_image_resource_sptr | make_input_image (vil_stream *vs, vil_openjpeg_format opjfmt) |
vil_image_resource_sptr | make_output_image (vil_stream *vs, unsigned int ni, unsigned int nj, unsigned int nplanes, vil_pixel_format format, vil_openjpeg_format opjfmt) |
Derived class for JPEG2000 imagery using OpenJPEG.
Definition at line 34 of file vil_openjpeg.h.
vil_image_resource_sptr vil_openjpeg_file_format::make_input_image | ( | vil_stream * | vs, |
vil_openjpeg_format | opjfmt | ||
) |
Definition at line 47 of file vil_openjpeg.cxx.
vil_image_resource_sptr vil_openjpeg_file_format::make_output_image | ( | vil_stream * | vs, |
unsigned int | ni, | ||
unsigned int | nj, | ||
unsigned int | nplanes, | ||
vil_pixel_format | format, | ||
vil_openjpeg_format | opjfmt | ||
) |
Definition at line 62 of file vil_openjpeg.cxx.