OmniSciDB
a5dc49c757
|
#include <RasterInfo.h>
Public Attributes | |
const int64_t | raster_channels |
const int64_t | x_pixels_per_tile |
const int64_t | y_pixels_per_tile |
const int64_t | halo_x_pixels_per_tile_boundary |
const int64_t | halo_y_pixels_per_tile_boundary |
const int64_t | logical_x_pixels_per_tile |
const int64_t | logical_y_pixels_per_tile |
const int64_t | x_tiles |
const int64_t | y_tiles |
const int64_t | batch_tiles |
const double | x_input_units_per_pixel |
const double | y_input_units_per_pixel |
const double | min_x_input |
const double | min_y_input |
Definition at line 25 of file RasterInfo.h.
const int64_t RasterFormat_Namespace::RasterInfo::batch_tiles |
Definition at line 35 of file RasterInfo.h.
Referenced by detect_objects_in_tiled_raster_impl().
const int64_t RasterFormat_Namespace::RasterInfo::halo_x_pixels_per_tile_boundary |
Definition at line 29 of file RasterInfo.h.
Referenced by process_detections(), and world_scale_detections().
const int64_t RasterFormat_Namespace::RasterInfo::halo_y_pixels_per_tile_boundary |
Definition at line 30 of file RasterInfo.h.
Referenced by process_detections(), and world_scale_detections().
const int64_t RasterFormat_Namespace::RasterInfo::logical_x_pixels_per_tile |
Definition at line 31 of file RasterInfo.h.
Referenced by world_scale_detections().
const int64_t RasterFormat_Namespace::RasterInfo::logical_y_pixels_per_tile |
Definition at line 32 of file RasterInfo.h.
Referenced by world_scale_detections().
const double RasterFormat_Namespace::RasterInfo::min_x_input |
Definition at line 38 of file RasterInfo.h.
Referenced by world_scale_detections().
const double RasterFormat_Namespace::RasterInfo::min_y_input |
Definition at line 39 of file RasterInfo.h.
Referenced by world_scale_detections().
const int64_t RasterFormat_Namespace::RasterInfo::raster_channels |
Definition at line 26 of file RasterInfo.h.
Referenced by detect_objects_in_tiled_raster_impl().
const double RasterFormat_Namespace::RasterInfo::x_input_units_per_pixel |
Definition at line 36 of file RasterInfo.h.
Referenced by world_scale_detections().
const int64_t RasterFormat_Namespace::RasterInfo::x_pixels_per_tile |
Definition at line 27 of file RasterInfo.h.
Referenced by detect_objects_in_tiled_raster_impl(), and process_detections().
const int64_t RasterFormat_Namespace::RasterInfo::x_tiles |
Definition at line 33 of file RasterInfo.h.
Referenced by detect_objects_in_tiled_raster_impl(), process_detections(), and world_scale_detections().
const double RasterFormat_Namespace::RasterInfo::y_input_units_per_pixel |
Definition at line 37 of file RasterInfo.h.
Referenced by world_scale_detections().
const int64_t RasterFormat_Namespace::RasterInfo::y_pixels_per_tile |
Definition at line 28 of file RasterInfo.h.
Referenced by detect_objects_in_tiled_raster_impl(), and process_detections().
const int64_t RasterFormat_Namespace::RasterInfo::y_tiles |
Definition at line 34 of file RasterInfo.h.
Referenced by detect_objects_in_tiled_raster_impl(), and process_detections().