|
OTB
9.0.0
Orfeo Toolbox
|
Go to the documentation of this file.
21 #ifndef otbPhysicalToRPCSensorModelImageFilter_h
22 #define otbPhysicalToRPCSensorModelImageFilter_h
61 template <
class TImage>
97 itkGetConstReferenceMacro(GridSize,
SizeType);
107 if (m_GridSize != iSize)
115 void Modified()
const override;
125 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
128 void GenerateOutputInformation()
override;
132 void operator=(
const Self&) =
delete;
142 #ifndef OTB_MANUAL_INSTANTIATION
GenericRSTransform RSTransformType
std::vector< double > ErrorsContainerType
std::vector< GCPType > GCPsContainerType
GCPsToSensorModelType::GCPsContainerType GCPsContainerType
This filter estimates a RPC sensor models from a physical model.
itk::Point< double, 2 > Point2DType
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
void SetGridSize(unsigned int inSize)
itk::SmartPointer< Self > Pointer
RSTransformType::Pointer RSTransformPointerType
ImageType::PointType PointType
ImageType::SizeType SizeType
GCPsToSensorModelType::GCPType GCPType
std::pair< Point2DType, Point3DType > GCPType
bool m_OutputInformationGenerated
GCPsToSensorModelType::Pointer GCPsToSensorModelPointerType
GCPsToSensorModelType::Point2DType Point2DType
GCPsToSensorModelType::Point3DType Point3DType
itk::Point< double, 3 > Point3DType
GCPsToSensorModelPointerType m_GCPsToSensorModelFilter
GCPsToRPCSensorModelImageFilter< ImageType > GCPsToSensorModelType
itk::SmartPointer< Self > Pointer
This filter estimates a RPC sensor models from GCPs.
GCPsToSensorModelType::ErrorsContainerType ErrorsContainerType
itk::CastImageFilter< TImage, TImage > Superclass
itk::SmartPointer< const Self > ConstPointer
PhysicalToRPCSensorModelImageFilter Self