comment here

This commit is contained in:
ton
2023-03-18 20:03:34 +07:00
commit 4553a0a589
14513 changed files with 2685043 additions and 0 deletions

View File

@@ -0,0 +1,151 @@
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
License: GraphicsGems-EULA
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
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.
License: GraphicsGems-EULA
The Graphics Gems code is copyright-protected. In other words, you cannot
claim the text of the code as your own and resell it. Using the code is
permitted in any program, product, or library, non-commercial or commercial.
Giving credit is not required, though is a nice gesture. The code comes as-is,
and if there are any flaws or problems with any Gems code, nobody involved with
Gems - authors, editors, publishers, or webmasters - are to be held
responsible. Basically, don't be a jerk, and remember that anything free
comes with no guarantee.

View File

@@ -0,0 +1,339 @@
Metadata-Version: 2.1
Name: scikit-image
Version: 0.20.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
License: GraphicsGems-EULA
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
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.
License: GraphicsGems-EULA
The Graphics Gems code is copyright-protected. In other words, you cannot
claim the text of the code as your own and resell it. Using the code is
permitted in any program, product, or library, non-commercial or commercial.
Giving credit is not required, though is a nice gesture. The code comes as-is,
and if there are any flaws or problems with any Gems code, nobody involved with
Gems - authors, editors, publishers, or webmasters - are to be held
responsible. Basically, don't be a jerk, and remember that anything free
comes with no guarantee.
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
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.8
Requires-Dist: numpy>=1.21.1
Requires-Dist: scipy<1.9.2,>=1.8; python_version <= "3.9"
Requires-Dist: scipy>=1.8; python_version > "3.9"
Requires-Dist: networkx>=2.8
Requires-Dist: pillow>=9.0.1
Requires-Dist: imageio>=2.4.1
Requires-Dist: tifffile>=2019.7.26
Requires-Dist: PyWavelets>=1.1.1
Requires-Dist: packaging>=20.0
Requires-Dist: lazy_loader>=0.1
Requires-Dist: meson-python>=0.13.0rc0; extra == "build"
Requires-Dist: wheel; extra == "build"
Requires-Dist: setuptools>=67; extra == "build"
Requires-Dist: packaging>=20; extra == "build"
Requires-Dist: ninja; extra == "build"
Requires-Dist: Cython>=0.29.24; extra == "build"
Requires-Dist: pythran; extra == "build"
Requires-Dist: numpy>=1.21.1; extra == "build"
Requires-Dist: build; extra == "build"
Requires-Dist: pooch>=1.3.0; extra == "data"
Requires-Dist: numpy>=1.21.1; extra == "default"
Requires-Dist: scipy<1.9.2,>=1.8; python_version <= "3.9" and extra == "default"
Requires-Dist: scipy>=1.8; python_version > "3.9" and extra == "default"
Requires-Dist: networkx>=2.8; extra == "default"
Requires-Dist: pillow>=9.0.1; extra == "default"
Requires-Dist: imageio>=2.4.1; extra == "default"
Requires-Dist: tifffile>=2019.7.26; extra == "default"
Requires-Dist: PyWavelets>=1.1.1; extra == "default"
Requires-Dist: packaging>=20.0; extra == "default"
Requires-Dist: lazy_loader>=0.1; extra == "default"
Requires-Dist: pre-commit; extra == "developer"
Requires-Dist: rtoml; extra == "developer"
Requires-Dist: sphinx>=5.2; extra == "docs"
Requires-Dist: sphinx-gallery>=0.11; extra == "docs"
Requires-Dist: numpydoc>=1.5; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: pytest-runner; extra == "docs"
Requires-Dist: scikit-learn; 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: plotly>=5.10; extra == "docs"
Requires-Dist: kaleido; extra == "docs"
Requires-Dist: SimpleITK; extra == "optional"
Requires-Dist: astropy>=3.1.2; extra == "optional"
Requires-Dist: cloudpickle>=0.2.1; extra == "optional"
Requires-Dist: dask[array]!=2.17.0,>=1.0.0; extra == "optional"
Requires-Dist: matplotlib>=3.3; extra == "optional"
Requires-Dist: pooch>=1.3.0; extra == "optional"
Requires-Dist: pyamg; extra == "optional"
Requires-Dist: asv; extra == "test"
Requires-Dist: codecov; extra == "test"
Requires-Dist: matplotlib>=3.3; extra == "test"
Requires-Dist: pooch>=1.3.0; extra == "test"
Requires-Dist: pytest>=5.2.0; extra == "test"
Requires-Dist: pytest-cov>=2.7.0; extra == "test"
Requires-Dist: pytest-localserver; extra == "test"
Requires-Dist: pytest-faulthandler; extra == "test"
Provides-Extra: build
Provides-Extra: data
Provides-Extra: default
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)
- **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)
- **Benchmarks:** [https://pandas.pydata.org/speed/scikit-image/](https://pandas.pydata.org/speed/scikit-image/)
## Installation from binaries
- **pip:** `pip install scikit-image`
- **conda:** `conda install -c conda-forge scikit-image`
Also see [installing `scikit-image`](INSTALL.rst).
## Installation from source
Install dependencies using:
```
pip install -r requirements.txt
```
Then, install scikit-image using:
```
$ pip install .
```
If you plan to develop the package, you may run it directly from source:
```
$ pip install -e . # Do this once to add package to Python path
```
Every time you modify Cython files, also run:
```
$ python setup.py build_ext -i # Build binary extensions
```
## License (Modified BSD)
Copyright (C) 2011, the scikit-image team
All rights reserved.
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 skimage 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 AUTHOR ``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 AUTHOR 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.
## 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,800 @@
scikit_image-0.20.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
scikit_image-0.20.0.dist-info/LICENSE.txt,sha256=Jkbp2UO5vVBiukQGUZGXLxGn1Rn8LRyev8u8s5VG8ZA,6687
scikit_image-0.20.0.dist-info/METADATA,sha256=2NuKZwONVM5qQ0ZGmhHYtUCQleU1alVYBzQ7f0-iqWU,16544
scikit_image-0.20.0.dist-info/RECORD,,
scikit_image-0.20.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
scikit_image-0.20.0.dist-info/WHEEL,sha256=6uXuBuTHKYVHX38njLnDjCYRk1Z5gwaXJtzFqt6LRKw,137
skimage/__init__.py,sha256=0cHNt28Lv8zZpBJw505WcoS-7-Ym1WKG122vlzVXrkY,5539
skimage/__init__.pyi,sha256=TRYozK4YjwWJWfs64FS3xCfq4KBD-obE5uhLpx7z128,568
skimage/__pycache__/__init__.cpython-311.pyc,,
skimage/__pycache__/conftest.cpython-311.pyc,,
skimage/_shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/_shared/__pycache__/__init__.cpython-311.pyc,,
skimage/_shared/__pycache__/_dependency_checks.cpython-311.pyc,,
skimage/_shared/__pycache__/_geometry.cpython-311.pyc,,
skimage/_shared/__pycache__/_tempfile.cpython-311.pyc,,
skimage/_shared/__pycache__/_warnings.cpython-311.pyc,,
skimage/_shared/__pycache__/coord.cpython-311.pyc,,
skimage/_shared/__pycache__/filters.cpython-311.pyc,,
skimage/_shared/__pycache__/tester.cpython-311.pyc,,
skimage/_shared/__pycache__/testing.cpython-311.pyc,,
skimage/_shared/__pycache__/utils.cpython-311.pyc,,
skimage/_shared/__pycache__/version_requirements.cpython-311.pyc,,
skimage/_shared/_dependency_checks.py,sha256=8KfYDTMb7fESZzho8ngmIbgsePuHkUIhOUlS25NX3hg,94
skimage/_shared/_geometry.py,sha256=6Su-Lo-ESdsecEBx3cyvnQoCkhmEgv_aPoLcgJcNzLQ,1343
skimage/_shared/_tempfile.py,sha256=pnIZBZz-TWcQiwXxHWW5WojmbPFyymjh_uSYtd1-DhM,762
skimage/_shared/_warnings.py,sha256=w08sXjLlqb3-WU2xcXctojepUh4YiuYTEmffqhIK3Ag,5227
skimage/_shared/coord.py,sha256=d9RMOAzcFXbww0Zl1Eb-7eLEvxP5MPtq293A63v0en4,4484
skimage/_shared/fast_exp.cpython-311-x86_64-linux-gnu.so,sha256=79NsuAp1hih7X4zHC0MQQcvJjVM-hnn6_zeceHWmIIs,73808
skimage/_shared/fast_exp.h,sha256=HtIZ7X68IvcNN47SM5E1SxBgvVYziJKvzvawzO94vi8,1246
skimage/_shared/filters.py,sha256=rwSjy-tYO0ECBQr_v6IknCm6fLhcL5YCjZ0ahhEst6s,6588
skimage/_shared/geometry.cpython-311-x86_64-linux-gnu.so,sha256=HCMfDwZ1PKzQHJW1mwMxX7HhuO60jMMKv3IaUFomVDw,166152
skimage/_shared/interpolation.cpython-311-x86_64-linux-gnu.so,sha256=ZXgspMqEWv8s5FKpUNiMKJV5oCLW62Bw0HNnQ-sfobU,40944
skimage/_shared/tester.py,sha256=HTCh7kRmbDtuMd3Z_SwngSCiMdNGEBBXHykoSTn8LSw,3525
skimage/_shared/testing.py,sha256=lvpD11LOn3L6ck2iX3YGoygoAtJuhWkIY7Hmw2n-0QE,9557
skimage/_shared/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/_shared/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/_shared/tests/__pycache__/test_coord.cpython-311.pyc,,
skimage/_shared/tests/__pycache__/test_fast_exp.cpython-311.pyc,,
skimage/_shared/tests/__pycache__/test_geometry.cpython-311.pyc,,
skimage/_shared/tests/__pycache__/test_interpolation.cpython-311.pyc,,
skimage/_shared/tests/__pycache__/test_safe_as_int.cpython-311.pyc,,
skimage/_shared/tests/__pycache__/test_testing.cpython-311.pyc,,
skimage/_shared/tests/__pycache__/test_utils.cpython-311.pyc,,
skimage/_shared/tests/__pycache__/test_version_requirements.cpython-311.pyc,,
skimage/_shared/tests/__pycache__/test_warnings.cpython-311.pyc,,
skimage/_shared/tests/test_coord.py,sha256=grwtxngv-4cdCrcq0QiiV-pLqTlzNbD5rYWxgpX3s2k,3254
skimage/_shared/tests/test_fast_exp.py,sha256=gcbZkU5LQ0NARcbjFT1888iYPz37Le0wbsyy9aNCk9Y,500
skimage/_shared/tests/test_geometry.py,sha256=DbkAu9H09L1cAtAQdbGWIFI2Djf1L07lhIeByR91DzU,2140
skimage/_shared/tests/test_interpolation.py,sha256=7lFf4Mnfh7N8t8BsQ1oi2zO1sVBUGnF6L3V21GMxDbw,1136
skimage/_shared/tests/test_safe_as_int.py,sha256=9mPWzqA59gU5PPUHoDEoX9RILMwH1LBHFjTTit8C6gs,1672
skimage/_shared/tests/test_testing.py,sha256=OnpR2EYrppmBvIcZ5qQI78YdtRusaltVeYjN2JWm8BY,2966
skimage/_shared/tests/test_utils.py,sha256=OPSXgSxU5UorS1ymmZHzxjfRFJtLMX8GZQYDrjlHNuo,9971
skimage/_shared/tests/test_version_requirements.py,sha256=gTDVOQC5qFYuWt--uNRe3AMwhMZKNNyqWZvv2KFtjW8,1076
skimage/_shared/tests/test_warnings.py,sha256=O-IVek3zadm58cuq_P-F59DX_6ETBHjiASAZ3sEB_8o,1250
skimage/_shared/transform.cpython-311-x86_64-linux-gnu.so,sha256=kBcq-9MKHCm9hWNAC35iPUvwwS7BHhxkKQPTi9jTg4Y,166376
skimage/_shared/utils.py,sha256=Y1_xQwLYL53WUpIvDcuP4N1CYkC1oBPtUMlmCZvRzj8,25518
skimage/_shared/version_requirements.py,sha256=LdrsMiePtD3g3xsnPR0MfyMFqNl98VnEoai8wch3nvc,5349
skimage/color/__init__.py,sha256=DO3DWFKmtZRF1El2N_o45f3xRUPDsunTYoo1khXLWog,3761
skimage/color/__pycache__/__init__.cpython-311.pyc,,
skimage/color/__pycache__/adapt_rgb.cpython-311.pyc,,
skimage/color/__pycache__/colorconv.cpython-311.pyc,,
skimage/color/__pycache__/colorlabel.cpython-311.pyc,,
skimage/color/__pycache__/delta_e.cpython-311.pyc,,
skimage/color/__pycache__/rgb_colors.cpython-311.pyc,,
skimage/color/adapt_rgb.py,sha256=nWd2eoIrCHBX1HrfPUx-HH8y64ewLCKsexAalaIzmCk,2499
skimage/color/colorconv.py,sha256=ZVuOZbzY0zMCd0MAgBO6Q-NTrCocfq1E-_Tx2TL3xnA,66209
skimage/color/colorlabel.py,sha256=r79JQaozGixTyC4la4vCCu7FLZAlafTId8qMh1MQZ94,10510
skimage/color/delta_e.py,sha256=pmGkZVMzuNyladyTlNKSpIiyqPFlZN1D48Anf_59VdY,12739
skimage/color/rgb_colors.py,sha256=Nj-fsrXpuCtLFIjKMgzpvb6HkrpZiuvgDc5imTMGs9w,4493
skimage/color/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/color/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/color/tests/__pycache__/test_adapt_rgb.cpython-311.pyc,,
skimage/color/tests/__pycache__/test_colorconv.cpython-311.pyc,,
skimage/color/tests/__pycache__/test_colorlabel.cpython-311.pyc,,
skimage/color/tests/__pycache__/test_delta_e.cpython-311.pyc,,
skimage/color/tests/test_adapt_rgb.py,sha256=ltwAngx6kQetLvU-mLgLcxOvn-sDz8mm0WXnBARJKB0,2749
skimage/color/tests/test_colorconv.py,sha256=8UNgLhyjbD9S7AcmFG_7TYIvHzFuELqXHqz2GBcXjfk,37970
skimage/color/tests/test_colorlabel.py,sha256=NUFH1SVIrRWKqwQmNCfJltmKpn0qWYFuA1W12IfXvcs,11275
skimage/color/tests/test_delta_e.py,sha256=bTg1-8BCH2GrnxLbr-dFx23jOfn7XBWW-mWPju-gLBw,7099
skimage/conftest.py,sha256=kxuMAwoYI1O707FS3Lmfd6ypMZa1FgF2kaX83VKXLQ0,303
skimage/data/README.txt,sha256=Wra5WN0KyiF-Pp3FNWCMJDKkdIKRCdEGTwPSSUYACyc,280
skimage/data/__init__.py,sha256=OHb6Xou2v6u42swTgjRfzej4CIlRg4OmgOIQXUiRjKA,97
skimage/data/__init__.pyi,sha256=hWH0jy_DWkNyR7VXhrgTmdMga5dOGMn0P1yUqmaMsZ0,1482
skimage/data/__pycache__/__init__.cpython-311.pyc,,
skimage/data/__pycache__/_binary_blobs.cpython-311.pyc,,
skimage/data/__pycache__/_fetchers.cpython-311.pyc,,
skimage/data/__pycache__/_registry.cpython-311.pyc,,
skimage/data/_binary_blobs.py,sha256=BKa0etC7wuFdV7GxLQPajgP-HbupyxkmCDRbMYFRDjw,2395
skimage/data/_fetchers.py,sha256=EiXOaJIioYJn6ZKnRYzOWMMrkopACXiuXOT9ZGJ-818,38891
skimage/data/_registry.py,sha256=VdXqvW_PtZCDon_4hETu1KryJY4QvP0omTZnaGRB0x4,15494
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-311.pyc,,
skimage/data/tests/__pycache__/test_data.cpython-311.pyc,,
skimage/data/tests/test_data.py,sha256=kRBcTBV5OjLxYfnK-LqzAnvH1e8szXryomq2FTtSOSQ,5647
skimage/data/text.png,sha256=vYSqOm48mIeFDUXWBslrLllDP771AzhXC2PDGeZo5tE,42704
skimage/draw/__init__.py,sha256=QpRdiIV7JRU6QqX_hvQZMZEaz0wnUFBwmd-Y36pmWaY,917
skimage/draw/__pycache__/__init__.cpython-311.pyc,,
skimage/draw/__pycache__/_polygon2mask.cpython-311.pyc,,
skimage/draw/__pycache__/_random_shapes.cpython-311.pyc,,
skimage/draw/__pycache__/draw.cpython-311.pyc,,
skimage/draw/__pycache__/draw3d.cpython-311.pyc,,
skimage/draw/__pycache__/draw_nd.cpython-311.pyc,,
skimage/draw/_draw.cpython-311-x86_64-linux-gnu.so,sha256=jukksrh2rtFkZ1pjuAGj3IVR_BC3nUOkem2mrPiWeVY,354520
skimage/draw/_polygon2mask.py,sha256=YA05med-lPg1uap-bjpDS5raJ0bEtvlimu5N9WNS19s,1108
skimage/draw/_random_shapes.py,sha256=TqcLGVfsc3UevxLvH9ZvVdKYKkgy28k4f_NmKLUWCtA,16343
skimage/draw/draw.py,sha256=cvDPCFIxOkRJWcjkSAqsasHGnK95wFjgqsk3Omq_V0w,32488
skimage/draw/draw3d.py,sha256=VOIDC3jN43CdNd1ETK8ZtD6luZdEk478RlsbZb6aon0,3443
skimage/draw/draw_nd.py,sha256=HC2CzdmhVynzTAiWP85r4R-74qjCB0B5CXDV2UhR2rM,3718
skimage/draw/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/draw/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/draw/tests/__pycache__/test_draw.cpython-311.pyc,,
skimage/draw/tests/__pycache__/test_draw3d.cpython-311.pyc,,
skimage/draw/tests/__pycache__/test_draw_nd.cpython-311.pyc,,
skimage/draw/tests/__pycache__/test_polygon2mask.cpython-311.pyc,,
skimage/draw/tests/__pycache__/test_random_shapes.cpython-311.pyc,,
skimage/draw/tests/test_draw.py,sha256=Ky6_DGfxLQVj3w_sJQCnBoNKQarSvZPegE1czBd2vJQ,40269
skimage/draw/tests/test_draw3d.py,sha256=2twgaZKvTR0lTPlBVTIGN7JGRKPdPZTtlO1SBOMeGv8,6702
skimage/draw/tests/test_draw_nd.py,sha256=W9-C2gRov5aVmXhbKxdTep5X69bie0XpfuYu-u-KL44,485
skimage/draw/tests/test_polygon2mask.py,sha256=y91nPgKXi_qfb5g83UAEtWGTUjvJwR4jN7rFy-lr3bI,343
skimage/draw/tests/test_random_shapes.py,sha256=AVWXmWetFO8UxcWm0Ia2NkGC3xz9b9c4zQz0E7W5Ugc,5769
skimage/exposure/__init__.py,sha256=NZqpdfmIA2ZdlJyHA1hoscEv1WkRySQid-0T_m5OJ-E,614
skimage/exposure/__pycache__/__init__.cpython-311.pyc,,
skimage/exposure/__pycache__/_adapthist.cpython-311.pyc,,
skimage/exposure/__pycache__/exposure.cpython-311.pyc,,
skimage/exposure/__pycache__/histogram_matching.cpython-311.pyc,,
skimage/exposure/_adapthist.py,sha256=iUHRSrA4pa2TI6nG6euF75ZiRyaXLX5BD4Zks3_-pYI,11190
skimage/exposure/exposure.py,sha256=FsnaxoC9Y2uX_VMi8jC9e5ARxzNaTFgIjOsARxQc0sQ,27978
skimage/exposure/histogram_matching.py,sha256=OQvaX8rXo2uiEQiCrkhLPzVbOKaFughz21GcdbVygNA,3335
skimage/exposure/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/exposure/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/exposure/tests/__pycache__/test_exposure.cpython-311.pyc,,
skimage/exposure/tests/__pycache__/test_histogram_matching.cpython-311.pyc,,
skimage/exposure/tests/test_exposure.py,sha256=Fa09HxgXNqOnTPvNxmJg7wnruKZdrycgB7kFV6P-rNY,32221
skimage/exposure/tests/test_histogram_matching.py,sha256=XnxyGihgvPd1-DnP-Daw-6TyVF-Tb8mecCeGsGojfZ8,5331
skimage/feature/__init__.py,sha256=Kq3LPJff_jng9Mvdp40lXJTY88ODU-JUig7rNUfrzfU,2279
skimage/feature/__pycache__/__init__.cpython-311.pyc,,
skimage/feature/__pycache__/_basic_features.cpython-311.pyc,,
skimage/feature/__pycache__/_canny.cpython-311.pyc,,
skimage/feature/__pycache__/_daisy.cpython-311.pyc,,
skimage/feature/__pycache__/_hog.cpython-311.pyc,,
skimage/feature/__pycache__/_orb_descriptor_positions.cpython-311.pyc,,
skimage/feature/__pycache__/blob.cpython-311.pyc,,
skimage/feature/__pycache__/brief.cpython-311.pyc,,
skimage/feature/__pycache__/censure.cpython-311.pyc,,
skimage/feature/__pycache__/corner.cpython-311.pyc,,
skimage/feature/__pycache__/haar.cpython-311.pyc,,
skimage/feature/__pycache__/match.cpython-311.pyc,,
skimage/feature/__pycache__/orb.cpython-311.pyc,,
skimage/feature/__pycache__/peak.cpython-311.pyc,,
skimage/feature/__pycache__/sift.cpython-311.pyc,,
skimage/feature/__pycache__/template.cpython-311.pyc,,
skimage/feature/__pycache__/texture.cpython-311.pyc,,
skimage/feature/__pycache__/util.cpython-311.pyc,,
skimage/feature/_basic_features.py,sha256=jFrBUV1MRfhMuaD51lQIpzGQJ2YPwqs5FyQ8dMReSCw,6303
skimage/feature/_canny.py,sha256=7MxIljgUGGCYCbMRZXM4ywVz56x6dI5mZtCG9naADEQ,9389
skimage/feature/_canny_cy.cpython-311-x86_64-linux-gnu.so,sha256=FzWbhwctgUJkWdAcQATJlwejEbylu9rqdo9jlFr_0Aw,224160
skimage/feature/_cascade.cpython-311-x86_64-linux-gnu.so,sha256=uuRov5fycsoR9qqVyh_mtg6GHlwwM-gcAdWOdsR81bc,300888
skimage/feature/_daisy.py,sha256=_3ojiKgX3Bps62T-vVFx7ebOUPiZdINP4ue1SWQqbmI,10155
skimage/feature/_haar.cpython-311-x86_64-linux-gnu.so,sha256=FkS8NfJn5hJ9Un3H7qWtX_8y5RmnGiwGc-P-S5MRk5E,485848
skimage/feature/_hessian_det_appx.cpython-311-x86_64-linux-gnu.so,sha256=Fyytyj9pE_U_bg2RnkTAQijclmG9-VHpaUy68Tn0P9U,106136
skimage/feature/_hog.py,sha256=cyVIznfcHOoFi-C3RH3hTJF48ZT5I8tejuLDmoqu6wo,12790
skimage/feature/_hoghistogram.cpython-311-x86_64-linux-gnu.so,sha256=m9VRynIhSjWrccUMjoxwYhJPCG6P1oBqrT16F_L8NcU,239376
skimage/feature/_orb_descriptor_positions.py,sha256=dL6T4Jypyn2U8kauChoGfmQwpX9jp6EGC2Aq5ZcKMQs,467
skimage/feature/_sift.cpython-311-x86_64-linux-gnu.so,sha256=kSbeXAWOkFznQIic3fDH_Ju-H4HeaK2TMM7FSP1vW50,279632
skimage/feature/_texture.cpython-311-x86_64-linux-gnu.so,sha256=teUDB_Rm4D9F1kp-v6w1CcwL4D9f4MROL6wB3rAq75A,333400
skimage/feature/blob.py,sha256=BMw8gT1P3C8yaHZI5NzP2KHIuZIWIGEfBfMqJVq5NGE,27964
skimage/feature/brief.py,sha256=3Xg-cMCg21BEOL1lqwfohKc48cMhzCKQuE2UIBse9os,7639
skimage/feature/brief_cy.cpython-311-x86_64-linux-gnu.so,sha256=tLs5RNXvCP0eXe0mQZ8BIiyMs9KvIPrO3rVWLOsrWqw,199648
skimage/feature/censure.py,sha256=Fic-Lt7sTVr-U9DvM1FixBehv7a_7ySEMnuWt0_FV3E,11963
skimage/feature/censure_cy.cpython-311-x86_64-linux-gnu.so,sha256=t4ztnFIjZLvWMajGEDeybHcrhzfpMGfoZUIyTerFyr0,180936
skimage/feature/corner.py,sha256=FYvG6gK2Iocu9BUq2FHgojVbWZCK87V1UhI16cqD6yI,45852
skimage/feature/corner_cy.cpython-311-x86_64-linux-gnu.so,sha256=iHLpwS67j-1duCjoHAfku_aZ-9az3GaAs-DTj0DtDsk,303904
skimage/feature/haar.py,sha256=8mAXBc_vVVRMxiJ7Q8WreepdIfsbeoNsoERC4uI9TQo,13286
skimage/feature/match.py,sha256=F401MYoKOHfH9chwv8V-qTwqUp247WOjFaT-q6-93vE,4028
skimage/feature/orb.py,sha256=eMjRPECPkqAnrV9jVR7nCrwa3NryLG8ipgnJAFQGejY,13369
skimage/feature/orb_cy.cpython-311-x86_64-linux-gnu.so,sha256=zmbt7fUUgs1QREQF3ZD_U3-5JbOvQfYN_YRxcC30fqo,234256
skimage/feature/orb_descriptor_positions.txt,sha256=5lNSwCXegQMV0huO4FszyWGoPy1291cKt7Vpvddg8BE,2840
skimage/feature/peak.py,sha256=E7A0BVuPMNAodrNI2WMMHMJuj7TSOSDbH0fJMEvkfKc,14955
skimage/feature/sift.py,sha256=X0XAbEzaxiPq7W6J31t8NW_XM-gPTQZkoL-jZgg6VcM,29732
skimage/feature/template.py,sha256=bdIpHBq2iPEiQDQwwrGjs64FMrbi19Rtx0oN3-8knL0,6627
skimage/feature/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/feature/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_basic_features.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_blob.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_brief.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_canny.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_cascade.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_censure.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_corner.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_daisy.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_haar.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_hog.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_match.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_orb.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_peak.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_sift.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_template.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_texture.cpython-311.pyc,,
skimage/feature/tests/__pycache__/test_util.cpython-311.pyc,,
skimage/feature/tests/test_basic_features.py,sha256=y0cqz5q0FvlogPV4Xfb5blahn5DggmK5Dof-ARIBLrI,2160
skimage/feature/tests/test_blob.py,sha256=u5KjYQ22y2RcJey8PeeccVCmpHs4ytUjf-sUMmCNJng,16353
skimage/feature/tests/test_brief.py,sha256=rpDRUC1HVa5zruYjxvF7WvKfAZwlHN491zpVWU8Brxg,2849
skimage/feature/tests/test_canny.py,sha256=dhOxloVMSTr3avBlRufr8KSKWAPHmcKxVPEyU9mZFSs,5399
skimage/feature/tests/test_cascade.py,sha256=0VHay4btdFfZW50ukH-_ZGvUvuVOFI3kvzMvMyOLnxY,674
skimage/feature/tests/test_censure.py,sha256=HKgEhZ-6pHUJgGa7UWdNQXVNZwfOhDxNU6wqgQ_6jzI,3773
skimage/feature/tests/test_corner.py,sha256=bMV8AJ5rxNiGItKz0bM8HjrioH-kKD9C1dZLs3pxr30,25507
skimage/feature/tests/test_daisy.py,sha256=mu3YB7V19go4CKl6zzjBPgOAozMsTMEyJRm7oyN5bpM,3417
skimage/feature/tests/test_haar.py,sha256=DU2OfVIgOPMBpQedeR7W52fXpNtupKkItL4bqnxR_yo,7624
skimage/feature/tests/test_hog.py,sha256=p76yx31zr3ZDk-HQQiYkoyZUtxG3ydz5h4diw2kFKAg,11020
skimage/feature/tests/test_match.py,sha256=jbm0xPPplk1T38VSAsr5aPLChnRkcSnGPBwMqudRIPQ,7279
skimage/feature/tests/test_orb.py,sha256=5M_-t1DAfnTc7k_3L2NhNaFOYAZccmSbkCT7ZdJLgQA,6572
skimage/feature/tests/test_peak.py,sha256=HOiB-WvsO9Y2tv9iy_YTqOJBeBauwzLFyinGFRzozGI,22761
skimage/feature/tests/test_sift.py,sha256=BC2SXO1_nmeKZ6BURW0ULYoGVZga_eXUIuzX8Qxmdok,6296
skimage/feature/tests/test_template.py,sha256=wwmBWLzVs7C_spCFEAHCWkJQu2z1PkvWq0z7YsBOj80,6172
skimage/feature/tests/test_texture.py,sha256=xlbdIaj5jLoA1el0-UsNPbAl75eVuB1_p5SMdUhCPfo,13294
skimage/feature/tests/test_util.py,sha256=S8qUSCjsbiVwvrlLfOG2DTrgg6na7l0Z_NS6IZjq3aY,2989
skimage/feature/texture.py,sha256=8XK1OAT_dSV5iPuuKdyLdWXUrCD1MXKayACtf8UTyCo,19550
skimage/feature/util.py,sha256=3CFwnENW4bSeprlJvRMl_sWZQ-NEKwOgUXrL5lg9vRE,5854
skimage/filters/__init__.py,sha256=OHb6Xou2v6u42swTgjRfzej4CIlRg4OmgOIQXUiRjKA,97
skimage/filters/__init__.pyi,sha256=tHDahJ5LCDuOIemo5er3WJHs3KhqmaHJfMegVMG6Oz4,2212
skimage/filters/__pycache__/__init__.cpython-311.pyc,,
skimage/filters/__pycache__/_fft_based.cpython-311.pyc,,
skimage/filters/__pycache__/_gabor.cpython-311.pyc,,
skimage/filters/__pycache__/_gaussian.cpython-311.pyc,,
skimage/filters/__pycache__/_median.cpython-311.pyc,,
skimage/filters/__pycache__/_rank_order.cpython-311.pyc,,
skimage/filters/__pycache__/_sparse.cpython-311.pyc,,
skimage/filters/__pycache__/_unsharp_mask.cpython-311.pyc,,
skimage/filters/__pycache__/_window.cpython-311.pyc,,
skimage/filters/__pycache__/edges.cpython-311.pyc,,
skimage/filters/__pycache__/lpi_filter.cpython-311.pyc,,
skimage/filters/__pycache__/ridges.cpython-311.pyc,,
skimage/filters/__pycache__/thresholding.cpython-311.pyc,,
skimage/filters/_fft_based.py,sha256=SzMc-fDP_VyCvJVFshXHjWFuPBr9zy9VWVJDJwNNg04,6781
skimage/filters/_gabor.py,sha256=Ivtxgfz7XC1B5eurFUiNIKNn4ZVgM0cHacJeSMqPa2Y,7705
skimage/filters/_gaussian.py,sha256=nf-i4Tpm2rQju67kQW5K1nooCWntXaOln83ryK4O_kU,5981
skimage/filters/_median.py,sha256=GxyDNAFcmnOj05nGXqFwCUBxxhlg0_o25yWNZV9lBA4,2925
skimage/filters/_multiotsu.cpython-311-x86_64-linux-gnu.so,sha256=8SyK2OMuVYwuFGauO9_bMolMLfyOApVzK2_pSHV6-ts,206472
skimage/filters/_rank_order.py,sha256=0obqt0hXK-L01eBPFKTrNjO8q4jZi5o7pw_6M3_2IQE,2056
skimage/filters/_sparse.py,sha256=GNWfu-zHZVOiW0viM8b8QXlneByFrrHc1yMRQ22qq8o,4603
skimage/filters/_unsharp_mask.py,sha256=xsTbS9nPoqA27ci3ePCkMPbZ932207u7kwpQx50BDck,5547
skimage/filters/_window.py,sha256=VBV0n3uPDEY179YY0P06E8KVaOL44EqF7ZsejaMqsR8,4346
skimage/filters/edges.py,sha256=dynY-vT-M4_2XLlj8qE6Vnt8d0vHmES6TwUz3puUC1g,25860
skimage/filters/lpi_filter.py,sha256=5nqT2N4XNWBuRS4a25xVkwFC5L0J-rkq0krbQwcqkKg,7847
skimage/filters/rank/__init__.py,sha256=8mWjI3JKY5BkYtbAQaBo0d9q7r7FH5XcD30Qku2V_fI,1957
skimage/filters/rank/__pycache__/__init__.cpython-311.pyc,,
skimage/filters/rank/__pycache__/_percentile.cpython-311.pyc,,
skimage/filters/rank/__pycache__/bilateral.cpython-311.pyc,,
skimage/filters/rank/__pycache__/generic.cpython-311.pyc,,
skimage/filters/rank/_percentile.py,sha256=p4NKGWkGbQC3eJw8VBImiKyShY9CWQbE_2CU-u268s8,13595
skimage/filters/rank/bilateral.py,sha256=G7HhosCn2cwp2WoY_S7yYi0jQvv_1MymGn1mc-F1VCk,7487
skimage/filters/rank/bilateral_cy.cpython-311-x86_64-linux-gnu.so,sha256=rTWQypoVgN71e_sASJZENlFX_4T8-QVOLNkXR009_vk,450472
skimage/filters/rank/core_cy.cpython-311-x86_64-linux-gnu.so,sha256=ux8b3ZhAjgPCUKL0I-oLIaTZq0FBgPLxZQk1-YkW1SY,541536
skimage/filters/rank/core_cy_3d.cpython-311-x86_64-linux-gnu.so,sha256=M2rk0pWn7RNy0ThhXWPBHYAiwoakOE8ScXASSLlSVQA,299872
skimage/filters/rank/generic.py,sha256=wOQPO8I0RnlGSBsrNr43AccW6d3dTqr8PlW4HHvvfYw,55371
skimage/filters/rank/generic_cy.cpython-311-x86_64-linux-gnu.so,sha256=7CUMqtV_XPgzLZfYKkOaCBrahqzY-0TrZdNJWh2LXN8,2884520
skimage/filters/rank/percentile_cy.cpython-311-x86_64-linux-gnu.so,sha256=K01uMaIkG44PtKXla0ND9B-6TfAJQyYc-X4JXiVHUy4,932744
skimage/filters/rank/tests/__init__.py,sha256=hEJ4DqYo0Sfc9KndByx4CjNAFA8tbifmDtJEhJJT3oo,128
skimage/filters/rank/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/filters/rank/tests/__pycache__/test_rank.cpython-311.pyc,,
skimage/filters/rank/tests/test_rank.py,sha256=XQ6IzU2NspkJLRWnmoZnWfSlBx8O6JMzyy4QzcC24qI,35939
skimage/filters/ridges.py,sha256=zDxcl_eCm2elA_LkmJ334Hy_f9HiQbJlRA-7TYuo6UU,16672
skimage/filters/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/filters/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/filters/tests/__pycache__/test_correlate.cpython-311.pyc,,
skimage/filters/tests/__pycache__/test_edges.cpython-311.pyc,,
skimage/filters/tests/__pycache__/test_fft_based.cpython-311.pyc,,
skimage/filters/tests/__pycache__/test_gabor.cpython-311.pyc,,
skimage/filters/tests/__pycache__/test_gaussian.cpython-311.pyc,,
skimage/filters/tests/__pycache__/test_lpi_filter.cpython-311.pyc,,
skimage/filters/tests/__pycache__/test_median.cpython-311.pyc,,
skimage/filters/tests/__pycache__/test_ridges.cpython-311.pyc,,
skimage/filters/tests/__pycache__/test_thresholding.cpython-311.pyc,,
skimage/filters/tests/__pycache__/test_unsharp_mask.cpython-311.pyc,,
skimage/filters/tests/__pycache__/test_window.cpython-311.pyc,,
skimage/filters/tests/test_correlate.py,sha256=JFsi_xzUUeoPDTWZpcf0jNenVsGAXZcJ6Fy7fjUQFPQ,1991
skimage/filters/tests/test_edges.py,sha256=6wHBMIS61p6-vMkK8HyCQ_Kl1R8FM2ugG-No3xHfjMY,21747
skimage/filters/tests/test_fft_based.py,sha256=QALg91g_6kRZX8zTFpJHcZ_DzJe1TzHqhqwLwpLd3Cc,14543
skimage/filters/tests/test_gabor.py,sha256=Rj-FeaPFVvjr6GKguDxVEXNRH7-OYjnwU_3OkQ5zP1s,3772
skimage/filters/tests/test_gaussian.py,sha256=71t1vg0oLFneCuo8WXz5rcMzPoxpEw1tGyZv40vpNmk,7263
skimage/filters/tests/test_lpi_filter.py,sha256=jDJ2wbRpJag5Z_8fZskdfdllDwJoc_AZSETfZpyY7A0,2245
skimage/filters/tests/test_median.py,sha256=y_GWq5zB7yLII9nteuIl3g_GfvsYjAr7Z6gxUwCHk9g,1966
skimage/filters/tests/test_ridges.py,sha256=j69RAaXmOWvpXTrbwiaERWz4YH6g0OpIy13Hp5yMJGs,9996
skimage/filters/tests/test_thresholding.py,sha256=Y_naqURibXVYJp9gynYxSrwxP37MRPbcPrvevnmpYL0,27087
skimage/filters/tests/test_unsharp_mask.py,sha256=YvvDGg-Joun1qNKzDAJGslSOR3IGK_BcOK5qG5a3Bzg,5332
skimage/filters/tests/test_window.py,sha256=BT6cGn35x2-3t3lAVUd1EGLhzhfyJvfp8ktgJABJcjM,1621
skimage/filters/thresholding.py,sha256=SEoBpfJ7o7uNxNdZMxq4CQUMzJ--5dprSY90-Z8ciLI,47958
skimage/future/__init__.py,sha256=KHffc3X8RzwxwnGtbq1qt_gOf1qA7_YR-JyzuF0KMqo,738
skimage/future/__pycache__/__init__.cpython-311.pyc,,
skimage/future/__pycache__/manual_segmentation.cpython-311.pyc,,
skimage/future/__pycache__/trainable_segmentation.cpython-311.pyc,,
skimage/future/graph/__init__.py,sha256=KxwX_TMixA6Z397ZnPy_TEL_7Q9cLx_5TK3BKq3E71w,292
skimage/future/graph/__pycache__/__init__.cpython-311.pyc,,
skimage/future/manual_segmentation.py,sha256=j0MASsjWJ8TNbyPBhyszBTGgZDUj5RqBdY4uHG8aD5E,7336
skimage/future/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/future/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/future/tests/__pycache__/test_trainable_segmentation.cpython-311.pyc,,
skimage/future/tests/test_trainable_segmentation.py,sha256=Wr2uvOtG4LUf1mzrRtD5HphzSkSpTDJOZhIE_d9FTqY,4223
skimage/future/trainable_segmentation.py,sha256=KDysGq3xWO1dtQ_9lWDbutUtLrGVt7DLApqwMFAB-Bo,5597
skimage/graph/__init__.py,sha256=czvS_vMFxe9hSc272YVkfItJYBkbHSkYGP5Z9IzaFW0,630
skimage/graph/__pycache__/__init__.cpython-311.pyc,,
skimage/graph/__pycache__/_graph.cpython-311.pyc,,
skimage/graph/__pycache__/_graph_cut.cpython-311.pyc,,
skimage/graph/__pycache__/_graph_merge.cpython-311.pyc,,
skimage/graph/__pycache__/_ncut.cpython-311.pyc,,
skimage/graph/__pycache__/_rag.cpython-311.pyc,,
skimage/graph/__pycache__/mcp.cpython-311.pyc,,
skimage/graph/__pycache__/spath.cpython-311.pyc,,
skimage/graph/_graph.py,sha256=7C-J-xySc85fpivFq9jAXeuJCz7GtTB1pkKKfg9mI20,8629
skimage/graph/_graph_cut.py,sha256=g5mHVzdga32aC3MYow4yTgvDLGUkvZxHRrB6kMQEzp8,9771
skimage/graph/_graph_merge.py,sha256=57VBuRYaZMDt22kWuxafohVsrT-gnl0jwsO8u5480KQ,4325
skimage/graph/_mcp.cpython-311-x86_64-linux-gnu.so,sha256=atp3Z61SZSSLC_IHTmlcxuEZg1UE0-gPE8fGeY4Q4Ko,455264
skimage/graph/_ncut.py,sha256=gXfrGoO3vzYbHUcAvp7a3GUcUKsadr2JITlr6-sSIsA,1783
skimage/graph/_ncut_cy.cpython-311-x86_64-linux-gnu.so,sha256=BxQM8Ax9U-li97sBPHJTehtxl6hn1ehDrWfJoK4eSYo,192568
skimage/graph/_rag.py,sha256=pVmwsJdeNduuC0-rj1rkyuYivYmxrh1tjBfqC4daSuc,20631
skimage/graph/_spath.cpython-311-x86_64-linux-gnu.so,sha256=uPSoXwqzZqWo2yolzOWCIzjg6e3kGYnpaQq_cMMZ0qQ,205024
skimage/graph/heap.cpython-311-x86_64-linux-gnu.so,sha256=bO52z6OMwDlsstcVwPHrGiL8LaYlbNbsPH5J8Sv8GPE,93544
skimage/graph/mcp.py,sha256=3FA-6I70XiCEltEuA6jzerYFgxGiZ37uEQIm903cALQ,3206
skimage/graph/spath.py,sha256=O3gD8vcyM6apjhVFvdkwZQdHxv9ICTWK6menbPgaJkY,3497
skimage/graph/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/graph/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/graph/tests/__pycache__/test_anisotropy.cpython-311.pyc,,
skimage/graph/tests/__pycache__/test_connect.cpython-311.pyc,,
skimage/graph/tests/__pycache__/test_flexible.cpython-311.pyc,,
skimage/graph/tests/__pycache__/test_heap.cpython-311.pyc,,
skimage/graph/tests/__pycache__/test_mcp.cpython-311.pyc,,
skimage/graph/tests/__pycache__/test_pixel_graph.cpython-311.pyc,,
skimage/graph/tests/__pycache__/test_rag.cpython-311.pyc,,
skimage/graph/tests/__pycache__/test_spath.cpython-311.pyc,,
skimage/graph/tests/test_anisotropy.py,sha256=L5446UWDGSnwWyMNndrOlcfeeWZpiQM_VR_GFhZmutY,2102
skimage/graph/tests/test_connect.py,sha256=NQ9uRQbkCPR1BC1Qm5GpPErCRh4esVmoXNDVSPSK2E8,2403
skimage/graph/tests/test_flexible.py,sha256=veelHQ69sXw0E9lKMPhZjHDYm92J7jQdnpGvGEL7mgE,1664
skimage/graph/tests/test_heap.py,sha256=rVFFMhD0-DvS37po7ZjPgglf6nzw6Xk3Lxlz4w22ZZI,1102
skimage/graph/tests/test_mcp.py,sha256=rEQze88qV7_q5i46nK1KsxDnNr8uXFF4hFi7wNxS1k0,6127
skimage/graph/tests/test_pixel_graph.py,sha256=1nasgcxBFCvDwx3tGB7ovquZIhKNT3A5a9Aeill_E9c,1736
skimage/graph/tests/test_rag.py,sha256=TVA4Uoic6u154V7wwCz1QpIecP0tgklYsFJDUtJyE6g,7928
skimage/graph/tests/test_spath.py,sha256=YDMgIUNTpQDywo0-a0CsEVeO0A8GWrPNSkWR5hi85XQ,879
skimage/io/__init__.py,sha256=lbPdtDfUhcaqgxGQ2Ar2l6PXTT3qQIC-f_-2kTS2OfE,1763
skimage/io/__pycache__/__init__.cpython-311.pyc,,
skimage/io/__pycache__/_image_stack.cpython-311.pyc,,
skimage/io/__pycache__/_io.cpython-311.pyc,,
skimage/io/__pycache__/collection.cpython-311.pyc,,
skimage/io/__pycache__/manage_plugins.cpython-311.pyc,,
skimage/io/__pycache__/sift.cpython-311.pyc,,
skimage/io/__pycache__/util.cpython-311.pyc,,
skimage/io/_image_stack.py,sha256=A75v07PK6yd-5Qi60JfoaKG2esjJI5bMtlou8dNjUSc,570
skimage/io/_io.py,sha256=zjPsYZsRUBgcy52fcbuAomEHFoh_Z3wQc-XVnP4CdXk,6401
skimage/io/_plugins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/io/_plugins/__pycache__/__init__.cpython-311.pyc,,
skimage/io/_plugins/__pycache__/fits_plugin.cpython-311.pyc,,
skimage/io/_plugins/__pycache__/gdal_plugin.cpython-311.pyc,,
skimage/io/_plugins/__pycache__/imageio_plugin.cpython-311.pyc,,
skimage/io/_plugins/__pycache__/imread_plugin.cpython-311.pyc,,
skimage/io/_plugins/__pycache__/matplotlib_plugin.cpython-311.pyc,,
skimage/io/_plugins/__pycache__/pil_plugin.cpython-311.pyc,,
skimage/io/_plugins/__pycache__/simpleitk_plugin.cpython-311.pyc,,
skimage/io/_plugins/__pycache__/tifffile_plugin.cpython-311.pyc,,
skimage/io/_plugins/_colormixer.cpython-311-x86_64-linux-gnu.so,sha256=rfAtNwGPiNkCHmfuHjZXJTc9qPqHDLufGDujxGlAYBA,89824
skimage/io/_plugins/_histograms.cpython-311-x86_64-linux-gnu.so,sha256=wnBhXJpuqTo69RLXZX1Z77UjYmRDWabktyT537Z0s24,69728
skimage/io/_plugins/fits_plugin.ini,sha256=60y6Ey9etFQTf3oRxr4hAgptiBxkmNG_PpJaP5LdhR8,88
skimage/io/_plugins/fits_plugin.py,sha256=rq28vfw9_CHWcLr0quoliWWDPNZadMHHwRLKOeGDel0,4471
skimage/io/_plugins/gdal_plugin.ini,sha256=Yx6iK4NqTllzpc726aXZXOlktuhm8IR28i4hfB7Qkn8,89
skimage/io/_plugins/gdal_plugin.py,sha256=HgBZqzrqW1u7BYbjWs6Zfg5NYFzxAz7cSyUERhC9p1c,368
skimage/io/_plugins/imageio_plugin.ini,sha256=Gi4D65yDOFzg7gRCwXYGxlJoHsvlFSEwyt1wJkedqWc,88
skimage/io/_plugins/imageio_plugin.py,sha256=hjPWdctLxt7kO5JRQVqKcDqOX_j7K-H5RrNQRtrpJ44,409
skimage/io/_plugins/imread_plugin.ini,sha256=yNvmnjjif85MJpwIfSheQ0IMQ86rPZuuTDjuaZZH6Pk,86
skimage/io/_plugins/imread_plugin.py,sha256=e5Vc1ixuL8BeJiH0I4JlRU-qFDsERN-jPXHXWODMyv4,970
skimage/io/_plugins/matplotlib_plugin.ini,sha256=re_KwCXXwedUEqJ749d7q6YqPDde5_RxH72M7y3PYY0,123
skimage/io/_plugins/matplotlib_plugin.py,sha256=Ix3B6RTKkZprknd8hzTaX2tGnWGFC_Rj5_suz1ZePk0,6484
skimage/io/_plugins/pil_plugin.ini,sha256=ZSFIMpRtr2-tUPvK_cG0xLOrPSWgw1ObRWVe8TMIJF0,91
skimage/io/_plugins/pil_plugin.py,sha256=aGprqC8Tec05PlhiBENVUrwzWtbYXHf004zQ4MGmFX0,7859
skimage/io/_plugins/simpleitk_plugin.ini,sha256=Zu1mh1RaPIu6vw2cSPev_T2or0DTMYZeLxyc1u7Hcig,92
skimage/io/_plugins/simpleitk_plugin.py,sha256=xBHjXH_0ME7ORQnPr4xoBDZglewWtwZnINPW9bposag,587
skimage/io/_plugins/tifffile_plugin.ini,sha256=vQpbXXPSQN242crgASKbsxqn1aDUfHwftslt9vvuSkQ,110
skimage/io/_plugins/tifffile_plugin.py,sha256=mAT73YEKXXefD2DtMqZyUioqljO4FmKRi7D5b-gHeps,2071
skimage/io/collection.py,sha256=BgIFycMF6JkL2wO3ynMj--18-OEj-iHcJrLzP7Pyzxk,15812
skimage/io/manage_plugins.py,sha256=YTx6Cv_sCDdZrVsx1ZP_FSUJMMzTpZTRTnyOIAl2dwE,10401
skimage/io/sift.py,sha256=WgCUmYkQniUhRQJm2-LRCDQlT8cqvLH1Nkk6z6e-tqo,2440
skimage/io/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/io/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/io/tests/__pycache__/test_collection.cpython-311.pyc,,
skimage/io/tests/__pycache__/test_fits.cpython-311.pyc,,
skimage/io/tests/__pycache__/test_histograms.cpython-311.pyc,,
skimage/io/tests/__pycache__/test_imageio.cpython-311.pyc,,
skimage/io/tests/__pycache__/test_imread.cpython-311.pyc,,
skimage/io/tests/__pycache__/test_io.cpython-311.pyc,,
skimage/io/tests/__pycache__/test_mpl_imshow.cpython-311.pyc,,
skimage/io/tests/__pycache__/test_multi_image.cpython-311.pyc,,
skimage/io/tests/__pycache__/test_pil.cpython-311.pyc,,
skimage/io/tests/__pycache__/test_plugin.cpython-311.pyc,,
skimage/io/tests/__pycache__/test_sift.cpython-311.pyc,,
skimage/io/tests/__pycache__/test_simpleitk.cpython-311.pyc,,
skimage/io/tests/__pycache__/test_tifffile.cpython-311.pyc,,
skimage/io/tests/test_collection.py,sha256=ENMfyx8TlGj5YeajUYiMkqrWpj-RXcF-GhH-7e8bV-w,5372
skimage/io/tests/test_fits.py,sha256=l3Q_peCFd_bitowxL-b4duLGhO97wceAgwrTJgNGA8o,841
skimage/io/tests/test_histograms.py,sha256=AXoSdwZ8g1xu9SXjaikSdYNC3BVDhSSNvIygPnXjdR0,797
skimage/io/tests/test_imageio.py,sha256=oZEXusHiRig-uk7VLVl0d3BWcQzegAvqN6NC22yknIU,2276
skimage/io/tests/test_imread.py,sha256=rVcs7wskVmDYfXOLxF0zMc1JCGqS7nJKOKdXsUYzjss,1884
skimage/io/tests/test_io.py,sha256=cJrjbOvv48DoloCkjREhQxfWmxKKiRiqsKf7sWJRCj8,3894
skimage/io/tests/test_mpl_imshow.py,sha256=DsXYnBuU9gyE18dBzMefn77Q156mMewebsq37Dk6Qcc,4207
skimage/io/tests/test_multi_image.py,sha256=svOpWndo-DNEvtEojkOrHT7cCAnVQFNJZtAm95kftRI,2510
skimage/io/tests/test_pil.py,sha256=d3U4Jl6b9kAoU-moTK1GyKHdb3__n3n0eWPiTPi6_aU,9196
skimage/io/tests/test_plugin.py,sha256=MMrDXKeyRm-3W3QVn14TFuG4dY5yKsY4sm6SBCiL-nE,2329
skimage/io/tests/test_sift.py,sha256=IgGzdG8mMjckTfjguo-4Q6fTTdu1nCXqPwhMARyoXnY,3293
skimage/io/tests/test_simpleitk.py,sha256=QgsyrAiycUwzkS3MStKGbTzCdVcG9gEGAzBEVNOI1KA,2387
skimage/io/tests/test_tifffile.py,sha256=e47iYclI7OYxIzOi3KL4LVp2dZCfzZKUm0U0S-Y0sMA,2585
skimage/io/util.py,sha256=xbu1bNYSjGbB-79ksKabpMhb8acoxe7gVbfn5xDlntk,1302
skimage/measure/__init__.py,sha256=qiUHwR86wizYniaPSPRf-la9MePwUL8N_KQFgw6FquY,1935
skimage/measure/__pycache__/__init__.cpython-311.pyc,,
skimage/measure/__pycache__/_blur_effect.cpython-311.pyc,,
skimage/measure/__pycache__/_colocalization.cpython-311.pyc,,
skimage/measure/__pycache__/_find_contours.cpython-311.pyc,,
skimage/measure/__pycache__/_label.cpython-311.pyc,,
skimage/measure/__pycache__/_marching_cubes_lewiner.cpython-311.pyc,,
skimage/measure/__pycache__/_marching_cubes_lewiner_luts.cpython-311.pyc,,
skimage/measure/__pycache__/_moments.cpython-311.pyc,,
skimage/measure/__pycache__/_moments_analytical.cpython-311.pyc,,
skimage/measure/__pycache__/_polygon.cpython-311.pyc,,
skimage/measure/__pycache__/_regionprops.cpython-311.pyc,,
skimage/measure/__pycache__/_regionprops_utils.cpython-311.pyc,,
skimage/measure/__pycache__/block.cpython-311.pyc,,
skimage/measure/__pycache__/entropy.cpython-311.pyc,,
skimage/measure/__pycache__/fit.cpython-311.pyc,,
skimage/measure/__pycache__/pnpoly.cpython-311.pyc,,
skimage/measure/__pycache__/profile.cpython-311.pyc,,
skimage/measure/_blur_effect.py,sha256=DTp4c1Pjve1-8BKmNQR8aXBA_OkHalcZXGsjbSMqTi8,2918
skimage/measure/_ccomp.cpython-311-x86_64-linux-gnu.so,sha256=eaGsO5n27AZE7iXzPNsqiShxH0VdMTZ1Wz0J0U33rLM,124952
skimage/measure/_colocalization.py,sha256=B7R2GdHHBU147nzNDnrgjt83w30wkCBQ5NzFCZunlLE,12253
skimage/measure/_find_contours.py,sha256=Amz6S_2ZkckLHXSD_wtd7geuA_9elO-eN2Y3fvcTTNo,9727
skimage/measure/_find_contours_cy.cpython-311-x86_64-linux-gnu.so,sha256=mjwnFnVu2MlVwxP8gAA6iOqdI4v5IMqP0JYa2Djyvkc,190856
skimage/measure/_label.py,sha256=dAxVWATHHMthz4diuRstgU4r878V_jHDndQgy9lIhVE,3895
skimage/measure/_marching_cubes_lewiner.py,sha256=PXAmjhihUnhRRQFa9ewVRXx4zk8Gx_JGm2NOAG09vcg,12608
skimage/measure/_marching_cubes_lewiner_cy.cpython-311-x86_64-linux-gnu.so,sha256=Wi3eyIac2kE2Ss1c_-WtQNhDwsJqUwST92L-_wAhz1w,319376
skimage/measure/_marching_cubes_lewiner_luts.py,sha256=vrmzK8wbPbHyQtLpTGU2nvccRQT9LDRC2Jz0ViejICM,27130
skimage/measure/_moments.py,sha256=bMZVMxrjaeJNYs_7e0hZqqYdjwaFlQ3ImAQInVIbEa8,17737
skimage/measure/_moments_analytical.py,sha256=WtthFAFc6nEqqJuLxDtrD9p5BoVNpQ72AsByGzROPmk,6810
skimage/measure/_moments_cy.cpython-311-x86_64-linux-gnu.so,sha256=1uNJa8sfufsGqhzYrnbFo07IDudlDVZwVVd96yppmec,223336
skimage/measure/_pnpoly.cpython-311-x86_64-linux-gnu.so,sha256=E4W3QhbYSd3eWvU2zBvjpSA0TZWKykjTuUH6b-4-4TM,214968
skimage/measure/_polygon.py,sha256=LNTEK8jvOZR-CJGJ9LjPFDHnAToU8VxCPcdkzBMjCrg,5353
skimage/measure/_regionprops.py,sha256=BzFLP_jySP95tww4PonMsNO4yrHNMZcHMKwWIHHLJj4,50972
skimage/measure/_regionprops_utils.py,sha256=sGA3vvOcv9Lwi2ESvNuVyuQZscGjIWE6SbKpAxAxvTQ,13502
skimage/measure/block.py,sha256=NjinIGHEMtgjknLRScmTN8-WXpFNUACZXY_0MPAhgxE,3220
skimage/measure/entropy.py,sha256=XivAILLfqELsyLUFwqXCBDV_Id92puVpjZSgb_vS290,1144
skimage/measure/fit.py,sha256=aiy3tmMYsMBkbEoUjsHtmBIURboOsLHn3XuJZVlKkCw,30585
skimage/measure/pnpoly.py,sha256=WfsQr50gq9SNjMIiddya_H0A4PQqHc_YhVvm5XdsImA,2023
skimage/measure/profile.py,sha256=53avBPS0vDJ-SxP1AoJPy7ypuTUxEdfVElukTfXrLds,6760
skimage/measure/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/measure/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/measure/tests/__pycache__/test_block.cpython-311.pyc,,
skimage/measure/tests/__pycache__/test_blur_effect.cpython-311.pyc,,
skimage/measure/tests/__pycache__/test_ccomp.cpython-311.pyc,,
skimage/measure/tests/__pycache__/test_colocalization.cpython-311.pyc,,
skimage/measure/tests/__pycache__/test_entropy.cpython-311.pyc,,
skimage/measure/tests/__pycache__/test_find_contours.cpython-311.pyc,,
skimage/measure/tests/__pycache__/test_fit.cpython-311.pyc,,
skimage/measure/tests/__pycache__/test_label.cpython-311.pyc,,
skimage/measure/tests/__pycache__/test_marching_cubes.cpython-311.pyc,,
skimage/measure/tests/__pycache__/test_moments.cpython-311.pyc,,
skimage/measure/tests/__pycache__/test_pnpoly.cpython-311.pyc,,
skimage/measure/tests/__pycache__/test_polygon.cpython-311.pyc,,
skimage/measure/tests/__pycache__/test_profile.cpython-311.pyc,,
skimage/measure/tests/__pycache__/test_regionprops.cpython-311.pyc,,
skimage/measure/tests/test_block.py,sha256=xCQCOJsrZPdM0qnMuxxjZz30Z9wVMkd0xjLelLkoUpE,4383
skimage/measure/tests/test_blur_effect.py,sha256=OqbS93hYgl_pxqznzeuLsV22FwWluezCkeZy3nzrqbw,1785
skimage/measure/tests/test_ccomp.py,sha256=ux22ar6WqoOfCBJjBvp_RCfI0aZAz09cFR8NgWoGHGo,9578
skimage/measure/tests/test_colocalization.py,sha256=wX2FG-_wMzDPnQ9KEk_njz1QRyXwuWoDpGlciafhtSE,4604
skimage/measure/tests/test_entropy.py,sha256=mMUvbULp-qBSbEJ73k25xqG-D8dLymExO4I5WGrJsJI,400
skimage/measure/tests/test_find_contours.py,sha256=hezGZzif19IV-TC5SRIS1D064ZrShE5QafByi82ZtrI,5224
skimage/measure/tests/test_fit.py,sha256=aVfcUNZmsbvAJIEw-a_3W8OpFaHC6IzrFDfXA0WM57w,16804
skimage/measure/tests/test_label.py,sha256=6tTyVeNbgjhxxnwnyN0VhXKLuFTk21QWCvg1C-5Aa34,1783
skimage/measure/tests/test_marching_cubes.py,sha256=P8Jr7ywxG-1-uvcZmwwjlz8kPvQjUnYu45Y-gkpzsIo,6791
skimage/measure/tests/test_moments.py,sha256=QbIddK6MXjGoQTMTyjQYJKPtFOK6bvmQXxlEOQ2kLnA,11896
skimage/measure/tests/test_pnpoly.py,sha256=vH3DTcRb0jY-L9R2vCBnvWSpIzhFpZlPA694wN-ey1Q,1440
skimage/measure/tests/test_polygon.py,sha256=iyzwMRqn1QM13SCFaCKr8Q4XNhpodZmamfBnLjXwdv4,2271
skimage/measure/tests/test_profile.py,sha256=SF8tpDHlGpEuAptTXzVpfCR8HAvTl_WWdCOWnnknKzE,7658
skimage/measure/tests/test_regionprops.py,sha256=zXeqMyvKAO4hWYtfXnb9C6K8buXSp4ubN5Z23G1CE_0,45475
skimage/metrics/__init__.py,sha256=cL72M0t32T3mZxRvQcJTHzGKxRaJugqpDhtnpPtNiPw,735
skimage/metrics/__pycache__/__init__.cpython-311.pyc,,
skimage/metrics/__pycache__/_adapted_rand_error.cpython-311.pyc,,
skimage/metrics/__pycache__/_contingency_table.cpython-311.pyc,,
skimage/metrics/__pycache__/_structural_similarity.cpython-311.pyc,,
skimage/metrics/__pycache__/_variation_of_information.cpython-311.pyc,,
skimage/metrics/__pycache__/set_metrics.cpython-311.pyc,,
skimage/metrics/__pycache__/simple_metrics.cpython-311.pyc,,
skimage/metrics/_adapted_rand_error.py,sha256=jrDmHuZIdV8y6H-Jf-JtT2E__KfqHyXJ_4Oo9DpdzaE,3532
skimage/metrics/_contingency_table.py,sha256=7Bw2oPig30L2qg99L4U5N8Uk7m_VSv39QFq5b4Y_hGk,1246
skimage/metrics/_structural_similarity.py,sha256=JzwKM2OEZbvELbTty3faxF1SjcAtlSDrQp2f1Slok8Q,10504
skimage/metrics/_variation_of_information.py,sha256=Cyl2x71D81HC5eFnVzmQw4HZzEaqlOvQYsydzwU_9cg,4262
skimage/metrics/set_metrics.py,sha256=VNcOP2w9oNrrOS0qjPkVuI8IKTG1yYliMWGlzqbVtEk,4896
skimage/metrics/simple_metrics.py,sha256=FD0lE6ua9lm-98JgPKzrAJ7LTxMiWwkw3vkGTCEY7ms,8168
skimage/metrics/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/metrics/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/metrics/tests/__pycache__/test_segmentation_metrics.cpython-311.pyc,,
skimage/metrics/tests/__pycache__/test_set_metrics.cpython-311.pyc,,
skimage/metrics/tests/__pycache__/test_simple_metrics.cpython-311.pyc,,
skimage/metrics/tests/__pycache__/test_structural_similarity.cpython-311.pyc,,
skimage/metrics/tests/test_segmentation_metrics.py,sha256=NEQTnuz5HbPcof0lRczpr1DItnhqGFc4UHv01j5ymDE,2080
skimage/metrics/tests/test_set_metrics.py,sha256=o42FKIdel_BcnmBUm1cWZ1nRj1u8Ik3EmJ1p8TEcg5g,6930
skimage/metrics/tests/test_simple_metrics.py,sha256=ykaVZeRp2S9XU7faoZVyQlnoxy9g-BZcr9csjeHuTBI,5007
skimage/metrics/tests/test_structural_similarity.py,sha256=dviSPe-xcmjT_KCO2Ilw56q7hSTE1z6qlgxYksXf5RU,9916
skimage/morphology/__init__.py,sha256=l79It1I22VN7W-x5hyWVhlZ8buSsdQoFOvCnGbttBSQ,2311
skimage/morphology/__pycache__/__init__.cpython-311.pyc,,
skimage/morphology/__pycache__/_flood_fill.cpython-311.pyc,,
skimage/morphology/__pycache__/_skeletonize.cpython-311.pyc,,
skimage/morphology/__pycache__/_util.cpython-311.pyc,,
skimage/morphology/__pycache__/binary.cpython-311.pyc,,
skimage/morphology/__pycache__/convex_hull.cpython-311.pyc,,
skimage/morphology/__pycache__/extrema.cpython-311.pyc,,
skimage/morphology/__pycache__/footprints.cpython-311.pyc,,
skimage/morphology/__pycache__/gray.cpython-311.pyc,,
skimage/morphology/__pycache__/grayreconstruct.cpython-311.pyc,,
skimage/morphology/__pycache__/isotropic.cpython-311.pyc,,
skimage/morphology/__pycache__/max_tree.cpython-311.pyc,,
skimage/morphology/__pycache__/misc.cpython-311.pyc,,
skimage/morphology/_convex_hull.cpython-311-x86_64-linux-gnu.so,sha256=_zpsSh0dVQ98QQZL3pKCOowhXLdDqfAIl91XDAqPbtE,182304
skimage/morphology/_extrema_cy.cpython-311-x86_64-linux-gnu.so,sha256=CS1MLF7xLIQRU-jvTUkVdvy2RsabjXPLm7vBexSJnPo,286856
skimage/morphology/_flood_fill.py,sha256=WKVWyXGCWk-VlxEvl9gINqP9IillgkDcgpOgAXIP2lo,10841
skimage/morphology/_flood_fill_cy.cpython-311-x86_64-linux-gnu.so,sha256=bIvPHrh3TpFoIknUn3_wjgFi4tLpHtuusVCsjq-HPy4,326104
skimage/morphology/_grayreconstruct.cpython-311-x86_64-linux-gnu.so,sha256=8-hYDXEvgPfbcoSc1-MiUHaNGx50tdjPN1UBLweO7TU,239352
skimage/morphology/_max_tree.cpython-311-x86_64-linux-gnu.so,sha256=MA2bsZSm5s2db0cNnjTxyZYI9dPstSy3uTm82yiqGK4,797464
skimage/morphology/_skeletonize.py,sha256=KddM5ucAZCwkV_3N4LtjdYsxTY8bvjg0EjCqs-skHsI,22902
skimage/morphology/_skeletonize_3d_cy.cpython-311-x86_64-linux-gnu.so,sha256=rt2ES7C4JyGzCrQf9m9ltsmp8h0ODlmeLBnOvkSkyOg,204728
skimage/morphology/_skeletonize_cy.cpython-311-x86_64-linux-gnu.so,sha256=IZZdShRa-xrGMKXg7khBpctiZVwJem3RMc-bw-vqYNE,205808
skimage/morphology/_util.py,sha256=RT9ATtYsniJGz7Vf9E2U1jZJs5WgrXGrJOJ_71owI6A,12164
skimage/morphology/ball_decompositions.npy,sha256=T561HzYf19fSLTQt7Hu5gXiiGqnJRFB_JYmLjKIT5U0,431
skimage/morphology/binary.py,sha256=xOqdq1WvCryuGRl4z72jdamLh-j8sXWIpTr2BXaLwNc,9333
skimage/morphology/convex_hull.py,sha256=RRkNwYaz3Q6EW5IRoR-7mAi9JNiImsXAQs9pG66QFPQ,8423
skimage/morphology/disk_decompositions.npy,sha256=dpc557PYxwYZk2gs30WgwEiUCVL7eOMbFy2DD3545-4,881
skimage/morphology/extrema.py,sha256=T73lGrg59BX8IUjCbFmwhv0kGhmqWI18997uayzpJx4,21072
skimage/morphology/footprints.py,sha256=uFByid9Gv9zWgvbFENnJ6vcvN-RPXs-FwAm52AhTJIc,38302
skimage/morphology/gray.py,sha256=-NMIOg7GWWsXujqiBdLs27VxyGfZVu72y7LK5C7OaYs,23188
skimage/morphology/grayreconstruct.py,sha256=twK9mXfFIfIXyuLpTiHfkVz_qQ4elH6DilFV_gh2_XM,9361
skimage/morphology/isotropic.py,sha256=qh_JeouWlE0EXIyL9uunXFmPd0TJArP-lqUohDu-EP0,7878
skimage/morphology/max_tree.py,sha256=8HOhmqWrQ5feZnydpfKvPtOpUPDd68NXso7fOj4wlKg,27246
skimage/morphology/misc.py,sha256=2EA5zbyrS7XOJAZ2YfM1hc9zP6W-DnyHmcCOYX8uUlY,7514
skimage/morphology/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/morphology/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/morphology/tests/__pycache__/test_binary.cpython-311.pyc,,
skimage/morphology/tests/__pycache__/test_convex_hull.cpython-311.pyc,,
skimage/morphology/tests/__pycache__/test_extrema.cpython-311.pyc,,
skimage/morphology/tests/__pycache__/test_flood_fill.cpython-311.pyc,,
skimage/morphology/tests/__pycache__/test_footprints.cpython-311.pyc,,
skimage/morphology/tests/__pycache__/test_gray.cpython-311.pyc,,
skimage/morphology/tests/__pycache__/test_isotropic.cpython-311.pyc,,
skimage/morphology/tests/__pycache__/test_max_tree.cpython-311.pyc,,
skimage/morphology/tests/__pycache__/test_misc.cpython-311.pyc,,
skimage/morphology/tests/__pycache__/test_reconstruction.cpython-311.pyc,,
skimage/morphology/tests/__pycache__/test_skeletonize.cpython-311.pyc,,
skimage/morphology/tests/__pycache__/test_skeletonize_3d.cpython-311.pyc,,
skimage/morphology/tests/__pycache__/test_util.cpython-311.pyc,,
skimage/morphology/tests/test_binary.py,sha256=myrPyBsJwecqI9nEut7she9Irbx4-Hb6SGIxh10GBOE,11298
skimage/morphology/tests/test_convex_hull.py,sha256=R6bWvoi-7dNAN9_LEdjP-HKeybuBjlS1skBkf7-yZNM,6973
skimage/morphology/tests/test_extrema.py,sha256=ScarcKjsXiq_LGLzTCEN8NBoBks-D13pGtFTTvM6Bng,26847
skimage/morphology/tests/test_flood_fill.py,sha256=eAXSSrU3XrAGFWt2aDmP8-fOKCGawHTZC8Jlcxiw0Bc,9541
skimage/morphology/tests/test_footprints.py,sha256=YeD_rMR7-tduCz71r7ld4SeSQ6od75uQ04C5NAKUxvk,10519
skimage/morphology/tests/test_gray.py,sha256=l4vCKI4fRowufD0eYB9r4E3HBRm4Wx51lpGVAjZO9-8,15483
skimage/morphology/tests/test_isotropic.py,sha256=HETluKiBQxaJQZJ6DBSqa8ojEDpRjxM1K_iKsALtvNs,2851
skimage/morphology/tests/test_max_tree.py,sha256=3te_2D_qsTDhvIpRwh_p81hGXbr840nXXBtwpropUYU,22657
skimage/morphology/tests/test_misc.py,sha256=TzL4CDfaR6hzua2qLw9LjkxTBKlGIa9Y9Z9mSXwUs-g,9340
skimage/morphology/tests/test_reconstruction.py,sha256=i8Iqy70oJSv-KgYNwir5EIBVFt99i3G8ds00mZ7YV-Q,5924
skimage/morphology/tests/test_skeletonize.py,sha256=wDCHcoIYsbNSfKmz9eGA0RQw8J51Nm2BH3zJ1rrAnrA,8455
skimage/morphology/tests/test_skeletonize_3d.py,sha256=_apDWwU-Zfjae42Isf9obEz7oZPcDQ3woU_05vvssD0,6547
skimage/morphology/tests/test_util.py,sha256=f3BlaSeedG1L0OJo5uPixZrSo3TY-i4J-xtAYAHrMjs,4525
skimage/registration/__init__.py,sha256=6vXz90df2ObRJJFAGAlfY4fRjUQKcD1wu6yM8cJnh5A,223
skimage/registration/__pycache__/__init__.cpython-311.pyc,,
skimage/registration/__pycache__/_masked_phase_cross_correlation.cpython-311.pyc,,
skimage/registration/__pycache__/_optical_flow.cpython-311.pyc,,
skimage/registration/__pycache__/_optical_flow_utils.cpython-311.pyc,,
skimage/registration/__pycache__/_phase_cross_correlation.cpython-311.pyc,,
skimage/registration/_masked_phase_cross_correlation.py,sha256=bR0sy3EAm0yFNU4PnbjKiv_xCFiX7uFJcdJDZvJqsBE,12722
skimage/registration/_optical_flow.py,sha256=9HZRIdh9cdN0KK13zIEmuggdvo4-RIqFHxbX6xoevnQ,14501
skimage/registration/_optical_flow_utils.py,sha256=byijiDpzSnYHnbeiFNnIkypFjJ3_Yi5IyIBAk7ybpiI,3799
skimage/registration/_phase_cross_correlation.py,sha256=EIHIOo5UMv4MAS12Ry1bJYym1oPoSrFUFdMZ1HRUINk,18352
skimage/registration/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/registration/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/registration/tests/__pycache__/test_ilk.cpython-311.pyc,,
skimage/registration/tests/__pycache__/test_masked_phase_cross_correlation.cpython-311.pyc,,
skimage/registration/tests/__pycache__/test_phase_cross_correlation.cpython-311.pyc,,
skimage/registration/tests/__pycache__/test_tvl1.cpython-311.pyc,,
skimage/registration/tests/test_ilk.py,sha256=bAm2nKhffxi1GNTMWR0L9Q93eFI835D5bhh9xA4xrSo,3123
skimage/registration/tests/test_masked_phase_cross_correlation.py,sha256=iGn_Yh5AEqa6aYzA-RDlY5jLaZFkAQ92Ft_ypXI0-3A,10359
skimage/registration/tests/test_phase_cross_correlation.py,sha256=OKuPFHjwjbpVWDSo6WLRs352UZmAFjFewc530YIzvbU,10100
skimage/registration/tests/test_tvl1.py,sha256=VMrjK5Av1u5dAeCvSANS8fZqWOgOr_UrVPYBRjaq-n8,3554
skimage/restoration/__init__.py,sha256=69qyJLhbX8hM7t3nVDTwY5R32QAolwKZZImYYudphHU,1008
skimage/restoration/__pycache__/__init__.cpython-311.pyc,,
skimage/restoration/__pycache__/_cycle_spin.cpython-311.pyc,,
skimage/restoration/__pycache__/_denoise.cpython-311.pyc,,
skimage/restoration/__pycache__/deconvolution.cpython-311.pyc,,
skimage/restoration/__pycache__/inpaint.cpython-311.pyc,,
skimage/restoration/__pycache__/j_invariant.cpython-311.pyc,,
skimage/restoration/__pycache__/non_local_means.cpython-311.pyc,,
skimage/restoration/__pycache__/rolling_ball.cpython-311.pyc,,
skimage/restoration/__pycache__/uft.cpython-311.pyc,,
skimage/restoration/__pycache__/unwrap.cpython-311.pyc,,
skimage/restoration/_cycle_spin.py,sha256=kZs9Ttns5O-aii38zhyb07OrDwa0k9laeyOvvW8Iuws,5822
skimage/restoration/_denoise.py,sha256=x-Ou748JUkWkWD6yAtT8xmUo_cghVBedNr5DIoGiWSc,41039
skimage/restoration/_denoise_cy.cpython-311-x86_64-linux-gnu.so,sha256=QDEuvloH9nQojazqdkQr7OzPtl8dHJFrG-jyC3hxBeY,298600
skimage/restoration/_inpaint.cpython-311-x86_64-linux-gnu.so,sha256=i4dCOVMsRcNNWs4IpRCMztmEeqlWvAyQOltT3RxnsqI,223672
skimage/restoration/_nl_means_denoising.cpython-311-x86_64-linux-gnu.so,sha256=iflYQlY49Uzngh_hDcmud5fr7tEy4XsldOeM7QnmPog,519376
skimage/restoration/_rolling_ball_cy.cpython-311-x86_64-linux-gnu.so,sha256=hun4o3EQuNtNbHQ1Ar93m0wuLxtQEGpFdlyOAFKhjEE,271544
skimage/restoration/_unwrap_1d.cpython-311-x86_64-linux-gnu.so,sha256=xp0ZsxWo1n4T2VHiHmc3qy-HV1otb7ahej8snou5u1I,171856
skimage/restoration/_unwrap_2d.cpython-311-x86_64-linux-gnu.so,sha256=1_veSn-VN3fCVSq8TV9QUbYkGEBzlkSFHPOBgfao4Pk,189688
skimage/restoration/_unwrap_3d.cpython-311-x86_64-linux-gnu.so,sha256=vQipLCYXQuaoH1Xw3xL2uIz7tpDxaaUPU5MZVM6uTy0,206240
skimage/restoration/deconvolution.py,sha256=n1UcApFsZiUZtgIPRjZFXJVqN21VihtOjvw1K5gozjk,16119
skimage/restoration/inpaint.py,sha256=2R50pyHCBraDYR_tTyk__t9WkfDFT3T_3gjiHhsp0tc,12925
skimage/restoration/j_invariant.py,sha256=wwsBjOw5L9thK3rx548mWysv0hg1iGRaDUGJPW68_0c,10861
skimage/restoration/non_local_means.py,sha256=MDT_ZkdLVZ8_tSSdRXR4WzJOvV0KSNXKWGQ4aFon9qo,7863
skimage/restoration/rolling_ball.py,sha256=5LLa66nHh9Rv78qAr7oXYB7OVPQIdVRjclJ-yOEzDck,6367
skimage/restoration/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/restoration/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/restoration/tests/__pycache__/test_denoise.cpython-311.pyc,,
skimage/restoration/tests/__pycache__/test_inpaint.cpython-311.pyc,,
skimage/restoration/tests/__pycache__/test_j_invariant.cpython-311.pyc,,
skimage/restoration/tests/__pycache__/test_restoration.cpython-311.pyc,,
skimage/restoration/tests/__pycache__/test_rolling_ball.cpython-311.pyc,,
skimage/restoration/tests/__pycache__/test_unwrap.cpython-311.pyc,,
skimage/restoration/tests/test_denoise.py,sha256=PBMAe7XjJ__z7WPrW2R6b5ncOXH7zfsdoYWlyhNpS3Y,42489
skimage/restoration/tests/test_inpaint.py,sha256=24HDZqnjwg5LYfrbJCdNiwob9ZiO8plb429l7EiJ_eY,6661
skimage/restoration/tests/test_j_invariant.py,sha256=ZpCYKiLK1VOjo7_o_fQ5qVWmlQOd97XHMUoCthOOAJg,3174
skimage/restoration/tests/test_restoration.py,sha256=q4xfWdKYtOS37At7MiW010JV8snU2SgHJlCrTia11k8,6694
skimage/restoration/tests/test_rolling_ball.py,sha256=zkJVWOxWjSVf7Z_0SN_XR4cua5a39AjuiIB3aCbIxUY,3134
skimage/restoration/tests/test_unwrap.py,sha256=_hYyIK4gkZJQiEwtsUO1n44ZIR2Wg5m4GClX3RJ-4ro,8464
skimage/restoration/uft.py,sha256=BlkXeg-uYxMKoCXdzAWCr-NY1IGixpaHhVxw2UEKJlw,12760
skimage/restoration/unwrap.py,sha256=TDJt9IpLftPdWOxSYvR7BZMGTAt4ttsCUp_4GsPosYY,4731
skimage/segmentation/__init__.py,sha256=RxBlfJRAHEhCxMjQyby15M3nF1J27vjzxJ-SkcP0Ric,1205
skimage/segmentation/__pycache__/__init__.cpython-311.pyc,,
skimage/segmentation/__pycache__/_chan_vese.cpython-311.pyc,,
skimage/segmentation/__pycache__/_clear_border.cpython-311.pyc,,
skimage/segmentation/__pycache__/_expand_labels.cpython-311.pyc,,
skimage/segmentation/__pycache__/_felzenszwalb.cpython-311.pyc,,
skimage/segmentation/__pycache__/_join.cpython-311.pyc,,
skimage/segmentation/__pycache__/_quickshift.cpython-311.pyc,,
skimage/segmentation/__pycache__/_watershed.cpython-311.pyc,,
skimage/segmentation/__pycache__/active_contour_model.cpython-311.pyc,,
skimage/segmentation/__pycache__/boundaries.cpython-311.pyc,,
skimage/segmentation/__pycache__/morphsnakes.cpython-311.pyc,,
skimage/segmentation/__pycache__/random_walker_segmentation.cpython-311.pyc,,
skimage/segmentation/__pycache__/slic_superpixels.cpython-311.pyc,,
skimage/segmentation/_chan_vese.py,sha256=_1miJN6MyaTFlQVcseyOYqZlDrm7_VeZnyfQ1VvlPWQ,12746
skimage/segmentation/_clear_border.py,sha256=kK50KdzZwUb4gwiZXT95_ICVY3MkeqFCF1n488UXP2M,3990
skimage/segmentation/_expand_labels.py,sha256=RpOCkSbvICVVBE4bJ8s3g5qXIRPYoxHSFKail7d_Iws,3612
skimage/segmentation/_felzenszwalb.py,sha256=JXROibPMIKqAH6om151aEbOwNvoAnhQGFgTmYhZH9VQ,2573
skimage/segmentation/_felzenszwalb_cy.cpython-311-x86_64-linux-gnu.so,sha256=6wy0BGtocUuysLb3-JwI2XRZJru5uKuuSQYjeRP5KpU,142368
skimage/segmentation/_join.py,sha256=4gb9xPEfeAw0d83C4qdMa9gXsukqytiWDxX0vyghFoY,5921
skimage/segmentation/_quickshift.py,sha256=fvu6asJvFX9Cns16TsWcuyFuJ8WL41t0Bdd7MjMXTqw,3225
skimage/segmentation/_quickshift_cy.cpython-311-x86_64-linux-gnu.so,sha256=BPX4yjw8mZf-NFCyWwtnDkdFcZOIQaV9jXJhg6YwRQg,268568
skimage/segmentation/_slic.cpython-311-x86_64-linux-gnu.so,sha256=AfQU7P0dgTW56nkv3EGBiESHlgnq-XHd2ePkjmrJbO4,290976
skimage/segmentation/_watershed.py,sha256=pdCfF39fK6z54S_Vr8jtoioTY0adrPKCLQdszr29eMw,9375
skimage/segmentation/_watershed_cy.cpython-311-x86_64-linux-gnu.so,sha256=PcL00sO5IqsBdTYoFJzSl_LSsOrAlPkSZCgJ8N-SX7s,188528
skimage/segmentation/active_contour_model.py,sha256=RCkzddi_bo7RkQrZ1rFUw7YIki94e3QLwmENQlVH6Lk,7877
skimage/segmentation/boundaries.py,sha256=4EFfDLDeaaUO48GyyK9gSR06QoYFOuWZo3ybHp4oec4,10154
skimage/segmentation/morphsnakes.py,sha256=hnotAoBkEhpPG6TN8hKGC7qDPp3lSxIlHoSBE6NXn-k,15113
skimage/segmentation/random_walker_segmentation.py,sha256=RSoRHxyKmSlDwf8qTD_pX1-HBZB2ugrvBWBs4vJLcVo,20520
skimage/segmentation/slic_superpixels.py,sha256=vIhCERRO_0JlaKiPcRZLm6p9ORQJRlrYIlffKLE-lkI,16110
skimage/segmentation/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/segmentation/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/segmentation/tests/__pycache__/test_active_contour_model.cpython-311.pyc,,
skimage/segmentation/tests/__pycache__/test_boundaries.cpython-311.pyc,,
skimage/segmentation/tests/__pycache__/test_chan_vese.cpython-311.pyc,,
skimage/segmentation/tests/__pycache__/test_clear_border.cpython-311.pyc,,
skimage/segmentation/tests/__pycache__/test_expand_labels.cpython-311.pyc,,
skimage/segmentation/tests/__pycache__/test_felzenszwalb.cpython-311.pyc,,
skimage/segmentation/tests/__pycache__/test_join.cpython-311.pyc,,
skimage/segmentation/tests/__pycache__/test_morphsnakes.cpython-311.pyc,,
skimage/segmentation/tests/__pycache__/test_quickshift.cpython-311.pyc,,
skimage/segmentation/tests/__pycache__/test_random_walker.cpython-311.pyc,,
skimage/segmentation/tests/__pycache__/test_slic.cpython-311.pyc,,
skimage/segmentation/tests/__pycache__/test_watershed.cpython-311.pyc,,
skimage/segmentation/tests/test_active_contour_model.py,sha256=LsZLfbRXABkSegrAGtYapkYCF9-20VPYoesgZXAp-60,5548
skimage/segmentation/tests/test_boundaries.py,sha256=t-BPf6xKym0X60qpCYJBgIekEUoNRB3v9V8Bp-FtKBE,5474
skimage/segmentation/tests/test_chan_vese.py,sha256=8BXvpDwhhSQncgzl10SexaFFnAgkmUOrcf2_OxCgUlE,3428
skimage/segmentation/tests/test_clear_border.py,sha256=0TaaxM2W6LcD0OMqIuRLUxTri32iQBS-O4oDLif-YRE,6278
skimage/segmentation/tests/test_expand_labels.py,sha256=c8nEyZdCjMwHLvb3RiKRP9Z-CNFtfcU29sY2eYxHY14,6214
skimage/segmentation/tests/test_felzenszwalb.py,sha256=vU3FR0AWwCs3jqcO53wz-8y6-tlcO1M90l-_pqarns4,2896
skimage/segmentation/tests/test_join.py,sha256=fTOyC9C6ses5ezdAmEevW8YK1-q1_EO_Ov_unyu1Skc,7214
skimage/segmentation/tests/test_morphsnakes.py,sha256=ORfJ8tzyFmzlo4-akwCDvaWKS3qCnet956PR660fdOc,5227
skimage/segmentation/tests/test_quickshift.py,sha256=MK71iXd7xjSl7DXHKlNti_O3upABgrifrF26bQ1JB2I,2125
skimage/segmentation/tests/test_random_walker.py,sha256=cIsz0GFFclNJcMNAEYRhparLZFzFnIv1n8OadAA00ao,18542
skimage/segmentation/tests/test_slic.py,sha256=XtPOWkGYBzoTF3pM0nlJBAQnGU-F4X7qtCTIvB8iEFQ,19134
skimage/segmentation/tests/test_watershed.py,sha256=csM7NSIzMCF2MvuSkUISyTkuYGDsnEytPj4ub5rqkGQ,22342
skimage/transform/__init__.py,sha256=XbhOF9C0FT7Ru6qOdU375CdMIlLRbCJ3cZ9YW_0-vSE,2130
skimage/transform/__pycache__/__init__.cpython-311.pyc,,
skimage/transform/__pycache__/_geometric.cpython-311.pyc,,
skimage/transform/__pycache__/_warps.cpython-311.pyc,,
skimage/transform/__pycache__/finite_radon_transform.cpython-311.pyc,,
skimage/transform/__pycache__/hough_transform.cpython-311.pyc,,
skimage/transform/__pycache__/integral.cpython-311.pyc,,
skimage/transform/__pycache__/pyramids.cpython-311.pyc,,
skimage/transform/__pycache__/radon_transform.cpython-311.pyc,,
skimage/transform/_geometric.py,sha256=IIFXyxpgedvsPIl2zBrhsWfVmWRkGefMv8fexiS6vDo,55324
skimage/transform/_hough_transform.cpython-311-x86_64-linux-gnu.so,sha256=q1iQSK4OxOznRKrwXAWyQd6zm2F__ReMkrWWUar9RMM,303048
skimage/transform/_radon_transform.cpython-311-x86_64-linux-gnu.so,sha256=vTcz4adm2r6V1OuEk8SKpZ_4Tvi0SKLSI4OCgt259lU,237472
skimage/transform/_warps.py,sha256=-c0M7IKDUYCIVUiB84Zp46A6TiyGxQom4rl5hdeIcqA,48277
skimage/transform/_warps_cy.cpython-311-x86_64-linux-gnu.so,sha256=_uneUjmEgQe5BIb26PzOJz61OVC5WKbd1d-sf6nDBc8,263352
skimage/transform/finite_radon_transform.py,sha256=YmUrwu75Ep_p1O1cQQbfpKQq7bi_uJOSm7dJwdb7wns,3228
skimage/transform/hough_transform.py,sha256=C5E_lcQJeYnNawA4-H_jRbFXwSs9twLMG4H-McvQolU,15212
skimage/transform/integral.py,sha256=EhO_2e5MbIkO2c98GM9M1DITWkP7k19rcqGPZImwjyw,5001
skimage/transform/pyramids.py,sha256=LPRTEbIypP7_-BM1WEqsdj-rVMeVMeiFL-M5tvbMVFc,13278
skimage/transform/radon_transform.py,sha256=qCGUOjzRp9G5kvONOiVwi9uiW5axcrVh2vxPnIP5EEA,20799
skimage/transform/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/transform/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/transform/tests/__pycache__/test_finite_radon_transform.cpython-311.pyc,,
skimage/transform/tests/__pycache__/test_geometric.cpython-311.pyc,,
skimage/transform/tests/__pycache__/test_hough_transform.cpython-311.pyc,,
skimage/transform/tests/__pycache__/test_integral.cpython-311.pyc,,
skimage/transform/tests/__pycache__/test_pyramids.cpython-311.pyc,,
skimage/transform/tests/__pycache__/test_radon_transform.cpython-311.pyc,,
skimage/transform/tests/__pycache__/test_warps.cpython-311.pyc,,
skimage/transform/tests/test_finite_radon_transform.py,sha256=Ms2EwaWZ6irxVaUU-zovgL_3tF-YiFA-r8v3UKV78Ak,316
skimage/transform/tests/test_geometric.py,sha256=BSi-tdIz8MQ00E8lYWjDFCRIrqzlcJc7VcKYm4nVkEk,30223
skimage/transform/tests/test_hough_transform.py,sha256=-IjFyTGn4cGeZpVAQSnf5g2SWAo_TglYOLD9XpmNZAA,19722
skimage/transform/tests/test_integral.py,sha256=a3F6zy25CJ2iaiBKDPjvrFOtMcOyIMcBkS6W6BKe_24,2378
skimage/transform/tests/test_pyramids.py,sha256=OaFs16Hu9J9O6menOWEjJZNDeL9DsvqjzOZg2iGPiis,8134
skimage/transform/tests/test_radon_transform.py,sha256=IHHQuDBtYtHHVJhok1X7kGVa9-PjUH1jSwHz94lIV_Y,18469
skimage/transform/tests/test_warps.py,sha256=OR6ofIMTA6RjnYHQVEqbZUb5JhqY0QU7TfTx87SwJCk,34001
skimage/util/__init__.py,sha256=MTbZyZXZTD6-y1nlE62oab76wWsOOQAkTAVGT1iDAmw,1196
skimage/util/__pycache__/__init__.cpython-311.pyc,,
skimage/util/__pycache__/_invert.cpython-311.pyc,,
skimage/util/__pycache__/_label.cpython-311.pyc,,
skimage/util/__pycache__/_map_array.cpython-311.pyc,,
skimage/util/__pycache__/_montage.cpython-311.pyc,,
skimage/util/__pycache__/_regular_grid.cpython-311.pyc,,
skimage/util/__pycache__/apply_parallel.cpython-311.pyc,,
skimage/util/__pycache__/arraycrop.cpython-311.pyc,,
skimage/util/__pycache__/compare.cpython-311.pyc,,
skimage/util/__pycache__/dtype.cpython-311.pyc,,
skimage/util/__pycache__/lookfor.cpython-311.pyc,,
skimage/util/__pycache__/noise.cpython-311.pyc,,
skimage/util/__pycache__/shape.cpython-311.pyc,,
skimage/util/__pycache__/unique.cpython-311.pyc,,
skimage/util/_invert.py,sha256=Yb-ML5OWLDxkrZ1KezI0SUUToJoiWmMDNiQ2bhMGYbw,2560
skimage/util/_label.py,sha256=R2HiPW16KuC3_bCsWXsqHwwpxnPupEU4bP60v6CPkvw,1593
skimage/util/_map_array.py,sha256=6ISoRUMiOTndzLB1mOXH-uWtt8raDx7QtEqgMWq2dMM,6341
skimage/util/_montage.py,sha256=RGiqseyUJnaoVuJaZucMB4UZRxcKQE66an303GMfuWQ,4777
skimage/util/_regular_grid.py,sha256=iO3k8VnXdojYPVLfe-JS4mVpw8KW6Q9Nu1KYuaj9Wso,3985
skimage/util/_remap.cpython-311-x86_64-linux-gnu.so,sha256=OGZqobfc-yF_hTdLRRR9IK4GLENrmFtq2-P102AYBzk,740960
skimage/util/apply_parallel.py,sha256=3hrJjOo5qiV4Vg3K6FVmiavJBNiJQVNNpJL91R17KKA,7571
skimage/util/arraycrop.py,sha256=SwOEDdbbI2d6JUZ6vjFL5NsfBOj8Gz1kuqct26-793k,2505
skimage/util/compare.py,sha256=9AhaZJxUmMULT9-KPQODEwcWhMQePnvz1uXLgXX1tdQ,2018
skimage/util/dtype.py,sha256=IWPLheA4w3hV15tx_e2-MzehRt-LRtOEyZIuPj_K5Bk,18453
skimage/util/lookfor.py,sha256=xegyz433DWyd9wS6ipqRPscnNHwdYgKUw9rBTQGe73w,601
skimage/util/noise.py,sha256=_JOSg5VwjWggr5ccF15xxblWdc9uBSOq50PDZmiURlc,8730
skimage/util/shape.py,sha256=6Pfy86Rugy4acPS-Nke9Ff1udN9H2ow6vnZoXM7SNCE,7839
skimage/util/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
skimage/util/tests/__pycache__/__init__.cpython-311.pyc,,
skimage/util/tests/__pycache__/test_apply_parallel.cpython-311.pyc,,
skimage/util/tests/__pycache__/test_arraycrop.cpython-311.pyc,,
skimage/util/tests/__pycache__/test_compare.cpython-311.pyc,,
skimage/util/tests/__pycache__/test_dtype.cpython-311.pyc,,
skimage/util/tests/__pycache__/test_invert.cpython-311.pyc,,
skimage/util/tests/__pycache__/test_labels.cpython-311.pyc,,
skimage/util/tests/__pycache__/test_map_array.cpython-311.pyc,,
skimage/util/tests/__pycache__/test_montage.cpython-311.pyc,,
skimage/util/tests/__pycache__/test_random_noise.cpython-311.pyc,,
skimage/util/tests/__pycache__/test_regular_grid.cpython-311.pyc,,
skimage/util/tests/__pycache__/test_shape.cpython-311.pyc,,
skimage/util/tests/__pycache__/test_unique_rows.cpython-311.pyc,,
skimage/util/tests/test_apply_parallel.py,sha256=t8x9rrqkAWm2pYQBvIkWGqMv132jU668BL_BRzrkAgA,5052
skimage/util/tests/test_arraycrop.py,sha256=LiBnvxEt2_323ioigAh1D68ka9b4oLmzvrKr_jUaNJ8,1850
skimage/util/tests/test_compare.py,sha256=TceWNTVLKgCFyvBgqZrPKrMcO_9fbazEpXJzjcrgjko,2331
skimage/util/tests/test_dtype.py,sha256=M0ABD1BdjUENkF1EGlBacpHY4jMkt9GaQds3N5QeV60,6173
skimage/util/tests/test_invert.py,sha256=ihE4grAeYGpqyjt5g1EQhDFkZut03kiClZGKwKTF9c8,2445
skimage/util/tests/test_labels.py,sha256=KIJ6cqTqzyS3Nj5-kBuKJKDuwHA0oZ-GD3G5EmhUhz8,2210
skimage/util/tests/test_map_array.py,sha256=dfKdD6WIgLw5lrZlm6OkAxYYmlydbyZ6kBtO9vBHlRs,1835
skimage/util/tests/test_montage.py,sha256=iVHW79DcjErFXaj4KQwHKl1Ap21Z1tP6z6EpNMWVqWA,5669
skimage/util/tests/test_random_noise.py,sha256=JizynWXHvvEbthuSjCh0J14lPYr-ftFBH9hxCEFQFQQ,8178
skimage/util/tests/test_regular_grid.py,sha256=-11MuIwtwbtvnhwcti8svr_S3sBoPneeyEiuXk_SwHg,987
skimage/util/tests/test_shape.py,sha256=SH_U1Oxy2Q80WdOyCS5d_bAV3WWOKuq3OXjoUZQtl-c,5491
skimage/util/tests/test_unique_rows.py,sha256=GFH52svgZyMXEpMzQyA2UG69-M-Ut_1i9t7obfojsVQ,1117
skimage/util/unique.py,sha256=ny7N8mI6a2ogzcY1PlvFBiKtGUECSv4DlzevX2ZvMt8,1499

View File

@@ -0,0 +1,6 @@
Wheel-Version: 1.0
Generator: meson
Root-Is-Purelib: false
Tag: cp311-cp311-manylinux_2_17_x86_64
Tag: cp311-cp311-manylinux2014_x86_64