blockmatchingw¶
Pythonic wrapper for Klab-BlockMatching, providing a modern CLI and Python API for block matching-based image registration.
Klab-BlockMatching is a suite of tools for block matching-based image registration developed by the MORPHEME team at INRIA.
Features¶
- Modern CLI — Typer-based CLI with descriptive option names for all 16 BlockMatching tools
- Python API — Call registration tools directly from Python with typed arguments
- Structured logging — Loguru-based logging with tool output classification
- Easy installation — Install via
piporuv, with automatic binary download
Quick start¶
Looking for BlockMatching binaries?
blockmatchingw expects BlockMatching binaries (e.g., blockmatching) to
be available on your PATH. See Installation for details.