Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 29, 2019 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/a4207f21d8d0021fe43e4edef1988368 to your computer and use it in GitHub Desktop.
Save ryantm/a4207f21d8d0021fe43e4edef1988368 to your computer and use it in GitHub Desktop.
/nix/store/jci7hf9c79vn3mpa0b31sshq36gvvyvs-python3.8-mahotas-1.4.9
├── bin
│   └── mahotas-features
├── lib
│   └── python3.8
│   └── site-packages
│   ├── mahotas
│   │   ├── _bbox.cpython-38-x86_64-linux-gnu.so
│   │   ├── bbox.py
│   │   ├── bwperim.py
│   │   ├── _center_of_mass.cpython-38-x86_64-linux-gnu.so
│   │   ├── center_of_mass.py
│   │   ├── colors.py
│   │   ├── _convex.cpython-38-x86_64-linux-gnu.so
│   │   ├── _convolve.cpython-38-x86_64-linux-gnu.so
│   │   ├── convolve.py
│   │   ├── demos
│   │   │   ├── data
│   │   │   │   ├── DepartmentStore.jpg
│   │   │   │   ├── lena.jpg
│   │   │   │   ├── luispedro.jpg
│   │   │   │   └── nuclear.png
│   │   │   ├── distance.py
│   │   │   ├── edge_demo.py
│   │   │   ├── __init__.py
│   │   │   ├── morphology.py
│   │   │   ├── nuclear_distance_watershed.py
│   │   │   ├── nuclear.py
│   │   │   ├── __pycache__
│   │   │   │   ├── distance.cpython-38.pyc
│   │   │   │   ├── edge_demo.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── morphology.cpython-38.pyc
│   │   │   │   ├── nuclear.cpython-38.pyc
│   │   │   │   ├── nuclear_distance_watershed.cpython-38.pyc
│   │   │   │   ├── superpixels.cpython-38.pyc
│   │   │   │   ├── surf_gaussians.cpython-38.pyc
│   │   │   │   ├── surf_luispedro.cpython-38.pyc
│   │   │   │   ├── thresholding.cpython-38.pyc
│   │   │   │   ├── wally.cpython-38.pyc
│   │   │   │   └── wavelet_compress.cpython-38.pyc
│   │   │   ├── superpixels.py
│   │   │   ├── surf_gaussians.py
│   │   │   ├── surf_luispedro.py
│   │   │   ├── thresholding.py
│   │   │   ├── wally.py
│   │   │   └── wavelet_compress.py
│   │   ├── _distance.cpython-38-x86_64-linux-gnu.so
│   │   ├── distance.py
│   │   ├── edge.py
│   │   ├── euler.py
│   │   ├── features
│   │   │   ├── __init__.py
│   │   │   ├── _lbp.cpython-38-x86_64-linux-gnu.so
│   │   │   ├── lbp.py
│   │   │   ├── moments.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── lbp.cpython-38.pyc
│   │   │   │   ├── moments.cpython-38.pyc
│   │   │   │   ├── shape.cpython-38.pyc
│   │   │   │   ├── surf.cpython-38.pyc
│   │   │   │   ├── tas.cpython-38.pyc
│   │   │   │   ├── texture.cpython-38.pyc
│   │   │   │   └── zernike.cpython-38.pyc
│   │   │   ├── shape.py
│   │   │   ├── _surf.cpython-38-x86_64-linux-gnu.so
│   │   │   ├── surf.py
│   │   │   ├── tas.py
│   │   │   ├── _texture.cpython-38-x86_64-linux-gnu.so
│   │   │   ├── texture.py
│   │   │   ├── _zernike.cpython-38-x86_64-linux-gnu.so
│   │   │   └── zernike.py
│   │   ├── features_cli.py
│   │   ├── _filters.py
│   │   ├── freeimage.py
│   │   ├── _histogram.cpython-38-x86_64-linux-gnu.so
│   │   ├── histogram.py
│   │   ├── __init__.py
│   │   ├── internal.py
│   │   ├── _interpolate.cpython-38-x86_64-linux-gnu.so
│   │   ├── interpolate.py
│   │   ├── io
│   │   │   ├── freeimage.py
│   │   │   ├── __init__.py
│   │   │   ├── pil.py
│   │   │   └── __pycache__
│   │   │   ├── freeimage.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   └── pil.cpython-38.pyc
│   │   ├── _labeled.cpython-38-x86_64-linux-gnu.so
│   │   ├── labeled.py
│   │   ├── lbp.py
│   │   ├── mahotas_version.py
│   │   ├── moments.py
│   │   ├── _morph.cpython-38-x86_64-linux-gnu.so
│   │   ├── morph.py
│   │   ├── polygon.py
│   │   ├── __pycache__
│   │   │   ├── bbox.cpython-38.pyc
│   │   │   ├── bwperim.cpython-38.pyc
│   │   │   ├── center_of_mass.cpython-38.pyc
│   │   │   ├── colors.cpython-38.pyc
│   │   │   ├── convolve.cpython-38.pyc
│   │   │   ├── distance.cpython-38.pyc
│   │   │   ├── edge.cpython-38.pyc
│   │   │   ├── euler.cpython-38.pyc
│   │   │   ├── features_cli.cpython-38.pyc
│   │   │   ├── _filters.cpython-38.pyc
│   │   │   ├── freeimage.cpython-38.pyc
│   │   │   ├── histogram.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── internal.cpython-38.pyc
│   │   │   ├── interpolate.cpython-38.pyc
│   │   │   ├── labeled.cpython-38.pyc
│   │   │   ├── lbp.cpython-38.pyc
│   │   │   ├── mahotas_version.cpython-38.pyc
│   │   │   ├── moments.cpython-38.pyc
│   │   │   ├── morph.cpython-38.pyc
│   │   │   ├── polygon.cpython-38.pyc
│   │   │   ├── resize.cpython-38.pyc
│   │   │   ├── segmentation.cpython-38.pyc
│   │   │   ├── stretch.cpython-38.pyc
│   │   │   ├── surf.cpython-38.pyc
│   │   │   ├── tas.cpython-38.pyc
│   │   │   ├── texture.cpython-38.pyc
│   │   │   ├── thin.cpython-38.pyc
│   │   │   ├── thresholding.cpython-38.pyc
│   │   │   └── zernike.cpython-38.pyc
│   │   ├── resize.py
│   │   ├── segmentation.py
│   │   ├── stretch.py
│   │   ├── surf.py
│   │   ├── tas.py
│   │   ├── tests
│   │   │   ├── data
│   │   │   │   ├── 1bpp.bmp
│   │   │   │   ├── determinant_zero.png
│   │   │   │   ├── luispedro.npy
│   │   │   │   └── rgba.png
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── pymorph_copy.cpython-38.pyc
│   │   │   │   ├── test_bbox.cpython-38.pyc
│   │   │   │   ├── test_bwperim.cpython-38.pyc
│   │   │   │   ├── test_center_of_mass.cpython-38.pyc
│   │   │   │   ├── test_citation.cpython-38.pyc
│   │   │   │   ├── test_close_holes.cpython-38.pyc
│   │   │   │   ├── test_colors.cpython-38.pyc
│   │   │   │   ├── test_convolve.cpython-38.pyc
│   │   │   │   ├── test_demos.cpython-38.pyc
│   │   │   │   ├── test_dilate_erode.cpython-38.pyc
│   │   │   │   ├── test_distance.cpython-38.pyc
│   │   │   │   ├── test_edge.cpython-38.pyc
│   │   │   │   ├── test_euler.cpython-38.pyc
│   │   │   │   ├── test_features_shape.cpython-38.pyc
│   │   │   │   ├── test_filters.cpython-38.pyc
│   │   │   │   ├── test_find.cpython-38.pyc
│   │   │   │   ├── test_freeimage.cpython-38.pyc
│   │   │   │   ├── test_gvoronoi.cpython-38.pyc
│   │   │   │   ├── test_histogram.cpython-38.pyc
│   │   │   │   ├── test_hitmiss.cpython-38.pyc
│   │   │   │   ├── test_imresize.cpython-38.pyc
│   │   │   │   ├── test_internal.cpython-38.pyc
│   │   │   │   ├── test_interpolate.cpython-38.pyc
│   │   │   │   ├── test_io.cpython-38.pyc
│   │   │   │   ├── test_label.cpython-38.pyc
│   │   │   │   ├── test_labeled.cpython-38.pyc
│   │   │   │   ├── test_lbp.cpython-38.pyc
│   │   │   │   ├── test_mahotas.cpython-38.pyc
│   │   │   │   ├── test_majority.cpython-38.pyc
│   │   │   │   ├── test_mean_filter.cpython-38.pyc
│   │   │   │   ├── test_median_filter.cpython-38.pyc
│   │   │   │   ├── test_moments.cpython-38.pyc
│   │   │   │   ├── test_morph.cpython-38.pyc
│   │   │   │   ├── test_polygon.cpython-38.pyc
│   │   │   │   ├── test_segmentation.cpython-38.pyc
│   │   │   │   ├── test_stretch.cpython-38.pyc
│   │   │   │   ├── test_surf.cpython-38.pyc
│   │   │   │   ├── test_surf_regression.cpython-38.pyc
│   │   │   │   ├── test_tas.cpython-38.pyc
│   │   │   │   ├── test_template_match.cpython-38.pyc
│   │   │   │   ├── test_texture.cpython-38.pyc
│   │   │   │   ├── test_thin.cpython-38.pyc
│   │   │   │   ├── test_thresholding.cpython-38.pyc
│   │   │   │   ├── test_watershed.cpython-38.pyc
│   │   │   │   ├── test_zernike.cpython-38.pyc
│   │   │   │   └── utils.cpython-38.pyc
│   │   │   ├── pymorph_copy.py
│   │   │   ├── test_bbox.py
│   │   │   ├── test_bwperim.py
│   │   │   ├── test_center_of_mass.py
│   │   │   ├── test_citation.py
│   │   │   ├── test_close_holes.py
│   │   │   ├── test_colors.py
│   │   │   ├── test_convolve.py
│   │   │   ├── test_demos.py
│   │   │   ├── test_dilate_erode.py
│   │   │   ├── test_distance.py
│   │   │   ├── test_edge.py
│   │   │   ├── test_euler.py
│   │   │   ├── test_features_shape.py
│   │   │   ├── test_filters.py
│   │   │   ├── test_find.py
│   │   │   ├── test_freeimage.py
│   │   │   ├── test_gvoronoi.py
│   │   │   ├── test_histogram.py
│   │   │   ├── test_hitmiss.py
│   │   │   ├── test_imresize.py
│   │   │   ├── test_internal.py
│   │   │   ├── test_interpolate.py
│   │   │   ├── test_io.py
│   │   │   ├── test_labeled.py
│   │   │   ├── test_label.py
│   │   │   ├── test_lbp.py
│   │   │   ├── test_mahotas.py
│   │   │   ├── test_majority.py
│   │   │   ├── test_mean_filter.py
│   │   │   ├── test_median_filter.py
│   │   │   ├── test_moments.py
│   │   │   ├── test_morph.py
│   │   │   ├── test_polygon.py
│   │   │   ├── test_segmentation.py
│   │   │   ├── test_stretch.py
│   │   │   ├── test_surf.py
│   │   │   ├── test_surf_regression.py
│   │   │   ├── test_tas.py
│   │   │   ├── test_template_match.py
│   │   │   ├── test_texture.py
│   │   │   ├── test_thin.py
│   │   │   ├── test_thresholding.py
│   │   │   ├── test_watershed.py
│   │   │   ├── test_zernike.py
│   │   │   └── utils.py
│   │   ├── texture.py
│   │   ├── _thin.cpython-38-x86_64-linux-gnu.so
│   │   ├── thin.py
│   │   ├── thresholding.py
│   │   └── zernike.py
│   └── mahotas-1.4.9.dist-info
│   ├── AUTHORS
│   ├── COPYING
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
18 directories, 232 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment