#include <georeference.h>
Definition at line 45 of file georeference.h.
swri_transform_util::GeoReference::GeoReference |
( |
const std::string & |
path | ) |
|
|
explicit |
swri_transform_util::GeoReference::GeoReference |
( |
const GeoReference & |
geo | ) |
|
swri_transform_util::GeoReference::~GeoReference |
( |
| ) |
|
std::string swri_transform_util::GeoReference::Datum |
( |
| ) |
const |
|
inline |
std::string swri_transform_util::GeoReference::Extension |
( |
| ) |
const |
|
inline |
std::string swri_transform_util::GeoReference::GeoPath |
( |
| ) |
const |
|
inline |
void swri_transform_util::GeoReference::GetCoordinate |
( |
int |
x_pixel, |
|
|
int |
y_pixel, |
|
|
double & |
x_coordinate, |
|
|
double & |
y_coordinate |
|
) |
| const |
void swri_transform_util::GeoReference::GetPixel |
( |
double |
x_coordinate, |
|
|
double |
y_coordinate, |
|
|
int & |
x_pixel, |
|
|
int & |
y_pixel |
|
) |
| const |
void swri_transform_util::GeoReference::GetTransform |
( |
| ) |
|
|
private |
unsigned int swri_transform_util::GeoReference::Height |
( |
| ) |
const |
|
inline |
bool swri_transform_util::GeoReference::Load |
( |
| ) |
|
std::string swri_transform_util::GeoReference::Path |
( |
| ) |
const |
|
inline |
void swri_transform_util::GeoReference::Print |
( |
| ) |
|
std::string swri_transform_util::GeoReference::Projection |
( |
| ) |
const |
|
inline |
unsigned int swri_transform_util::GeoReference::TileSize |
( |
| ) |
const |
|
inline |
unsigned int swri_transform_util::GeoReference::Width |
( |
| ) |
const |
|
inline |
cv::Mat swri_transform_util::GeoReference::coordinates_ |
|
private |
std::string swri_transform_util::GeoReference::datum_ |
|
private |
std::string swri_transform_util::GeoReference::extension_ |
|
private |
unsigned int swri_transform_util::GeoReference::height_ |
|
private |
std::string swri_transform_util::GeoReference::image_path_ |
|
private |
cv::Mat swri_transform_util::GeoReference::inverse_transform_ |
|
private |
bool swri_transform_util::GeoReference::loaded_ |
|
private |
std::string swri_transform_util::GeoReference::path_ |
|
private |
cv::Mat swri_transform_util::GeoReference::pixels_ |
|
private |
std::string swri_transform_util::GeoReference::projection_ |
|
private |
unsigned int swri_transform_util::GeoReference::tile_size_ |
|
private |
cv::Mat swri_transform_util::GeoReference::transform_ |
|
private |
unsigned int swri_transform_util::GeoReference::width_ |
|
private |
double swri_transform_util::GeoReference::x_offset_ |
|
private |
double swri_transform_util::GeoReference::y_offset_ |
|
private |
The documentation for this class was generated from the following file: