Skip to content
Snippets Groups Projects
Commit b02e0e07 authored by Gaëlle USSEGLIO's avatar Gaëlle USSEGLIO
Browse files

ENH : Add references on Y and Z coordinates into SarSensorModelAdapter

parent 8bf7e5b3
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ public:
/** Transform world point (lat,lon,hgt) to input image point
(col,row) and YZ frame */
bool WorldToLineSampleYZ(const Point3DType & inGeoPoint, Point2DType & cr, Point2DType yz) const;
bool WorldToLineSampleYZ(const Point3DType & inGeoPoint, Point2DType & cr, Point2DType & yz) const;
/** Transform world point (lat,lon,hgt) to input image point
(col,row) */
......
......@@ -109,7 +109,7 @@ void SarSensorModelAdapter::DeburstLineToImageLine(const std::vector<std::pair<u
ossimplugins::ossimSarSensorModel::deburstLineToImageLine(lines,deburstLine,imageLine);
}
bool SarSensorModelAdapter::WorldToLineSampleYZ(const Point3DType & inGeoPoint, Point2DType & cr, Point2DType yz) const
bool SarSensorModelAdapter::WorldToLineSampleYZ(const Point3DType & inGeoPoint, Point2DType & cr, Point2DType & yz) const
{
if(m_SensorModel.get() == ITK_NULLPTR)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment