.appveyor.yml
.codecov.yml
.gitignore
.gitmodules
.mailmap
.pep8speaks.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.txt
CONTRIBUTORS.txt
INSTALL.rst
LICENSE.txt
MANIFEST.in
Makefile
README.md
RELEASE.txt
TODO.txt
asv.conf.json
azure-pipelines.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
.binder/postBuild
.binder/requirements.txt
.circleci/artifact_path
.circleci/config.yml
.github/FUNDING.yml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/benchmarks.yml
.github/workflows/build-docs.yml
.github/workflows/tests.yml
.github/workflows/wheel_tests_and_release.yml
benchmarks/README_CI.md
benchmarks/__init__.py
benchmarks/benchmark_exposure.py
benchmarks/benchmark_feature.py
benchmarks/benchmark_filters.py
benchmarks/benchmark_graph.py
benchmarks/benchmark_import_time.py
benchmarks/benchmark_interpolation.py
benchmarks/benchmark_measure.py
benchmarks/benchmark_metrics.py
benchmarks/benchmark_morphology.py
benchmarks/benchmark_peak_local_max.py
benchmarks/benchmark_rank.py
benchmarks/benchmark_registration.py
benchmarks/benchmark_restoration.py
benchmarks/benchmark_segmentation.py
benchmarks/benchmark_transform.py
benchmarks/benchmark_transform_warp.py
benchmarks/benchmark_util.py
doc/Makefile
doc/__init__.py
doc/gh-pages.py
doc/make.bat
doc/examples/README.txt
doc/examples/applications/README.txt
doc/examples/applications/plot_3d_image_processing.py
doc/examples/applications/plot_3d_interaction.py
doc/examples/applications/plot_3d_structure_tensor.py
doc/examples/applications/plot_coins_segmentation.py
doc/examples/applications/plot_face_detection.py
doc/examples/applications/plot_haar_extraction_selection_classification.py
doc/examples/applications/plot_human_mitosis.py
doc/examples/applications/plot_image_comparison.py
doc/examples/applications/plot_morphology.py
doc/examples/applications/plot_pixel_graphs.py
doc/examples/applications/plot_rank_filters.py
doc/examples/applications/plot_thresholding.py
doc/examples/color_exposure/README.txt
doc/examples/color_exposure/plot_adapt_hist_eq_3d.py
doc/examples/color_exposure/plot_adapt_rgb.py
doc/examples/color_exposure/plot_equalize.py
doc/examples/color_exposure/plot_histogram_matching.py
doc/examples/color_exposure/plot_ihc_color_separation.py
doc/examples/color_exposure/plot_local_equalize.py
doc/examples/color_exposure/plot_log_gamma.py
doc/examples/color_exposure/plot_regional_maxima.py
doc/examples/color_exposure/plot_rgb_to_gray.py
doc/examples/color_exposure/plot_rgb_to_hsv.py
doc/examples/color_exposure/plot_tinting_grayscale_images.py
doc/examples/data/README.txt
doc/examples/data/plot_3d.py
doc/examples/data/plot_general.py
doc/examples/data/plot_scientific.py
doc/examples/data/plot_specific.py
doc/examples/developers/README.txt
doc/examples/developers/plot_max_tree.py
doc/examples/developers/plot_threshold_li.py
doc/examples/edges/README.txt
doc/examples/edges/plot_active_contours.py
doc/examples/edges/plot_canny.py
doc/examples/edges/plot_circular_elliptical_hough_transform.py
doc/examples/edges/plot_contours.py
doc/examples/edges/plot_convex_hull.py
doc/examples/edges/plot_edge_filter.py
doc/examples/edges/plot_line_hough_transform.py
doc/examples/edges/plot_marching_cubes.py
doc/examples/edges/plot_polygon.py
doc/examples/edges/plot_random_shapes.py
doc/examples/edges/plot_ridge_filter.py
doc/examples/edges/plot_shapes.py
doc/examples/edges/plot_skeleton.py
doc/examples/features_detection/README.txt
doc/examples/features_detection/plot_blob.py
doc/examples/features_detection/plot_brief.py
doc/examples/features_detection/plot_censure.py
doc/examples/features_detection/plot_corner.py
doc/examples/features_detection/plot_daisy.py
doc/examples/features_detection/plot_gabor.py
doc/examples/features_detection/plot_gabors_from_astronaut.py
doc/examples/features_detection/plot_glcm.py
doc/examples/features_detection/plot_haar.py
doc/examples/features_detection/plot_hog.py
doc/examples/features_detection/plot_holes_and_peaks.py
doc/examples/features_detection/plot_local_binary_pattern.py
doc/examples/features_detection/plot_multiblock_local_binary_pattern.py
doc/examples/features_detection/plot_orb.py
doc/examples/features_detection/plot_shape_index.py
doc/examples/features_detection/plot_sift.py
doc/examples/features_detection/plot_template.py
doc/examples/features_detection/plot_windowed_histogram.py
doc/examples/filters/README.txt
doc/examples/filters/plot_attribute_operators.py
doc/examples/filters/plot_blur_effect.py
doc/examples/filters/plot_cycle_spinning.py
doc/examples/filters/plot_deconvolution.py
doc/examples/filters/plot_denoise.py
doc/examples/filters/plot_denoise_wavelet.py
doc/examples/filters/plot_dog.py
doc/examples/filters/plot_entropy.py
doc/examples/filters/plot_hysteresis.py
doc/examples/filters/plot_inpaint.py
doc/examples/filters/plot_j_invariant.py
doc/examples/filters/plot_j_invariant_tutorial.py
doc/examples/filters/plot_nonlocal_means.py
doc/examples/filters/plot_phase_unwrap.py
doc/examples/filters/plot_rank_mean.py
doc/examples/filters/plot_restoration.py
doc/examples/filters/plot_tophat.py
doc/examples/filters/plot_unsharp_mask.py
doc/examples/filters/plot_window.py
doc/examples/numpy_operations/README.txt
doc/examples/numpy_operations/plot_camera_numpy.py
doc/examples/numpy_operations/plot_structuring_elements.py
doc/examples/numpy_operations/plot_view_as_blocks.py
doc/examples/registration/README.txt
doc/examples/registration/plot_masked_register_translation.py
doc/examples/registration/plot_opticalflow.py
doc/examples/registration/plot_register_rotation.py
doc/examples/registration/plot_register_translation.py
doc/examples/registration/plot_stitching.py
doc/examples/segmentation/README.txt
doc/examples/segmentation/plot_boundary_merge.py
doc/examples/segmentation/plot_chan_vese.py
doc/examples/segmentation/plot_compact_watershed.py
doc/examples/segmentation/plot_euler_number.py
doc/examples/segmentation/plot_expand_labels.py
doc/examples/segmentation/plot_extrema.py
doc/examples/segmentation/plot_floodfill.py
doc/examples/segmentation/plot_hausdorff_distance.py
doc/examples/segmentation/plot_join_segmentations.py
doc/examples/segmentation/plot_label.py
doc/examples/segmentation/plot_marked_watershed.py
doc/examples/segmentation/plot_mask_slic.py
doc/examples/segmentation/plot_metrics.py
doc/examples/segmentation/plot_morphsnakes.py
doc/examples/segmentation/plot_multiotsu.py
doc/examples/segmentation/plot_ncut.py
doc/examples/segmentation/plot_niblack_sauvola.py
doc/examples/segmentation/plot_peak_local_max.py
doc/examples/segmentation/plot_perimeters.py
doc/examples/segmentation/plot_rag.py
doc/examples/segmentation/plot_rag_boundary.py
doc/examples/segmentation/plot_rag_draw.py
doc/examples/segmentation/plot_rag_mean_color.py
doc/examples/segmentation/plot_rag_merge.py
doc/examples/segmentation/plot_random_walker_segmentation.py
doc/examples/segmentation/plot_regionprops.py
doc/examples/segmentation/plot_regionprops_table.py
doc/examples/segmentation/plot_rolling_ball.py
doc/examples/segmentation/plot_segmentations.py
doc/examples/segmentation/plot_thresholding.py
doc/examples/segmentation/plot_trainable_segmentation.py
doc/examples/segmentation/plot_watershed.py
doc/examples/transform/README.txt
doc/examples/transform/plot_edge_modes.py
doc/examples/transform/plot_fundamental_matrix.py
doc/examples/transform/plot_geometric.py
doc/examples/transform/plot_matching.py
doc/examples/transform/plot_piecewise_affine.py
doc/examples/transform/plot_pyramid.py
doc/examples/transform/plot_radon_transform.py
doc/examples/transform/plot_ransac.py
doc/examples/transform/plot_rescale.py
doc/examples/transform/plot_ssim.py
doc/examples/transform/plot_swirl.py
doc/examples/transform/plot_transform_types.py
doc/ext/LICENSE.txt
doc/ext/__init__.py
doc/ext/doi_role.py
doc/ext/notebook_doc.py
doc/ext/plot2rst.py
doc/ext/tests/__init__.py
doc/ext/tests/test_notebook_doc.py
doc/release/release_0.10.rst
doc/release/release_0.11.rst
doc/release/release_0.12.rst
doc/release/release_0.13.rst
doc/release/release_0.14.rst
doc/release/release_0.15.rst
doc/release/release_0.16.rst
doc/release/release_0.17.rst
doc/release/release_0.18.rst
doc/release/release_0.19.rst
doc/release/release_0.3.rst
doc/release/release_0.4.rst
doc/release/release_0.5.rst
doc/release/release_0.6.rst
doc/release/release_0.7.rst
doc/release/release_0.8.rst
doc/release/release_0.9.rst
doc/release/release_dev.rst
doc/release/release_template.rst
doc/source/api_changes.md
doc/source/conf.py
doc/source/contribute.rst
doc/source/core_developer.md
doc/source/glossary.md
doc/source/index.rst
doc/source/install.rst
doc/source/license.md
doc/source/overview.md
doc/source/random_gallery.py
doc/source/release_notes.rst
doc/source/user_guide.md
doc/source/values.md
doc/source/_intersphinx/matplotlib-objects.inv
doc/source/_intersphinx/numpy-objects.inv
doc/source/_intersphinx/scipy-objects.inv
doc/source/_intersphinx/sklearn-objects.inv
doc/source/_static/GitHub-Mark-32px.png
doc/source/_static/docversions.js
doc/source/_static/favicon.ico
doc/source/_templates/localtoc.html
doc/source/_templates/navbar.html
doc/source/_templates/navigation.html
doc/source/_templates/searchbox.html
doc/source/_templates/versions.html
doc/source/conduct/code_of_conduct.md
doc/source/conduct/report_handling_manual.rst
doc/source/gitwash/branch_dropdown.png
doc/source/gitwash/configure_git.rst
doc/source/gitwash/development_workflow.rst
doc/source/gitwash/following_latest.rst
doc/source/gitwash/forking_button.png
doc/source/gitwash/forking_hell.rst
doc/source/gitwash/git_development.rst
doc/source/gitwash/git_install.rst
doc/source/gitwash/git_intro.rst
doc/source/gitwash/git_links.inc
doc/source/gitwash/git_resources.rst
doc/source/gitwash/index.rst
doc/source/gitwash/known_projects.inc
doc/source/gitwash/links.inc
doc/source/gitwash/maintainer_workflow.rst
doc/source/gitwash/patching.rst
doc/source/gitwash/pull_button.png
doc/source/gitwash/set_up_fork.rst
doc/source/gitwash/this_project.inc
doc/source/plots/hough_tf.py
doc/source/plots/show_collection.py
doc/source/skips/0-skip-process.rst
doc/source/skips/1-governance.rst
doc/source/skips/2-values.rst
doc/source/skips/3-transition-to-v1.rst
doc/source/skips/index.md
doc/source/skips/template.rst
doc/source/skips/_static/skip-flowchart.png
doc/source/themes/scikit-image/__init__.py
doc/source/themes/scikit-image/layout.html
doc/source/themes/scikit-image/search.html
doc/source/themes/scikit-image/theme.conf
doc/source/themes/scikit-image/static/css/bootstrap-responsive.min.css
doc/source/themes/scikit-image/static/css/bootstrap.min.css
doc/source/themes/scikit-image/static/css/custom.css
doc/source/themes/scikit-image/static/img/favicon.ico
doc/source/themes/scikit-image/static/img/glyphicons-halflings-white.png
doc/source/themes/scikit-image/static/img/glyphicons-halflings.png
doc/source/themes/scikit-image/static/img/logo.png
doc/source/themes/scikit-image/static/js/bootstrap.min.js
doc/source/themes/scikit-image/static/js/togglebutton.js
doc/source/user_guide/data_types.rst
doc/source/user_guide/geometrical_transform.rst
doc/source/user_guide/getting_help.rst
doc/source/user_guide/getting_started.rst
doc/source/user_guide/numpy_images.rst
doc/source/user_guide/plugins.rst
doc/source/user_guide/transforming_image_data.rst
doc/source/user_guide/tutorial_parallelization.rst
doc/source/user_guide/tutorial_segmentation.rst
doc/source/user_guide/tutorials.rst
doc/source/user_guide/video.rst
doc/source/user_guide/viewer.rst
doc/source/user_guide/visualization.rst
doc/source/user_guide/data/denoise_plugin_window.png
doc/source/user_guide/data/denoise_viewer_window.png
doc/source/user_guide/data/elevation_map.jpg
doc/tools/LICENSE.txt
doc/tools/apigen.py
doc/tools/build_modref_templates.py
doc/tools/plot_pr.py
requirements/README.md
requirements/_release_tools.txt
requirements/build.txt
requirements/data.txt
requirements/default.txt
requirements/docs.txt
requirements/extras.txt
requirements/optional.txt
requirements/test.txt
scikit_image.egg-info/PKG-INFO
scikit_image.egg-info/SOURCES.txt
scikit_image.egg-info/dependency_links.txt
scikit_image.egg-info/entry_points.txt
scikit_image.egg-info/not-zip-safe
scikit_image.egg-info/requires.txt
scikit_image.egg-info/top_level.txt
skimage/__init__.py
skimage/_build.py
skimage/conftest.py
skimage/setup.py
skimage/_shared/__init__.py
skimage/_shared/_dependency_checks.py
skimage/_shared/_geometry.py
skimage/_shared/_tempfile.py
skimage/_shared/_warnings.py
skimage/_shared/coord.py
skimage/_shared/fast_exp.c
skimage/_shared/fast_exp.h
skimage/_shared/fast_exp.pxd
skimage/_shared/fast_exp.pyx
skimage/_shared/filters.py
skimage/_shared/fused_numerics.pxd
skimage/_shared/geometry.c
skimage/_shared/geometry.pxd
skimage/_shared/geometry.pyx
skimage/_shared/interpolation.c
skimage/_shared/interpolation.pxd
skimage/_shared/interpolation.pyx
skimage/_shared/lazy.py
skimage/_shared/setup.py
skimage/_shared/tester.py
skimage/_shared/testing.py
skimage/_shared/transform.c
skimage/_shared/transform.pxd
skimage/_shared/transform.pyx
skimage/_shared/utils.py
skimage/_shared/vectorized_ops.h
skimage/_shared/version_requirements.py
skimage/_shared/tests/__init__.py
skimage/_shared/tests/test_coord.py
skimage/_shared/tests/test_fast_exp.py
skimage/_shared/tests/test_geometry.py
skimage/_shared/tests/test_interpolation.py
skimage/_shared/tests/test_safe_as_int.py
skimage/_shared/tests/test_testing.py
skimage/_shared/tests/test_utils.py
skimage/_shared/tests/test_version_requirements.py
skimage/_shared/tests/test_warnings.py
skimage/color/__init__.py
skimage/color/adapt_rgb.py
skimage/color/colorconv.py
skimage/color/colorlabel.py
skimage/color/delta_e.py
skimage/color/rgb_colors.py
skimage/color/tests/__init__.py
skimage/color/tests/ciede2000_test_data.txt
skimage/color/tests/test_adapt_rgb.py
skimage/color/tests/test_colorconv.py
skimage/color/tests/test_colorlabel.py
skimage/color/tests/test_delta_e.py
skimage/color/tests/data/lab_array_a_10.npy
skimage/color/tests/data/lab_array_a_2.npy
skimage/color/tests/data/lab_array_a_r.npy
skimage/color/tests/data/lab_array_b_10.npy
skimage/color/tests/data/lab_array_b_2.npy
skimage/color/tests/data/lab_array_b_r.npy
skimage/color/tests/data/lab_array_c_10.npy
skimage/color/tests/data/lab_array_c_2.npy
skimage/color/tests/data/lab_array_c_r.npy
skimage/color/tests/data/lab_array_d50_10.npy
skimage/color/tests/data/lab_array_d50_2.npy
skimage/color/tests/data/lab_array_d50_r.npy
skimage/color/tests/data/lab_array_d55_10.npy
skimage/color/tests/data/lab_array_d55_2.npy
skimage/color/tests/data/lab_array_d55_r.npy
skimage/color/tests/data/lab_array_d65_10.npy
skimage/color/tests/data/lab_array_d65_2.npy
skimage/color/tests/data/lab_array_d65_r.npy
skimage/color/tests/data/lab_array_d75_10.npy
skimage/color/tests/data/lab_array_d75_2.npy
skimage/color/tests/data/lab_array_e_2.npy
skimage/color/tests/data/luv_array_a_10.npy
skimage/color/tests/data/luv_array_a_2.npy
skimage/color/tests/data/luv_array_a_r.npy
skimage/color/tests/data/luv_array_b_10.npy
skimage/color/tests/data/luv_array_b_2.npy
skimage/color/tests/data/luv_array_b_r.npy
skimage/color/tests/data/luv_array_c_10.npy
skimage/color/tests/data/luv_array_c_2.npy
skimage/color/tests/data/luv_array_c_r.npy
skimage/color/tests/data/luv_array_d50_10.npy
skimage/color/tests/data/luv_array_d50_2.npy
skimage/color/tests/data/luv_array_d50_r.npy
skimage/color/tests/data/luv_array_d55_10.npy
skimage/color/tests/data/luv_array_d55_2.npy
skimage/color/tests/data/luv_array_d55_r.npy
skimage/color/tests/data/luv_array_d65_10.npy
skimage/color/tests/data/luv_array_d65_2.npy
skimage/color/tests/data/luv_array_d65_r.npy
skimage/color/tests/data/luv_array_d75_10.npy
skimage/color/tests/data/luv_array_d75_2.npy
skimage/color/tests/data/luv_array_e_2.npy
skimage/data/README.txt
skimage/data/__init__.py
skimage/data/_binary_blobs.py
skimage/data/_blobs_3d_fiji_skeleton.tif
skimage/data/_fetchers.py
skimage/data/_registry.py
skimage/data/astronaut.png
skimage/data/astronaut_GRAY_hog_L1.npy
skimage/data/astronaut_GRAY_hog_L2-Hys.npy
skimage/data/block.png
skimage/data/brick.png
skimage/data/bw_text.png
skimage/data/bw_text_skeleton.npy
skimage/data/camera.png
skimage/data/cell.png
skimage/data/checker_bilevel.png
skimage/data/chelsea.png
skimage/data/chessboard_GRAY.png
skimage/data/chessboard_GRAY_U16.tif
skimage/data/chessboard_GRAY_U16B.tif
skimage/data/chessboard_GRAY_U8.npy
skimage/data/chessboard_GRAY_U8.npz
skimage/data/chessboard_RGB.png
skimage/data/chessboard_RGB_U8.npy
skimage/data/chessboard_RGB_U8.npz
skimage/data/clock_motion.png
skimage/data/coffee.png
skimage/data/coins.png
skimage/data/color.png
skimage/data/diamond-matlab-output.npz
skimage/data/disk-matlab-output.npz
skimage/data/foo3x5x4indexed.png
skimage/data/grass.png
skimage/data/gravel.png
skimage/data/gray_morph_output.npz
skimage/data/green_palette.png
skimage/data/horse.png
skimage/data/hubble_deep_field.jpg
skimage/data/ihc.png
skimage/data/lbpcascade_frontalface_opencv.xml
skimage/data/lfw_subset.npy
skimage/data/logo.png
skimage/data/microaneurysms.png
skimage/data/moon.png
skimage/data/motorcycle_disp.npz
skimage/data/motorcycle_left.png
skimage/data/motorcycle_right.png
skimage/data/mssim_matlab_output.npz
skimage/data/multi.fits
skimage/data/multipage.tif
skimage/data/multipage_rgb.tif
skimage/data/no_time_for_that_tiny.gif
skimage/data/page.png
skimage/data/palette_color.png
skimage/data/palette_gray.png
skimage/data/phantom.png
skimage/data/rank_filter_tests.npz
skimage/data/retina.jpg
skimage/data/rocket.jpg
skimage/data/setup.py
skimage/data/simple.fits
skimage/data/text.png
skimage/data/truncated.jpg
skimage/data/__pycache__/_registry.cpython-38.pyc
skimage/data/__pycache__/setup.cpython-38.pyc
skimage/data/tests/__init__.py
skimage/data/tests/test_data.py
skimage/draw/__init__.py
skimage/draw/_draw.c
skimage/draw/_draw.pyx
skimage/draw/_polygon2mask.py
skimage/draw/_random_shapes.py
skimage/draw/draw.py
skimage/draw/draw3d.py
skimage/draw/draw_nd.py
skimage/draw/setup.py
skimage/draw/tests/__init__.py
skimage/draw/tests/test_draw.py
skimage/draw/tests/test_draw3d.py
skimage/draw/tests/test_draw_nd.py
skimage/draw/tests/test_polygon2mask.py
skimage/draw/tests/test_random_shapes.py
skimage/exposure/__init__.py
skimage/exposure/_adapthist.py
skimage/exposure/exposure.py
skimage/exposure/histogram_matching.py
skimage/exposure/setup.py
skimage/exposure/tests/__init__.py
skimage/exposure/tests/test_exposure.py
skimage/exposure/tests/test_histogram_matching.py
skimage/feature/__init__.py
skimage/feature/_basic_features.py
skimage/feature/_canny.py
skimage/feature/_cascade.cpp
skimage/feature/_cascade.pyx
skimage/feature/_daisy.py
skimage/feature/_haar.cpp
skimage/feature/_haar.pxd
skimage/feature/_haar.pyx
skimage/feature/_hessian_det_appx_pythran.cpp
skimage/feature/_hessian_det_appx_pythran.py
skimage/feature/_hog.py
skimage/feature/_hoghistogram.c
skimage/feature/_hoghistogram.pyx
skimage/feature/_orb_descriptor_positions.py
skimage/feature/_sift.c
skimage/feature/_sift.pyx
skimage/feature/_texture.c
skimage/feature/_texture.pxd
skimage/feature/_texture.pyx
skimage/feature/blob.py
skimage/feature/brief.py
skimage/feature/brief_pythran.cpp
skimage/feature/brief_pythran.py
skimage/feature/censure.py
skimage/feature/censure_cy.c
skimage/feature/censure_cy.pyx
skimage/feature/conditional_omp.h
skimage/feature/corner.py
skimage/feature/corner_cy.c
skimage/feature/corner_cy.pyx
skimage/feature/haar.py
skimage/feature/match.py
skimage/feature/orb.py
skimage/feature/orb_cy.c
skimage/feature/orb_cy.pyx
skimage/feature/orb_descriptor_positions.txt
skimage/feature/peak.py
skimage/feature/safe_openmp.pxd
skimage/feature/setup.py
skimage/feature/sift.py
skimage/feature/template.py
skimage/feature/texture.py
skimage/feature/util.py
skimage/feature/tests/__init__.py
skimage/feature/tests/test_basic_features.py
skimage/feature/tests/test_blob.py
skimage/feature/tests/test_brief.py
skimage/feature/tests/test_canny.py
skimage/feature/tests/test_cascade.py
skimage/feature/tests/test_censure.py
skimage/feature/tests/test_corner.py
skimage/feature/tests/test_daisy.py
skimage/feature/tests/test_haar.py
skimage/feature/tests/test_hog.py
skimage/feature/tests/test_match.py
skimage/feature/tests/test_orb.py
skimage/feature/tests/test_peak.py
skimage/feature/tests/test_sift.py
skimage/feature/tests/test_template.py
skimage/feature/tests/test_texture.py
skimage/feature/tests/test_util.py
skimage/filters/__init__.py
skimage/filters/_fft_based.py
skimage/filters/_gabor.py
skimage/filters/_gaussian.py
skimage/filters/_median.py
skimage/filters/_multiotsu.c
skimage/filters/_multiotsu.pyx
skimage/filters/_rank_order.py
skimage/filters/_sparse.py
skimage/filters/_unsharp_mask.py
skimage/filters/_window.py
skimage/filters/edges.py
skimage/filters/lpi_filter.py
skimage/filters/ridges.py
skimage/filters/setup.py
skimage/filters/thresholding.py
skimage/filters/rank/__init__.py
skimage/filters/rank/_percentile.py
skimage/filters/rank/bilateral.py
skimage/filters/rank/bilateral_cy.c
skimage/filters/rank/bilateral_cy.pyx
skimage/filters/rank/core_cy.c
skimage/filters/rank/core_cy.pxd
skimage/filters/rank/core_cy.pyx
skimage/filters/rank/core_cy_3d.c
skimage/filters/rank/core_cy_3d.pxd
skimage/filters/rank/core_cy_3d.pyx
skimage/filters/rank/generic.py
skimage/filters/rank/generic_cy.c
skimage/filters/rank/generic_cy.pyx
skimage/filters/rank/percentile_cy.c
skimage/filters/rank/percentile_cy.pyx
skimage/filters/rank/tests/__init__.py
skimage/filters/rank/tests/test_rank.py
skimage/filters/tests/__init__.py
skimage/filters/tests/test_correlate.py
skimage/filters/tests/test_edges.py
skimage/filters/tests/test_fft_based.py
skimage/filters/tests/test_gabor.py
skimage/filters/tests/test_gaussian.py
skimage/filters/tests/test_lpi_filter.py
skimage/filters/tests/test_median.py
skimage/filters/tests/test_ridges.py
skimage/filters/tests/test_thresholding.py
skimage/filters/tests/test_unsharp_mask.py
skimage/filters/tests/test_window.py
skimage/future/__init__.py
skimage/future/manual_segmentation.py
skimage/future/setup.py
skimage/future/trainable_segmentation.py
skimage/future/graph/__init__.py
skimage/future/graph/_ncut.py
skimage/future/graph/_ncut_cy.c
skimage/future/graph/_ncut_cy.pyx
skimage/future/graph/graph_cut.py
skimage/future/graph/graph_merge.py
skimage/future/graph/rag.py
skimage/future/graph/setup.py
skimage/future/graph/tests/test_rag.py
skimage/future/tests/test_trainable_segmentation.py
skimage/graph/__init__.py
skimage/graph/_graph.py
skimage/graph/_mcp.c
skimage/graph/_mcp.pxd
skimage/graph/_mcp.pyx
skimage/graph/_spath.c
skimage/graph/_spath.pyx
skimage/graph/heap.c
skimage/graph/heap.pxd
skimage/graph/heap.pyx
skimage/graph/mcp.py
skimage/graph/setup.py
skimage/graph/spath.py
skimage/graph/tests/__init__.py
skimage/graph/tests/test_anisotropy.py
skimage/graph/tests/test_connect.py
skimage/graph/tests/test_flexible.py
skimage/graph/tests/test_heap.py
skimage/graph/tests/test_mcp.py
skimage/graph/tests/test_pixel_graph.py
skimage/graph/tests/test_spath.py
skimage/io/__init__.py
skimage/io/_image_stack.py
skimage/io/_io.py
skimage/io/collection.py
skimage/io/manage_plugins.py
skimage/io/setup.py
skimage/io/sift.py
skimage/io/util.py
skimage/io/_plugins/__init__.py
skimage/io/_plugins/_colormixer.c
skimage/io/_plugins/_colormixer.pyx
skimage/io/_plugins/_histograms.c
skimage/io/_plugins/_histograms.pyx
skimage/io/_plugins/fits_plugin.ini
skimage/io/_plugins/fits_plugin.py
skimage/io/_plugins/gdal_plugin.ini
skimage/io/_plugins/gdal_plugin.py
skimage/io/_plugins/gtk_plugin.ini
skimage/io/_plugins/gtk_plugin.py
skimage/io/_plugins/imageio_plugin.ini
skimage/io/_plugins/imageio_plugin.py
skimage/io/_plugins/imread_plugin.ini
skimage/io/_plugins/imread_plugin.py
skimage/io/_plugins/matplotlib_plugin.ini
skimage/io/_plugins/matplotlib_plugin.py
skimage/io/_plugins/pil_plugin.ini
skimage/io/_plugins/pil_plugin.py
skimage/io/_plugins/q_color_mixer.py
skimage/io/_plugins/q_histogram.py
skimage/io/_plugins/qt_plugin.ini
skimage/io/_plugins/qt_plugin.py
skimage/io/_plugins/simpleitk_plugin.ini
skimage/io/_plugins/simpleitk_plugin.py
skimage/io/_plugins/skivi.py
skimage/io/_plugins/tifffile_plugin.ini
skimage/io/_plugins/tifffile_plugin.py
skimage/io/_plugins/util.py
skimage/io/tests/__init__.py
skimage/io/tests/test_collection.py
skimage/io/tests/test_colormixer.py
skimage/io/tests/test_fits.py
skimage/io/tests/test_histograms.py
skimage/io/tests/test_imageio.py
skimage/io/tests/test_imread.py
skimage/io/tests/test_io.py
skimage/io/tests/test_mpl_imshow.py
skimage/io/tests/test_multi_image.py
skimage/io/tests/test_pil.py
skimage/io/tests/test_plugin.py
skimage/io/tests/test_plugin_util.py
skimage/io/tests/test_sift.py
skimage/io/tests/test_simpleitk.py
skimage/io/tests/test_tifffile.py
skimage/measure/__init__.py
skimage/measure/_blur_effect.py
skimage/measure/_ccomp.c
skimage/measure/_ccomp.pxd
skimage/measure/_ccomp.pyx
skimage/measure/_find_contours.py
skimage/measure/_find_contours_cy.c
skimage/measure/_find_contours_cy.pyx
skimage/measure/_label.py
skimage/measure/_marching_cubes_classic.py
skimage/measure/_marching_cubes_classic_cy.c
skimage/measure/_marching_cubes_classic_cy.pyx
skimage/measure/_marching_cubes_lewiner.py
skimage/measure/_marching_cubes_lewiner_cy.c
skimage/measure/_marching_cubes_lewiner_cy.pyx
skimage/measure/_marching_cubes_lewiner_luts.py
skimage/measure/_moments.py
skimage/measure/_moments_cy.c
skimage/measure/_moments_cy.pyx
skimage/measure/_pnpoly.c
skimage/measure/_pnpoly.pyx
skimage/measure/_polygon.py
skimage/measure/_regionprops.py
skimage/measure/_regionprops_utils.py
skimage/measure/block.py
skimage/measure/entropy.py
skimage/measure/fit.py
skimage/measure/pnpoly.py
skimage/measure/profile.py
skimage/measure/setup.py
skimage/measure/mc_meta/LookUpTable.h
skimage/measure/mc_meta/MarchingCubes.cpp
skimage/measure/mc_meta/README.md
skimage/measure/mc_meta/createluts.py
skimage/measure/mc_meta/visual_test.py
skimage/measure/tests/__init__.py
skimage/measure/tests/test_block.py
skimage/measure/tests/test_blur_effect.py
skimage/measure/tests/test_ccomp.py
skimage/measure/tests/test_entropy.py
skimage/measure/tests/test_find_contours.py
skimage/measure/tests/test_fit.py
skimage/measure/tests/test_label.py
skimage/measure/tests/test_marching_cubes.py
skimage/measure/tests/test_moments.py
skimage/measure/tests/test_pnpoly.py
skimage/measure/tests/test_polygon.py
skimage/measure/tests/test_profile.py
skimage/measure/tests/test_regionprops.py
skimage/metrics/__init__.py
skimage/metrics/_adapted_rand_error.py
skimage/metrics/_contingency_table.py
skimage/metrics/_structural_similarity.py
skimage/metrics/_variation_of_information.py
skimage/metrics/set_metrics.py
skimage/metrics/simple_metrics.py
skimage/metrics/tests/__init__.py
skimage/metrics/tests/test_segmentation_metrics.py
skimage/metrics/tests/test_set_metrics.py
skimage/metrics/tests/test_simple_metrics.py
skimage/metrics/tests/test_structural_similarity.py
skimage/morphology/__init__.py
skimage/morphology/_convex_hull.c
skimage/morphology/_convex_hull.pyx
skimage/morphology/_extrema_cy.c
skimage/morphology/_extrema_cy.pyx
skimage/morphology/_flood_fill.py
skimage/morphology/_flood_fill_cy.c
skimage/morphology/_flood_fill_cy.pyx
skimage/morphology/_grayreconstruct.c
skimage/morphology/_grayreconstruct.pyx
skimage/morphology/_max_tree.c
skimage/morphology/_max_tree.pyx
skimage/morphology/_queue_with_history.pxi
skimage/morphology/_skeletonize.py
skimage/morphology/_skeletonize_3d_cy.cpp
skimage/morphology/_skeletonize_3d_cy.pyx
skimage/morphology/_skeletonize_3d_cy.pyx.in
skimage/morphology/_skeletonize_cy.c
skimage/morphology/_skeletonize_cy.pyx
skimage/morphology/_util.py
skimage/morphology/binary.py
skimage/morphology/convex_hull.py
skimage/morphology/extrema.py
skimage/morphology/footprints.py
skimage/morphology/gray.py
skimage/morphology/grayreconstruct.py
skimage/morphology/grey.py
skimage/morphology/greyreconstruct.py
skimage/morphology/max_tree.py
skimage/morphology/misc.py
skimage/morphology/selem.py
skimage/morphology/setup.py
skimage/morphology/tests/__init__.py
skimage/morphology/tests/test_binary.py
skimage/morphology/tests/test_convex_hull.py
skimage/morphology/tests/test_extrema.py
skimage/morphology/tests/test_flood_fill.py
skimage/morphology/tests/test_footprints.py
skimage/morphology/tests/test_gray.py
skimage/morphology/tests/test_max_tree.py
skimage/morphology/tests/test_misc.py
skimage/morphology/tests/test_reconstruction.py
skimage/morphology/tests/test_skeletonize.py
skimage/morphology/tests/test_skeletonize_3d.py
skimage/morphology/tests/test_util.py
skimage/registration/__init__.py
skimage/registration/_masked_phase_cross_correlation.py
skimage/registration/_optical_flow.py
skimage/registration/_optical_flow_utils.py
skimage/registration/_phase_cross_correlation.py
skimage/registration/tests/test_ilk.py
skimage/registration/tests/test_masked_phase_cross_correlation.py
skimage/registration/tests/test_phase_cross_correlation.py
skimage/registration/tests/test_tvl1.py
skimage/registration/tests/data/OriginalX-130Y130.png
skimage/registration/tests/data/OriginalX130Y130.png
skimage/registration/tests/data/OriginalX75Y75.png
skimage/registration/tests/data/TransformedX-130Y130.png
skimage/registration/tests/data/TransformedX130Y130.png
skimage/registration/tests/data/TransformedX75Y75.png
skimage/restoration/__init__.py
skimage/restoration/_cycle_spin.py
skimage/restoration/_denoise.py
skimage/restoration/_denoise_cy.c
skimage/restoration/_denoise_cy.pyx
skimage/restoration/_inpaint.c
skimage/restoration/_inpaint.pyx
skimage/restoration/_nl_means_denoising.c
skimage/restoration/_nl_means_denoising.pyx
skimage/restoration/_rolling_ball_cy.c
skimage/restoration/_rolling_ball_cy.pyx
skimage/restoration/_unwrap_1d.c
skimage/restoration/_unwrap_1d.pyx
skimage/restoration/_unwrap_2d.c
skimage/restoration/_unwrap_2d.pyx
skimage/restoration/_unwrap_3d.c
skimage/restoration/_unwrap_3d.pyx
skimage/restoration/deconvolution.py
skimage/restoration/inpaint.py
skimage/restoration/j_invariant.py
skimage/restoration/non_local_means.py
skimage/restoration/rolling_ball.py
skimage/restoration/setup.py
skimage/restoration/uft.py
skimage/restoration/unwrap.py
skimage/restoration/unwrap_2d_ljmu.c
skimage/restoration/unwrap_2d_ljmu.h
skimage/restoration/unwrap_3d_ljmu.c
skimage/restoration/unwrap_3d_ljmu.h
skimage/restoration/tests/__init__.py
skimage/restoration/tests/camera_rl.npy
skimage/restoration/tests/camera_unsup.npy
skimage/restoration/tests/camera_unsup2.npy
skimage/restoration/tests/camera_wiener.npy
skimage/restoration/tests/test_denoise.py
skimage/restoration/tests/test_inpaint.py
skimage/restoration/tests/test_j_invariant.py
skimage/restoration/tests/test_restoration.py
skimage/restoration/tests/test_rolling_ball.py
skimage/restoration/tests/test_unwrap.py
skimage/scripts/__init__.py
skimage/scripts/skivi
skimage/scripts/skivi.py
skimage/segmentation/__init__.py
skimage/segmentation/_chan_vese.py
skimage/segmentation/_clear_border.py
skimage/segmentation/_expand_labels.py
skimage/segmentation/_felzenszwalb.py
skimage/segmentation/_felzenszwalb_cy.c
skimage/segmentation/_felzenszwalb_cy.pyx
skimage/segmentation/_join.py
skimage/segmentation/_quickshift.py
skimage/segmentation/_quickshift_cy.c
skimage/segmentation/_quickshift_cy.pyx
skimage/segmentation/_slic.c
skimage/segmentation/_slic.pyx
skimage/segmentation/_watershed.py
skimage/segmentation/_watershed_cy.c
skimage/segmentation/_watershed_cy.pyx
skimage/segmentation/active_contour_model.py
skimage/segmentation/boundaries.py
skimage/segmentation/heap_general.pxi
skimage/segmentation/heap_watershed.pxi
skimage/segmentation/morphsnakes.py
skimage/segmentation/random_walker_segmentation.py
skimage/segmentation/setup.py
skimage/segmentation/slic_superpixels.py
skimage/segmentation/tests/__init__.py
skimage/segmentation/tests/test_active_contour_model.py
skimage/segmentation/tests/test_boundaries.py
skimage/segmentation/tests/test_chan_vese.py
skimage/segmentation/tests/test_clear_border.py
skimage/segmentation/tests/test_expand_labels.py
skimage/segmentation/tests/test_felzenszwalb.py
skimage/segmentation/tests/test_join.py
skimage/segmentation/tests/test_morphsnakes.py
skimage/segmentation/tests/test_quickshift.py
skimage/segmentation/tests/test_random_walker.py
skimage/segmentation/tests/test_slic.py
skimage/segmentation/tests/test_watershed.py
skimage/transform/__init__.py
skimage/transform/_geometric.py
skimage/transform/_hough_transform.c
skimage/transform/_hough_transform.pyx
skimage/transform/_radon_transform.c
skimage/transform/_radon_transform.pyx
skimage/transform/_warps.py
skimage/transform/_warps_cy.c
skimage/transform/_warps_cy.pyx
skimage/transform/finite_radon_transform.py
skimage/transform/hough_transform.py
skimage/transform/integral.py
skimage/transform/pyramids.py
skimage/transform/radon_transform.py
skimage/transform/setup.py
skimage/transform/tests/__init__.py
skimage/transform/tests/test_finite_radon_transform.py
skimage/transform/tests/test_geometric.py
skimage/transform/tests/test_hough_transform.py
skimage/transform/tests/test_integral.py
skimage/transform/tests/test_pyramids.py
skimage/transform/tests/test_radon_transform.py
skimage/transform/tests/test_warps.py
skimage/util/__init__.py
skimage/util/_invert.py
skimage/util/_label.py
skimage/util/_map_array.py
skimage/util/_montage.py
skimage/util/_regular_grid.py
skimage/util/_remap.cpp
skimage/util/_remap.pyx
skimage/util/apply_parallel.py
skimage/util/arraycrop.py
skimage/util/compare.py
skimage/util/dtype.py
skimage/util/lookfor.py
skimage/util/noise.py
skimage/util/setup.py
skimage/util/shape.py
skimage/util/unique.py
skimage/util/tests/__init__.py
skimage/util/tests/test_apply_parallel.py
skimage/util/tests/test_arraycrop.py
skimage/util/tests/test_compare.py
skimage/util/tests/test_dtype.py
skimage/util/tests/test_invert.py
skimage/util/tests/test_labels.py
skimage/util/tests/test_map_array.py
skimage/util/tests/test_montage.py
skimage/util/tests/test_random_noise.py
skimage/util/tests/test_regular_grid.py
skimage/util/tests/test_shape.py
skimage/util/tests/test_unique_rows.py
skimage/viewer/__init__.py
skimage/viewer/qt.py
skimage/viewer/canvastools/__init__.py
skimage/viewer/canvastools/base.py
skimage/viewer/canvastools/linetool.py
skimage/viewer/canvastools/painttool.py
skimage/viewer/canvastools/recttool.py
skimage/viewer/plugins/__init__.py
skimage/viewer/plugins/base.py
skimage/viewer/plugins/canny.py
skimage/viewer/plugins/color_histogram.py
skimage/viewer/plugins/crop.py
skimage/viewer/plugins/labelplugin.py
skimage/viewer/plugins/lineprofile.py
skimage/viewer/plugins/measure.py
skimage/viewer/plugins/overlayplugin.py
skimage/viewer/plugins/plotplugin.py
skimage/viewer/tests/__init__.py
skimage/viewer/tests/test_plugins.py
skimage/viewer/tests/test_tools.py
skimage/viewer/tests/test_utils.py
skimage/viewer/tests/test_viewer.py
skimage/viewer/tests/test_widgets.py
skimage/viewer/utils/__init__.py
skimage/viewer/utils/canvas.py
skimage/viewer/utils/core.py
skimage/viewer/utils/dialogs.py
skimage/viewer/viewers/__init__.py
skimage/viewer/viewers/core.py
skimage/viewer/widgets/__init__.py
skimage/viewer/widgets/core.py
skimage/viewer/widgets/history.py
tools/build_versions.py
tools/check_sdist.py
tools/generate_release_notes.py
tools/header.py
tools/mailmap.py
tools/rm_pyx_assoc_c_cpp.sh
tools/upload_wheels.sh
tools/github/before_install.sh
tools/github/install_qt.sh
tools/github/script.sh
viewer_examples/plugins/canny.py
viewer_examples/plugins/canny_simple.py
viewer_examples/plugins/collection_overlay.py
viewer_examples/plugins/collection_plugin.py
viewer_examples/plugins/color_histogram.py
viewer_examples/plugins/croptool.py
viewer_examples/plugins/lineprofile.py
viewer_examples/plugins/lineprofile_rgb.py
viewer_examples/plugins/measure.py
viewer_examples/plugins/median_filter.py
viewer_examples/plugins/probabilistic_hough.py
viewer_examples/plugins/tv_denoise.py
viewer_examples/plugins/watershed_demo.py
viewer_examples/viewers/collection_viewer.py
viewer_examples/viewers/image_viewer.py