Tags

Tags give the ability to mark specific points in history as being important
  • 2.0.1

    Release: 2.0.1
    **Fixes**
    - Adjusted Python dependencies for wider range of support (compatibility with NumPy 1.X and 2.X)
    
    **Refactor/Docs**
    - Moved Python example to a CLI script
    - Updated all Python documentation to match
  • 2.0.0

    Release: 2.0.0
    New features:
    
    - Split apart feature detection and transformation components
    - Make a consistent construction interface using Parameter structs
    - Integration with vcpkg for better dependency management
    - Improved documentation, including a basic tutorial
    - Accept OpenCV::Mat images so you aren't required to convert to Eigen matrices
    - Improved Python bindings and packaging
    
    However, this makes several breaking changes, including:
    
    - Brand new constructors for most objects
    
    Other general improvements include things like better unit tests and modern code practices.