OpenJPEG
2.2.0
|
image region parameters More...
#include <imgreg_manager.h>
Data Fields | |
int | xosiz |
int | yosiz |
int | fx |
offset from the origin of the reference grid at the decomposition level More... | |
int | fy |
int | ox |
frame size (fsiz) More... | |
int | oy |
int | sx |
offset (roff) More... | |
int | sy |
int | level |
region size (rsiz) More... | |
image region parameters
int imgreg_param::fx |
offset from the origin of the reference grid at the decomposition level
Referenced by map_viewin2imgreg(), and print_imgreg().
int imgreg_param::fy |
Referenced by map_viewin2imgreg(), and print_imgreg().
int imgreg_param::level |
region size (rsiz)
Referenced by enqueue_imagedata(), map_viewin2imgreg(), and print_imgreg().
int imgreg_param::ox |
frame size (fsiz)
Referenced by enqueue_imagedata(), map_viewin2imgreg(), and print_imgreg().
int imgreg_param::oy |
Referenced by enqueue_imagedata(), map_viewin2imgreg(), and print_imgreg().
int imgreg_param::sx |
offset (roff)
Referenced by enqueue_imagedata(), map_viewin2imgreg(), and print_imgreg().
int imgreg_param::sy |
Referenced by enqueue_imagedata(), map_viewin2imgreg(), and print_imgreg().
int imgreg_param::xosiz |
Referenced by enqueue_imagedata(), and map_viewin2imgreg().
int imgreg_param::yosiz |
Referenced by enqueue_imagedata(), and map_viewin2imgreg().