#include <Homography.h>
Public Types | |
typedef boost::array< double, 9 > | _mat_type |
typedef boost::shared_ptr < ::projector_calibration::Homography_ < ContainerAllocator > const > | ConstPtr |
typedef boost::shared_ptr < ::projector_calibration::Homography_ < ContainerAllocator > > | Ptr |
typedef Homography_ < ContainerAllocator > | Type |
Public Member Functions | |
Homography_ () | |
Homography_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
boost::shared_ptr< std::map < std::string, std::string > > | __connection_header |
boost::array< double, 9 > | mat |
Definition at line 21 of file Homography.h.
typedef boost::array<double, 9> projector_calibration::Homography_< ContainerAllocator >::_mat_type |
Definition at line 36 of file Homography.h.
typedef boost::shared_ptr< ::projector_calibration::Homography_<ContainerAllocator> const> projector_calibration::Homography_< ContainerAllocator >::ConstPtr |
Definition at line 41 of file Homography.h.
typedef boost::shared_ptr< ::projector_calibration::Homography_<ContainerAllocator> > projector_calibration::Homography_< ContainerAllocator >::Ptr |
Definition at line 40 of file Homography.h.
typedef Homography_<ContainerAllocator> projector_calibration::Homography_< ContainerAllocator >::Type |
Definition at line 22 of file Homography.h.
projector_calibration::Homography_< ContainerAllocator >::Homography_ | ( | ) | [inline] |
Definition at line 24 of file Homography.h.
projector_calibration::Homography_< ContainerAllocator >::Homography_ | ( | const ContainerAllocator & | _alloc | ) | [inline] |
Definition at line 30 of file Homography.h.
boost::shared_ptr<std::map<std::string, std::string> > projector_calibration::Homography_< ContainerAllocator >::__connection_header |
Definition at line 42 of file Homography.h.
boost::array<double, 9> projector_calibration::Homography_< ContainerAllocator >::mat |
Definition at line 37 of file Homography.h.