ImageHorizonPixelPack structure.
More...
|
unsigned char | StartX0 |
|
unsigned char | StartY0 |
|
unsigned char | EndX1 |
|
unsigned char | EndY1 |
|
double | StartLatitude |
|
double | StartLongitude |
|
double | EndLatitude |
|
double | EndLongitude |
|
ImageHorizonPixelPack allows a user to separate sky and ground portions of an image by defining a line representing the horizon
- StartX0; The X coordinate (in percent) of an X-Y pair representing the start point of a vector crossing an image.
- StartY0; The Y coordinate (in percent) of an X-Y pair representing the start point of a vector crossing an image.
- EndX1; The X coordinate (in percent) of an X-Y pair representing the end point of a vector crossing an image.
- EndY1; The Y coordinate (in percent) of an X-Y pair representing the end point of a vector crossing an image.
- StartLatitude; The Latitude of the Start point (x0,y0) on the image border. Based on WGS84 ellipsoid.
- StartLongitude; The Longitude of the Start point (x0,y0) on the image border. Based on WGS84 ellipsoid.
- EndLatitude; The Latitude of the End point (x0,y0) on the image border. Based on WGS84 ellipsoid.
- EndLongitude; The Longitude of the End point (x1,y1) on the image border. Based on WGS84 ellipsoid.