Requirements
The geometry library should allow/support:
- Transformation to different formats
- Compatibility with Eigen and boost::geometry
- Type-safety
- Efficient rasterization of geometric primitives to all discrete data types like images, matrices (also user defined data types)
- Support of all geometric operations included in boost::geometry
Preconditions
- OpenCV 2.1 or higher
- boost::geometry (will be installed automatically at compile time)