10 #ifndef ossimVideoGeometry_HEADER 11 #define ossimVideoGeometry_HEADER 33 virtual bool sensorPosition(
const double& t,
ossimGpt& gpt)
const = 0;
38 virtual bool sensorAttitude(
const double& t,
41 double& Z_deg)
const = 0;
45 virtual bool sensorFocalLength(
const double& t,
double& focal_len_meters)
const = 0;
49 virtual bool frameCenter(
const double& t,
ossimGpt& centerGpt)
const = 0;
53 virtual bool frameBoundingPoly(
const double& t,
ossimPolygon& geo_poly)
const = 0;
57 virtual bool videoBoundingRect(
ossimDrect& geo_rect)
const = 0;
60 virtual const ossimIpt& frameSize()
const = 0;
Pure virtual base class for all video sources – analogous to ossimImageSource.
ossimReferenced allows for shared object ref counting if the reference count ever gets to 0 or less i...
ossimRefPtr< ossimVideoSource > m_video
Container class that holds both 2D transform and 3D projection information for an image Only one inst...
Pure virtual base class for all video data.
ossimVideoGeometry(ossimVideoSource *video)