Metadata-Version: 2.3
Name: matchviz
Version: 0.0.2
Project-URL: Documentation, https://github.com/unknown/matchviz#readme
Project-URL: Issues, https://github.com/unknown/matchviz/issues
Project-URL: Source, https://github.com/unknown/matchviz
Author-email: "U.N. Owen" <void@some.where>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: click==8.1.7
Requires-Dist: fsspec[s3]==2024.3.1
Requires-Dist: neuroglancer==2.39.2
Requires-Dist: polars==0.20
Requires-Dist: pydantic-bigstitcher==0.0.5
Requires-Dist: pydantic-ome-ngff==0.5.0
Requires-Dist: pydantic-zarr==0.7.0
Requires-Dist: tensorstore==0.1.60
Requires-Dist: tqdm==4.66.4
Requires-Dist: zarr==2.18
Description-Content-Type: text/markdown

# matchviz

Tools for visualizing interest points and correspondences between interest points generated alignment software for 
debugging alignment of large images.

# Functionality

At present, this project supports loading interest point information from output generated by bigstitcher and saving points or lines as neuroglancer precomputed annotations, which can be rendered in neuroglancer.

# Distribution

This project is not on pypi at present. You must install it by cloning from github.

## License

`matchviz` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
