This commit is contained in:
ton
2024-10-07 10:13:40 +07:00
parent aa1631742f
commit 3a7d696db6
9729 changed files with 1832837 additions and 161742 deletions

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,156 @@
Files: *
Copyright: 2009-2022 the scikit-image team
License: BSD-3-Clause
Files: doc/source/themes/scikit-image/layout.html
Copyright: 2007-2010 the Sphinx team
License: BSD-3-Clause
Files: skimage/feature/_canny.py
skimage/filters/edges.py
skimage/filters/_rank_order.py
skimage/morphology/_skeletonize.py
skimage/morphology/tests/test_watershed.py
skimage/morphology/watershed.py
skimage/segmentation/heap_general.pxi
skimage/segmentation/heap_watershed.pxi
skimage/segmentation/_watershed.py
skimage/segmentation/_watershed_cy.pyx
Copyright: 2003-2009 Massachusetts Institute of Technology
2009-2011 Broad Institute
2003 Lee Kamentsky
2003-2005 Peter J. Verveer
License: BSD-3-Clause
Files: skimage/filters/thresholding.py
skimage/graph/_mcp.pyx
skimage/graph/heap.pyx
Copyright: 2009-2015 Board of Regents of the University of
Wisconsin-Madison, Broad Institute of MIT and Harvard,
and Max Planck Institute of Molecular Cell Biology and
Genetics
2009 Zachary Pincus
2009 Almar Klein
License: BSD-2-Clause
File: skimage/morphology/grayreconstruct.py
skimage/morphology/tests/test_reconstruction.py
Copyright: 2003-2009 Massachusetts Institute of Technology
2009-2011 Broad Institute
2003 Lee Kamentsky
License: BSD-3-Clause
File: skimage/morphology/_grayreconstruct.pyx
Copyright: 2003-2009 Massachusetts Institute of Technology
2009-2011 Broad Institute
2003 Lee Kamentsky
2022 Gregory Lee (added a 64-bit integer variant for large images)
License: BSD-3-Clause
File: skimage/segmentation/_expand_labels.py
Copyright: 2020 Broad Institute
2020 CellProfiler team
License: BSD-3-Clause
File: skimage/exposure/_adapthist.py
Copyright: 1994 Karel Zuiderveld
License: BSD-3-Clause
Function: skimage/morphology/_skeletonize_cy.pyx:_skeletonize_loop
Copyright: 2003-2009 Massachusetts Institute of Technology
2009-2011 Broad Institute
2003 Lee Kamentsky
License: BSD-3-Clause
Function: skimage/_shared/version_requirements.py:_check_version
Copyright: 2013 The IPython Development Team
License: BSD-3-Clause
Function: skimage/_shared/version_requirements.py:is_installed
Copyright: 2009-2011 Pierre Raybaut
License: MIT
File: skimage/feature/_fisher_vector.py
Copyright: 2014 2014 Dan Oneata
License: MIT
File: skimage/_vendored/numpy_lookfor.py
Copyright: 2005-2023, NumPy Developers
License: BSD-3-Clause
File: tools/emscripten/pytest_scikit_image_pyodide.js
Copyright: 2007-2024 The scikit-learn developers
License: BSD-3-Clause
File: skimage/transform/_thin_plate_splines.py
Copyright: 2007 Zachary Pincus
License: BSD-3-Clause
License: BSD-2-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: BSD-3-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the University nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -0,0 +1,287 @@
Metadata-Version: 2.1
Name: scikit-image
Version: 0.24.0
Summary: Image processing in Python
Home-page: https://scikit-image.org
Maintainer-Email: scikit-image developers <skimage-core@discuss.scientific-python.org>
License: Files: *
Copyright: 2009-2022 the scikit-image team
License: BSD-3-Clause
Files: doc/source/themes/scikit-image/layout.html
Copyright: 2007-2010 the Sphinx team
License: BSD-3-Clause
Files: skimage/feature/_canny.py
skimage/filters/edges.py
skimage/filters/_rank_order.py
skimage/morphology/_skeletonize.py
skimage/morphology/tests/test_watershed.py
skimage/morphology/watershed.py
skimage/segmentation/heap_general.pxi
skimage/segmentation/heap_watershed.pxi
skimage/segmentation/_watershed.py
skimage/segmentation/_watershed_cy.pyx
Copyright: 2003-2009 Massachusetts Institute of Technology
2009-2011 Broad Institute
2003 Lee Kamentsky
2003-2005 Peter J. Verveer
License: BSD-3-Clause
Files: skimage/filters/thresholding.py
skimage/graph/_mcp.pyx
skimage/graph/heap.pyx
Copyright: 2009-2015 Board of Regents of the University of
Wisconsin-Madison, Broad Institute of MIT and Harvard,
and Max Planck Institute of Molecular Cell Biology and
Genetics
2009 Zachary Pincus
2009 Almar Klein
License: BSD-2-Clause
File: skimage/morphology/grayreconstruct.py
skimage/morphology/tests/test_reconstruction.py
Copyright: 2003-2009 Massachusetts Institute of Technology
2009-2011 Broad Institute
2003 Lee Kamentsky
License: BSD-3-Clause
File: skimage/morphology/_grayreconstruct.pyx
Copyright: 2003-2009 Massachusetts Institute of Technology
2009-2011 Broad Institute
2003 Lee Kamentsky
2022 Gregory Lee (added a 64-bit integer variant for large images)
License: BSD-3-Clause
File: skimage/segmentation/_expand_labels.py
Copyright: 2020 Broad Institute
2020 CellProfiler team
License: BSD-3-Clause
File: skimage/exposure/_adapthist.py
Copyright: 1994 Karel Zuiderveld
License: BSD-3-Clause
Function: skimage/morphology/_skeletonize_cy.pyx:_skeletonize_loop
Copyright: 2003-2009 Massachusetts Institute of Technology
2009-2011 Broad Institute
2003 Lee Kamentsky
License: BSD-3-Clause
Function: skimage/_shared/version_requirements.py:_check_version
Copyright: 2013 The IPython Development Team
License: BSD-3-Clause
Function: skimage/_shared/version_requirements.py:is_installed
Copyright: 2009-2011 Pierre Raybaut
License: MIT
File: skimage/feature/_fisher_vector.py
Copyright: 2014 2014 Dan Oneata
License: MIT
File: skimage/_vendored/numpy_lookfor.py
Copyright: 2005-2023, NumPy Developers
License: BSD-3-Clause
File: tools/emscripten/pytest_scikit_image_pyodide.js
Copyright: 2007-2024 The scikit-learn developers
License: BSD-3-Clause
File: skimage/transform/_thin_plate_splines.py
Copyright: 2007 Zachary Pincus
License: BSD-3-Clause
License: BSD-2-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: BSD-3-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the University nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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 :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Project-URL: Homepage, https://scikit-image.org
Project-URL: Documentation, https://scikit-image.org/docs/stable
Project-URL: Source, https://github.com/scikit-image/scikit-image
Project-URL: Download, https://pypi.org/project/scikit-image/#files
Project-URL: Tracker, https://github.com/scikit-image/scikit-image/issues
Requires-Python: >=3.9
Requires-Dist: numpy>=1.23
Requires-Dist: scipy>=1.9
Requires-Dist: networkx>=2.8
Requires-Dist: pillow>=9.1
Requires-Dist: imageio>=2.33
Requires-Dist: tifffile>=2022.8.12
Requires-Dist: packaging>=21
Requires-Dist: lazy-loader>=0.4
Requires-Dist: meson-python>=0.15; extra == "build"
Requires-Dist: wheel; extra == "build"
Requires-Dist: setuptools>=67; extra == "build"
Requires-Dist: packaging>=21; extra == "build"
Requires-Dist: ninja; extra == "build"
Requires-Dist: Cython>=3.0.4; extra == "build"
Requires-Dist: pythran; extra == "build"
Requires-Dist: numpy>=2.0.0rc1; extra == "build"
Requires-Dist: spin==0.8; extra == "build"
Requires-Dist: build; extra == "build"
Requires-Dist: pooch>=1.6.0; extra == "data"
Requires-Dist: pre-commit; extra == "developer"
Requires-Dist: ipython; extra == "developer"
Requires-Dist: tomli; python_version < "3.11" and extra == "developer"
Requires-Dist: sphinx>=7.3; extra == "docs"
Requires-Dist: sphinx-gallery>=0.14; extra == "docs"
Requires-Dist: numpydoc>=1.7; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: pytest-runner; extra == "docs"
Requires-Dist: matplotlib>=3.6; extra == "docs"
Requires-Dist: dask[array]>=2022.9.2; extra == "docs"
Requires-Dist: pandas>=1.5; extra == "docs"
Requires-Dist: seaborn>=0.11; extra == "docs"
Requires-Dist: pooch>=1.6; extra == "docs"
Requires-Dist: tifffile>=2022.8.12; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: ipywidgets; extra == "docs"
Requires-Dist: ipykernel; extra == "docs"
Requires-Dist: plotly>=5.10; extra == "docs"
Requires-Dist: kaleido; extra == "docs"
Requires-Dist: scikit-learn>=1.1; extra == "docs"
Requires-Dist: sphinx_design>=0.5; extra == "docs"
Requires-Dist: pydata-sphinx-theme>=0.15.2; extra == "docs"
Requires-Dist: PyWavelets>=1.1.1; extra == "docs"
Requires-Dist: pytest-doctestplus; extra == "docs"
Requires-Dist: SimpleITK; extra == "optional"
Requires-Dist: astropy>=5.0; extra == "optional"
Requires-Dist: cloudpickle>=0.2.1; extra == "optional"
Requires-Dist: dask[array]>=2021.1.0; extra == "optional"
Requires-Dist: matplotlib>=3.6; extra == "optional"
Requires-Dist: pooch>=1.6.0; extra == "optional"
Requires-Dist: pyamg; extra == "optional"
Requires-Dist: PyWavelets>=1.1.1; extra == "optional"
Requires-Dist: scikit-learn>=1.1; extra == "optional"
Requires-Dist: asv; extra == "test"
Requires-Dist: numpydoc>=1.7; extra == "test"
Requires-Dist: pooch>=1.6.0; extra == "test"
Requires-Dist: pytest>=7.0; extra == "test"
Requires-Dist: pytest-cov>=2.11.0; extra == "test"
Requires-Dist: pytest-localserver; extra == "test"
Requires-Dist: pytest-faulthandler; extra == "test"
Requires-Dist: pytest-doctestplus; extra == "test"
Provides-Extra: build
Provides-Extra: data
Provides-Extra: developer
Provides-Extra: docs
Provides-Extra: optional
Provides-Extra: test
Description-Content-Type: text/markdown
# scikit-image: Image processing in Python
[![Image.sc forum](https://img.shields.io/badge/dynamic/json.svg?label=forum&url=https%3A%2F%2Fforum.image.sc%2Ftags%2Fscikit-image.json&query=%24.topic_list.tags.0.topic_count&colorB=brightgreen&suffix=%20topics&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABPklEQVR42m3SyyqFURTA8Y2BER0TDyExZ+aSPIKUlPIITFzKeQWXwhBlQrmFgUzMMFLKZeguBu5y+//17dP3nc5vuPdee6299gohUYYaDGOyyACq4JmQVoFujOMR77hNfOAGM+hBOQqB9TjHD36xhAa04RCuuXeKOvwHVWIKL9jCK2bRiV284QgL8MwEjAneeo9VNOEaBhzALGtoRy02cIcWhE34jj5YxgW+E5Z4iTPkMYpPLCNY3hdOYEfNbKYdmNngZ1jyEzw7h7AIb3fRTQ95OAZ6yQpGYHMMtOTgouktYwxuXsHgWLLl+4x++Kx1FJrjLTagA77bTPvYgw1rRqY56e+w7GNYsqX6JfPwi7aR+Y5SA+BXtKIRfkfJAYgj14tpOF6+I46c4/cAM3UhM3JxyKsxiOIhH0IO6SH/A1Kb1WBeUjbkAAAAAElFTkSuQmCC)](https://forum.image.sc/tags/scikit-image)
[![Stackoverflow](https://img.shields.io/badge/stackoverflow-Ask%20questions-blue.svg)](https://stackoverflow.com/questions/tagged/scikit-image)
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://skimage.zulipchat.com)
- **Website (including documentation):** [https://scikit-image.org/](https://scikit-image.org)
- **Documentation:** [https://scikit-image.org/docs/stable/](https://scikit-image.org/docs/stable/)
- **User forum:** [https://forum.image.sc/tag/scikit-image](https://forum.image.sc/tag/scikit-image)
- **Developer forum:** [https://discuss.scientific-python.org/c/contributor/skimage](https://discuss.scientific-python.org/c/contributor/skimage)
- **Source:** [https://github.com/scikit-image/scikit-image](https://github.com/scikit-image/scikit-image)
## Installation
- **pip:** `pip install scikit-image`
- **conda:** `conda install -c conda-forge scikit-image`
Also see [installing `scikit-image`](https://github.com/scikit-image/scikit-image/blob/main/INSTALL.rst).
## License
See [LICENSE.txt](https://github.com/scikit-image/scikit-image/blob/main/LICENSE.txt).
## Citation
If you find this project useful, please cite:
> Stéfan van der Walt, Johannes L. Schönberger, Juan Nunez-Iglesias,
> François Boulogne, Joshua D. Warner, Neil Yager, Emmanuelle
> Gouillart, Tony Yu, and the scikit-image contributors.
> _scikit-image: Image processing in Python_. PeerJ 2:e453 (2014)
> https://doi.org/10.7717/peerj.453

View File

@@ -0,0 +1,891 @@
scikit_image-0.24.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
scikit_image-0.24.0.dist-info/LICENSE.txt,sha256=cmUwq_oIFAo8WeYf4aBOhfFqPFGVJ-JuVZhPe_E-hwg,6709
scikit_image-0.24.0.dist-info/METADATA,sha256=acgf51JUu-k3XR8pELd4jMZWaCEM7E61gOQNpmX0cp0,14448
scikit_image-0.24.0.dist-info/RECORD,,
scikit_image-0.24.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
scikit_image-0.24.0.dist-info/WHEEL,sha256=50PeAbplA6PkI0hYOYoeacB9US1R6EguyfOnsccH0WU,85
skimage/__init__.py,sha256=Ws0KIIDAEBm5NW3eF3o8tBEERwTUu0ar9YS8BOP42MQ,5734
skimage/__init__.pyi,sha256=FdcwXl_PsshfCDF8hwpmyvc4hI1BB2FjIQqrBx2kfak,609
skimage/__pycache__/__init__.cpython-312.pyc,,
skimage/__pycache__/conftest.cpython-312.pyc,,
skimage/_shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/_shared/__pycache__/__init__.cpython-312.pyc,,
skimage/_shared/__pycache__/_dependency_checks.cpython-312.pyc,,
skimage/_shared/__pycache__/_geometry.cpython-312.pyc,,
skimage/_shared/__pycache__/_tempfile.cpython-312.pyc,,
skimage/_shared/__pycache__/_warnings.cpython-312.pyc,,
skimage/_shared/__pycache__/compat.cpython-312.pyc,,
skimage/_shared/__pycache__/coord.cpython-312.pyc,,
skimage/_shared/__pycache__/dtype.cpython-312.pyc,,
skimage/_shared/__pycache__/filters.cpython-312.pyc,,
skimage/_shared/__pycache__/tester.cpython-312.pyc,,
skimage/_shared/__pycache__/testing.cpython-312.pyc,,
skimage/_shared/__pycache__/utils.cpython-312.pyc,,
skimage/_shared/__pycache__/version_requirements.cpython-312.pyc,,
skimage/_shared/_dependency_checks.py,sha256=HGRwoD91ZgsnfsvJqJVdDsENXd6UTW4zLjwUc7R3ga0,218
skimage/_shared/_geometry.py,sha256=GQ8JLn9bbSLuomW0YpcBDtIhdsWLfZBy8pY8N5jY-yI,1397
skimage/_shared/_tempfile.py,sha256=AgCezr5TbicsynS-w1q5s1RVT3pI3ukskj29j_CUTeA,791
skimage/_shared/_warnings.py,sha256=Z-LBvoOQlyrqPBlqAvMojuM7ewdjtIi780MbBAL9tnQ,5374
skimage/_shared/compat.py,sha256=El4TahZIVgLuQhdcyD4Ka5iwpa5cScF8VldeEpt_mZU,1006
skimage/_shared/coord.py,sha256=0ec5NQtldfWHTSAKqXwx8CwXDbwug2lRiBrSVBUFw0E,4462
skimage/_shared/dtype.py,sha256=lbte9u2OGqdycQpn8AkTownFT4r8ALMbA0i348AJkAU,2470
skimage/_shared/fast_exp.cp312-win_amd64.lib,sha256=qzs0GU7BNiX_zf9XxjJyO0gcjcWfkby-IdRS-wNHoC8,1612
skimage/_shared/fast_exp.cp312-win_amd64.pyd,sha256=vOxmre3CP-ZHkUbWVgU0RcrDxi272QUv91WYVyHk5cw,55296
skimage/_shared/fast_exp.h,sha256=gON6AZ-CaNUs-KHzkelAXxaMQTVQnaz2RaIZo-E6c3Y,1293
skimage/_shared/filters.py,sha256=RkkliNyR0xXjbpmNZryv3Qr11peQrbiyx5fpSpu06Nk,5177
skimage/_shared/geometry.cp312-win_amd64.lib,sha256=wZzvhtRr4I0OJOni4jc_yWkZN7lERnevDo7vIs7dlVg,1612
skimage/_shared/geometry.cp312-win_amd64.pyd,sha256=u2csfCPXkg69IwsxfMAsDJFBerwTAfP7UVpzAreGnDo,122368
skimage/_shared/interpolation.cp312-win_amd64.lib,sha256=E9Vvp_5-toF-YZmiPg8tzTXVJCSjV8L7Ixbjw1PFnBw,1686
skimage/_shared/interpolation.cp312-win_amd64.pyd,sha256=sDQoQiGIk2x3gCQzhdpOb0800S2kPw9X2v-AoaLdy9A,37376
skimage/_shared/tester.py,sha256=1dXlShWNcCX2mt5MCWjpfrx_JmauuOQHtvbxZb59Kk4,3720
skimage/_shared/testing.py,sha256=IOxTWbnb90aI5r9RGJehWliWAkx4kyu4vHnpd2UaDFk,9498
skimage/_shared/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/_shared/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/_shared/tests/__pycache__/test_coord.cpython-312.pyc,,
skimage/_shared/tests/__pycache__/test_dtype.cpython-312.pyc,,
skimage/_shared/tests/__pycache__/test_fast_exp.cpython-312.pyc,,
skimage/_shared/tests/__pycache__/test_geometry.cpython-312.pyc,,
skimage/_shared/tests/__pycache__/test_interpolation.cpython-312.pyc,,
skimage/_shared/tests/__pycache__/test_safe_as_int.cpython-312.pyc,,
skimage/_shared/tests/__pycache__/test_testing.cpython-312.pyc,,
skimage/_shared/tests/__pycache__/test_utils.cpython-312.pyc,,
skimage/_shared/tests/__pycache__/test_version_requirements.cpython-312.pyc,,
skimage/_shared/tests/__pycache__/test_warnings.cpython-312.pyc,,
skimage/_shared/tests/test_coord.py,sha256=ud7i7yzkcWvEx6DD8unZ2jFhDKXLnmUI679b-N8jpD4,3147
skimage/_shared/tests/test_dtype.py,sha256=UKV4BVMdM741geaphIZvhBNrSDbnwIz_z0pwFLnm6o8,383
skimage/_shared/tests/test_fast_exp.py,sha256=o3gw_XENpwKhFRhQXfut0-hfkwFR_7yjws7xVtdzzbw,510
skimage/_shared/tests/test_geometry.py,sha256=RYC4Y5dt_ReGFUH_XMqyzOGkQcvXO2jknsxbgmraZb4,2201
skimage/_shared/tests/test_interpolation.py,sha256=-e7vJHpYHFwOuoE18oOK4IvEKUXc8jbukRICN-ZbrnY,1165
skimage/_shared/tests/test_safe_as_int.py,sha256=UOGEVdBHiCZ8LSGXa8SeJyuhZtQFkGv_R8bjyGmItHc,1465
skimage/_shared/tests/test_testing.py,sha256=DNg2ORIPj9sYca_Y9smYp5ewj2uhvoAQBrm_IxMMsws,4281
skimage/_shared/tests/test_utils.py,sha256=cKkmE0Q9r5Ke7uZ8bDMdl_JTtNaZS7h9Xwz2Gzf18zo,16177
skimage/_shared/tests/test_version_requirements.py,sha256=TetiQrPyAV8yCnmzv6Q6eSAOuaXzmhzl7-bm42GbrvQ,1119
skimage/_shared/tests/test_warnings.py,sha256=75A_jYc2HFqcGBu-tQKTwMktthBp_2mL6EpMSapfXnA,1287
skimage/_shared/transform.cp312-win_amd64.lib,sha256=ig2uot6aVA33gPLh5oRkhD2QgvU-Q2dQix6ZfxJRSCA,1626
skimage/_shared/transform.cp312-win_amd64.pyd,sha256=DmQ7sTcwEHbEEGQvXkcfBtzP090nQNjA9Z913l--E5Y,119808
skimage/_shared/utils.py,sha256=UeqaTE8da19x-cXCZw1PobR1FjWE_i0MWu2Z33Lr48E,30242
skimage/_shared/version_requirements.py,sha256=04BfKWjmTgoTdtzEdUZn8Mrqq-c941JffV3olrgLQOU,4485
skimage/_vendored/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/_vendored/__pycache__/__init__.cpython-312.pyc,,
skimage/_vendored/__pycache__/numpy_lookfor.cpython-312.pyc,,
skimage/_vendored/numpy_lookfor.py,sha256=uy1XnfKCAFf7zprKgDDAHeHD05hJhgTZDEVPZu9JED0,10079
skimage/color/__init__.py,sha256=ByoS31hLTokbF8awfjqOjo4yL-_009SJTw1VAsZBzuM,100
skimage/color/__init__.pyi,sha256=X7IFHa7W170IKKAe33O1b6-4YATye0Tudf5cWaX0reE,2517
skimage/color/__pycache__/__init__.cpython-312.pyc,,
skimage/color/__pycache__/adapt_rgb.cpython-312.pyc,,
skimage/color/__pycache__/colorconv.cpython-312.pyc,,
skimage/color/__pycache__/colorlabel.cpython-312.pyc,,
skimage/color/__pycache__/delta_e.cpython-312.pyc,,
skimage/color/__pycache__/rgb_colors.cpython-312.pyc,,
skimage/color/adapt_rgb.py,sha256=SKvUBAf2VHrtLtpCGeVacu1sOi4wrOaUJ2MIDHPviTc,2570
skimage/color/colorconv.py,sha256=UnL9AVW3Iz4P4gbYXqZxvLLpP3_l9qsUhHFP47ila30,69833
skimage/color/colorlabel.py,sha256=q73yQTI-IQmhtzpjmJg3-44_DS72Tmb7CP5_MSDm4UY,10805
skimage/color/delta_e.py,sha256=aixaIb_P3RISHbniJyw_kgPzun0EJWrUhx5qoXfJ7wk,13099
skimage/color/rgb_colors.py,sha256=Mb_hq6RzxvPxwDVG2v4-h-1eKfyPZ5lyyseyBNos-eU,4639
skimage/color/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/color/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/color/tests/__pycache__/test_adapt_rgb.cpython-312.pyc,,
skimage/color/tests/__pycache__/test_colorconv.cpython-312.pyc,,
skimage/color/tests/__pycache__/test_colorlabel.cpython-312.pyc,,
skimage/color/tests/__pycache__/test_delta_e.cpython-312.pyc,,
skimage/color/tests/test_adapt_rgb.py,sha256=4nkIMXCajgoWABUmHhSTorq5ZyuR6KJgypZP7bm22eM,2855
skimage/color/tests/test_colorconv.py,sha256=MczXt-Q_l5jx-5NMwvzUTXz5It6qjWeuaSloD_Idu3M,38343
skimage/color/tests/test_colorlabel.py,sha256=SOwgYIa6q8KOPUQt1MLg7ZLV2UWrHsmcHUJcdmqAQjM,11224
skimage/color/tests/test_delta_e.py,sha256=tMRznh12Sc8JZvGkclkL9_CKKOZ0qY_L--if0DlKrPE,8386
skimage/conftest.py,sha256=JkqSj4RNShzvgVztuOcX3xiyfe_qvRsLWOWmwKmctPc,327
skimage/data/README.txt,sha256=OgaFfwPYunbnMTytBBmgub0XaU6Zy_CljrLczYGzxro,289
skimage/data/__init__.py,sha256=iGZ6NY1hpVN3D-fPVpkyBXrB8-zTCxfQ2aY8XIe0dwQ,398
skimage/data/__init__.pyi,sha256=oCpLHbUhBLnLCdXfpPUjJ6NRB8f06QgUNqj9_00e6Vs,1499
skimage/data/__pycache__/__init__.cpython-312.pyc,,
skimage/data/__pycache__/_binary_blobs.cpython-312.pyc,,
skimage/data/__pycache__/_fetchers.cpython-312.pyc,,
skimage/data/__pycache__/_registry.cpython-312.pyc,,
skimage/data/_binary_blobs.py,sha256=Vx_qPFcmUP6Ceex3h4LHZHZTyVZarpcR0jayA3n8ddU,2254
skimage/data/_fetchers.py,sha256=noG-rG4TUjhjyEXAVaU_ot2z4HDHQ4kqPQvbbSXLbl4,40063
skimage/data/_registry.py,sha256=XOBvPdnk2swXpQiuReAyTevP24d4XSshjwyH1dumvdg,16088
skimage/data/astronaut.png,sha256=iEMc2WU8zVOXQbVV-wpGthVYswHUEQQStbwotePqbLU,791555
skimage/data/brick.png,sha256=eWbK8yT2uoQxGNmPegd0bSL2o0NDCt0CM-yl9uqqj88,106634
skimage/data/camera.png,sha256=sHk9Kt2g-mromcA5iUgr_5pC09VpD8fjZI8nldcwwjo,139512
skimage/data/cell.png,sha256=jSOn-4H3zId80J8zA1f8f1lWUTBuhOFyUvbgobP2FRU,74183
skimage/data/chelsea.png,sha256=WWqh58uHXrefQ34xA4HSazOKgcLaI0OXBKc8RlHoxLs,240512
skimage/data/chessboard_GRAY.png,sha256=PlGHB3RRWvTQfYIL2IJzZMcIOb-bVzx0bkhQleiT35A,418
skimage/data/chessboard_RGB.png,sha256=GsAe_y1OUPTtpVot3s3CimV2YjpY16fvhFE8XMGaAzE,1127
skimage/data/clock_motion.png,sha256=8Ckiayi2QugBE9hmIumyFe4Geglm_q9eYGBKHgVzOVU,58784
skimage/data/coffee.png,sha256=zAL4yhiLFnx3WnEBtddn0ecXks92LDPW-hWkWZtajec,466706
skimage/data/coins.png,sha256=-Ndz_Jz6b02OWULcNNCgeI_K7SpP77vtCu9TmNfvTLo,75825
skimage/data/color.png,sha256=fS35k94rT6KnjgTl34BQ9JqcURqnXlmrO9VqycmK734,85584
skimage/data/grass.png,sha256=trYCJCaziTbEOkrAljXNeK8HTpD0L_qCJ6yLdFLTn4k,217893
skimage/data/gravel.png,sha256=xIYVtFG_HmBvvXLAqp-MwPBoq3ER732Tu5sPJYZEDBI,194247
skimage/data/horse.png,sha256=x_tgeJ_jlMSF-EIpHqOyHlDRQPOdbctfuZF8wXgiVFU,16633
skimage/data/hubble_deep_field.jpg,sha256=OhnF3YqSepM0uxIpptY3EbHAx2f7J-IobnyEo-LC9fQ,527940
skimage/data/ihc.png,sha256=-N0ao4fd0fSditE7UJIbI3346bJiYG0lh3Boew75PO8,477916
skimage/data/lbpcascade_frontalface_opencv.xml,sha256=Awl3iaPcuw5A0gue-CU328O2cLan8iaNc1Rw8i4AOpE,51858
skimage/data/lfw_subset.npy,sha256=lWDsL17frAGXP2OoqZ0ABT_s0R4hh34YA4--UA-Ohyw,1000080
skimage/data/logo.png,sha256=8sV_6K8Inwi1ulI9lVc8JuYpBKxZZ_TIhRsn0DNpAWg,179723
skimage/data/microaneurysms.png,sha256=oeG-WapEf4zggvf6gJmXqzaaKxN8tsQgKrxkfHzPZFY,4950
skimage/data/moon.png,sha256=eHOWGdEffrnBZbtdLv1Hcs7lV4EuyEdTLbsdku9x9Xc,50177
skimage/data/motorcycle_disp.npz,sha256=LknIzr_z-iA1mgzGiAyC4cA7uxBtqBoXchgoG8LxE9c,1146173
skimage/data/motorcycle_left.png,sha256=2xjpxBV2F0A8NTemujVd_q_pp-q7a5uUyzP2Ul3UkXk,644701
skimage/data/motorcycle_right.png,sha256=X8kTrocOQqS2YjFLyQTReGvK2OLwubZ9uloilAY1d5c,640373
skimage/data/multipage.tif,sha256=TaCtDT30gHqYRyR9G15WW1DUZIH2Q6-1w3wUgCx4Ew8,940
skimage/data/no_time_for_that_tiny.gif,sha256=IKvpS6nkXxjeQWxfvvjR9XpJlgC-QPmiAPriRgEO784,4438
skimage/data/page.png,sha256=NBpvCmFVdmKwJzSptuVuwzqRWyxBiGuXUJ3t8qQ7R6M,47679
skimage/data/phantom.png,sha256=VS_2mBZ6pALM6xeYETBgeiKKCgqnxRkpnqpNXzAbo2w,3386
skimage/data/retina.jpg,sha256=OKB_NvJ_CV6Biup7ltNCAsBRdtMCU8ZnM_LgA3np4OY,269564
skimage/data/rocket.jpg,sha256=wt0N58U4340RHkeWGbEpRk0CadCuX9GMqR0zp_3-qVw,112525
skimage/data/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/data/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/data/tests/__pycache__/test_data.cpython-312.pyc,,
skimage/data/tests/test_data.py,sha256=cUkjmH4PxdJJScPtn_lk7nSIbanNKsecfv9BLOf5FFE,5894
skimage/data/text.png,sha256=vYSqOm48mIeFDUXWBslrLllDP771AzhXC2PDGeZo5tE,42704
skimage/draw/__init__.py,sha256=ByoS31hLTokbF8awfjqOjo4yL-_009SJTw1VAsZBzuM,100
skimage/draw/__init__.pyi,sha256=RSelsMrtOSR7OoidfLQOLksvC0X8_Fku0xG7rmVeiJg,1008
skimage/draw/__pycache__/__init__.cpython-312.pyc,,
skimage/draw/__pycache__/_polygon2mask.cpython-312.pyc,,
skimage/draw/__pycache__/_random_shapes.cpython-312.pyc,,
skimage/draw/__pycache__/draw.cpython-312.pyc,,
skimage/draw/__pycache__/draw3d.cpython-312.pyc,,
skimage/draw/__pycache__/draw_nd.cpython-312.pyc,,
skimage/draw/_draw.cp312-win_amd64.lib,sha256=eLAg0w3orpDU4QIB0eP9GSSyNpKHCpiEszZ8MlyWt44,1566
skimage/draw/_draw.cp312-win_amd64.pyd,sha256=pXanvIViKxXC7fOQ2QsoObLzltlpu8JAXyj8b7-x39I,262656
skimage/draw/_polygon2mask.py,sha256=grr8AVrBKfmOagZ4VWv6e9WfHjY2Cwjv7MSinQyKLrg,2546
skimage/draw/_random_shapes.py,sha256=Fiz6g857SN4ug2ds-ZTLMnN0PY9qXV2vO4viwUMAGhE,16469
skimage/draw/draw.py,sha256=OIzokC5gxu6UEjyMQHUvSAXP61MHu5Xvd2LaUC5eYkk,34645
skimage/draw/draw3d.py,sha256=TyIkHkL-32KhRlIrzn3MmpdpkIgzJscAXfJLhdIWMuU,3401
skimage/draw/draw_nd.py,sha256=ZdxCHm0XBFKHZ7FtGnIuSZZPTYY2-Gvuj0iaIBBi2VA,3800
skimage/draw/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/draw/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/draw/tests/__pycache__/test_draw.cpython-312.pyc,,
skimage/draw/tests/__pycache__/test_draw3d.cpython-312.pyc,,
skimage/draw/tests/__pycache__/test_draw_nd.cpython-312.pyc,,
skimage/draw/tests/__pycache__/test_polygon2mask.cpython-312.pyc,,
skimage/draw/tests/__pycache__/test_random_shapes.cpython-312.pyc,,
skimage/draw/tests/test_draw.py,sha256=vVjKDkij1FHcHrpBE7Xyk-pp0zeDy7tx_-tTEydFtfo,42397
skimage/draw/tests/test_draw3d.py,sha256=nDEyZXs6uuLaO2nNjUDy4UWtUOIIZz5rSGKeOrMzJ3c,6547
skimage/draw/tests/test_draw_nd.py,sha256=TYTNh-V5sxiL_qbCxLA7A9f2faUZkplEcyPHyT2Pjcc,503
skimage/draw/tests/test_polygon2mask.py,sha256=9WIoDsMI2K3qqGNyRCJWrvqr2zrqcgrVen4kLz8NHK4,344
skimage/draw/tests/test_random_shapes.py,sha256=dPmTB9tWXkittyFc7h7-_Pohc2dlLdxt2TXMh3XByxw,5659
skimage/exposure/__init__.py,sha256=ByoS31hLTokbF8awfjqOjo4yL-_009SJTw1VAsZBzuM,100
skimage/exposure/__init__.pyi,sha256=RB3Zc45VxrLGRCneaIU7pDApGFZhhz6aT_Z94q43a8Y,711
skimage/exposure/__pycache__/__init__.cpython-312.pyc,,
skimage/exposure/__pycache__/_adapthist.cpython-312.pyc,,
skimage/exposure/__pycache__/exposure.cpython-312.pyc,,
skimage/exposure/__pycache__/histogram_matching.cpython-312.pyc,,
skimage/exposure/_adapthist.py,sha256=ZrlKJ6gNNEmdzectGaP72Y-EylvAVoimGa0NPn1TeXg,11288
skimage/exposure/exposure.py,sha256=GtFOJkfvv4QY2eEd0-2KNy2j5E_UEbnXI7iOGwJQU4g,28634
skimage/exposure/histogram_matching.py,sha256=idqamDruw9JwllVh5h_zaU3Lf4_IdFOeb98aumsA33M,3287
skimage/exposure/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/exposure/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/exposure/tests/__pycache__/test_exposure.cpython-312.pyc,,
skimage/exposure/tests/__pycache__/test_histogram_matching.cpython-312.pyc,,
skimage/exposure/tests/test_exposure.py,sha256=TTRDOj4glJZgvJ8nM3Y-YfoyO2K0s9eR9dT_prUpQEs,38480
skimage/exposure/tests/test_histogram_matching.py,sha256=NJTA1HNxCYox8xJjeHwaGOgia3sX3saYvcLyGVHXp-4,5280
skimage/feature/__init__.py,sha256=ByoS31hLTokbF8awfjqOjo4yL-_009SJTw1VAsZBzuM,100
skimage/feature/__init__.pyi,sha256=memVoaOBnPGCdspB7ybD47tdIpQBJZ_EYxSPu4L_weI,2218
skimage/feature/__pycache__/__init__.cpython-312.pyc,,
skimage/feature/__pycache__/_basic_features.cpython-312.pyc,,
skimage/feature/__pycache__/_canny.cpython-312.pyc,,
skimage/feature/__pycache__/_daisy.cpython-312.pyc,,
skimage/feature/__pycache__/_fisher_vector.cpython-312.pyc,,
skimage/feature/__pycache__/_hog.cpython-312.pyc,,
skimage/feature/__pycache__/_orb_descriptor_positions.cpython-312.pyc,,
skimage/feature/__pycache__/blob.cpython-312.pyc,,
skimage/feature/__pycache__/brief.cpython-312.pyc,,
skimage/feature/__pycache__/censure.cpython-312.pyc,,
skimage/feature/__pycache__/corner.cpython-312.pyc,,
skimage/feature/__pycache__/haar.cpython-312.pyc,,
skimage/feature/__pycache__/match.cpython-312.pyc,,
skimage/feature/__pycache__/orb.cpython-312.pyc,,
skimage/feature/__pycache__/peak.cpython-312.pyc,,
skimage/feature/__pycache__/sift.cpython-312.pyc,,
skimage/feature/__pycache__/template.cpython-312.pyc,,
skimage/feature/__pycache__/texture.cpython-312.pyc,,
skimage/feature/__pycache__/util.cpython-312.pyc,,
skimage/feature/_basic_features.py,sha256=5Caems-vn3Za4BRrUP-3KN7ymJSkaQF-88ll_Y5ZwdA,6976
skimage/feature/_canny.py,sha256=3P9aAOIr5sRLWoBy9mYNE-Rrq0lIoJER6KWisBBVQOg,9728
skimage/feature/_canny_cy.cp312-win_amd64.lib,sha256=2gzWf2GZhQ0w-r-uSF61VZZayets_GK8GAEAkIcsqIU,1626
skimage/feature/_canny_cy.cp312-win_amd64.pyd,sha256=_sfqro08gAB1oSCO_Y_Kjy63UcBsGAnE-OQYjedKaak,176640
skimage/feature/_cascade.cp312-win_amd64.lib,sha256=l5Cs-hAaXMV-CXWBDZXNzGMhhB3WwJZzfOrD245nH-g,1612
skimage/feature/_cascade.cp312-win_amd64.pyd,sha256=n5bTmKOEwa_H-dXvEaPiifo9GlUqy95CZ-JvnDNZK6A,228864
skimage/feature/_daisy.py,sha256=M6ElZBj6-EbhPeb8frO_8CNX4Zv0AbthMEyWGD5vZ4I,10313
skimage/feature/_fisher_vector.py,sha256=2Strunq8us8ThMJOQ0IssPqo5WQDEB3ybSoZPM2db5k,10776
skimage/feature/_haar.cp312-win_amd64.lib,sha256=kWYivI0oKuWO3cWeOaQBz59ykqMziwcZQQzGMqISlx8,1566
skimage/feature/_haar.cp312-win_amd64.pyd,sha256=jnc3KfY7QmwgG8ua6uGVnymFysOtTHjenfhg8x9v5rY,351744
skimage/feature/_hessian_det_appx.cp312-win_amd64.lib,sha256=azbTKOkyzTUSMjBOHTWLAdCm-Xk4vpeZ8a2_k3uFcN8,1746
skimage/feature/_hessian_det_appx.cp312-win_amd64.pyd,sha256=2oEnQlKn2GsUu7lJASarYmgT80hh0MmVLURAmk137uk,53248
skimage/feature/_hog.py,sha256=W4qp4mV-72Bd7nlUtJecA7EJhBDF6A_aQjtCp3sbAqY,13549
skimage/feature/_hoghistogram.cp312-win_amd64.lib,sha256=1tKgDj0Ttwi13reK83Rc7XV_jdemM140GXlsKYI5MOw,1686
skimage/feature/_hoghistogram.cp312-win_amd64.pyd,sha256=cYnzrSKZzzY-Lv7rnCgUtqLJrTkadVGYU-34UZJ8fhY,182272
skimage/feature/_orb_descriptor_positions.py,sha256=oQuEejpASkBwZ5lh--aSA32hRP7GECpPcDsXB_WBb4s,460
skimage/feature/_sift.cp312-win_amd64.lib,sha256=x3Gdl2qknsYLScUJcAlmKwgLGDk4w6pazypnEhWusfw,1566
skimage/feature/_sift.cp312-win_amd64.pyd,sha256=-1e-a3NpGKc_kyvCfW9VOmjt0hA5uuLdjkzB314EE1g,226816
skimage/feature/_texture.cp312-win_amd64.lib,sha256=sEGCaOYpPInZgnU3dtPGHKwjvNovUY8BG_Hnu565nRI,1612
skimage/feature/_texture.cp312-win_amd64.pyd,sha256=TOw009P5A-vm30PhPPkAC4gyjAiH6xentXVGiRNwyAs,261120
skimage/feature/blob.py,sha256=3x5piU9VP19WdC9gIa_ckgRIdBLfmqbKv1yOVVP_R9E,28642
skimage/feature/brief.py,sha256=POa_UUaHcJj-B9UyMisK1MS71GCRJtCvKPMTDTF7-bw,8184
skimage/feature/brief_cy.cp312-win_amd64.lib,sha256=klD5IFN1CYbny1DlwRfNC0mm7aQAopTNKLyfeS70I8A,1612
skimage/feature/brief_cy.cp312-win_amd64.pyd,sha256=W-q0uwjmh2EPZ8yoLT24kfJOFrHY2il2CwuDR_jOr6U,156672
skimage/feature/censure.py,sha256=SFZ7Lyd5D0wUzadsVSxDrVkna_i8fiNzw9oh8hgwuS4,12346
skimage/feature/censure_cy.cp312-win_amd64.lib,sha256=Vk5ScLsvIw8VHTlSZLbX9nDStyrK05J71hclH3pgMVQ,1642
skimage/feature/censure_cy.cp312-win_amd64.pyd,sha256=ik2X4uj-bcs6Ra1RpOqcKdvj8FaQifjk0ZtkUWxueDo,145408
skimage/feature/corner.py,sha256=53OTetjBi7PDbnGUvczllB7gStHyYmQ1iVvpMFzP0Kg,46932
skimage/feature/corner_cy.cp312-win_amd64.lib,sha256=cBIm8PZ2Ab2eaL2OMo48TqP3r6KJ9k2njhZrPXFUv-I,1626
skimage/feature/corner_cy.cp312-win_amd64.pyd,sha256=dZDRM73r1IHnQf4WhmZFx0S12jP8BsXfB98nR82jZz4,241152
skimage/feature/haar.py,sha256=K66YuzcaxHHfw5FXnEs4ZiEX7JYBh38wMhWpLaMj8zU,13260
skimage/feature/match.py,sha256=BUlHCbwPlI74MEM4sBICq9N5bgS8HBkwUj_8wLlYcyU,4126
skimage/feature/orb.py,sha256=K34X0JMBT60ObhqVwydQjiCy9aAajpxvmNO13wVpKvw,13514
skimage/feature/orb_cy.cp312-win_amd64.lib,sha256=2c9zHYfEBoiJ6Tnk2OGPlSv6fUtaxFBOHaa1DsJjbh0,1582
skimage/feature/orb_cy.cp312-win_amd64.pyd,sha256=PcJ-0hVUn6qnpzEOKGBIa03FygTq9wxNx4wQK-naxLw,177152
skimage/feature/orb_descriptor_positions.txt,sha256=S_LZW-3MmEpxczRlk40BD0UHCftjCyJ3u8rRmBbsYCQ,3096
skimage/feature/peak.py,sha256=jSa5kk44URgqxWwPWWIAqdx6D5ROOFuf7i6LfeuPhI8,14844
skimage/feature/sift.py,sha256=b6X1_g5Go-f-2jX5kx1D6Gc9VGzIQqXTjIT_DZKx3U4,30178
skimage/feature/template.py,sha256=Dl_LCuK4gdWdd4RUSQD1NkgEsmWmR9YCCr8LvFoJdGA,6757
skimage/feature/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/feature/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_basic_features.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_blob.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_brief.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_canny.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_cascade.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_censure.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_corner.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_daisy.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_fisher_vector.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_haar.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_hog.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_match.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_orb.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_peak.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_sift.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_template.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_texture.cpython-312.pyc,,
skimage/feature/tests/__pycache__/test_util.cpython-312.pyc,,
skimage/feature/tests/test_basic_features.py,sha256=Kx30TFoN6hCCU_pRMTFJ-e9j-LlUcBlBYgkoml3Qc20,2154
skimage/feature/tests/test_blob.py,sha256=0OVg7srxZmX8FOb9iJhYm4q_wPuslz2wBbj1UmnXQjQ,16787
skimage/feature/tests/test_brief.py,sha256=--Dgom4iPXnsYhP5EFLtS8x5KUKr0xp4tAMbjskI5SU,3312
skimage/feature/tests/test_canny.py,sha256=Tx-IqKUDZW67VBHRmcIeimfTdu6vtrmH8vXklWMqkQo,6573
skimage/feature/tests/test_cascade.py,sha256=vEZX2vc7l35VGvqrJeOTv4B_n15p8R_W1QN1dvwxYoo,532
skimage/feature/tests/test_censure.py,sha256=c9UTOgDoja6ej8b1p93gTgBfoOdZrR_WBoMGBRVH2RI,3256
skimage/feature/tests/test_corner.py,sha256=DmTwjEdAm5MUQ7gVljZ730Sp5KIaFSMXxutWs2sNmec,24895
skimage/feature/tests/test_daisy.py,sha256=vGdiwjsgKkCYVmnwjMmP9Ropf9jsTGkA4OnxdTn4DfQ,3496
skimage/feature/tests/test_fisher_vector.py,sha256=tDZd8NLNvZyjhJ7LeE_eyspzabMFbVZ6ssQzmtkqX3g,5921
skimage/feature/tests/test_haar.py,sha256=1gI9eOxApJLLrviXueCa6KqQlT0gFCyaq6YideKzAvM,6841
skimage/feature/tests/test_hog.py,sha256=OqeSdBQ-Xe-MFMg3sHXQi9kLejCfcG2Q6lMYUyfeI9g,12080
skimage/feature/tests/test_match.py,sha256=G1dMLSipwswQH6zeqwrni_dZ0yuYc969mdeRv86dhCI,8386
skimage/feature/tests/test_orb.py,sha256=6SVPHdKiImkANCqCBV9axHelmRtdNtdqP6i8QmS6ACw,6404
skimage/feature/tests/test_peak.py,sha256=z60deYJeOvxJ1kLGk5M84cPaAruH926S8wIuX_mfRRM,22634
skimage/feature/tests/test_sift.py,sha256=3VfE57SoT5DH98a40qNuTr5sp67_PpttdQ-u3f9A4lM,5932
skimage/feature/tests/test_template.py,sha256=dqI3w-6Fz7XUeXRXFsn10_sZ1i_91LdWVDpKu9qMcIM,6323
skimage/feature/tests/test_texture.py,sha256=siWwT-qCw9zD7N5ZH-GIhb9ZTLdgHzJWLkBIfUJ7rIc,12394
skimage/feature/tests/test_util.py,sha256=e9_rpaFMfH6TL-P4YOz0-SMPoqjpgSR39993ZVqjg7g,5039
skimage/feature/texture.py,sha256=iUfIdisGvskkplb_CDGo81UtImEZMaePMAP87RCLnTM,20014
skimage/feature/util.py,sha256=6_9z6GLoXOUdYFZPfeU8wNdTMziDks2mHEsQR3ClPe8,10427
skimage/filters/__init__.py,sha256=ByoS31hLTokbF8awfjqOjo4yL-_009SJTw1VAsZBzuM,100
skimage/filters/__init__.pyi,sha256=K6q1d5smvqtkWBWANE07XBycOb-nuv-PC05tAkrFS90,2267
skimage/filters/__pycache__/__init__.cpython-312.pyc,,
skimage/filters/__pycache__/_fft_based.cpython-312.pyc,,
skimage/filters/__pycache__/_gabor.cpython-312.pyc,,
skimage/filters/__pycache__/_gaussian.cpython-312.pyc,,
skimage/filters/__pycache__/_median.cpython-312.pyc,,
skimage/filters/__pycache__/_rank_order.cpython-312.pyc,,
skimage/filters/__pycache__/_sparse.cpython-312.pyc,,
skimage/filters/__pycache__/_unsharp_mask.cpython-312.pyc,,
skimage/filters/__pycache__/_window.cpython-312.pyc,,
skimage/filters/__pycache__/edges.cpython-312.pyc,,
skimage/filters/__pycache__/lpi_filter.cpython-312.pyc,,
skimage/filters/__pycache__/ridges.cpython-312.pyc,,
skimage/filters/__pycache__/thresholding.cpython-312.pyc,,
skimage/filters/_fft_based.py,sha256=7EEt_tiGnwXaH1YVlp-8KofGPHDXnm3D_ktlyB4DLPo,6898
skimage/filters/_gabor.py,sha256=JGSRkgAC4ybARt_akXK6JP-hnN1MZGQstk47B_Me64M,7931
skimage/filters/_gaussian.py,sha256=-WxlahxCPg-hzB63SN3XjVf8cjnp2o7bMDVYSNUPfic,6205
skimage/filters/_median.py,sha256=jjEMVLOk7hIB3kKdREOfy80HIbQLETTIDynt1_mnT6w,3046
skimage/filters/_multiotsu.cp312-win_amd64.lib,sha256=nTg0vir7OgoQVBD2nkSZ-miVov7DPrGjILQRw9UE1Y4,1642
skimage/filters/_multiotsu.cp312-win_amd64.pyd,sha256=dtJ-l117cw6LZLNfqcOBEROKB2q5XHUrr8NRM_IwYUc,160256
skimage/filters/_rank_order.py,sha256=8rY2JdfKfJDySjsCX1yS8EvgkN5ZubIUGe-bMkiDKzE,2114
skimage/filters/_sparse.py,sha256=o6poPSNIF6zxPy5Du_vHvqP8-kSiC_xFGTZ0hYA6XPQ,4793
skimage/filters/_unsharp_mask.py,sha256=AX2S4tCsyPsVzB6vYXCsEU8dYFAGuuiYsq54udB7LVE,5652
skimage/filters/_window.py,sha256=O6Q9p4sA3jWTiMSzAj-VNFq8Jr_biGBlK4HC6uOuYQY,4482
skimage/filters/edges.py,sha256=8LC8A9QZLqNiAhwyrq1O06VO8Ud0yOuVu8wXnVFmDV8,26502
skimage/filters/lpi_filter.py,sha256=O_x1zPkwsnlJVx7tv2pHEwvfGujiJJC4ZaRIZaobe8g,8198
skimage/filters/rank/__init__.py,sha256=YT6hUNpQc9nB5Fo0_L6HD99pJ6YxFSra4OH63Z0Plt4,1637
skimage/filters/rank/__pycache__/__init__.cpython-312.pyc,,
skimage/filters/rank/__pycache__/_percentile.cpython-312.pyc,,
skimage/filters/rank/__pycache__/bilateral.cpython-312.pyc,,
skimage/filters/rank/__pycache__/generic.cpython-312.pyc,,
skimage/filters/rank/_percentile.py,sha256=uuD1QvtEzVB8M9CrRfdOBs-aF14aX8c4J_bKepF-IuM,14380
skimage/filters/rank/bilateral.py,sha256=pzpNRWcZ-xRvfU7rBkmA9uUOMO96f83aBFuY4oIzyGQ,8053
skimage/filters/rank/bilateral_cy.cp312-win_amd64.lib,sha256=FVUkx9EEKna7GuvknSCghrCzL18PYUov4lwEnhiMBao,1672
skimage/filters/rank/bilateral_cy.cp312-win_amd64.pyd,sha256=9u_eiCgaV9hVzOVseIBgj1F1KSkQgJg0wQcmyEyLSVc,345600
skimage/filters/rank/core_cy.cp312-win_amd64.lib,sha256=RokE-iMvEBAcF_p_F8fwr-BnOg7dXGHzb8HZtwwOrPA,1596
skimage/filters/rank/core_cy.cp312-win_amd64.pyd,sha256=H0Kc5lzRjpIDhFE0fiN-gCcZx5-cyLUM321qq9KDXsI,457728
skimage/filters/rank/core_cy_3d.cp312-win_amd64.lib,sha256=geiWv7lFIPc6ingvRJzrIg2rhGW3hd_svyFOEd72Mj4,1642
skimage/filters/rank/core_cy_3d.cp312-win_amd64.pyd,sha256=bDVJ0QE9nWEbcYYavyxNJxk9Xg0UDUUpa_notVFG2RE,218624
skimage/filters/rank/generic.py,sha256=2LmmmVYaQw1kzU37hyfMR50DsuWsF47PV5u84aTlSKk,57661
skimage/filters/rank/generic_cy.cp312-win_amd64.lib,sha256=4e7jsEqJDBfCKAik797ur-4itB-fMXK9QNUyGKq_hag,1642
skimage/filters/rank/generic_cy.cp312-win_amd64.pyd,sha256=_k3b6YO3bgb_99RZhKpFc2jE8aYGio4O36CEkC9Bdoo,2243584
skimage/filters/rank/percentile_cy.cp312-win_amd64.lib,sha256=4LtrJl-_5U02IHD6MkuOJFtgXlFZycwH62Uj4YEeZHw,1686
skimage/filters/rank/percentile_cy.cp312-win_amd64.pyd,sha256=K6wDK9mkEw_G4Om3sI9rqG-HHqzCuzZVeWacs5dS4gs,691712
skimage/filters/rank/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/filters/rank/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/filters/rank/tests/__pycache__/test_rank.cpython-312.pyc,,
skimage/filters/rank/tests/test_rank.py,sha256=KkbPx32HKIHhh5Zm0jEUsaRmrl2DSiM2ilK1WNeMR2k,40125
skimage/filters/ridges.py,sha256=m2UJ_zdsbulH8RgpKSDgPzUKZ_-lBHVlZbeUcXeLsnE,14640
skimage/filters/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/filters/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/filters/tests/__pycache__/test_correlate.cpython-312.pyc,,
skimage/filters/tests/__pycache__/test_edges.cpython-312.pyc,,
skimage/filters/tests/__pycache__/test_fft_based.cpython-312.pyc,,
skimage/filters/tests/__pycache__/test_gabor.cpython-312.pyc,,
skimage/filters/tests/__pycache__/test_gaussian.cpython-312.pyc,,
skimage/filters/tests/__pycache__/test_lpi_filter.cpython-312.pyc,,
skimage/filters/tests/__pycache__/test_median.cpython-312.pyc,,
skimage/filters/tests/__pycache__/test_ridges.cpython-312.pyc,,
skimage/filters/tests/__pycache__/test_thresholding.cpython-312.pyc,,
skimage/filters/tests/__pycache__/test_unsharp_mask.cpython-312.pyc,,
skimage/filters/tests/__pycache__/test_window.cpython-312.pyc,,
skimage/filters/tests/test_correlate.py,sha256=IFlaJMWLHyy0lQSfKUEe0iiyzNPJxrSJxbnqCqfJoNw,2065
skimage/filters/tests/test_edges.py,sha256=Q3_hpGF1JWuAChoCP7K3y00iB51jR_Se_-SkMG75Ics,22127
skimage/filters/tests/test_fft_based.py,sha256=ObCU57leDNlp1kjUFJh6qDnho1HGXn-zglU0xcoNBF8,14874
skimage/filters/tests/test_gabor.py,sha256=gJn-aK-PRRpdO_CKRSGFSvV6WCGE6XM5anrjuhvg9SY,3797
skimage/filters/tests/test_gaussian.py,sha256=qWf0AqV6rjrZNsDpI_O2ntsN8AHCnHHMl6kgZepnEPs,6058
skimage/filters/tests/test_lpi_filter.py,sha256=4bJ-oeALsSJZku_MqRokpoSZ5-2P2WLJtibrQzqOYRQ,3194
skimage/filters/tests/test_median.py,sha256=sjKjsq_IQfuoZMGV9zBaxZ0jAyufR6Eqvok1cXy3Zfo,2187
skimage/filters/tests/test_ridges.py,sha256=LrumY76DIXl_C-hGhcCY1isznOX0CjfBCBUAM7tDEUI,9830
skimage/filters/tests/test_thresholding.py,sha256=SdVQGYgN7_ysdupNjjzmkRKf0icKwlZYb6X4oqs3zkI,27849
skimage/filters/tests/test_unsharp_mask.py,sha256=S5lb7xP3JaUv04Qj7JKuVPv8K4nuvdey3-HW8csnksc,5213
skimage/filters/tests/test_window.py,sha256=CzAP21ae28D5jt_XHRRBXWPO1EPsfzxkXUwPYJX9TNQ,1678
skimage/filters/thresholding.py,sha256=xM4ObHFS9L4LkAnWzBimSGcLVSo30N1t-HYElXXbGUY,49244
skimage/future/__init__.py,sha256=WzR00JvFmAm3mhulKsl6_sDEpmyHYOwSPQyx-NTn3aY,517
skimage/future/__init__.pyi,sha256=Gf7-bzUT6bHeIqdDzSqE8Dq0gqRfKJjA9G8UNdiDQ4Q,507
skimage/future/__pycache__/__init__.cpython-312.pyc,,
skimage/future/__pycache__/manual_segmentation.cpython-312.pyc,,
skimage/future/__pycache__/trainable_segmentation.cpython-312.pyc,,
skimage/future/manual_segmentation.py,sha256=SdAvbu9RkQsg90qXEYTUZ0iQz2A9L6MWMigGnlZ3S1Q,7583
skimage/future/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/future/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/future/tests/__pycache__/test_trainable_segmentation.cpython-312.pyc,,
skimage/future/tests/test_trainable_segmentation.py,sha256=e2NXxSe_AKyC4g1wER-sIqrmvfOOhP8adLjQWv8NyNQ,4367
skimage/future/trainable_segmentation.py,sha256=ALGJFhCGWnOMSChKGtwS7jGSUnhCqyLxiKelEVOmeU8,5768
skimage/graph/__init__.py,sha256=8a5ZMAh0aOcJOhBTjZDmzo3wLOlFa4r445t1rtAcI8A,368
skimage/graph/__init__.pyi,sha256=MsaMsDSGLm3wIw4rJCQP_4E_X71sveSSwo85ABRnzRI,809
skimage/graph/__pycache__/__init__.cpython-312.pyc,,
skimage/graph/__pycache__/_graph.cpython-312.pyc,,
skimage/graph/__pycache__/_graph_cut.cpython-312.pyc,,
skimage/graph/__pycache__/_graph_merge.cpython-312.pyc,,
skimage/graph/__pycache__/_ncut.cpython-312.pyc,,
skimage/graph/__pycache__/_rag.cpython-312.pyc,,
skimage/graph/__pycache__/mcp.cpython-312.pyc,,
skimage/graph/__pycache__/spath.cpython-312.pyc,,
skimage/graph/_graph.py,sha256=UUb_f5R7SNVqyDQ0yNvIn6CWGv3oruLNLaadQKtNdo4,8700
skimage/graph/_graph_cut.py,sha256=rwEdVMQjUZrL8RC2yp4dmATwHqbRXiPxwtvQhxzm2tg,9820
skimage/graph/_graph_merge.py,sha256=P_LsAbbpCOgHHahyYpQM-5YEn670pJJPoTdoONk0_ek,4442
skimage/graph/_mcp.cp312-win_amd64.lib,sha256=q1MLMFv9VhvQ4j2Md50Zbik4orhuBrroz-spo7EofhU,1552
skimage/graph/_mcp.cp312-win_amd64.pyd,sha256=kRNTZbmeODRNNCLFp2OhESpslZWvX_1NxpFKRIfbn-Q,331776
skimage/graph/_ncut.py,sha256=-WYOs1talrQcCMR_9SdtqNw2KqBbQve5R_v-GpCZcos,1894
skimage/graph/_ncut_cy.cp312-win_amd64.lib,sha256=wqCYtiOglGNy4vnIW-WlFW5xCMYw98A_kDRIXfD0zEg,1612
skimage/graph/_ncut_cy.cp312-win_amd64.pyd,sha256=ZS9rwv8WEyfM_nQrlyeHSYkTLtZIaZ1bQ8gg4Z1Ufpo,190464
skimage/graph/_rag.py,sha256=Y7BJfOoH3jHVMTueaQj_Lq0Qpq4C2mhy-AfZ9rTrptI,21258
skimage/graph/_spath.cp312-win_amd64.lib,sha256=9VG-p3byZUd-t4o-9UHlRok7TYnME-jPGqYi5IpLNWs,1582
skimage/graph/_spath.cp312-win_amd64.pyd,sha256=glMlM5FNspiFAi4HRdC__cJQH1fjJPE3-UuBhAeSb6w,155136
skimage/graph/heap.cp312-win_amd64.lib,sha256=wSlXwLbamR40GtpY6fISwArsHNy7Nlma1ah4fGlqjwo,1552
skimage/graph/heap.cp312-win_amd64.pyd,sha256=5Hb7DVQ-6NyIjTQeZzP1SHD7QYY-3PtgfPRL4ZSixnU,84480
skimage/graph/mcp.py,sha256=Tdc6rXFY6EZLF4aO-ZgrKu_g0SrcCOv4qTH2hTHsKlk,3270
skimage/graph/spath.py,sha256=7RrpIsC4vEnOcx-Bt0DvePULTDTwYrrmVOJnBkF-RNY,3482
skimage/graph/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/graph/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/graph/tests/__pycache__/test_anisotropy.cpython-312.pyc,,
skimage/graph/tests/__pycache__/test_connect.cpython-312.pyc,,
skimage/graph/tests/__pycache__/test_flexible.cpython-312.pyc,,
skimage/graph/tests/__pycache__/test_heap.cpython-312.pyc,,
skimage/graph/tests/__pycache__/test_mcp.cpython-312.pyc,,
skimage/graph/tests/__pycache__/test_pixel_graph.cpython-312.pyc,,
skimage/graph/tests/__pycache__/test_rag.cpython-312.pyc,,
skimage/graph/tests/__pycache__/test_spath.cpython-312.pyc,,
skimage/graph/tests/test_anisotropy.py,sha256=7UTP8v-KI0pLv4ZKM6UopNuZPqzhcKsB1oGgzocqyTM,3715
skimage/graph/tests/test_connect.py,sha256=dUpgL6_laaN2LSzXkdtIL0KV2p5ArR61dzV5RowHhHU,2439
skimage/graph/tests/test_flexible.py,sha256=ycEdLv9-1xfudb6fDZI4dgQemdKr5HBQ1iOGp8Sj9VQ,1612
skimage/graph/tests/test_heap.py,sha256=R34Sozy8TttXn5DCblHVCPK5nz75MrzuSVhplliP4-8,1155
skimage/graph/tests/test_mcp.py,sha256=9aUqm_mSN5IUAz-CdR0JjfyKCkP2GosCfUBnIjAaEPw,5590
skimage/graph/tests/test_pixel_graph.py,sha256=DvEKZxj_rC2nAm4hWn_l22KkRyjy8x8jgGAhkhTOKVM,2842
skimage/graph/tests/test_rag.py,sha256=R1wN7Y5LlDbAqU55C-d2ZGxtYdAClPoCGhjJcsE31uA,8119
skimage/graph/tests/test_spath.py,sha256=AeUrsbYMvoBfWRcx1-Gcate1MNOTeNqD94H0nfoEokE,858
skimage/io/__init__.py,sha256=PN_K8twKBaU-dUuZ8lxvHff-fORw_iTgGXmXRDhK7aw,1838
skimage/io/__pycache__/__init__.cpython-312.pyc,,
skimage/io/__pycache__/_image_stack.cpython-312.pyc,,
skimage/io/__pycache__/_io.cpython-312.pyc,,
skimage/io/__pycache__/collection.cpython-312.pyc,,
skimage/io/__pycache__/manage_plugins.cpython-312.pyc,,
skimage/io/__pycache__/sift.cpython-312.pyc,,
skimage/io/__pycache__/util.cpython-312.pyc,,
skimage/io/_image_stack.py,sha256=FibEhJ_OW8gvyco8XAC2bq0gBn6Z7x0ZM4I4p9Q4ExA,605
skimage/io/_io.py,sha256=PTvvpXpCXgqYYYXiMmSAq-g6kZp-iWa5I0vohfEM79o,6807
skimage/io/_plugins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/io/_plugins/__pycache__/__init__.cpython-312.pyc,,
skimage/io/_plugins/__pycache__/fits_plugin.cpython-312.pyc,,
skimage/io/_plugins/__pycache__/gdal_plugin.cpython-312.pyc,,
skimage/io/_plugins/__pycache__/imageio_plugin.cpython-312.pyc,,
skimage/io/_plugins/__pycache__/imread_plugin.cpython-312.pyc,,
skimage/io/_plugins/__pycache__/matplotlib_plugin.cpython-312.pyc,,
skimage/io/_plugins/__pycache__/pil_plugin.cpython-312.pyc,,
skimage/io/_plugins/__pycache__/simpleitk_plugin.cpython-312.pyc,,
skimage/io/_plugins/__pycache__/tifffile_plugin.cpython-312.pyc,,
skimage/io/_plugins/_colormixer.cp312-win_amd64.lib,sha256=2ZdY1c9H-SIXyPQQX1ZuD_km8CCaDRwPfVMKQ2eYz2g,1656
skimage/io/_plugins/_colormixer.cp312-win_amd64.pyd,sha256=7OYBcqVRkWmZghBz8DrHU-mmaCqsM-x2FF3oQXH9YRU,81920
skimage/io/_plugins/_histograms.cp312-win_amd64.lib,sha256=GqHBydGU9dcwOyyKmhaIGuTxAOJqPTVO4FT-dNXY3Kg,1656
skimage/io/_plugins/_histograms.cp312-win_amd64.pyd,sha256=BZI7sp3SvgulJpZmYQG1gxORKbq_5xf4XIEnXPUpTgM,55296
skimage/io/_plugins/fits_plugin.ini,sha256=COnz8EogAEjsCtOJFsTGEsgeBWptWiEbcYmm7MIaZes,91
skimage/io/_plugins/fits_plugin.py,sha256=ftpfbtcWTIPLJCVKVDiAjkQ9ON0v6b3Ko8bKxCEUNIk,4542
skimage/io/_plugins/gdal_plugin.ini,sha256=j50edWdgwb7acEVHO4Qb7sX4ZNRlLBNWZbHI-9qhhK4,92
skimage/io/_plugins/gdal_plugin.py,sha256=Jcrof9Y2Lea6e9Zy8PP_nxoEe2x3tSwOBUbc7NMmjTk,366
skimage/io/_plugins/imageio_plugin.ini,sha256=lIKNERENcVlj25kL_FWDGpA5GuUjEOR7b64ivA4hLNo,91
skimage/io/_plugins/imageio_plugin.py,sha256=nn1OJZye2341We1uxwKoImSqlu58nIRXiTqv_V28jwY,344
skimage/io/_plugins/imread_plugin.ini,sha256=IB6IQ0YrAURcdZUVLIZdo27qQyIUdxXcSywi7iWdsLM,89
skimage/io/_plugins/imread_plugin.py,sha256=UL5HINTeOJqfXfn6lCnMhJxxmazwNWmGL_bVdqBjIQU,1002
skimage/io/_plugins/matplotlib_plugin.ini,sha256=5HSDnyPHYcK8KunSBSn4FJJKnidqxxtRGsngnQYRVCY,126
skimage/io/_plugins/matplotlib_plugin.py,sha256=kd6xSQkOxr2MslwwfdvzLjYkI3WP2bi7exunKfDvJjM,6687
skimage/io/_plugins/pil_plugin.ini,sha256=75uxuOky9BKlc0PF9w71zmp_ilVmeHx5UhZouuHCV48,94
skimage/io/_plugins/pil_plugin.py,sha256=3v7uxbIVnucYw6fCQ8NcO3IpWtQrHpWUch-u6g3LTgs,8104
skimage/io/_plugins/simpleitk_plugin.ini,sha256=e24xygfzDppazgLPAILifdt41t6QzayN47p9vPQKEkw,95
skimage/io/_plugins/simpleitk_plugin.py,sha256=Q9Yum18FO4dO0SvbuewJR7DPNZRQVfkZUnHjsNfzesM,554
skimage/io/_plugins/tifffile_plugin.ini,sha256=4nMhFJOanbVy1UDXNFMWBNXIA15l6yAb0IaZVwur-4g,113
skimage/io/_plugins/tifffile_plugin.py,sha256=ZXu3Z0tZ-VpKoJ5SsvuOBIT-Ljd66DxXCoOrZ5ozWQU,2145
skimage/io/collection.py,sha256=PiKbBcMEYLBcCuXwOCeTVRxFMoJhPHFH1_KAEkcmHjM,16449
skimage/io/manage_plugins.py,sha256=NsSL_-6hN3OcZiSGXEd3HAAKAqBYJPOGuBTlrS7lZfU,10700
skimage/io/sift.py,sha256=dxdSi3-HbENhdOnZluJvcAeWDhOU4srBWC9GNxGAi9o,2654
skimage/io/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/io/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/io/tests/__pycache__/test_collection.cpython-312.pyc,,
skimage/io/tests/__pycache__/test_fits.cpython-312.pyc,,
skimage/io/tests/__pycache__/test_histograms.cpython-312.pyc,,
skimage/io/tests/__pycache__/test_imageio.cpython-312.pyc,,
skimage/io/tests/__pycache__/test_imread.cpython-312.pyc,,
skimage/io/tests/__pycache__/test_io.cpython-312.pyc,,
skimage/io/tests/__pycache__/test_mpl_imshow.cpython-312.pyc,,
skimage/io/tests/__pycache__/test_multi_image.cpython-312.pyc,,
skimage/io/tests/__pycache__/test_pil.cpython-312.pyc,,
skimage/io/tests/__pycache__/test_plugin.cpython-312.pyc,,
skimage/io/tests/__pycache__/test_sift.cpython-312.pyc,,
skimage/io/tests/__pycache__/test_simpleitk.cpython-312.pyc,,
skimage/io/tests/__pycache__/test_tifffile.cpython-312.pyc,,
skimage/io/tests/test_collection.py,sha256=zjQW2p1uwWRpD2BU7ihYdY7o4GCp6rwxMtyDUB2QaMg,5525
skimage/io/tests/test_fits.py,sha256=vAEVBO2_dBpzxPgcYXBvLdwLbHWY5IjnuuN9tf_lQtQ,919
skimage/io/tests/test_histograms.py,sha256=XGdSRJ2ZE3_FQnxwtb8eXJmEL-BQyhpo3WLPbzDx8pk,765
skimage/io/tests/test_imageio.py,sha256=dmj5wBr6uXQqjxg-YHczqCf9FxAg77TXpPbIolA0JUc,2809
skimage/io/tests/test_imread.py,sha256=AgwfdE8h8fLvDLXaBLeL9IU_q6GgGRTI8fvr5VZbYiY,2021
skimage/io/tests/test_io.py,sha256=E9kgReBbYWp6mDt44MDeq85rUupoqxoi9dhdGFvj-MQ,4096
skimage/io/tests/test_mpl_imshow.py,sha256=WDnwvQI7nSCD9HdOWPh87ZfXAgXR8tmYLx_zev1NvnY,4676
skimage/io/tests/test_multi_image.py,sha256=bGHveKVWBrJu2v71ztWSkagGG5PsfIW-D_dyQfjcNYY,2627
skimage/io/tests/test_pil.py,sha256=LhbfUyREodD2198a--tkzILoA1BM4I-IbOHkSzv7vYI,9360
skimage/io/tests/test_plugin.py,sha256=EpR2FkWuomGX-YMlvUQRJ7UxUEhwECy-Wwjy5eWgGnY,2382
skimage/io/tests/test_sift.py,sha256=SUzv608XiZKIZhLgBRBVuP0Q0U_4CvVPdBo0MwkxNww,3405
skimage/io/tests/test_simpleitk.py,sha256=1u73Um8cNQF80bXtjWAlJfTd4SLjMYU0jE8n32mDh6U,2774
skimage/io/tests/test_tifffile.py,sha256=PMgtI3DQDaTJOjqZvLVbwojJ4-J6oMD_odQtCakjMGw,2748
skimage/io/util.py,sha256=YphtIV3aawcS90aqdH2eqf6Uib4Aai2NgzEehY3PadY,1324
skimage/measure/__init__.py,sha256=ByoS31hLTokbF8awfjqOjo4yL-_009SJTw1VAsZBzuM,100
skimage/measure/__init__.pyi,sha256=oVX8amp8sIjvadY8X1LiI1ToEh9yPUzbEqNVYXilTY8,1916
skimage/measure/__pycache__/__init__.cpython-312.pyc,,
skimage/measure/__pycache__/_blur_effect.cpython-312.pyc,,
skimage/measure/__pycache__/_colocalization.cpython-312.pyc,,
skimage/measure/__pycache__/_find_contours.cpython-312.pyc,,
skimage/measure/__pycache__/_label.cpython-312.pyc,,
skimage/measure/__pycache__/_marching_cubes_lewiner.cpython-312.pyc,,
skimage/measure/__pycache__/_marching_cubes_lewiner_luts.cpython-312.pyc,,
skimage/measure/__pycache__/_moments.cpython-312.pyc,,
skimage/measure/__pycache__/_moments_analytical.cpython-312.pyc,,
skimage/measure/__pycache__/_polygon.cpython-312.pyc,,
skimage/measure/__pycache__/_regionprops.cpython-312.pyc,,
skimage/measure/__pycache__/_regionprops_utils.cpython-312.pyc,,
skimage/measure/__pycache__/block.cpython-312.pyc,,
skimage/measure/__pycache__/entropy.cpython-312.pyc,,
skimage/measure/__pycache__/fit.cpython-312.pyc,,
skimage/measure/__pycache__/pnpoly.cpython-312.pyc,,
skimage/measure/__pycache__/profile.cpython-312.pyc,,
skimage/measure/_blur_effect.py,sha256=QVlX6C4MDzbjr5UiRIYRwWCOAdjCgCZZWbPZEg_NdRs,3235
skimage/measure/_ccomp.cp312-win_amd64.lib,sha256=F0tIwRSf_53zFg4VPU_u5E8Lu10j0xeaH_YTIeKkY3U,1582
skimage/measure/_ccomp.cp312-win_amd64.pyd,sha256=-ctjDeLv1jDCyxdEWN9lmGfbuzymoo15IYWoza65OxY,94208
skimage/measure/_colocalization.py,sha256=faO9ZAj_bu2n1LmGlNCkJfcaHH_k9kP6kfqmX20I6SA,12553
skimage/measure/_find_contours.py,sha256=fvgbNBAXcrUeJLIWaGN7eGUDB8EOCAK_FQQMiP5pooY,9803
skimage/measure/_find_contours_cy.cp312-win_amd64.lib,sha256=othLRFtQXqYYlmIkeN4XmthqRU_40jSl6Qq2FhqnDmw,1746
skimage/measure/_find_contours_cy.cp312-win_amd64.pyd,sha256=J1WBra_PlTDQihKY15lFFMmEuAO9LpIzJ9Duw6oimrA,151040
skimage/measure/_label.py,sha256=MV9dEjUzaRdxpK617ChFZJM8YDWqnfIH1Q-EIigfqQM,4085
skimage/measure/_marching_cubes_lewiner.py,sha256=3kWLe3fvb-D5gwEFvUbu_VSe6NQQey1PBkI_Rdot_BI,13208
skimage/measure/_marching_cubes_lewiner_cy.cp312-win_amd64.lib,sha256=XmBgP51q7WJXvrMC9XxZ_D7fd-SCAF3Cvctx2dlGtLY,1882
skimage/measure/_marching_cubes_lewiner_cy.cp312-win_amd64.pyd,sha256=2oJqqoZD-GeOirJq_1zVgOfmj_HjKCfDvJx1dSy3MdM,251904
skimage/measure/_marching_cubes_lewiner_luts.py,sha256=_ldIZmVhHAVSRwQE6WJRUI6C3ov1bKsYyIvEi-WWDXE,28474
skimage/measure/_moments.py,sha256=KRgAEDOV54EW4-DbJq8Nld4ARetQeWM0HZY8SJPzcWg,18352
skimage/measure/_moments_analytical.py,sha256=gOAChhiSqoesvDlp9-5WGtHLOI7H5qlktqNs3tSyvxs,6734
skimage/measure/_moments_cy.cp312-win_amd64.lib,sha256=2l9lcvawj7WPNffAfllYPaoibMG3XYEm-c2Am0mrzq0,1656
skimage/measure/_moments_cy.cp312-win_amd64.pyd,sha256=P2MtwycW62dZDPtDAGw39cuMGedKaciuVBH6QGlXVok,172032
skimage/measure/_pnpoly.cp312-win_amd64.lib,sha256=fcDLHDUTCPpXCM8hWmDEQ0qDV1wJHVcAccwx-13flH8,1596
skimage/measure/_pnpoly.cp312-win_amd64.pyd,sha256=ixiVIB7SYQWs1fzOo7vaTUFq7-gHVeLG_gZhV3CtkSE,157696
skimage/measure/_polygon.py,sha256=PeaS0gCz_Plzj0RXdNo5QsKvkifJLvWJ8U3JKwz1kYU,5436
skimage/measure/_regionprops.py,sha256=-2w2xSN9bUqD5ohamvcrErkbaIIraFqLSinSOVF61Uk,52586
skimage/measure/_regionprops_utils.py,sha256=8PMCf0SJB819-YWxKRNGwcjVdw0txzvBxrgAJRI6QYc,16619
skimage/measure/block.py,sha256=HfCnXqafv1NRyDE2O0g73A0Dc3jKj52VYpmTZ_Lgb14,3355
skimage/measure/entropy.py,sha256=GEX-dDtFWMC-4aFaXz-njy8P4DaoDTcdAuVRtkr-Mkg,1185
skimage/measure/fit.py,sha256=LHsXdkPxtEZZApb-ZjWCGQr8d24UFqE0rjxt1rwRFDE,32921
skimage/measure/pnpoly.py,sha256=cf9s4RSews7ZTQEcC55M5kjFF-UJpLhN4NOF2_kfTB0,2090
skimage/measure/profile.py,sha256=qBUvpyNs-jp7tkrOI7hCjL_H_K4lLtzT8B3nIWDoQtE,6971
skimage/measure/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/measure/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/measure/tests/__pycache__/test_block.cpython-312.pyc,,
skimage/measure/tests/__pycache__/test_blur_effect.cpython-312.pyc,,
skimage/measure/tests/__pycache__/test_ccomp.cpython-312.pyc,,
skimage/measure/tests/__pycache__/test_colocalization.cpython-312.pyc,,
skimage/measure/tests/__pycache__/test_entropy.cpython-312.pyc,,
skimage/measure/tests/__pycache__/test_find_contours.cpython-312.pyc,,
skimage/measure/tests/__pycache__/test_fit.cpython-312.pyc,,
skimage/measure/tests/__pycache__/test_label.cpython-312.pyc,,
skimage/measure/tests/__pycache__/test_marching_cubes.cpython-312.pyc,,
skimage/measure/tests/__pycache__/test_moments.cpython-312.pyc,,
skimage/measure/tests/__pycache__/test_pnpoly.cpython-312.pyc,,
skimage/measure/tests/__pycache__/test_polygon.cpython-312.pyc,,
skimage/measure/tests/__pycache__/test_profile.cpython-312.pyc,,
skimage/measure/tests/__pycache__/test_regionprops.cpython-312.pyc,,
skimage/measure/tests/test_block.py,sha256=fubTmv2lHJWYVgzCAjKazMxkxlzMPzBFW_FN9Rhk5Nw,4152
skimage/measure/tests/test_blur_effect.py,sha256=16Xcx0KoBayNOIjrpeyRmWUk6ZoxIFVMfvxyGAZYiGY,1789
skimage/measure/tests/test_ccomp.py,sha256=Nw0bRDkIKgJFHqXcFtqb5YE8YYAHoRbL8z9LXMr60Qc,8285
skimage/measure/tests/test_colocalization.py,sha256=tDvoDYnyHujeTxVYxcsDVR1Q343dyUQ8X0nSjqXvSFM,4782
skimage/measure/tests/test_entropy.py,sha256=hpC3ilAoeWlmJtyz1Hf5cWzuVXUlR2ywN8gc_QZZgHQ,416
skimage/measure/tests/test_find_contours.py,sha256=Ae-5qinz7jLbQQrYkEEO4OI9q6EgAgPTzcfzifvwTH4,5457
skimage/measure/tests/test_fit.py,sha256=O8LFPB8PBCfMaR5qdcayHHTUG2rDSQJ5ew7JO4Z6lhA,21849
skimage/measure/tests/test_label.py,sha256=N-BxUvx_-vAg7_4ifnhMfIch_xl02z_sQ8c8kl-jWeY,1842
skimage/measure/tests/test_marching_cubes.py,sha256=fC1oTiEJc3Nz73Ecp5CgerboHv_mIEVx4tMVozlO1G4,7239
skimage/measure/tests/test_moments.py,sha256=7S41__Z1hT0P64ySVCCb1BM6DXah6ZNkpT_3NcQ13uA,12128
skimage/measure/tests/test_pnpoly.py,sha256=N5ZK_loCjByiP1xLJI-0ovsm-52ffTzife5hSjNs3GQ,1283
skimage/measure/tests/test_polygon.py,sha256=m6l1uTgMFDaVh1cQ0eHr086apPuEUXkhCudHYepFsFo,2367
skimage/measure/tests/test_profile.py,sha256=8_VWtKQUWpwrW8NSIKcoWTiBLQTbDZ1nOkic6wNrwMw,8106
skimage/measure/tests/test_regionprops.py,sha256=EOrLaT3oJORMQrk1e_HI-Mom5d5PkbJZbs3OmHtOsTY,54131
skimage/metrics/__init__.py,sha256=ByoS31hLTokbF8awfjqOjo4yL-_009SJTw1VAsZBzuM,100
skimage/metrics/__init__.pyi,sha256=rEWUju82JKOaUj-vVsbwlnF8hgP9J_9LK6NG8ijfvBU,914
skimage/metrics/__pycache__/__init__.cpython-312.pyc,,
skimage/metrics/__pycache__/_adapted_rand_error.cpython-312.pyc,,
skimage/metrics/__pycache__/_contingency_table.cpython-312.pyc,,
skimage/metrics/__pycache__/_structural_similarity.cpython-312.pyc,,
skimage/metrics/__pycache__/_variation_of_information.cpython-312.pyc,,
skimage/metrics/__pycache__/set_metrics.cpython-312.pyc,,
skimage/metrics/__pycache__/simple_metrics.cpython-312.pyc,,
skimage/metrics/_adapted_rand_error.py,sha256=tMZlWq52n_ZDV0d6v2vBbC_qOtlcfhjy-xDqf1JARfU,3604
skimage/metrics/_contingency_table.py,sha256=7iI4oE582dQyjtEuY_K4NmEimaXBQq_g1cy8uF1T9Vw,1262
skimage/metrics/_structural_similarity.py,sha256=stlMm5Hjywz3U6VCumibZdQH5sSEEpCY5POXP3hTDxQ,10714
skimage/metrics/_variation_of_information.py,sha256=8_CmjLcWuIvSttwHMvuqwWhW7lA2aQEFTEIiiWAZRqk,4326
skimage/metrics/set_metrics.py,sha256=eKyFUUW_BEUMOkYaQ0SD2yZKT22Jgq2FDl-vxBjOtCU,5043
skimage/metrics/simple_metrics.py,sha256=PVr3nIh2egef9FLFV06J3wQ3Jxw0WCzQPIzpJ1Ot_W0,8517
skimage/metrics/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/metrics/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/metrics/tests/__pycache__/test_segmentation_metrics.cpython-312.pyc,,
skimage/metrics/tests/__pycache__/test_set_metrics.cpython-312.pyc,,
skimage/metrics/tests/__pycache__/test_simple_metrics.cpython-312.pyc,,
skimage/metrics/tests/__pycache__/test_structural_similarity.cpython-312.pyc,,
skimage/metrics/tests/test_segmentation_metrics.py,sha256=uauNjSt5LTbeaMTvi5JQYGr6hG7o--vsL-Alj2sZFx4,1902
skimage/metrics/tests/test_set_metrics.py,sha256=IdGBV0kqdbh8A_50pqQCcVK3z8wHoO--HATI4LZ355Y,7109
skimage/metrics/tests/test_simple_metrics.py,sha256=Ac0zsWS-C0NNAtjTOG10vx-anlQnH00QDLW_Ctny2Rc,4979
skimage/metrics/tests/test_structural_similarity.py,sha256=XzaSSNSTRs2Dx8UcgNVppFj9ZjrvgUQ6uMyR1aJJXd8,10026
skimage/morphology/__init__.py,sha256=ED6rJDB-8_dfBBiLZaJphivQVKcp57EMymkAw5Bls5s,2386
skimage/morphology/__pycache__/__init__.cpython-312.pyc,,
skimage/morphology/__pycache__/_flood_fill.cpython-312.pyc,,
skimage/morphology/__pycache__/_skeletonize.cpython-312.pyc,,
skimage/morphology/__pycache__/_util.cpython-312.pyc,,
skimage/morphology/__pycache__/binary.cpython-312.pyc,,
skimage/morphology/__pycache__/convex_hull.cpython-312.pyc,,
skimage/morphology/__pycache__/extrema.cpython-312.pyc,,
skimage/morphology/__pycache__/footprints.cpython-312.pyc,,
skimage/morphology/__pycache__/gray.cpython-312.pyc,,
skimage/morphology/__pycache__/grayreconstruct.cpython-312.pyc,,
skimage/morphology/__pycache__/isotropic.cpython-312.pyc,,
skimage/morphology/__pycache__/max_tree.cpython-312.pyc,,
skimage/morphology/__pycache__/misc.cpython-312.pyc,,
skimage/morphology/_convex_hull.cp312-win_amd64.lib,sha256=jjMjbyMXyrSj0icVZQFBWq6ENNOD6HMBAUKW_pJhmDo,1672
skimage/morphology/_convex_hull.cp312-win_amd64.pyd,sha256=7gmtQcIabSPtmIJXKm8olrdPb1tH0YeywNZ65cp39EI,144384
skimage/morphology/_extrema_cy.cp312-win_amd64.lib,sha256=Js3nfJy4S5ZJrU7T9b87ly2W_LuRGDf-SKDbSatc6W0,1656
skimage/morphology/_extrema_cy.cp312-win_amd64.pyd,sha256=rta-wWfgMWKOmAp5vKVRkmic4hqny4suQHbIXccdlVM,226304
skimage/morphology/_flood_fill.py,sha256=5P9wcTuCWD6AbO4v8afObKJ3bqwaGMqmwL6dUXj76DU,11043
skimage/morphology/_flood_fill_cy.cp312-win_amd64.lib,sha256=Xexp252OF3_3-rGPe-EfcDLeIOU5ofJcja2o-mjIYVg,1702
skimage/morphology/_flood_fill_cy.cp312-win_amd64.pyd,sha256=FmT9dpOnLm_tq8jcRvXojD0NZjM1dXVRDXmhmPbEmKo,270336
skimage/morphology/_grayreconstruct.cp312-win_amd64.lib,sha256=XsgMwfKgC74ymEVz8ng730EghAwLVJlhAznSmE1keP0,1732
skimage/morphology/_grayreconstruct.cp312-win_amd64.pyd,sha256=icLJpPrRWGRLJmm00YUWqyYjn8WXCB5mjp0psVzabWU,185856
skimage/morphology/_max_tree.cp312-win_amd64.lib,sha256=SuXq70fINEqwOzNYM7uchnDYwm7AFefel-pxOOhyoio,1626
skimage/morphology/_max_tree.cp312-win_amd64.pyd,sha256=JkYf99_0E509C7t9V1dC53wqsdEDly2pWFKgUXR3bnQ,632320
skimage/morphology/_misc_cy.cp312-win_amd64.lib,sha256=XXjzkG5xeYNxFpZwWfUEPfesCKxDW3j6STCXF-b7Z70,1612
skimage/morphology/_misc_cy.cp312-win_amd64.pyd,sha256=Bbe-T-N-PiAyE1wFeAJ-vOkpNRsT9a5iNn5bu7RkdUM,218624
skimage/morphology/_skeletonize.py,sha256=mHHTLAhXUDCq4SOrWx1m7_oXDQzrqkIkw7wrzPQZxZE,24211
skimage/morphology/_skeletonize_3d_cy.cp312-win_amd64.lib,sha256=j9upkwrLs1tx7unD86rb5cwbOKcEkT_pshfZreo3o68,1762
skimage/morphology/_skeletonize_3d_cy.cp312-win_amd64.pyd,sha256=5ATHQk679dhkUJJIaQIt33NiHyhBzSRaIoPhBor7eI4,162816
skimage/morphology/_skeletonize_cy.cp312-win_amd64.lib,sha256=PknoiZTcMZvFZRtIxebMvLb0bxcfTIPe9vORFIqu1yM,1716
skimage/morphology/_skeletonize_cy.cp312-win_amd64.pyd,sha256=wSuYY9N5oaglfpUmZIHo78l20pJG32sdTgZiaVL_AhA,161792
skimage/morphology/_util.py,sha256=DgVeNs9w8bAvxqc2xfNYFG5DZAr-Hj5MLU-emocW19w,12347
skimage/morphology/ball_decompositions.npy,sha256=T561HzYf19fSLTQt7Hu5gXiiGqnJRFB_JYmLjKIT5U0,431
skimage/morphology/binary.py,sha256=_LZoX3FD_1sflbNCB0fulzNhnuvP6DO086EjOWBwcCo,12432
skimage/morphology/convex_hull.py,sha256=QNLuxgpQV-FzSTE0sv87y2JoswsMoQo8kd6WM7UZg3g,8641
skimage/morphology/disk_decompositions.npy,sha256=dpc557PYxwYZk2gs30WgwEiUCVL7eOMbFy2DD3545-4,881
skimage/morphology/extrema.py,sha256=vwDGS5D4tTWA0gd79lSYRYsNJ3eXdOlDcurRwNjZVP4,21346
skimage/morphology/footprints.py,sha256=-XVycQDcAi6HtPZuEgcOWswN8yDm7BEXmNOWH6NFFaU,41107
skimage/morphology/gray.py,sha256=AmLrvye_AWpvqMdccMLiOtHrcTPJPGR0KrFAK6F4xc4,26445
skimage/morphology/grayreconstruct.py,sha256=LuJK294Tt1qRhHg1jQzvbC1xZUl84B16uCQC-CV0LdU,9567
skimage/morphology/isotropic.py,sha256=pPQ3zFtHRFGXtxFVnJ70Bl69HbKvW3kmdUll-LdpCXs,8073
skimage/morphology/max_tree.py,sha256=3Ria7Pp6jH-0qVGPaPVjnaWiRtJ_6jl09XKmZRyqIoI,27683
skimage/morphology/misc.py,sha256=ajKRi-ith9hLFy3UqgkS7VUqyI0D4gm4y_77Vllnq1k,17133
skimage/morphology/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/morphology/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/morphology/tests/__pycache__/test_binary.cpython-312.pyc,,
skimage/morphology/tests/__pycache__/test_convex_hull.cpython-312.pyc,,
skimage/morphology/tests/__pycache__/test_extrema.cpython-312.pyc,,
skimage/morphology/tests/__pycache__/test_flood_fill.cpython-312.pyc,,
skimage/morphology/tests/__pycache__/test_footprints.cpython-312.pyc,,
skimage/morphology/tests/__pycache__/test_gray.cpython-312.pyc,,
skimage/morphology/tests/__pycache__/test_isotropic.cpython-312.pyc,,
skimage/morphology/tests/__pycache__/test_max_tree.cpython-312.pyc,,
skimage/morphology/tests/__pycache__/test_misc.cpython-312.pyc,,
skimage/morphology/tests/__pycache__/test_reconstruction.cpython-312.pyc,,
skimage/morphology/tests/__pycache__/test_skeletonize.cpython-312.pyc,,
skimage/morphology/tests/__pycache__/test_skeletonize_3d.cpython-312.pyc,,
skimage/morphology/tests/__pycache__/test_util.cpython-312.pyc,,
skimage/morphology/tests/test_binary.py,sha256=ZnN9bCvEJCbcTj9J8oOqi2rmSANfsf2N98sstfLcY3E,12852
skimage/morphology/tests/test_convex_hull.py,sha256=bUnvU-8htkipUHWoMiEXTiNPuRmcHCEKnE2nPu_6kgI,9209
skimage/morphology/tests/test_extrema.py,sha256=Dnu-PKY5VRINkdhawJrTTldhMRFAOzazTg1r53r-ars,26812
skimage/morphology/tests/test_flood_fill.py,sha256=Z9Ufwfflvnz0bNTkVmiW39pskJKM0JdkKXmAoRBjvL8,9778
skimage/morphology/tests/test_footprints.py,sha256=wjUcvnCIPfw-9uTHv3PxdxJalPwqHyezRXfryffITI0,11254
skimage/morphology/tests/test_gray.py,sha256=HST-ZIxkq4fQs-VWnFe9na7pnDR2Z7YQO1FDFjoAcxE,17412
skimage/morphology/tests/test_isotropic.py,sha256=Ve6jr8KSjWnwmqkK362I88ccCLQQnRv7ImerJHeXvRs,2928
skimage/morphology/tests/test_max_tree.py,sha256=YEKAAJdDmXk1CebeOq5epCIMWBxKlHe-scrz7jBpbdI,21080
skimage/morphology/tests/test_misc.py,sha256=iPR6Qcj1VGUR3p-PU29XuHNkeprmR556PPaTBB0ZCII,18531
skimage/morphology/tests/test_reconstruction.py,sha256=tjmwfnT0M_zHIu4zjSdcKC-oLosgO2a0NS9NHMnwnAo,6058
skimage/morphology/tests/test_skeletonize.py,sha256=axKuOTdreGWmk3tAq2YN1yzJqctefBSu-Gwq8f3nhOg,9460
skimage/morphology/tests/test_skeletonize_3d.py,sha256=oeSW-43tZpWpdMs88K_oCqxrQwTXQEyFXRWTfkodjzQ,6585
skimage/morphology/tests/test_util.py,sha256=RxMxg08ia7TlvExuM8EJ8rfmgnqFyHeWXkd9NWruPnY,5881
skimage/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/registration/__init__.py,sha256=ByoS31hLTokbF8awfjqOjo4yL-_009SJTw1VAsZBzuM,100
skimage/registration/__init__.pyi,sha256=g8uGNCEO2j6Ycadm2iwQMTCQbpvUSv9GVrRUS2myYLw,374
skimage/registration/__pycache__/__init__.cpython-312.pyc,,
skimage/registration/__pycache__/_masked_phase_cross_correlation.cpython-312.pyc,,
skimage/registration/__pycache__/_optical_flow.cpython-312.pyc,,
skimage/registration/__pycache__/_optical_flow_utils.cpython-312.pyc,,
skimage/registration/__pycache__/_phase_cross_correlation.cpython-312.pyc,,
skimage/registration/_masked_phase_cross_correlation.py,sha256=BigH4m9EEQL0p-ZrZ9YTirNuJ9u0jbYi5YmOZKGH_30,12412
skimage/registration/_optical_flow.py,sha256=zwRQnueRTIgdUKXg3zsbw9th1kWlwogdidEgx2EqQ0E,14980
skimage/registration/_optical_flow_utils.py,sha256=qLU35wtZpkLtKVnRk1yALIIQlYBu9qxunZn8Oh1ELJ4,3834
skimage/registration/_phase_cross_correlation.py,sha256=QmhhPDPvoVPkfpA84bLkHbxrS4iCbRZRjyCKtqca6Kc,18287
skimage/registration/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/registration/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/registration/tests/__pycache__/test_ilk.cpython-312.pyc,,
skimage/registration/tests/__pycache__/test_masked_phase_cross_correlation.cpython-312.pyc,,
skimage/registration/tests/__pycache__/test_phase_cross_correlation.cpython-312.pyc,,
skimage/registration/tests/__pycache__/test_tvl1.cpython-312.pyc,,
skimage/registration/tests/test_ilk.py,sha256=7f53abpJBvQfASyPmictP2bRKPh7RSHeVZ_gJlu4xn4,3197
skimage/registration/tests/test_masked_phase_cross_correlation.py,sha256=-QQxqNJhL3P9OqlO6Msk_vsCezXIlirMlA_TWw3ltLc,9824
skimage/registration/tests/test_phase_cross_correlation.py,sha256=eA11peV0PoGEoBnlzGjC7IFcjFzbQrEnc4EDI49Goo8,8628
skimage/registration/tests/test_tvl1.py,sha256=lisdQmzMbrGv-qeEJZ-4tDCIe93Ae9ZBFSjahnARr1Q,3682
skimage/restoration/__init__.py,sha256=18OT2Qg-GN-ssu2OUBeOztPgA_B_Xfkv8FD7eJTwk3M,139
skimage/restoration/__init__.pyi,sha256=eBsIh0wzNNmqHRnnDUNF23DTorGjSAs5dxFDA24WA9Q,1105
skimage/restoration/__pycache__/__init__.cpython-312.pyc,,
skimage/restoration/__pycache__/_cycle_spin.cpython-312.pyc,,
skimage/restoration/__pycache__/_denoise.cpython-312.pyc,,
skimage/restoration/__pycache__/_rolling_ball.cpython-312.pyc,,
skimage/restoration/__pycache__/deconvolution.cpython-312.pyc,,
skimage/restoration/__pycache__/inpaint.cpython-312.pyc,,
skimage/restoration/__pycache__/j_invariant.cpython-312.pyc,,
skimage/restoration/__pycache__/non_local_means.cpython-312.pyc,,
skimage/restoration/__pycache__/uft.cpython-312.pyc,,
skimage/restoration/__pycache__/unwrap.cpython-312.pyc,,
skimage/restoration/_cycle_spin.py,sha256=EwawbdqT4YkSAs6jIknn9A1-Ra6RycG6qi-cABkVNRA,6020
skimage/restoration/_denoise.py,sha256=X5_Q1tFaXfoV7VoX_xQW2ni8qQa-4E9jNaYBllLkEPs,42531
skimage/restoration/_denoise_cy.cp312-win_amd64.lib,sha256=w2yqD_tr7s7vNRz-RM_vMiTqPq-yfKzT7aLYQDKuulw,1656
skimage/restoration/_denoise_cy.cp312-win_amd64.pyd,sha256=nB17LxrhnKDKoa91Gby3VJF0M4Dqx84ibl0be5U2ZTw,231424
skimage/restoration/_inpaint.cp312-win_amd64.lib,sha256=GaO_Y1uDI5JrvS4p55ExI_8OSVakmWscJnS1xds0dhM,1612
skimage/restoration/_inpaint.cp312-win_amd64.pyd,sha256=GUBO7FlG5zXxHzEEEuEbyoC-CCumua3MYtr6YOcr-EQ,181248
skimage/restoration/_nl_means_denoising.cp312-win_amd64.lib,sha256=ngQRHjCFaZheoyRVCx7DRORZ2LXFSQNXF7S7s10f4oU,1776
skimage/restoration/_nl_means_denoising.cp312-win_amd64.pyd,sha256=Cp2rOIjEJfRSHiZww2g6X3n6nw6fIYUwDK3PAsXuzaA,423424
skimage/restoration/_rolling_ball.py,sha256=APjP4ixcnzjJ1TWIaY1a8d9od630ke47plkSiCVdDFE,7133
skimage/restoration/_rolling_ball_cy.cp312-win_amd64.lib,sha256=kUzDcJ3dxewY7ci4YL3v93ti4n7Jk8rnTddpvlKQfJc,1732
skimage/restoration/_rolling_ball_cy.cp312-win_amd64.pyd,sha256=8Z027g8qpknWfpOogP6DvDVJ51uDiilEh1xztBVUVK4,216064
skimage/restoration/_unwrap_1d.cp312-win_amd64.lib,sha256=HA43fPya3zng8F4OcGGAt1DaZdFawocWOi5FiLHekXE,1642
skimage/restoration/_unwrap_1d.cp312-win_amd64.pyd,sha256=opXLZjkw-Dc2s9Mgo4eeEH1R8E-WOtlc1sZYrQGvjSg,139264
skimage/restoration/_unwrap_2d.cp312-win_amd64.lib,sha256=assocLu0tSdRg_R3JXNGCF6FCrM-6NxmtkafrrfgQhc,1642
skimage/restoration/_unwrap_2d.cp312-win_amd64.pyd,sha256=9k4ePoL1b8pyvRprHITe5qXNoHuzu150ftIOQMtuqNs,150528
skimage/restoration/_unwrap_3d.cp312-win_amd64.lib,sha256=P1RJnOCG0ogv_hPwuceKxfJgmPxvIpq6j195FAnOhhQ,1642
skimage/restoration/_unwrap_3d.cp312-win_amd64.pyd,sha256=gB6ZLUciEGsr6EPfmde3Wf_RTFKQVaC9qFzc6DXlB0c,165888
skimage/restoration/deconvolution.py,sha256=TRi6qwRPI5ABoHr0TJPXFkDYO2zxvWdU8st6w7YlltY,16262
skimage/restoration/inpaint.py,sha256=nCZpwJwjF9C53UVUFeP7E0XadEZTN1nF5-o1BJ2mbYM,13006
skimage/restoration/j_invariant.py,sha256=WNHlE1o0mb7HQolVq_sPChXloLdvZSu4vYfqMm5mj10,12760
skimage/restoration/non_local_means.py,sha256=Hwm1HlEzg6gaMxgudtdlKY6C6rawwWRVvVaH4L20Szs,7905
skimage/restoration/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/restoration/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/restoration/tests/__pycache__/test_denoise.cpython-312.pyc,,
skimage/restoration/tests/__pycache__/test_inpaint.cpython-312.pyc,,
skimage/restoration/tests/__pycache__/test_j_invariant.cpython-312.pyc,,
skimage/restoration/tests/__pycache__/test_restoration.cpython-312.pyc,,
skimage/restoration/tests/__pycache__/test_rolling_ball.cpython-312.pyc,,
skimage/restoration/tests/__pycache__/test_unwrap.cpython-312.pyc,,
skimage/restoration/tests/test_denoise.py,sha256=eqmBQWxAjnbzeZ0XC-zs1qEs5OFLu4V-UVEzbm2UZCM,41563
skimage/restoration/tests/test_inpaint.py,sha256=WoWFsC-aXyGt2T9VIR9jgBUm8h4VEUmuqS1yqJ5GWqM,7039
skimage/restoration/tests/test_j_invariant.py,sha256=iRTWPyhBXcEYb8Nr6rk4hXoLP6s8Acn5NNtTks6GZow,3371
skimage/restoration/tests/test_restoration.py,sha256=cKJPReAtQu2RjGJjIjXf0lTAjq65tdhClKF6B_2_GDE,6633
skimage/restoration/tests/test_rolling_ball.py,sha256=YNFxwq5OoG9OrlTbDbBbSDFQM5W8p40Gf0zHDi5jb88,3167
skimage/restoration/tests/test_unwrap.py,sha256=WrAxneWmfecP0g-Vsy7bg_RT_NAfcHg67NTkajfHqac,8583
skimage/restoration/uft.py,sha256=Q_Jv1QGRIUzUIYY7Zw_87KvGR9SwVhVU4BR7mFxwGW8,13064
skimage/restoration/unwrap.py,sha256=BcOFtOhbUwJT5TOIrBhgPb4qCcGl-udW2ijXtekL6OE,4946
skimage/segmentation/__init__.py,sha256=xc9zmrxl_ovq3vgervJRKiZvWeIBvmDJpED8MV5pKw8,1300
skimage/segmentation/__pycache__/__init__.cpython-312.pyc,,
skimage/segmentation/__pycache__/_chan_vese.cpython-312.pyc,,
skimage/segmentation/__pycache__/_clear_border.cpython-312.pyc,,
skimage/segmentation/__pycache__/_expand_labels.cpython-312.pyc,,
skimage/segmentation/__pycache__/_felzenszwalb.cpython-312.pyc,,
skimage/segmentation/__pycache__/_join.cpython-312.pyc,,
skimage/segmentation/__pycache__/_quickshift.cpython-312.pyc,,
skimage/segmentation/__pycache__/_watershed.cpython-312.pyc,,
skimage/segmentation/__pycache__/active_contour_model.cpython-312.pyc,,
skimage/segmentation/__pycache__/boundaries.cpython-312.pyc,,
skimage/segmentation/__pycache__/morphsnakes.cpython-312.pyc,,
skimage/segmentation/__pycache__/random_walker_segmentation.cpython-312.pyc,,
skimage/segmentation/__pycache__/slic_superpixels.cpython-312.pyc,,
skimage/segmentation/_chan_vese.py,sha256=r25UBhMQDRBgcK4QK1tW_jlvFAE6p2uBEL9pjhqDrUQ,14139
skimage/segmentation/_clear_border.py,sha256=2knKb2_zdUATKnhN29LBOZoyT7TZrdSElcS0mXOzLpo,4098
skimage/segmentation/_expand_labels.py,sha256=9RfSNdjPla7D_MaxsO-fbq42z__rFJxHfx7ZW-q8QEQ,4305
skimage/segmentation/_felzenszwalb.py,sha256=AL4nSKnDetCgYTz3rL66MHVWwMG8L0L798o73WBJ7FY,2555
skimage/segmentation/_felzenszwalb_cy.cp312-win_amd64.lib,sha256=lCKLAdTXAKLwEVeGiC4hg-7HXoDs6vTI-r_Q24abDto,1732
skimage/segmentation/_felzenszwalb_cy.cp312-win_amd64.pyd,sha256=-68bZ2422j2HGkx1gHPAW6mMVeOpM-6gigBv4jKur0Q,105984
skimage/segmentation/_join.py,sha256=tWpl4nuZf644OSehvrYKJZ9bFksMNWFSwzirNKLP9jk,7308
skimage/segmentation/_quickshift.py,sha256=Pg7QCGmNWZHSvyfukR23AVTZeyKanrqGBB1d-WivdMU,3573
skimage/segmentation/_quickshift_cy.cp312-win_amd64.lib,sha256=5_EtavjYxYPUL0G9JlT_IuHml1a8R0TlKN8vCWF9Umc,1702
skimage/segmentation/_quickshift_cy.cp312-win_amd64.pyd,sha256=p-Ks2c86EZYlm3l3JOz5Wlm-Z7lUFLOYceU6oBagwUs,207360
skimage/segmentation/_slic.cp312-win_amd64.lib,sha256=6OeQK4J9J25jMq6IHQ0BnWHnJro22xOMLiaa85IDbp4,1566
skimage/segmentation/_slic.cp312-win_amd64.pyd,sha256=5NlMFmbBh9-rJoMAA3iXeTB5WcCOOostDlhrE3RpYRs,225280
skimage/segmentation/_watershed.py,sha256=T6LmYNsXBqdrt5KZrLdec2IOUXBJ45kttrhE3cvqQlE,10012
skimage/segmentation/_watershed_cy.cp312-win_amd64.lib,sha256=A1eL8EclZnTvFzsMjCe1SvxcYNtffxbGblUnyqb-oIU,1686
skimage/segmentation/_watershed_cy.cp312-win_amd64.pyd,sha256=j72OxBp5j3jnNa7pPQ6WBnRYug9ZkZgSUNig-LXvwFw,220160
skimage/segmentation/active_contour_model.py,sha256=9eOxKuIUDATOX59QrZht242tpFJH3j9NYZ9K97qH-LU,8087
skimage/segmentation/boundaries.py,sha256=NUv_fH-WUtTWKOPIl2G8I1RYcfm9QUrBBFHunoeGnjY,10225
skimage/segmentation/morphsnakes.py,sha256=INy8KMHSUHpmORc_4bfhe0ltvhdWwLq8aLGEmcvlTps,15331
skimage/segmentation/random_walker_segmentation.py,sha256=UyBasQeslbsM3oVe6i4KPY13K_dIiops1PbXmPdVOxo,21714
skimage/segmentation/slic_superpixels.py,sha256=DoViWoadlwDCXlWllZTN2vCv3D2dJhujFUgF6EbXRl4,16802
skimage/segmentation/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/segmentation/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/segmentation/tests/__pycache__/test_active_contour_model.cpython-312.pyc,,
skimage/segmentation/tests/__pycache__/test_boundaries.cpython-312.pyc,,
skimage/segmentation/tests/__pycache__/test_chan_vese.cpython-312.pyc,,
skimage/segmentation/tests/__pycache__/test_clear_border.cpython-312.pyc,,
skimage/segmentation/tests/__pycache__/test_expand_labels.cpython-312.pyc,,
skimage/segmentation/tests/__pycache__/test_felzenszwalb.cpython-312.pyc,,
skimage/segmentation/tests/__pycache__/test_join.cpython-312.pyc,,
skimage/segmentation/tests/__pycache__/test_morphsnakes.cpython-312.pyc,,
skimage/segmentation/tests/__pycache__/test_quickshift.cpython-312.pyc,,
skimage/segmentation/tests/__pycache__/test_random_walker.cpython-312.pyc,,
skimage/segmentation/tests/__pycache__/test_slic.cpython-312.pyc,,
skimage/segmentation/tests/__pycache__/test_watershed.cpython-312.pyc,,
skimage/segmentation/tests/test_active_contour_model.py,sha256=s0KqDuQ1-wJ6AzmIKALKi86WOd6e6ljGDiRVbSroYSI,6068
skimage/segmentation/tests/test_boundaries.py,sha256=7-b_5_AKUWvhmO18DPy7MnOIockTVkiFABY3mXVju7c,5371
skimage/segmentation/tests/test_chan_vese.py,sha256=VqUQcZfxNuY8qiElqlYDypqQHQ_hR40ktjubFtnfY7s,3471
skimage/segmentation/tests/test_clear_border.py,sha256=v2a4gK6QtSSmTarIduqOwHxsbgwDjoaiFuPKZcJW6tk,5697
skimage/segmentation/tests/test_expand_labels.py,sha256=68e8s40nd-1NlI0_KMtFcG15raoJj71FZq8KzIQQ8tw,6802
skimage/segmentation/tests/test_felzenszwalb.py,sha256=cUFYxYanH8iggwvBLVgkZ8lgHo83kFVwN6ZUY_Ql60Y,2943
skimage/segmentation/tests/test_join.py,sha256=oq8-VACdxBkKK25AU2k_KxuA1W1wUOq6GHbGar5yyXs,7324
skimage/segmentation/tests/test_morphsnakes.py,sha256=PoAoyEAFIXmw1Kbo5UQOpuHulrDrWtVQUTfKybwO8gQ,4757
skimage/segmentation/tests/test_quickshift.py,sha256=Vo7XFJjUKHrlgzuiKVqC28smLCOO-R7BV0bmg5l4dmQ,2467
skimage/segmentation/tests/test_random_walker.py,sha256=vNzkehWI6AmzjBs0JCODq0MzDdz02IlWoxPgIsV1Rmo,18956
skimage/segmentation/tests/test_slic.py,sha256=GVj4wHoC0vawPPYQPSMc3GF9MDFE5PbnxB1I4Rm6dIY,19122
skimage/segmentation/tests/test_watershed.py,sha256=ycCXvxjuFtpsrXPKaixOX4x_4p3zH9ncFy3tl2e6HtY,28589
skimage/transform/__init__.py,sha256=BArWMjl6bfGF9oRSbFS5S0LGNfGSE-VnhGfb-J8fGAU,1525
skimage/transform/__init__.pyi,sha256=pY7KccFUtEodxfq_5DXyZyXDbpXXhd8d_ZBt1KmA0no,2067
skimage/transform/__pycache__/__init__.cpython-312.pyc,,
skimage/transform/__pycache__/_geometric.cpython-312.pyc,,
skimage/transform/__pycache__/_thin_plate_splines.cpython-312.pyc,,
skimage/transform/__pycache__/_warps.cpython-312.pyc,,
skimage/transform/__pycache__/finite_radon_transform.cpython-312.pyc,,
skimage/transform/__pycache__/hough_transform.cpython-312.pyc,,
skimage/transform/__pycache__/integral.cpython-312.pyc,,
skimage/transform/__pycache__/pyramids.cpython-312.pyc,,
skimage/transform/__pycache__/radon_transform.cpython-312.pyc,,
skimage/transform/_geometric.py,sha256=b4-q3c8n-qy6ot1iIobCqbc7t6SVc7bdqD3cM6DINug,61445
skimage/transform/_hough_transform.cp312-win_amd64.lib,sha256=0k-E2ubNqM61Zb_TByahDx78MWnM0SOpZTDDx0AHc8w,1732
skimage/transform/_hough_transform.cp312-win_amd64.pyd,sha256=oeoWziOy6pkfszJ0tOWFRsCoFDXnqMoRKIPy4FrJL4A,225792
skimage/transform/_radon_transform.cp312-win_amd64.lib,sha256=QsdxM3PWLjxctgSDTMdr57zl7wRenhhikpIKaE088iM,1732
skimage/transform/_radon_transform.cp312-win_amd64.pyd,sha256=iyALmVtMm0B1SPPVqKyU6yE5g7fVhjt5V4ZshkrxMXE,184320
skimage/transform/_thin_plate_splines.py,sha256=P3HMLWWCY9LfGSKYnoCTIkxSdtYvmRcjADpTgsffMNU,5989
skimage/transform/_warps.py,sha256=yTczvRTkANs_vFu1Xorz7M8d4su89lB43XwrQIxVrrE,49899
skimage/transform/_warps_cy.cp312-win_amd64.lib,sha256=JC5SG4taaG1fhjPP4KR0lNen-_rZBA8yTLwjBHF88qU,1626
skimage/transform/_warps_cy.cp312-win_amd64.pyd,sha256=XnBEC_MLnUFxSEXtCUzyJXMYtUYMW2JfDdiyICw4coc,196096
skimage/transform/finite_radon_transform.py,sha256=b5FhIIKX_QgdS_Tc8OA6qtUSQF_8YuRnRRPWJwaRQ7s,3311
skimage/transform/hough_transform.py,sha256=My-DnS40EBanXJtfyXd9P3CYJpmkruhfuj8PBGPD6TA,16340
skimage/transform/integral.py,sha256=9jHMXVMy7Hqc-Pj1tmht7FJxKbJxBCvtKX6mGdYVRiw,5241
skimage/transform/pyramids.py,sha256=Hy43PBWJnr4DzI-CgEhHox1GL-4pahlRpb3v0YSqvrY,13765
skimage/transform/radon_transform.py,sha256=I4SOt-_Oxad0DLWOfINUhOZRk_kYvo1h7d9pWeH7n_g,21274
skimage/transform/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/transform/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/transform/tests/__pycache__/test_finite_radon_transform.cpython-312.pyc,,
skimage/transform/tests/__pycache__/test_geometric.cpython-312.pyc,,
skimage/transform/tests/__pycache__/test_hough_transform.cpython-312.pyc,,
skimage/transform/tests/__pycache__/test_integral.cpython-312.pyc,,
skimage/transform/tests/__pycache__/test_pyramids.cpython-312.pyc,,
skimage/transform/tests/__pycache__/test_radon_transform.cpython-312.pyc,,
skimage/transform/tests/__pycache__/test_thin_plate_splines.cpython-312.pyc,,
skimage/transform/tests/__pycache__/test_warps.cpython-312.pyc,,
skimage/transform/tests/test_finite_radon_transform.py,sha256=ZNeiCPF_QpmfipLBeyHruQAgDVa_w2uOra9l-tgVVTA,329
skimage/transform/tests/test_geometric.py,sha256=4-y7dvSoIJpNzOTLjm-qmUf6a07-EXJHwL_KoVdhEYQ,35461
skimage/transform/tests/test_hough_transform.py,sha256=ELq7XF1Oafanzli-XNNn2GVFBp-7-fhYUv1xIprTaZQ,19695
skimage/transform/tests/test_integral.py,sha256=Yi6zMlXu6po3Z6UqOzoDuVr8zJ__rplzL6dCxTS6noM,2405
skimage/transform/tests/test_pyramids.py,sha256=eXWGlGgHu08xg5jVH-58sedW370xSreaffjs9f4R0j4,8257
skimage/transform/tests/test_radon_transform.py,sha256=stPU31VE45aXPaFyDBqPuxyL8jhOK0szDqLnB_LPNPY,19158
skimage/transform/tests/test_thin_plate_splines.py,sha256=20YWGW2sqkJ3Fc-6EfYAq1D4cLhX3jrenZydNEY4phs,2819
skimage/transform/tests/test_warps.py,sha256=YPKyABfT7jZSEMyzNWwuKhB9rw1jgKF9IOEQw9ZLRbk,34054
skimage/util/__init__.py,sha256=j1DIMri9R8OeslcVYuGliOES-CmF-2G37nZ_GSX9w-g,1396
skimage/util/__pycache__/__init__.cpython-312.pyc,,
skimage/util/__pycache__/_invert.cpython-312.pyc,,
skimage/util/__pycache__/_label.cpython-312.pyc,,
skimage/util/__pycache__/_map_array.cpython-312.pyc,,
skimage/util/__pycache__/_montage.cpython-312.pyc,,
skimage/util/__pycache__/_regular_grid.cpython-312.pyc,,
skimage/util/__pycache__/_slice_along_axes.cpython-312.pyc,,
skimage/util/__pycache__/apply_parallel.cpython-312.pyc,,
skimage/util/__pycache__/arraycrop.cpython-312.pyc,,
skimage/util/__pycache__/compare.cpython-312.pyc,,
skimage/util/__pycache__/dtype.cpython-312.pyc,,
skimage/util/__pycache__/lookfor.cpython-312.pyc,,
skimage/util/__pycache__/noise.cpython-312.pyc,,
skimage/util/__pycache__/shape.cpython-312.pyc,,
skimage/util/__pycache__/unique.cpython-312.pyc,,
skimage/util/_invert.py,sha256=T5-15Tcgo4lr_vKiS_t1VzellymN2FKHoFyBkRMr5pg,2634
skimage/util/_label.py,sha256=JMW7-dBnJONNM5RdcfvUNveK64w-7RA-4kXPuitMCCw,1619
skimage/util/_map_array.py,sha256=LBXkj0MmYYkD7fyQLDRJSHvUUv3EBxUsq5ISoJgLVr0,6883
skimage/util/_montage.py,sha256=fRTJjP8b4cYzSBuoxjNBRurXBtw10UrwvsCqVWjDe5E,4937
skimage/util/_regular_grid.py,sha256=NNvI2uEAVoQ25oDE-mlawcslBnsUGrMq7UodmnJc0Ok,4003
skimage/util/_remap.cp312-win_amd64.lib,sha256=VNlXMitjJMRnESgEg1LZrwFRzRnDJbpQNSwgaX4F3ek,1582
skimage/util/_remap.cp312-win_amd64.pyd,sha256=pU2zNVVZf7ck6GJEG1CFCSRpJdWM21WRudBdv1fRKDs,548352
skimage/util/_slice_along_axes.py,sha256=uIWtJpcPIO_6WGIjbpkxf6KqPY5Y2gbN98xjpcmHTrQ,2663
skimage/util/apply_parallel.py,sha256=Xr9-pBL-sOY3b-XW353UQkNMa9rxXiQqn1Q3tc3YlR4,7862
skimage/util/arraycrop.py,sha256=mtaprpcOqge3pAsaXOg9cyjiCYYPHLTArAF_ZYM72Nc,2558
skimage/util/compare.py,sha256=5zN1DSRwdLpeDlav3p3NgX_KTxDeTUFRFu0O3Xor-m0,4639
skimage/util/dtype.py,sha256=Qjm77Aiu_ZB47H6SscrhnjRLE9vHRnO7cB34wpTB0P0,18281
skimage/util/lookfor.py,sha256=uQQaNWru64U8fE4aqPIRbidHBDMqnaqkj05CGwfWA9s,820
skimage/util/noise.py,sha256=W_FzHF2eFbf32teLj3SY2XKOpHYDDm4YrvAhbGu3FRg,8796
skimage/util/shape.py,sha256=0hz-n2tsQXeQKSjgWg3T5EDdjFrmXlLjE81yvKA5YJQ,8075
skimage/util/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/util/tests/__pycache__/__init__.cpython-312.pyc,,
skimage/util/tests/__pycache__/test_apply_parallel.cpython-312.pyc,,
skimage/util/tests/__pycache__/test_arraycrop.cpython-312.pyc,,
skimage/util/tests/__pycache__/test_compare.cpython-312.pyc,,
skimage/util/tests/__pycache__/test_dtype.cpython-312.pyc,,
skimage/util/tests/__pycache__/test_invert.cpython-312.pyc,,
skimage/util/tests/__pycache__/test_labels.cpython-312.pyc,,
skimage/util/tests/__pycache__/test_lookfor.cpython-312.pyc,,
skimage/util/tests/__pycache__/test_map_array.cpython-312.pyc,,
skimage/util/tests/__pycache__/test_montage.cpython-312.pyc,,
skimage/util/tests/__pycache__/test_random_noise.cpython-312.pyc,,
skimage/util/tests/__pycache__/test_regular_grid.cpython-312.pyc,,
skimage/util/tests/__pycache__/test_shape.cpython-312.pyc,,
skimage/util/tests/__pycache__/test_slice_along_axes.cpython-312.pyc,,
skimage/util/tests/__pycache__/test_unique_rows.cpython-312.pyc,,
skimage/util/tests/test_apply_parallel.py,sha256=j25FhmwMhRWzz0yNfQGKVmMmDGhSWEG6OKbGG7m55u8,5201
skimage/util/tests/test_arraycrop.py,sha256=ubRIb3FaqqOryKCZk59TDT53LURa-G2-QRzvOe4cy30,1919
skimage/util/tests/test_compare.py,sha256=f70PVbEV9eZ-UWcKj361d_2eePZdFSo5HM9JpaZyEBo,3995
skimage/util/tests/test_dtype.py,sha256=6qJ7yeWG9HA8ae0dU8ZUIhoHa7CCANRPeEPu7rNns4U,6779
skimage/util/tests/test_invert.py,sha256=UV30Dtq46ce-WLmAf86twlLHdVuGU2unKxqUwMquQ64,2489
skimage/util/tests/test_labels.py,sha256=cqjNc8mNIWt5D5zXFxLUKYws0i260FZLhE3PdUgn5is,1849
skimage/util/tests/test_lookfor.py,sha256=Y4tzBxYQSaekX7zuQgAfc-0rysvU5D-0l5eu5YVkRLw,315
skimage/util/tests/test_map_array.py,sha256=59IS7c0fTku6Q4RD-_orwXvfjlSSEYKII6U400BQDzM,2987
skimage/util/tests/test_montage.py,sha256=fZxrct3tcMg-HBVifKMtU7VCKqKviyjxLGFGPbN7mEk,5853
skimage/util/tests/test_random_noise.py,sha256=kncv8h3bRNrWJZ0og6Y--rTHz6RoJJE_Z75rKeDZKxQ,7878
skimage/util/tests/test_regular_grid.py,sha256=Soyuuf63POW0HvcHCfil_OSxL0MTgKbQ0uZ_8tJmQrI,1017
skimage/util/tests/test_shape.py,sha256=eKXfb25uzan5VRL4F9Q7GOx6Cj8dkb1RJ5KMxiz7GfY,4730
skimage/util/tests/test_slice_along_axes.py,sha256=-c5N1ASZow7GbfL0hHe1QP0YPpi3TiuDiVkstSOnnI8,1744
skimage/util/tests/test_unique_rows.py,sha256=iVGVTMAK7uCzMGa75m55QAUSwvgDIBkq7OTaBiuQcvI,1137
skimage/util/unique.py,sha256=ccnl0oe1RpmyQpKUnZhlIAQyVciE8ZITsipeoV06pvo,1567

View File

@@ -0,0 +1,4 @@
Wheel-Version: 1.0
Generator: meson
Root-Is-Purelib: false
Tag: cp312-cp312-win_amd64