Metadata-Version: 2.4
Name: glint-mask-tools
Version: 4.0.0.dev2
Summary: Create masks for specular reflection in UAV and aerial imagery
Author-email: Taylor Denouden <taylor.denouden@hakai.org>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: imagecodecs>=2024.12.30
Requires-Dist: loguru>=0.7.3
Requires-Dist: numpy>=2.0.2
Requires-Dist: opencv-python-headless>=4.8.0
Requires-Dist: pillow>=11.2.1
Requires-Dist: pyqt6>=6.9.1
Requires-Dist: scipy>=1.13.1
Requires-Dist: tifffile>=2024.8.30
Requires-Dist: tqdm>=4.67.1
Requires-Dist: typer>=0.16.0
Description-Content-Type: text/markdown

# Glint Mask Generator

<div style="overflow: hidden; display: flex; justify-content:flex-start; gap:10px;">
<a href="https://github.com/HakaiInstitute/GlintMaskGenerator/actions/workflows/test_code.yml">
    <img alt="Tests" src="https://github.com/HakaiInstitute/GlintMaskGenerator/actions/workflows/test_code.yml/badge.svg"/>
</a>

<a href="https://github.com/HakaiInstitute/GlintMaskGenerator/blob/main/LICENSE.txt">
    <img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-black.svg" height="20px" />
</a>

<a href="https://badge.fury.io/py/glint-mask-tools">
    <img alt="PyPI version" src="https://badge.fury.io/py/glint-mask-tools.svg" height="20">
</a>

<a href="https://zenodo.org/badge/latestdoi/266147098">
    <img src="https://zenodo.org/badge/266147098.svg" alt="DOI">
</a>
</div>

<p align="center">
    <img src="./docs/images/glint.gif" alt="GlintMaskGenerator" />
</p>

<p align="center">
    <i>A Utility for Generating Glint Masks for SfM Software</i>
</p>

<h1 align="center">
    <a href="https://glintmaskgenerator.readthedocs.io">&#9758; Read the Docs &#9756;</a>
</h1>

## License
GlintMaskGenerator is released under a MIT license, as found in the [LICENSE](LICENSE) file.

## Citation

Research using these tools or code should cite the following resources

```bibtext
@article{Cavanaugh2021,
	title        = {An Automated Method for Mapping Giant Kelp Canopy Dynamics from UAV},
	author       = {Cavanaugh, K.C. and Cavanaugh, K.C. and Bell, T.W. and Hockridge, E.G.},
	year         = 2021,
	journal      = {Front. Environ. Sci.},
	volume       = {8:587354},
	doi          = {10.3389/fenvs.2020.587354}
}
@misc{Denouden2021,
	title        = {GlintMaskGenerator},
	author       = {Denouden, T. and Timmer, B. and Reshitnyk, L.},
	year         = 2021,
	journal      = {GitHub repository},
	publisher    = {GitHub},
	doi          = {10.21966/3cpa-2e10},
	howpublished = {\url{https://github.com/HakaiInstitute/GlintMaskGenerator}},
	commit       = {8cb19e55f128da86bf0dbd312bc360ac89fe71c3}
}
```

## Development

See [DEVELOPMENT.md](DEVELOPMENT.md) for development and software maintenance instructions.
