rm CondaPkg environment

This commit is contained in:
ton
2023-04-06 13:53:47 +07:00
parent 0a57ed7884
commit c43d949309
3329 changed files with 5725 additions and 447022 deletions

View File

@@ -1,151 +0,0 @@
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

@@ -1,339 +0,0 @@
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

@@ -1,855 +0,0 @@
scikit_image-0.20.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
scikit_image-0.20.0.dist-info/LICENSE.txt,sha256=jNNJwtMdjgAJQRiwChlEZfBb0Qo0hyPhQ3lz5BtdeOk,6838
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=JdLTWhc73oJ-lqTBYGgiVontr_vhzwzbpAOin_2bxTI,85
skimage/__init__.py,sha256=LoTanW6E-SqzlSPYzLWWmFglscxBHGnEfrjFyEHYjKg,5718
skimage/__init__.pyi,sha256=FdcwXl_PsshfCDF8hwpmyvc4hI1BB2FjIQqrBx2kfak,609
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=7YcpFcyDuFZcIwGbsu2Mf2Mone2CdluLH2UUW8SlQgQ,97
skimage/_shared/_geometry.py,sha256=l_DmPf2_8BIxkcWNz0nAdx1CprOBCxDQNxLtF01bYzo,1397
skimage/_shared/_tempfile.py,sha256=jatwjdQ47u1nWET7SNIoqybsOr0XK726HKqjh286KK0,789
skimage/_shared/_warnings.py,sha256=3Gu8wi2_NWKYJxhaoZUZGSRiybKZ8fwdbmttmD0aWBg,5374
skimage/_shared/coord.py,sha256=FHUO6niVjbBHedz2RHUXQIOm9Yg8el3MyvQ2h4FBUiU,4605
skimage/_shared/fast_exp.cp311-win_amd64.lib,sha256=wjc_csDH_YCthXk7Amy17POjPWYGKjEBhgAM_800LwE,1368
skimage/_shared/fast_exp.cp311-win_amd64.pyd,sha256=f0zcFEFL80LEV-FxcDFurU7XHfxv0gKK2F2v1N-AV7U,48640
skimage/_shared/fast_exp.h,sha256=gON6AZ-CaNUs-KHzkelAXxaMQTVQnaz2RaIZo-E6c3Y,1293
skimage/_shared/filters.py,sha256=aDLeahqDxwTS_4-7LfCr-TL5vn3fQVmYJe4LN9yy5fg,6754
skimage/_shared/geometry.cp311-win_amd64.lib,sha256=HOy7fjuFvI2bSMwBpY6Nw1oD8GrxvNUhDOekGCktmdU,1368
skimage/_shared/geometry.cp311-win_amd64.pyd,sha256=NgNYgdirujsRPEFkATMQdDg0EzSoZw3Adlo1x14eLZw,113152
skimage/_shared/interpolation.cp311-win_amd64.lib,sha256=5kUW3LemwjpxaYdfNUnLWTB0Ewq3ASMVzw_3P1M0rGE,1424
skimage/_shared/interpolation.cp311-win_amd64.pyd,sha256=6LFCuhg6r74fhc25HUS6GWVaqrZe9y-0mV99GqsG7Yg,30208
skimage/_shared/tester.py,sha256=BQC8q4qu8o00EkylRRq2j7HIokooeRLUGrbTd-tU3xc,3645
skimage/_shared/testing.py,sha256=DASpn3snNQYlPdyp-uS5ipJMLDx7aE6iAaElpd0VIAc,9888
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=wgyC4m4rg1qJLxHDuPnRInonofhsPrcBvBkuB8ArGwg,3348
skimage/_shared/tests/test_fast_exp.py,sha256=O2825WQfrQUDIpMiUMFYoU_LaIuoq81b5O4TvO0LxUA,521
skimage/_shared/tests/test_geometry.py,sha256=0wCXAF93K7wHUCTtNC-vD4ZR21JzhLA-Tq1q6urU_nI,2218
skimage/_shared/tests/test_interpolation.py,sha256=s9XSmB520IozNWXMixiQCYuHnACDe-BYyZnBzw_RUqQ,1163
skimage/_shared/tests/test_safe_as_int.py,sha256=ESOVVSU9RSXnnzWD_072gYrY-qQn3IVCNp9WKgV1qbU,1714
skimage/_shared/tests/test_testing.py,sha256=f0W_uBih8n7DLBzX71GyQNEAxJcwg6bsDPSMg3JxGRo,3089
skimage/_shared/tests/test_utils.py,sha256=NETr9EyDpIx1c2Ds6Rgz2iHiNqkjm-Yn_n3ar5Pcd2s,10265
skimage/_shared/tests/test_version_requirements.py,sha256=UFOtlOjiE10TwKH1I6kfJPB1HHQHO4qNGBQdHCjjwIs,1117
skimage/_shared/tests/test_warnings.py,sha256=75A_jYc2HFqcGBu-tQKTwMktthBp_2mL6EpMSapfXnA,1287
skimage/_shared/transform.cp311-win_amd64.lib,sha256=jMd6iGEsKd2tL-RucvQPS-ju7k4xIOaOz_42uF6MeKo,1380
skimage/_shared/transform.cp311-win_amd64.pyd,sha256=_MYxDTwvtlJsXI90VOzh_pQcOatAUwqCNGC3sNR851k,111104
skimage/_shared/utils.py,sha256=SSW_R2_E7pJTpmB-zJVybE5hsHqAsMyQd0az5dHyIY4,26277
skimage/_shared/version_requirements.py,sha256=4EpbdYVPMAsKtziyLb2Vy9MMtgvhN9tUlg2pd8WJH2g,5517
skimage/color/__init__.py,sha256=XpyPpqNz5Sqf6j21R7pl6zvpmuZgMVN9-95j_Y_43h8,3888
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=kFMXXcqXLxH_ONrX-LH3wzc2w0-857Sfnh2u0_tFCOM,2578
skimage/color/colorconv.py,sha256=9c6zT3YpXFUGfKhUb-aFQPKNjHVmPw-TDFMBmg0IAxA,68408
skimage/color/colorlabel.py,sha256=wuc15qQbyJMRxZ0xPTrXuKnJLfuJFtlIT21YswdgkGw,10783
skimage/color/delta_e.py,sha256=8vXVvw6DIwSzQ_GtdYrluHXjw_wMUT6B5o_EdrxFk3M,13130
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-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=Pv-6P7rFmvmdEZasKy9L5bYcUkemRXuU82PPJ6hXHyo,2843
skimage/color/tests/test_colorconv.py,sha256=0rMrC_fYn0am736XLx9dPET9N2-77tg9S7RQ57usnyM,38955
skimage/color/tests/test_colorlabel.py,sha256=EAvURI4U9nMY06NWCca1N1tLfAes_qLgrc0jkJ8gxeg,11589
skimage/color/tests/test_delta_e.py,sha256=Np2PhpgsP1GJdBO3Z1dHShzTQdxWuRqWtXEalEBswIs,7306
skimage/conftest.py,sha256=POzEHVZapYFVkxaQlkNzo5qSM_ZDVp2uC19HGNxBWvg,318
skimage/data/README.txt,sha256=OgaFfwPYunbnMTytBBmgub0XaU6Zy_CljrLczYGzxro,289
skimage/data/__init__.py,sha256=ByoS31hLTokbF8awfjqOjo4yL-_009SJTw1VAsZBzuM,100
skimage/data/__init__.pyi,sha256=mC_kbEuEOv5H-QfTuzY9XuNlJZ1RpuAUOIGA1lkPh6s,1573
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=5znj7qzUglYAXnPxZB07ZJ_c7LpNCNflK2ktDUMHA2o,2458
skimage/data/_fetchers.py,sha256=zUNDTU9knuQgJmsVS3WuRDPFfoD0YPU784Q_SFALGL4,40139
skimage/data/_registry.py,sha256=XRIEyyS11E-uGuOqqg5RFyOfS52BJ3vg179pDnYC2T8,15680
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=rG1YxUAfpWtxGlEs-EWvhf5kKNYbmhLZ4BmpJ99PR-k,5856
skimage/data/text.png,sha256=vYSqOm48mIeFDUXWBslrLllDP771AzhXC2PDGeZo5tE,42704
skimage/draw/__init__.py,sha256=qpo1wzmh_tNKp7mg4-ztQB-11MM81RP4clhvtkJEMh4,946
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.cp311-win_amd64.lib,sha256=DjjhK1eLho-TulwmP668tatqMYJF8v3-3OYE0i6PHK4,1336
skimage/draw/_draw.cp311-win_amd64.pyd,sha256=UL1AqEwQyIMNi6FXY9Nz4cpDK8uOdW2A7xT6c1sS07k,249856
skimage/draw/_polygon2mask.py,sha256=toS2Affa4xv_yg3iw2VZd_nekvfsmTEUe1IrJSS6TOY,1149
skimage/draw/_random_shapes.py,sha256=8ciozCFXpRrhF_vAy1L3jnt7RmIHdBlmPhIyKW9TrJQ,16793
skimage/draw/draw.py,sha256=LCjo-fY0FylKKL6PMmtW15lEEN1T_VAVvneiuN83iTQ,33422
skimage/draw/draw3d.py,sha256=sZec0zVFgOdPrNjBrVl5kvktVu3j753qx7cW91uT0tg,3557
skimage/draw/draw_nd.py,sha256=jzmyrU1258jayOoM2NRlyqT1tRWe1zIBU07klb1X14M,3828
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=cgcLS4u6LaFNsCs4PF37Dq9GR_Q3byptjqSdO1CUsUw,41421
skimage/draw/tests/test_draw3d.py,sha256=PE3bYs7PjOz10quOLU8UgdZuthAb4Yr6oNgnJl5T6-E,6876
skimage/draw/tests/test_draw_nd.py,sha256=TYTNh-V5sxiL_qbCxLA7A9f2faUZkplEcyPHyT2Pjcc,503
skimage/draw/tests/test_polygon2mask.py,sha256=EjmFpAlBKTxjn1wUMC2DhI9AvnalnyfZBH1juOJHkJI,357
skimage/draw/tests/test_random_shapes.py,sha256=-9zRPXU9odiZBzMMgZp-qnYrf5X1mymUnlbZAYsObZY,5964
skimage/exposure/__init__.py,sha256=Yqwcli5iJj8c7qO-uZyccUDSzm0Esuqvc_JidZXJ9sk,633
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=6K67T9k_ucOi4XtAkvj5D7gN2CrS12KJy1j9WbJD1y0,11500
skimage/exposure/exposure.py,sha256=7iSj1L1gFa91lR4npgWEnI0fOXWVIc-Bl3UZdaBAtUA,28817
skimage/exposure/histogram_matching.py,sha256=JDVzuZ5LLDIBOmS2n8SHqdL4MAT6o5uSWgpsfKIW1Hs,3425
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=cOa2n-E9j7ndhpElEGO3-rv5MzyTX62ZR2USptJHMMg,33110
skimage/exposure/tests/test_histogram_matching.py,sha256=DnbvPpe56bKHDNFN0brS9kKFmrhYdz6D-6WQH9xln28,5455
skimage/feature/__init__.py,sha256=hlBbxmf06_l-R87yoOYp3K4NPLksnVZqrWNmcyolgy4,2349
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=B9_VixSbm6JhoHOVQhad7RYnY_EXoTOSGgTo0b55I0I,6485
skimage/feature/_canny.py,sha256=wWLEP-6QT4j7S9ZWtVuEPsDhzj3F1alekR66v5TJVqQ,9638
skimage/feature/_canny_cy.cp311-win_amd64.lib,sha256=Gniy4ibD96uIV77NkwlJdCPhzz2Pd4WsbciPR11fcH0,1380
skimage/feature/_canny_cy.cp311-win_amd64.pyd,sha256=J2fOI0T_L9EEobEj4ntu7n7m54VMsDNxbmv2D1fHLcM,156160
skimage/feature/_cascade.cp311-win_amd64.lib,sha256=vKMAyuZaw7KG13sazKzKsvH6mkVjg8NLyyNQR1vk5qw,1368
skimage/feature/_cascade.cp311-win_amd64.pyd,sha256=bGd3AFTA1TEbqMakPKhEcd4FTru5jZpWU6_D4VDe0r0,194560
skimage/feature/_daisy.py,sha256=usarct_WMrccBuqHJ2qn5U3FsTFqmjaDt2rKMEU7UYE,10384
skimage/feature/_haar.cp311-win_amd64.lib,sha256=nMlvI2no1LXMd7fhXHIz0VFwkN9SllLhNsyZNGUyjcI,1336
skimage/feature/_haar.cp311-win_amd64.pyd,sha256=5laIm8s-ItDRyI_TukhSRhBuaKO59kKXFZgjnsK-WhM,406528
skimage/feature/_hessian_det_appx.cp311-win_amd64.lib,sha256=snPXmkTOGH72F83KhsVV6mpnZxQkiyQQTyRvwgxWjok,1468
skimage/feature/_hessian_det_appx.cp311-win_amd64.pyd,sha256=-3XXDA_gYf-WFOcrx9tKU3xaPFMfbroaYamY7zFdEPo,60928
skimage/feature/_hog.py,sha256=fe8rliK_Dveu6Cq2k7ys5l9ugSuTMZXGzjrtWgEu-MY,13092
skimage/feature/_hoghistogram.cp311-win_amd64.lib,sha256=HDNd1-32AmrTkmk1TIUFzOA0xjCxveOik42MTWrgLp0,1424
skimage/feature/_hoghistogram.cp311-win_amd64.pyd,sha256=EQz6X5EBQomgxF-nGXlUqrcHRFGfbXoDyPT0gDrRWbI,164864
skimage/feature/_orb_descriptor_positions.py,sha256=xMxaIbJOZp5A1CRJCJwWBWwq6iyQOenDVaeI2-CTHcw,478
skimage/feature/_sift.cp311-win_amd64.lib,sha256=ZO-D0Cuo20NOZfpGZyj3GfS2Wjuw5par0W14vwOwGW0,1336
skimage/feature/_sift.cp311-win_amd64.pyd,sha256=2K5AdL5e0gQzpb2CGOPfOOz4efso5TCuza9U4vN585o,197632
skimage/feature/_texture.cp311-win_amd64.lib,sha256=SBnpmIrc0avc-IhfmBHBPJafS3KNN94AF1TEmK9LS-0,1368
skimage/feature/_texture.cp311-win_amd64.pyd,sha256=cKB1_4j4GndOBvHOu0uQWFBBB6yWAspONdNb1VHFNH4,233472
skimage/feature/blob.py,sha256=iRI1IF2D_Ypl81v0VbqYCS3GcyL3mN5XAAlh_UWWUbE,28650
skimage/feature/brief.py,sha256=fvK5yQp2vdoSdH_w8XiEbLoUDTdLJkDKZg2BQn65uMo,7834
skimage/feature/brief_cy.cp311-win_amd64.lib,sha256=jGC9pUBRcgYFbP6oEk1mfiehKxu65ZaxHFTmSu_h220,1368
skimage/feature/brief_cy.cp311-win_amd64.pyd,sha256=SSchlqk6qrsoR7pdp7vysrl3rOROGdnQNSeP2ry9yIg,157184
skimage/feature/censure.py,sha256=jTcYTf1lwSit9o5rJA1QfFEz3MqSHkl4cljNhJljQRc,12259
skimage/feature/censure_cy.cp311-win_amd64.lib,sha256=tHSjXpETPsSjJr8TVJifWkJLvIzv-xkpPIf8EBNsIzs,1390
skimage/feature/censure_cy.cp311-win_amd64.pyd,sha256=zOL6LDbHw1Y-HBezG-dAA3H4uGMji4iY2yCNYd7j8Kg,125440
skimage/feature/corner.py,sha256=oM5d56kQdhxpocdHBQ8oMNiLY35S-iWG_3cfd9WrIMs,47179
skimage/feature/corner_cy.cp311-win_amd64.lib,sha256=dbiX74PDMdbKTKfnsF9N9xPH_STqe1G1_qnLpV0sbJI,1380
skimage/feature/corner_cy.cp311-win_amd64.pyd,sha256=jCvV5xp3XwJsPOUdC3fYB05_2tp51Ri55kyaS19DaLI,210944
skimage/feature/haar.py,sha256=zV385E1PIs1js80H4u2QT3x5gYjTtTbSZz4yKgE4ghE,13609
skimage/feature/match.py,sha256=7mcMMDXNY4BhyoQBr_AcKbCkZzhnOkDNSzJpFeeOaSc,4125
skimage/feature/orb.py,sha256=q4UCD0tbhb1eDBSuvbhHNx90u8gkn5opEmm0diwrZCE,13725
skimage/feature/orb_cy.cp311-win_amd64.lib,sha256=6XA2w19Z0siDgMh4o1keflBNtCJeLMze2TVd5Oyi3UU,1346
skimage/feature/orb_cy.cp311-win_amd64.pyd,sha256=ssNHgJ9feunpa3tFIpd3tF_QD8vB9RloO4DPfbGcVIo,158208
skimage/feature/orb_descriptor_positions.txt,sha256=S_LZW-3MmEpxczRlk40BD0UHCftjCyJ3u8rRmBbsYCQ,3096
skimage/feature/peak.py,sha256=-c8asUD-J9iGshYBmBR_zNax5tVGPlS-pb7F1FNr0W0,15367
skimage/feature/sift.py,sha256=0_8ftgQ_1J2r5WcU6hmoxoGb7WLYmkPs2-tJNKHdZZs,30458
skimage/feature/template.py,sha256=yUFzZTUfQJJf7UjalRxwDwjItM-wFdtLtJOIUI72OVg,6809
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=DNdC-PiIfD6Uk6lJlTbPCrDGMN0ROurWbF1Zgf6u6t0,2222
skimage/feature/tests/test_blob.py,sha256=yuHFteqfcpPDj9ZK5aqtP9uW-LI4VclRWQzzyw1xHsE,16936
skimage/feature/tests/test_brief.py,sha256=0oKOQt9FVrXA6p7E9-hlUBkXgUdIYY7li6IZOuKnakg,2929
skimage/feature/tests/test_canny.py,sha256=QmouE6IZpVsDX1ThdYbPNmyIImKWLwUXNRiUHsb1aps,5530
skimage/feature/tests/test_cascade.py,sha256=tCnddKUm-fl9uldfEClejqBTBBRK1Vuc4On8CmkqkhU,696
skimage/feature/tests/test_censure.py,sha256=f2fPeAhyYpKv2uSxLvf9xcEyzL_9E9gc3nlUu-o-7Ug,3876
skimage/feature/tests/test_corner.py,sha256=6Sw3UDrP0GTjBAWJvBtsgL7v9UoASBHERZX3YJdL6dE,26158
skimage/feature/tests/test_daisy.py,sha256=lqYk_Hkjte7rb-Fa8DZJW6ogmAR_WyHwEW4fNiYIz08,3521
skimage/feature/tests/test_haar.py,sha256=ribJgrUpzgGmrIOWzt8m_4-Syb7xRHHkg7fsBi7ayNk,7782
skimage/feature/tests/test_hog.py,sha256=C6ZU9Ap4QUU2T59pO1WADZ9caY3LJqcAJAeJp38T9Us,11309
skimage/feature/tests/test_match.py,sha256=nfihwT2vWvP4uEpOcKIr48HAsu8zciDwQxn5rn-r0zg,7458
skimage/feature/tests/test_orb.py,sha256=py0OaR--A198OaOR1fKZL3QhOZwPa4jZ4jKpf1v7x94,6719
skimage/feature/tests/test_peak.py,sha256=DH_MgKH4fvc7Cbcu955WZfh7um3tBowcRVzcKpy6qDE,23334
skimage/feature/tests/test_sift.py,sha256=XNRbCbcd-jn6DlmRNqwahJGB5p8fw32F-42d3kdFe28,6427
skimage/feature/tests/test_template.py,sha256=kS_IqFVjlrCKcSm2LWcCJA8oQ5s7BTSOtXoLHGiKEgI,6361
skimage/feature/tests/test_texture.py,sha256=YiL4wB0u91r4YJtUMpiSyut3NjR3oXYDQqWYC4o9iH4,13612
skimage/feature/tests/test_util.py,sha256=xwY_fC245zSiF9T00yB2BUbdZ9o4CBncrfeykx64T8c,3065
skimage/feature/texture.py,sha256=jGFNc-CBVGL0BPqEPXg3GD_F-pyk8dmirfRH60CI_bg,20068
skimage/feature/util.py,sha256=pa0T7qkrGRRKramo3lqQxCXuNu0UofPsWy3nimLRwuQ,6039
skimage/filters/__init__.py,sha256=ByoS31hLTokbF8awfjqOjo4yL-_009SJTw1VAsZBzuM,100
skimage/filters/__init__.pyi,sha256=BljVuntxS0A6lcweyF8iq-13bFbb0X-M9Id4eCyICIE,2323
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=ksEXkE21ALTtnJoajLxvcrzvOd-_28sVeuH0WnCre9E,6966
skimage/filters/_gabor.py,sha256=YRvlkWyfPTDRXoz1DdrAIQ5bYJgxd4dvjOF-yRqc6lA,7904
skimage/filters/_gaussian.py,sha256=rr4yXqXkqROkKR3a314EYdE4Nop34QJqxWHo4BoK4MM,6125
skimage/filters/_median.py,sha256=hHpnTKinx9CrAEjMl82Pqxo-M2f0yB8fV8MtXegesBQ,3002
skimage/filters/_multiotsu.cp311-win_amd64.lib,sha256=fxnmsiKK8zaJrBmwN4UfcLz6nTVRM7FKyr-5mots1gA,1390
skimage/filters/_multiotsu.cp311-win_amd64.pyd,sha256=lNqYtIQkel_DhIcaMq4iSDWjJHduVTybhrvEEc-V_1Q,141312
skimage/filters/_rank_order.py,sha256=pA8xiLX0uEUdbgD8OBaKPZpYoVcyA9idjWiWMYNn8z4,2112
skimage/filters/_sparse.py,sha256=7ZNTNcGl-6Er0IxXJQEqdqNswPC4gW1O35JgPOIFyK4,4736
skimage/filters/_unsharp_mask.py,sha256=mMg5Io0-w3ZO1MT42RAO69b5jTpIManvhmAx-e11UmQ,5688
skimage/filters/_window.py,sha256=NRBcFajZq9Ve1vxkvwZ_8ZmWnFo6T0HE_X0gXggNM1w,4477
skimage/filters/edges.py,sha256=7yAosoHjchrcSvrDHmY1bqzRkT2KtEaVBdW3nWPyEhM,26703
skimage/filters/lpi_filter.py,sha256=us20FLbz8ZBE8c2EEOoBjoQsUFlV46O6NkD0DWdWGbs,8104
skimage/filters/rank/__init__.py,sha256=ev7yng4oXvRI4ZkgRXOZ5k-U7WHrDTRnxfa2h0KI-YI,2018
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=b0Go6lbqalfJitpIOINuEdyCDlIMkyH6WPzjIn1jlhs,13981
skimage/filters/rank/bilateral.py,sha256=3mpZmk0eyS-qPLr3b4t82K7lrRZXe3vrxeMMhEyObvE,7705
skimage/filters/rank/bilateral_cy.cp311-win_amd64.lib,sha256=G6GYvVyNToOxSXG3NcKOUBJIXITuaNeBihh8ew2E2Sc,1412
skimage/filters/rank/bilateral_cy.cp311-win_amd64.pyd,sha256=adiqjd0I5_H6uwqOc6BXy7XvG8417KIhjFGE94gjEm8,319488
skimage/filters/rank/core_cy.cp311-win_amd64.lib,sha256=t5I2U8i6d4DbN_s8mAaGId6QKDr7fDHDcRDWRBIeKvI,1358
skimage/filters/rank/core_cy.cp311-win_amd64.pyd,sha256=XS18Fa543mhKHkkOP5XxWXfxG2HpfGIRFdDk2zmtehM,419328
skimage/filters/rank/core_cy_3d.cp311-win_amd64.lib,sha256=Cfl5UOdXvJ2IjeCtN3MLHjl4zg36STn4YoeeP1BEV70,1390
skimage/filters/rank/core_cy_3d.cp311-win_amd64.pyd,sha256=kwUJOe_ZM5RM5qCIrLfU2fGtYKp3xX2iXEveDVqfj4w,210944
skimage/filters/rank/generic.py,sha256=E8VngK7g9U7-5bOfh-iWKL1ySHRTXq1SV1EIm9dIcEg,56829
skimage/filters/rank/generic_cy.cp311-win_amd64.lib,sha256=qM6GLe3I32DBsPP2gxBblsWh2kTZSPxtmc-wORQxHto,1390
skimage/filters/rank/generic_cy.cp311-win_amd64.pyd,sha256=N31ujybzJiZMZZRUB4dEQ5c1ArZSUMcb8sARa6cDUOk,2080256
skimage/filters/rank/percentile_cy.cp311-win_amd64.lib,sha256=nDHqYo-s2p6gTM-4ikyNxLNaf8mY3WpJJo24FTIerxQ,1424
skimage/filters/rank/percentile_cy.cp311-win_amd64.pyd,sha256=SByZC0qymQX5_k4qV22qaARv0FSXDS6DsNtXwub7j3c,644096
skimage/filters/rank/tests/__init__.py,sha256=x4utlIkLvCHJYcMb8dnd0PtysMkBGOqj__prYGPe9Co,137
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=vgw02S55T2COLC2wMqolcWy1-adrXHjuXZfmK6Cbxxs,36828
skimage/filters/ridges.py,sha256=ayvOY6DeTE7lTS5u2UQNUCXWR26RPQ-DwwBDRG7ZqWs,17100
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=J3CNo9rBjcULZK6zpb3oOdE3fpPBSQbcfncNysU7Uqw,2048
skimage/filters/tests/test_edges.py,sha256=q6wgJDwqHBpA7EXllrOC7AA1Fh6IEAH1x-BuDAw2UxA,22404
skimage/filters/tests/test_fft_based.py,sha256=TKxefYtyNoZ5ZRsZiu_mrujAx5ccLF2FNadOdFfrFXY,14862
skimage/filters/tests/test_gabor.py,sha256=NTAgXkj2h1dXfg364Ad8sxGN5p7pTVh3gTikhymyD9M,3878
skimage/filters/tests/test_gaussian.py,sha256=IUI-CDFjyxJkadJkHXj4fKBkPY8o350DWbeQiyJKW-Q,7470
skimage/filters/tests/test_lpi_filter.py,sha256=G-oyPRe1KIjfwGaFTrmH1jqpBnf16GzYL-xvzQYxBjo,2319
skimage/filters/tests/test_median.py,sha256=jO5dhrvib7ceEJPeBNi4kqqjSMVmRpyelb5b4BRGPO4,2031
skimage/filters/tests/test_ridges.py,sha256=0KMCx7MYCc6yk-Emn18WzV1X1uRQ3LgiX8XXA85xJHI,10245
skimage/filters/tests/test_thresholding.py,sha256=08x53O40MkbU4WGX_511wszVfJ76PiGfyt8Lbl4wgHI,27855
skimage/filters/tests/test_unsharp_mask.py,sha256=D_P0ZCnuAGmPzJU7KKTWWN0pjSholfA3udGAnqSIq7Y,5458
skimage/filters/tests/test_window.py,sha256=nlwlhEbSRl97SQISh1ZtH8Ww8y1WKtYP0Sn1Mplv1Ws,1677
skimage/filters/thresholding.py,sha256=0gGzk7w3po2CN8CYQw8kksGjPDBuBblHJUuqO6Nscuo,49265
skimage/future/__init__.py,sha256=G5_Xpn8mi-rZ571R8W4jNASWWOcBNVeGuOIKutbAH9o,757
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=EGYcYHBAhXJFDXBcIHmy8dfYWmrw89KHLC-LHKAyUtQ,299
skimage/future/graph/__pycache__/__init__.cpython-311.pyc,,
skimage/future/manual_segmentation.py,sha256=x6glkpN0659Jt9jKvxvoJXDU8C5mIhHj-u_HQgLHzHA,7563
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=e2NXxSe_AKyC4g1wER-sIqrmvfOOhP8adLjQWv8NyNQ,4367
skimage/future/trainable_segmentation.py,sha256=nnnMo-Ha1cLnVVDw7RJUXU6d9QfbSfTNQG_k_oLc3L8,5759
skimage/graph/__init__.py,sha256=3kIbs8U-JiNu-xRiip6WgZYScfVBiK9L-wpwtvusGns,656
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=1Cd8Dh73UqU80UTu09sWNuptdmJwZYx6OWGUD_I2Mnk,8830
skimage/graph/_graph_cut.py,sha256=50ElBBFIU4wzHKPbrFhmnj_8dhVGP2c6h8M85u3k8cc,10073
skimage/graph/_graph_merge.py,sha256=ZH8RYWEBkTLo7L272hq6U6m8xwi1ckypi2i8W6YaNQM,4462
skimage/graph/_mcp.cp311-win_amd64.lib,sha256=XVMPNTZxHjiTqN6HVNl2t8GFsSDbdL6W3yYtoAni46U,1324
skimage/graph/_mcp.cp311-win_amd64.pyd,sha256=RWBP33ufOM_WA4RCUCC4x7w16fqGGm38aoLUhb_kZXQ,307200
skimage/graph/_ncut.py,sha256=SBvpHWOtXg9lk3WXa6kijsIG92CRJdp7ki9RtLvlgak,1847
skimage/graph/_ncut_cy.cp311-win_amd64.lib,sha256=kzIpP_zEvPVeidPJoZSArz6Jue-sH2h_ln7tWkkTbho,1368
skimage/graph/_ncut_cy.cp311-win_amd64.pyd,sha256=OYDSCFPh7rRn0CZUUNbhuGyGMj3MfCA2M5yWcB5cnEM,129536
skimage/graph/_rag.py,sha256=Qo94PyAJEBjeIu7NbsK9f2sGabV4ZRTddTjFbYBysVk,21187
skimage/graph/_spath.cp311-win_amd64.lib,sha256=W0bi1PG4SU86q_sbX3A1RJUiPQU3km34A0TPsMtpuYs,1346
skimage/graph/_spath.cp311-win_amd64.pyd,sha256=ULAFQemWNHs5-G-7MJgVHM4Rs0Q3DeDV8C27SaC177Y,136704
skimage/graph/heap.cp311-win_amd64.lib,sha256=Uun7GUA3Cy8HxSuh-es5WZuk8FS_xexRrbaE-eY1mLs,1324
skimage/graph/heap.cp311-win_amd64.pyd,sha256=-czHLrNyzeZCWCZqW6rgYbDY1FdvTlgKzxVCcUKaNQo,66048
skimage/graph/mcp.py,sha256=8fVycUndSOLiRrt_YndPIOssqJRqx54sOFSew8qpdH8,3295
skimage/graph/spath.py,sha256=ZQGsvoG9DrtthGo0mac3SgbN8RoweG5YsdCZwJPl07M,3578
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=mkYz30Lsb2tvZLy6Uv4BbucpCsZiP6xV_wua-L5jRaE,2147
skimage/graph/tests/test_connect.py,sha256=VT2GdY2H0GBNyu1h2UMCSla_jeZ-p_gvWkjgfw-Xa9w,2478
skimage/graph/tests/test_flexible.py,sha256=BvbWb6nRhIH8zUk0yev0m6wbdH0WeeOzDIZeuyy-UN8,1717
skimage/graph/tests/test_heap.py,sha256=Ez_U_XN__443hEZBpKrg29mmrUCYE0eYSbQmaxvX2gA,1152
skimage/graph/tests/test_mcp.py,sha256=PQ2tW3M6C0eGbZMjYTWfjkT266Tv5JdB_p5q1kReEqA,6290
skimage/graph/tests/test_pixel_graph.py,sha256=uKDnIR5d1NctQdkEkyPeardDdpzL4sWMKrojfDFny8E,1788
skimage/graph/tests/test_rag.py,sha256=Z0jr91LctslL0lC83FUrb_ctBwbo4BGnjd2bwvazNcE,8184
skimage/graph/tests/test_spath.py,sha256=db5_shbeRgvoI9lD3XcxHAqSPwENsUK_VeFbRmOCpAQ,911
skimage/io/__init__.py,sha256=5-33zTtXvUgmB71MgAcTMO4jjibU-RMcbstNxti-t1g,1825
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=FibEhJ_OW8gvyco8XAC2bq0gBn6Z7x0ZM4I4p9Q4ExA,605
skimage/io/_io.py,sha256=yXjCResb9YdpYJj6iu2T-hCeI9mH8FiC45ygVrBC2CE,6610
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.cp311-win_amd64.lib,sha256=4HNxkkMJXgeeaHC524BNA12lAUTBDYSIGpJAlbAWDLA,1402
skimage/io/_plugins/_colormixer.cp311-win_amd64.pyd,sha256=khvYTHuHRLFKT4Ltv0_fU4CxwlispY9at4PjKWjJ_nA,70656
skimage/io/_plugins/_histograms.cp311-win_amd64.lib,sha256=UkBfp50jCeZgrFiaKPJf5pKASWV2bJyfswl_U8bXQYI,1402
skimage/io/_plugins/_histograms.cp311-win_amd64.pyd,sha256=4UhtsxlqE05Dc_MF8Qa1gbcrjkZEv9g5oD4tIfBAQIc,45056
skimage/io/_plugins/fits_plugin.ini,sha256=COnz8EogAEjsCtOJFsTGEsgeBWptWiEbcYmm7MIaZes,91
skimage/io/_plugins/fits_plugin.py,sha256=1KA7JUinCr_cqT8Uzd9b_HvLRTIlwW_0piPKvg6PtAg,4608
skimage/io/_plugins/gdal_plugin.ini,sha256=j50edWdgwb7acEVHO4Qb7sX4ZNRlLBNWZbHI-9qhhK4,92
skimage/io/_plugins/gdal_plugin.py,sha256=4yjFNv9jixY66_3dYcuqPCF2sfTiYx8RmM19tmEQ1_U,384
skimage/io/_plugins/imageio_plugin.ini,sha256=lIKNERENcVlj25kL_FWDGpA5GuUjEOR7b64ivA4hLNo,91
skimage/io/_plugins/imageio_plugin.py,sha256=4RYh2-6FPBQdKhFeVZD5aPneOmJiMnFtpmMEPTBTG8Q,424
skimage/io/_plugins/imread_plugin.ini,sha256=IB6IQ0YrAURcdZUVLIZdo27qQyIUdxXcSywi7iWdsLM,89
skimage/io/_plugins/imread_plugin.py,sha256=iLfRdJMB3W2alFfDbn-BD4wuhbtTxw64rRqbCT1dyQk,1014
skimage/io/_plugins/matplotlib_plugin.ini,sha256=5HSDnyPHYcK8KunSBSn4FJJKnidqxxtRGsngnQYRVCY,126
skimage/io/_plugins/matplotlib_plugin.py,sha256=-Yq0sInD52y-EcK_NaPy0bkEIrRpnoPQWBRv6rDrwB4,6693
skimage/io/_plugins/pil_plugin.ini,sha256=75uxuOky9BKlc0PF9w71zmp_ilVmeHx5UhZouuHCV48,94
skimage/io/_plugins/pil_plugin.py,sha256=3XSwjeYPwP54R-Z2gBh9Ew6dybvQS2uZLf4-xRBdE2s,8119
skimage/io/_plugins/simpleitk_plugin.ini,sha256=e24xygfzDppazgLPAILifdt41t6QzayN47p9vPQKEkw,95
skimage/io/_plugins/simpleitk_plugin.py,sha256=A6r2oiXk_X7YNBPbjE_e09TuSG1kCiHJvnbzAe4o4rg,608
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=HW4Yl1ZfOmJlCEb0jUtpCFpDnZsLjDk18lnlBzU69QA,16293
skimage/io/manage_plugins.py,sha256=hVV6qnDB7JJtRxgePZFqyt4MUECtvpGMMjgWx_K_PcQ,10741
skimage/io/sift.py,sha256=Z-qyOXJAshLSDpCGodXpDEd2r1CWH1sDDmL0QUhndfk,2521
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=3YE01T4Zrde8BwoUFkVdoGOIfgtgHYI1eMxF5rr7LVA,5526
skimage/io/tests/test_fits.py,sha256=Zdx4UjKvNj-UizIvLV3AivNTlb7_l0vsoYhhJ52Ic9E,873
skimage/io/tests/test_histograms.py,sha256=fEWQFPDjqqEkPblZ1vGLFdxJRy1OA9lxY3zlL79eFRc,822
skimage/io/tests/test_imageio.py,sha256=6h1bNI6cDDFVnKLhsqHFgZ5nOWYTqONPxC23PbCLUYU,2356
skimage/io/tests/test_imread.py,sha256=AmW4ck8NQNcIOVylQRkkc7Wjao8ssos9_cRUTXjMrjs,1954
skimage/io/tests/test_io.py,sha256=YtiQ2YeHrGYYWbpRg9bb8G7ymjwa-8K4bIdkLODqxH0,4014
skimage/io/tests/test_mpl_imshow.py,sha256=1C6dsGj6WzajLjMjT1x6VokngHLy1bQ7BgX7xmxXYao,4340
skimage/io/tests/test_multi_image.py,sha256=pcQryGBW4mhYN6N8gGcJLQmxcf2i7i-xiX3KRFLn2ys,2598
skimage/io/tests/test_pil.py,sha256=s52Hq6wBmmQUHfQLt1PQxexDDfCl14spM-nja4gS0vs,9500
skimage/io/tests/test_plugin.py,sha256=V5AdrRAdror_yLjLZgszpn1n8K9YHBRr9l728URHyjI,2403
skimage/io/tests/test_sift.py,sha256=u3dFQG-Vx35206q3Z42N_WJs-uFzle7Sp0WcYNIfe-A,3359
skimage/io/tests/test_simpleitk.py,sha256=ZE0BXra_MmQ98pGdoHGDCoDwA553Kphc5RaruuNIo1I,2470
skimage/io/tests/test_tifffile.py,sha256=z6kVRE50toy8_A41y0Lqw9s4rm8SbUgxJvoMJ_ZS9fM,2668
skimage/io/util.py,sha256=r2hJWO09wb7k2TW5rXiE4KcN289J0zCu3tIBhXDx0ug,1345
skimage/measure/__init__.py,sha256=S1xxohh_JPOCCd_DZt-MiHjklHJmQCYlAGS3AWA6qRE,1987
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=5CLohIJu8umuZoH_3QeyOgUD3MQ8uysR_RfRJlhHYfU,2999
skimage/measure/_ccomp.cp311-win_amd64.lib,sha256=XOd3dIJEVaTlH_14KvY4e3KyCEjarQpqPO97AOB5k5g,1346
skimage/measure/_ccomp.cp311-win_amd64.pyd,sha256=vIu_u9y7r9Vw69lFVe-1nLvQyU0gugGsDyvYJYd672Y,88576
skimage/measure/_colocalization.py,sha256=-qfevNnYFq6axO4_f9LXoHcx86I28XBl2x0VM9So9YE,12556
skimage/measure/_find_contours.py,sha256=NOu_Zf3QetCXElU0ROBm-nxROh3gzpbZfULqM39W2oM,9945
skimage/measure/_find_contours_cy.cp311-win_amd64.lib,sha256=2u2d3Q1Y8NmbLE35X6sNQkdqbTgLh6gYB-gdsHXofAo,1468
skimage/measure/_find_contours_cy.cp311-win_amd64.pyd,sha256=G2KoOEDKFBRWj2rWvg2pI3VsF1ziGSGroDZARl6x-8c,132608
skimage/measure/_label.py,sha256=U7_CwelEJnTri8a4WxR4mbrvD8u9CLHKHr95ymJ6yl0,4015
skimage/measure/_marching_cubes_lewiner.py,sha256=pHzLodK6yGo2YTgWD9k4izkoScnZA2eQBZtTEk6pq3k,12907
skimage/measure/_marching_cubes_lewiner_cy.cp311-win_amd64.lib,sha256=bGVGtOi5XIQHpaJRNBHVLsensXAfYqx0fAK1jssw3VI,1566
skimage/measure/_marching_cubes_lewiner_cy.cp311-win_amd64.pyd,sha256=-L860Sl5pxHMzwWpkuopcEbhCHd3J4Mi3XfU0vNq13M,226304
skimage/measure/_marching_cubes_lewiner_luts.py,sha256=IUMFfdkBlbN_dpB5d_GGEPKlWeNRWve9z3sFhnaM8Lk,27658
skimage/measure/_moments.py,sha256=eEe-cXUGXwM4hrgB4I7rHaFF8Dq997CqMoVJdde9p50,18235
skimage/measure/_moments_analytical.py,sha256=ZZiwV72kW2KAu89j7otKyJy2LUJwhgfLBCgRaCM-RRA,6967
skimage/measure/_moments_cy.cp311-win_amd64.lib,sha256=sJUCrC7n7PDWxDdrRp-MB98YskTl_SZ99bMhGymwgJc,1402
skimage/measure/_moments_cy.cp311-win_amd64.pyd,sha256=mXSkv_68zKQV2ACTVUdo7pugiaEtodVMzYj-8X_mI4g,151552
skimage/measure/_pnpoly.cp311-win_amd64.lib,sha256=OdZARkOu8AJksFk5YCmwAeuQLTaAc1lUX-GtA4QrIcU,1358
skimage/measure/_pnpoly.cp311-win_amd64.pyd,sha256=slTCSik2n2XToByhaZOKPd9zEdR6EPgSVL8IzaIw_PY,138240
skimage/measure/_polygon.py,sha256=ENZXrJ10Q-pmJ52P8N2A4rMATxx8lBaqS03PuBr3Bj8,5521
skimage/measure/_regionprops.py,sha256=ZLr3H-jyXg_6LgFASf3vqa-Fwa9Z6BeFP25m4tYYX50,52330
skimage/measure/_regionprops_utils.py,sha256=aDP0HXNpJYeW0_vBYSN3Vzq3DJhGKKXGwhBKHujFGoQ,13830
skimage/measure/block.py,sha256=nS_CDuQNgeZvJRyipKXGUCThxYqEO4xqqNWwAwhFJs8,3310
skimage/measure/entropy.py,sha256=wpiLNoEWmLLlLl9Jzo2wuFx9oRSq7DcQfnY9omqzJtg,1185
skimage/measure/fit.py,sha256=dkBNkWf-w4seq_1NvdrkwRCNoP21KgcBrbXfY0opHXg,31484
skimage/measure/pnpoly.py,sha256=pntqG0Zm8U6VieS_gxZBSuH6x1aBRqguZ2FDMERauk4,2090
skimage/measure/profile.py,sha256=K-iyKeeKWNTgwZwspS4-D_nq1QCE6lAaDMgePRjH06g,6927
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=f6g78GDqdaLcJuYWyc1_vfuz8f7dJvVIU0r-8pnpoRU,4518
skimage/measure/tests/test_blur_effect.py,sha256=YBUxCKW1PvimAvaDF-AZ9Ne_23djtzxtNsU-plT-hD8,1839
skimage/measure/tests/test_ccomp.py,sha256=hNEnx-wGep8XQI7maPV465gSx1MUeg8iIoReAhucVsE,9873
skimage/measure/tests/test_colocalization.py,sha256=1WMIg2tPj-3IKkw_GcGGfrmSDxdo7offjYSvfB7N7ZQ,4704
skimage/measure/tests/test_entropy.py,sha256=hpC3ilAoeWlmJtyz1Hf5cWzuVXUlR2ywN8gc_QZZgHQ,416
skimage/measure/tests/test_find_contours.py,sha256=gj_gV4Fa89K9oh0Wyysb6koCCysBWTnk1H19GLjuNZk,5399
skimage/measure/tests/test_fit.py,sha256=LYNRZYugH5Yas8_ujz-K0w5gv4CBo5HBj943SboSYlM,17244
skimage/measure/tests/test_label.py,sha256=N-BxUvx_-vAg7_4ifnhMfIch_xl02z_sQ8c8kl-jWeY,1842
skimage/measure/tests/test_marching_cubes.py,sha256=qo9IlaE1EdCdF_Wm5cNBuPSu8KUlzLoL0I3RVgZbMfA,6964
skimage/measure/tests/test_moments.py,sha256=kwCNMFk-we3H5hfiA5tAeyeBu01kgcaytKJ41NxolBE,12241
skimage/measure/tests/test_pnpoly.py,sha256=txjY9Zfz6eqGRF210-yeNJUZ3vKzHkbCf7CRzoXSyk4,1489
skimage/measure/tests/test_polygon.py,sha256=RM3vYa042dYLpXnbAGh477NzmrD5Rkpjzr7Jv4lfMpI,2335
skimage/measure/tests/test_profile.py,sha256=pqBCKX-SLQOkSN1JruiJT5GCC21IlWDV-keSzFvhnRk,7871
skimage/measure/tests/test_regionprops.py,sha256=QKQwf1CLyrVCeagqEP7yB9nPmGlt3ixD9yK7Ev77bPo,46706
skimage/metrics/__init__.py,sha256=POdX8vtxrF6C-pKXXiDvdY6uFNYX4vE7vry7hp2Zgu8,755
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=a500eI486MQic_oku7a46th95SUXZDVlO-uDId5cFHs,3629
skimage/metrics/_contingency_table.py,sha256=_x9hhXwbXmfoWe-eeafhxowxIQj4Gi1kkChrXzt0l2s,1285
skimage/metrics/_structural_similarity.py,sha256=cLiB5Eyo4ldu3yM7uCQNRsJZlsbvgNsM7nXCn0oH07E,10779
skimage/metrics/_variation_of_information.py,sha256=GAvgTPJO8azT5PjnHeQ3_koWVXAEBmDUUAJEM0FIaO8,4398
skimage/metrics/set_metrics.py,sha256=eKyFUUW_BEUMOkYaQ0SD2yZKT22Jgq2FDl-vxBjOtCU,5043
skimage/metrics/simple_metrics.py,sha256=_EPiIQXvt2KSdXYVn-pyzKckd4oddYLUBCGx74xJVH0,8429
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=5ESrnpY-o78wBC7xnaH1J8RCP--3_ppjTacAy2Ch15g,2138
skimage/metrics/tests/test_set_metrics.py,sha256=IdGBV0kqdbh8A_50pqQCcVK3z8wHoO--HATI4LZ355Y,7109
skimage/metrics/tests/test_simple_metrics.py,sha256=PpM9AXSJsTw5JGSpnQbXBmyes8YofBRdXZeNW-2Qm8k,5146
skimage/metrics/tests/test_structural_similarity.py,sha256=zbgIQ-9bMMkxdERZA9mKWzSp22_27pt1jtFpXUFLARY,10186
skimage/morphology/__init__.py,sha256=AfxjL6sjm-5YWDellTk7TBpVmJ5TS4jQGTkNE5i0dQY,2379
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.cp311-win_amd64.lib,sha256=Acw_tfJoL5utdB0Xmnn21ENjojE4-YwyXSQvLg4Blu8,1412
skimage/morphology/_convex_hull.cp311-win_amd64.pyd,sha256=x71ojcZfg_8y5hUhNssP5FozZimnhxk--yn-pthsuL8,123904
skimage/morphology/_extrema_cy.cp311-win_amd64.lib,sha256=tv6uOIVe1qiVkr7hoOnCf953z_HDpNaczScjjQlaO9A,1402
skimage/morphology/_extrema_cy.cp311-win_amd64.pyd,sha256=SEi35c3Z5bYkdQwCi1LWK9l_VXrZVJDaWLn8fl-gqok,205824
skimage/morphology/_flood_fill.py,sha256=pffGgi4AAfQvIwXEJKpwprmoLuvnpdkDzX8xvhbbrkI,11131
skimage/morphology/_flood_fill_cy.cp311-win_amd64.lib,sha256=YzhOlB2mbxlQRkeR68isfXPQqxzT1WQFtmt4E6PzNb8,1434
skimage/morphology/_flood_fill_cy.cp311-win_amd64.pyd,sha256=SVOuq2uLoVucXVeXMlP1usuFQR4LMZF5Nm2Oko6JjmI,238080
skimage/morphology/_grayreconstruct.cp311-win_amd64.lib,sha256=q_FXQOoXMCBS7avtu3JX-g458x6EVUMnYytvqRvCkGg,1456
skimage/morphology/_grayreconstruct.cp311-win_amd64.pyd,sha256=vm0_vTPKDSieS0INg9_8mahEjq_dvBaUB4NFfH9XOok,164864
skimage/morphology/_max_tree.cp311-win_amd64.lib,sha256=C7OmsMzXXUzUhPaXAfn-7zHJnoAn7R7-HbiKgvAv8bQ,1380
skimage/morphology/_max_tree.cp311-win_amd64.pyd,sha256=5p0WPSAjL_4MAUgmgDzPPnRgUFvCwJuMwJnkOvEQhxc,667648
skimage/morphology/_skeletonize.py,sha256=d0WhJeLnE3VGPrko9o1hKPD3-qyDs2stB22aenWVpoE,23541
skimage/morphology/_skeletonize_3d_cy.cp311-win_amd64.lib,sha256=d1VllhIBXzRQJGCw3Ay6M9u99vquc-jacvhboV_w4UM,1478
skimage/morphology/_skeletonize_3d_cy.cp311-win_amd64.pyd,sha256=TNfFN_C98zojYKA8NEOg09Jd8JDebS-eWJGjrhetVjg,141312
skimage/morphology/_skeletonize_cy.cp311-win_amd64.lib,sha256=6_Na8gVUSKvS1s7dCQjLVIYmeoTupg-I5z6X3OcLB-U,1446
skimage/morphology/_skeletonize_cy.cp311-win_amd64.pyd,sha256=yzWR2ryXT9O6vIQ9eG4PVdGXoC8ZGOdERIa5p8WZ_aQ,140800
skimage/morphology/_util.py,sha256=LKYTW4tP6UWanfPfNmU5LC5vzypzKRaFFUD-TNZtDvc,12497
skimage/morphology/ball_decompositions.npy,sha256=T561HzYf19fSLTQt7Hu5gXiiGqnJRFB_JYmLjKIT5U0,431
skimage/morphology/binary.py,sha256=tnuXFCM3hmFRKvrXUKcTJzoTBcetl_o6C019nrX_aag,9582
skimage/morphology/convex_hull.py,sha256=kqQX2VgQ3nk6FdW5WOQaIJf4CdqVGDRtm5xlKAZWRs8,8638
skimage/morphology/disk_decompositions.npy,sha256=dpc557PYxwYZk2gs30WgwEiUCVL7eOMbFy2DD3545-4,881
skimage/morphology/extrema.py,sha256=HlMlxK9Hg1zOez3giDT-72UbuPujszDBt0z3MBw48Ac,21617
skimage/morphology/footprints.py,sha256=UgLiG8-FsFNS46OsLnCt53aqcaqUDgxVEbbdnw1JY3Q,39263
skimage/morphology/gray.py,sha256=_gGeiADhZQ-VxTjvLizMFgTVkyvIsKiA19retgIZchY,23821
skimage/morphology/grayreconstruct.py,sha256=M0CxiYdYJI_9iBycIl5FgHFbm3stoxurqTRL_Tqxotg,9568
skimage/morphology/isotropic.py,sha256=6k1aX2LpB3k2zMMAYJD4Dae6tSAAyU2g1AGyf__uyFM,8071
skimage/morphology/max_tree.py,sha256=5Qx0BdhRaVfI4Ga2KkIWkL1mi8rBldimonjQ41R2dfA,27910
skimage/morphology/misc.py,sha256=DyAQg1uu93b-SGge9E98kOgRWb2ce6BT8bcUlwCZi6s,7735
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=bd9XxzC62VoSvYBhYiD26S0W1ouILOWSHXvClDfBY1s,11615
skimage/morphology/tests/test_convex_hull.py,sha256=LG0xi49JzcACUi1crsa1tvzSQrQL2uIjkAhnku7uuf0,7170
skimage/morphology/tests/test_extrema.py,sha256=5mHyz3UvM4TB9A_fqswDuRfFZeHZaZiNDJBkvJNtjg4,27484
skimage/morphology/tests/test_flood_fill.py,sha256=i0mBCLkLzsyfmd2ng0QBf6VVyhxW5EjOst7eXAkqu8k,9827
skimage/morphology/tests/test_footprints.py,sha256=5eTLN2_6i9vwJ3fmfOj-R-XnzK7c2qoj9D3MgprZCG8,10757
skimage/morphology/tests/test_gray.py,sha256=FGXBLj20h6ImSmfv9CnRszsJ35p0Sn7DgufE87tZAeQ,15893
skimage/morphology/tests/test_isotropic.py,sha256=ZhksQqMKGXfuo_qzGYtFhaGEi0d9V9D7At0t_J0eWbQ,2933
skimage/morphology/tests/test_max_tree.py,sha256=RRBhwDmD7b1XLwJ00dif4Y-PQtuaBTam5ZytjrLjgn0,23110
skimage/morphology/tests/test_misc.py,sha256=fEMaSBwC9haWjge7hEGXYx9c-3nIyZLHleQihvMyPgs,9565
skimage/morphology/tests/test_reconstruction.py,sha256=UfLyGzYkEuU8gWNBTtvewSQ9M9ej2tkapXbR2Syka2c,6076
skimage/morphology/tests/test_skeletonize.py,sha256=hz4KOJ5x4Prg_IGk71WtlEApNviP3J5YDri1UtMHJwI,8684
skimage/morphology/tests/test_skeletonize_3d.py,sha256=8dSl1fG4d0vF9OrrM_zXddEsmDAUFrKWsdunAqjtQhE,6732
skimage/morphology/tests/test_util.py,sha256=9cZConH49ITm1ChO1PHPqbEbXi57jmtXIH4fzJP40YU,4651
skimage/registration/__init__.py,sha256=hh6AGsP_8YAyLvgU4FX1IQmhd18wgrZGoU2CdHiBs4Y,231
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=Ic_rmWzBsr-sdFDrTvb_L0B6Zchzo6q6Bq-4K814Ic4,14885
skimage/registration/_optical_flow_utils.py,sha256=XG8lih1b-o0J8ZAqEoQMHJ1FWuET9MJuHNAru8DgbA8,3949
skimage/registration/_phase_cross_correlation.py,sha256=peomynSiPqjgpLDHooUzTgDdJ6KlAYNf3h6TQfzGFTQ,18770
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=Hc-6nmr0X_iQXOLvIzJtKzvrc11ISS9BslezurgqX9I,3221
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=lANZuoGFsrChTvBSuOSxgxjm4KcHy_c7pgdTjSRL0wY,10368
skimage/registration/tests/test_tvl1.py,sha256=T5qKW4jtVwgQ9rKhc0Z_py57T9mQhq8jhIsrxQCeUHI,3671
skimage/restoration/__init__.py,sha256=fd5uLFHs7Hv3hznB6DXBhPPAHh_DkPRXBcuXcTsXWfg,1040
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=kmUGGrM5jU3GdtfMlpKQNSZNBcpJg-Urw2lFjjvpzSI,5974
skimage/restoration/_denoise.py,sha256=OMHkDROcKiMpobs2Ms_zZz0fGTGmZe0CsgiAQlCGr9U,42064
skimage/restoration/_denoise_cy.cp311-win_amd64.lib,sha256=WJ5nClViZw9X_ZXalrqNCzny-Rn1L1ngb_5OvamEFso,1402
skimage/restoration/_denoise_cy.cp311-win_amd64.pyd,sha256=o6qhinFIU0M4r9YXQ_XTyzfBCCkv0fpmKZQjP6HPND4,207360
skimage/restoration/_inpaint.cp311-win_amd64.lib,sha256=O4BG9ZoMOqx6mDoJzMRPaVYuWbKr4wqS80VfVeNUcNk,1368
skimage/restoration/_inpaint.cp311-win_amd64.pyd,sha256=bremjLKq_sKRVC7YfiXrwxh9AF41fSfmmuP83k9luPw,164352
skimage/restoration/_nl_means_denoising.cp311-win_amd64.lib,sha256=dWIUic67105_EV1Km7InHxV3a37mK0yz0xEG03c7vg4,1490
skimage/restoration/_nl_means_denoising.cp311-win_amd64.pyd,sha256=2yYpZuot372yB2EXJuX19d0E5WA1929h8qU6FQ6fPfA,394240
skimage/restoration/_rolling_ball_cy.cp311-win_amd64.lib,sha256=zB4ROfoUdK79C7QA0Yi-V0o3vfuQ6CQ8XMJCSbjYc3w,1456
skimage/restoration/_rolling_ball_cy.cp311-win_amd64.pyd,sha256=HtUjZMxFl50clsCsP5sWQmDqwCEhN_ilcaoIGEZfLSA,195584
skimage/restoration/_unwrap_1d.cp311-win_amd64.lib,sha256=4nSaUrZ5bCFRbjoir_H8fWKU7jum69Tgmvzt1Pv2xqE,1390
skimage/restoration/_unwrap_1d.cp311-win_amd64.pyd,sha256=x1bZXkuEkbsRySJWlA7HlEzGGG4uVTTpToRLYEp4WHk,118272
skimage/restoration/_unwrap_2d.cp311-win_amd64.lib,sha256=CBDdWgStQK46D6XKMcNaO0S4DOdi3Z0bimoLMLb2FGA,1390
skimage/restoration/_unwrap_2d.cp311-win_amd64.pyd,sha256=Ggl8DO50TdoRYgRBbLIP4E-clLFS8a1_w1qNso4bGpQ,129536
skimage/restoration/_unwrap_3d.cp311-win_amd64.lib,sha256=D6x_T3tyfhgnUGdPFXV755xmP8KTZoi5kTi3g31nPEE,1390
skimage/restoration/_unwrap_3d.cp311-win_amd64.pyd,sha256=dCPfpEKJl5e02-NOPRqyiP9_xqxcHYoRMYpgzGp-R88,145408
skimage/restoration/deconvolution.py,sha256=BqZ7ezKEma4eIfyXJfyPM6zcj2pkYmpkQVh1LQJnXOs,16535
skimage/restoration/inpaint.py,sha256=bKtn6OkxqnZwE65W0o8yhSrVcy4aeYNyTOaR0Vdbfx0,13257
skimage/restoration/j_invariant.py,sha256=8JY1-O-IerOwLl4WAlxjMEHEsJO-Pt0XeQSCtbU-64Y,11180
skimage/restoration/non_local_means.py,sha256=eDqEO28R4zJLQms2maei09AVBF9Td9BsRW_jBHG5CpA,8041
skimage/restoration/rolling_ball.py,sha256=RSS-vdrKRgOaGVciMAawdIEk0zHcFqqFPfS_7t8sRGk,6562
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=j-wJsA-o9NwdqIMOiOh-8x3BtqtRQWNYUBvGS4py6FI,43567
skimage/restoration/tests/test_inpaint.py,sha256=_opEx80qmPlNV8mxT6ZwByTxTJW-1d-KYCL0o7kbKDI,6834
skimage/restoration/tests/test_j_invariant.py,sha256=VIMpWHVMSq3GtaAdscy3hEHTzTkbJzLh8BxOKLJGmmY,3261
skimage/restoration/tests/test_restoration.py,sha256=oiGvwT1nqeCkurSXHWMNuHNu0lVJD7gWFUE2wcjCXgw,6871
skimage/restoration/tests/test_rolling_ball.py,sha256=KtzOK6zn5CexPXxX8K8ko6HBPcf8Hl8L6i9XShrfImY,3237
skimage/restoration/tests/test_unwrap.py,sha256=vRT8bWQx8e8Fn14ADGqY38GVi6Tvfac3D8aoMx_y3XQ,8681
skimage/restoration/uft.py,sha256=_skwbYwtwwXaA9AflnlYhvL76qpHMBoHwbiNiJd1ETY,13214
skimage/restoration/unwrap.py,sha256=SCZN9Yact_zXd-uMlXLI88aqiP4P5RwcFLtJXaDhxWE,4844
skimage/segmentation/__init__.py,sha256=PAJnuXPJntH6hDUu0tcKSMLmcvMTeREf-8TeWhp-7pA,1244
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=uL8g0MM8cpXoNQRgbSCXwJmvUWcZOKLP3YkMvfhuFfA,13091
skimage/segmentation/_clear_border.py,sha256=Cf3WdipprAnrd3OLRJ40upugXnk3PYJMkhUPNkxSAQE,4098
skimage/segmentation/_expand_labels.py,sha256=LHLjmNSl6SG5g0cMqtOVZNy6U1NxDQZp6JDRFu2zswE,3707
skimage/segmentation/_felzenszwalb.py,sha256=CoBqUPFOfLW7D2jEUKHUzJgJDrx-jJaQbmVVFu6hpCQ,2643
skimage/segmentation/_felzenszwalb_cy.cp311-win_amd64.lib,sha256=aPRFmXq0FRCxB7HXv6838dBB-TLT7ZIQ5wSU0iFMxkA,1456
skimage/segmentation/_felzenszwalb_cy.cp311-win_amd64.pyd,sha256=UZimdaGoxsj3ej3KhP-OKAQ-bHfE1cArdIvrFZEYtgQ,96256
skimage/segmentation/_join.py,sha256=R9iMEp6zAKLwF5vgoPjaD07y6wNzHEQUKJTkM8EROis,6078
skimage/segmentation/_quickshift.py,sha256=LYhl9KpL3BVFko9jV1wdbM_cwPLT-n1pYlRTdv66d1o,3312
skimage/segmentation/_quickshift_cy.cp311-win_amd64.lib,sha256=MEcm3fuLx_z_Rz3WcDQoCB8oWD10XrmNF-JMq3vdQ3E,1434
skimage/segmentation/_quickshift_cy.cp311-win_amd64.pyd,sha256=qgK2swFEXaBGi-xViVMveTCkDVdTPeaFrtyek2yrxzw,189440
skimage/segmentation/_slic.cp311-win_amd64.lib,sha256=eq5kuL2fKDNTl5TlDY29fqUcd1lkWGo7Khtj_C1FhEA,1336
skimage/segmentation/_slic.cp311-win_amd64.pyd,sha256=KSrNz4m9R9xgRXu3sIoQW2wyMjjBnB4-0cGqIVNwLqQ,207360
skimage/segmentation/_watershed.py,sha256=I6YdoVFgX5bJiM1QluovcNoGbWzCzlslByfe4MQdZuA,9598
skimage/segmentation/_watershed_cy.cp311-win_amd64.lib,sha256=_kM2GSm640D72Uxln_s8KIlVL65eT78YwHrdqejh5sA,1424
skimage/segmentation/_watershed_cy.cp311-win_amd64.pyd,sha256=01PEh7u6p0ccjGyQLP8RoPnuiwaAYu1fnJjsHwwNG7Q,129536
skimage/segmentation/active_contour_model.py,sha256=O5XiYJ9a8l43U2-8GhPdlO-NTJkYAjrOyBW440-ZGvk,8107
skimage/segmentation/boundaries.py,sha256=uyohO8pqgiR9Kt5tpNgIK9BNN-hWYb6U3RYgZUP9w2o,10393
skimage/segmentation/morphsnakes.py,sha256=ZWbEFlpp5mLR0349MlFeCjXKWWKLErQyKBsFlmK-K8M,15551
skimage/segmentation/random_walker_segmentation.py,sha256=UScCZmllbU65UMX8bBxaNZreiMZ86YEvbYoZMqUc1DA,21039
skimage/segmentation/slic_superpixels.py,sha256=YX-Jtn-vmfPU4tZBR9YSlMDFoxRGw1BAEpyT-vmemUY,16519
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=icf6_4n_UA_sNEVemmGFN3c_EGGl-Jb0cYfig5g5MVk,5672
skimage/segmentation/tests/test_boundaries.py,sha256=Ac7uedH_O2of5H-y0DpUjW-sZhYkp-jVXAwj-qURKws,5611
skimage/segmentation/tests/test_chan_vese.py,sha256=VSjD3GKmRcyFa5UJYa9XvIrnMrfyuqHyCDuRB-OJCtU,3526
skimage/segmentation/tests/test_clear_border.py,sha256=UIEwqjqfbDXkSOPfJYfVqRHQ7jEK-In-HYBaQ0SwiuY,6506
skimage/segmentation/tests/test_expand_labels.py,sha256=VGv71420zEYw5vWb7xHxVEhV3Mp22j3tVvKhCDZwyLc,6398
skimage/segmentation/tests/test_felzenszwalb.py,sha256=CBNwfxwjDEhoaWqyjrvxl4JgXEJ0ycB83OMmvThW_sE,2981
skimage/segmentation/tests/test_join.py,sha256=9Q97CKNoDpX70QvnQlMHsbozT5YqRCpzxfddbeg2z_c,7425
skimage/segmentation/tests/test_morphsnakes.py,sha256=eIlFyfg2lRxIo2bWmn-i7bjXb7ndvf5SjbGIetYKHzI,5368
skimage/segmentation/tests/test_quickshift.py,sha256=LC3TrhVHzuNi8ON3m-fGXtCjiEZYLjxJSEV6TuTQSQI,2183
skimage/segmentation/tests/test_random_walker.py,sha256=T6kAXjzQ6MlCe-d5xDMgI2cRDWvq2_DcNWzzgMJTZ_0,19054
skimage/segmentation/tests/test_slic.py,sha256=WgzxhVIYrkBCyhK3ak8DYgjyBBryGLJtmu9-Tt2Y3po,19702
skimage/segmentation/tests/test_watershed.py,sha256=OSITgZzOg1dk8ceGPvVeCkANPKybQXeP0WBkRMARTQc,22840
skimage/transform/__init__.py,sha256=h47muHF3fk9mj1wmLCVJ8y-uX9t0eRRue_jVm-xil7g,2187
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=bV951w3rP9aiKWR0269EFTUmtBIq9eV7su3PJXl5P8k,57002
skimage/transform/_hough_transform.cp311-win_amd64.lib,sha256=dUMwm2DyGgHSGdUAhkxECqyGiaDmmle-w7wb1koMrR4,1456
skimage/transform/_hough_transform.cp311-win_amd64.pyd,sha256=-xufgLBOV5FiDF1pQq5GTlnr9dIWVRybLXirpWiXLBM,209408
skimage/transform/_radon_transform.cp311-win_amd64.lib,sha256=paKaq-CAhI28rlmxv1abfCvhV4y2o69hH44gpwndv74,1456
skimage/transform/_radon_transform.cp311-win_amd64.pyd,sha256=zmNw7L3vRP_8KsqG9b7NazUkXteuUh4dJm0JK9kII7o,166400
skimage/transform/_warps.py,sha256=obKf7LbFnqs4JXs9tbdRorknBSgHY9pI51UNFcIRsRE,49555
skimage/transform/_warps_cy.cp311-win_amd64.lib,sha256=swuuvfysq7PXFT9XllutWqvMIB_yjrFCyxjsB_8ouz0,1380
skimage/transform/_warps_cy.cp311-win_amd64.pyd,sha256=ygIR74aGpCl2kpQ5yvVjpAsTa4Y7wxMujuYz5VuHp2Q,177152
skimage/transform/finite_radon_transform.py,sha256=TsF8Yf6NAyvMx7j001owppc_TSNs2AkmCz_G6xTeTxM,3362
skimage/transform/hough_transform.py,sha256=D7fADzJEq_zS32Afs-GF6kLnMK22f7mtSjcbzTXiMpU,15640
skimage/transform/integral.py,sha256=RIyPoZ-tIpPmalaORa-5W9Nx7E0FzPiLvBhDDdfgQAg,5141
skimage/transform/pyramids.py,sha256=ef7Nyw31xWjUcU6qTA36d0mwjhmfeGdVTfGVkr_r6oM,13634
skimage/transform/radon_transform.py,sha256=hhIwehJcwxA5z24FCJexbrWGh6B4YhMn1dExdyGf1ks,21301
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=ZNeiCPF_QpmfipLBeyHruQAgDVa_w2uOra9l-tgVVTA,329
skimage/transform/tests/test_geometric.py,sha256=sPY100DT3zpA5BQfuLjxJqsKTicIJLr1pLAzEvmoFNU,31042
skimage/transform/tests/test_hough_transform.py,sha256=cwIyZfPZ5uxacblN_sweQpYENlTWxRcGFFTdQGNmFEs,20298
skimage/transform/tests/test_integral.py,sha256=1epSRdeIfluEMT-S0PGHvTxg0nMD5q4qOQUPZo2s3mc,2442
skimage/transform/tests/test_pyramids.py,sha256=pe0z7DjcL3iODLfmMkbfh5gItZz6wLz6pp-DE5J9roU,8346
skimage/transform/tests/test_radon_transform.py,sha256=Q81J_zYFH3Qp-X3X1scni-YaOQHTxmhPgy32dTL8T5c,18962
skimage/transform/tests/test_warps.py,sha256=uTjgQd8GOD_UwNF5Yj3eddUgrBfuXqfhf-38jcrRUOg,35006
skimage/util/__init__.py,sha256=13UFtr-TXiMb1Gm5Ai1WuE51SfyYNf06hTdR4BKQZ1U,1238
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=T5-15Tcgo4lr_vKiS_t1VzellymN2FKHoFyBkRMr5pg,2634
skimage/util/_label.py,sha256=jX0i2nwgGOpql7MAZceUhxuR_QpOQ9iakNjzyUNHwJw,1645
skimage/util/_map_array.py,sha256=m-KpcRTO-xu7mctu08fgVINxF_mxH9ckVPKGlhHJt5Q,6528
skimage/util/_montage.py,sha256=dIh6Re992ABWO2TQRkerAkuICAFLzYLaZGEB4CXFQNo,4921
skimage/util/_regular_grid.py,sha256=6xaWjcveYYeo59zJl9oL-WL3gq0X3tgU3P0muXQtVpE,4101
skimage/util/_remap.cp311-win_amd64.lib,sha256=oQXlekhs4Bq_KhKloa5GPBIj2CpGGFHvy7bUyRNEzRM,1346
skimage/util/_remap.cp311-win_amd64.pyd,sha256=FEccflc-W9Ag-x9oGSsEM6CRqZn0qlPDN08xGHaAlJE,504320
skimage/util/apply_parallel.py,sha256=tHvQLFx7K5yI7rFrgPGQguf2sGdK3cKJ8wodncVXFqs,7767
skimage/util/arraycrop.py,sha256=DdHUK9T830g3tfKe1OfJlLByPy0egjRwQ_G1MwiNXks,2578
skimage/util/compare.py,sha256=FKMPvVdTuQH6c2UKaEAyyLm44l2TiWRiFNMRqE0JwmE,2078
skimage/util/dtype.py,sha256=jSa8YSQffzC__5199ozQ5YryynS9B3c7sW4Hhmwju3A,19027
skimage/util/lookfor.py,sha256=qjLCpmpgsuZXFHjMR8qJa1PD_KebrRh53qGa8PlVPm4,625
skimage/util/noise.py,sha256=bJG2-ZyvkYzNMfxsU-WNbza7F2bb5Eff0qirfy3bonM,8964
skimage/util/shape.py,sha256=VgYgSY58rd4eWPxhKlbiLs18nEYqfx_h6cHcWNfJiuE,8086
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=3O-SK9YEimj1c94lh7rPaBO9X1ruQvRdliTQdP-Fp_k,5200
skimage/util/tests/test_arraycrop.py,sha256=PvL2dTDo9qDQR5-lFL2biV2RLKVx9aRAbcoCx4tkvIs,1921
skimage/util/tests/test_compare.py,sha256=2ijlkFG58CXJJq6JmGcR3S6iUJATwUAI97e6ND3VrCA,2395
skimage/util/tests/test_dtype.py,sha256=gh9GANrU6sYOSMkJWrQJojHRsYq9Pcvoz-TL8RQ2LIk,6378
skimage/util/tests/test_invert.py,sha256=OU0HBLhqVFBwXTrqSeLke9c5pv63ZszorBj19ihs350,2522
skimage/util/tests/test_labels.py,sha256=Ekg9TSIvnlaa1dROfzycw4Z1c-YVB9Y9_3uqRDrGu5k,2277
skimage/util/tests/test_map_array.py,sha256=xCCcFSgf8U4w3BosPjas8DZ0LX7Sa91B8bMMxD0Pl-4,1887
skimage/util/tests/test_montage.py,sha256=sKv_xFBuQ4wGiEIvCK8Kko2nyE4dZoq_j14BJSje--k,5854
skimage/util/tests/test_random_noise.py,sha256=yx8YySwY7iWIUjJiZCFBCJK_y5CV_3Y3oHnmxaLXhTU,8399
skimage/util/tests/test_regular_grid.py,sha256=F-miSdkH1BGqYHhzHMpv_QpEOUFSyvYc6R_CZ2o6Ww0,1023
skimage/util/tests/test_shape.py,sha256=huidc3EmeZKPfQilSt-LihHTqw8jUwAg8m-G_HhoxyY,5683
skimage/util/tests/test_unique_rows.py,sha256=eZB3TEy0WoHAhXFlqdB7pzW0yshACyFfj2RubAkv11A,1156
skimage/util/unique.py,sha256=NP08zVr_iPM344yVTKfkJg_GlA0wys4gn-igYgJKbAs,1549

View File

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