15 #ifndef __PYIPSDKBASE_GEOMETRICCALIBRATIONUTILS_H__ 16 #define __PYIPSDKBASE_GEOMETRICCALIBRATIONUTILS_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4244) 27 #include <boost/python/numpy.hpp> 76 #endif // __PYIPSDKBASE_GEOMETRICCALIBRATIONUTILS_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::shared_ptr< ipsdk::GeometricCalibration > GeometricCalibrationPtr
shared pointer to ipsdk::GeometricCalibration
Definition: GeometricCalibrationTypes.h:22
Predefined types for python image management.
#define PYIPSDKBASE_API
Import/Export macro for library PyIPSDKBase.
Definition: PyIPSDKBaseExports.h:25
PYIPSDKBASE_API ipsdk::GeometricCalibrationPtr createGeometricCalibration3d(const ipReal32 scale)
Geometric calibration creation wrappere without optional arguments.
Utility functions for image management.
Predefined types for image geometry management.
PYIPSDKBASE_API ipsdk::GeometricCalibrationPtr createGeometricCalibration2d(const ipReal32 scale)
Geometric calibration creation wrappere without optional arguments.
Definition of import/export macro for library.
float ipReal32
Base types definition.
Definition: BaseTypes.h:56