This website requires JavaScript.
Explore
Help
Register
Sign In
wassname
/
scikit-image
Watch
1
Star
0
Fork
0
You've already forked scikit-image
mirror of
https://github.com/wassname/scikit-image.git
synced
2026-07-05 23:30:56 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8f40e05aab3850bcba6ff3f92c4b532cef52fb2a
scikit-image
/
skimage
/
filter
T
History
Marianne Corvellec
8f40e05aab
Fixed relative threshold: you consider 10% and 20% of the max for range of
...
corresponding dtype.
2013-06-29 18:11:36 -04:00
..
rank
Modified test_rank.test_compare_autolevels and test_rank.test_compare_8bit_vs_16bit to correct for assumption that data.camera() would always be loaded as ubyte (or ints at least) when using matplotlib as backend (which caused data.camera() to load as float32).
2013-06-28 12:17:28 -05:00
tests
Minor cleanups
2013-04-25 22:47:22 -05:00
__init__.py
Add filter.rank to __all__ of filter package
2013-05-26 12:21:54 +02:00
_canny.py
Fixed relative threshold: you consider 10% and 20% of the max for range of
2013-06-29 18:11:36 -04:00
_ctmf.pyx
Fix MSVC error C2036: 'void *' : unknown size
2013-03-06 10:09:59 -08:00
_denoise_cy.pyx
Moved image conversion after the verification of the max_value
2013-06-03 10:03:57 +02:00
_denoise.py
DOC: Fix Sphinx errors.
2013-03-02 17:22:10 -06:00
_gabor.py
DOC: Tweak docstrings for Gabor filter
2013-04-06 21:30:50 -05:00
_rank_order.py
BUG: Rename modules with duplicate function names.
2012-08-02 22:49:53 -04:00
ctmf.py
Fixes to make doctests pass.
2013-04-25 23:13:41 -05:00
edges.py
Readd Cellprofiler license notes to edges.py
2013-05-06 12:11:09 +02:00
lpi_filter.py
Add __all__ to filter package
2013-04-28 23:20:00 +02:00
setup.py
Fix vectorized_ops for bento
2013-03-06 16:42:18 +01:00
thresholding.py
Fix doc string of threshold_adaptive
2013-05-26 12:49:26 +02:00