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-01 20:58:05 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
81ea7a6e342d805cc02629369870641b4a3166fa
scikit-image
/
skimage
/
transform
T
History
Gregory R. Lee
81ea7a6e34
MAINT: All modes in _shared.interpolation.pxd were changed to be consistent with numpy.pad naming conventions. Specifically 'nearest' was changed to 'edge' and 'mirror' was changed to 'reflect'. All functions with a mode argument that rely on these functions had their inputs changed accordingly. For now there is a deprecation warning if the user supplies mode 'nearest'. Mode 'mirror' never appeared in an official release of skimage and so has no corresponding deprecation warning.
2015-08-13 23:39:55 -04:00
..
tests
MAINT: PEP8 fixes and _interpolation_test.pyx -> interpolation.pyx rename
2015-08-13 23:39:55 -04:00
__init__.py
Removed debug print and corrected formatting
2015-03-30 13:22:22 +05:30
_geometric.py
MAINT: All modes in _shared.interpolation.pxd were changed to be consistent with numpy.pad naming conventions. Specifically 'nearest' was changed to 'edge' and 'mirror' was changed to 'reflect'. All functions with a mode argument that rely on these functions had their inputs changed accordingly. For now there is a deprecation warning if the user supplies mode 'nearest'. Mode 'mirror' never appeared in an official release of skimage and so has no corresponding deprecation warning.
2015-08-13 23:39:55 -04:00
_hough_transform.pyx
Do not acquire GIL for hough_line
2015-05-19 18:57:20 -07:00
_radon_transform.pyx
Do not acquire GIL for iradon_sart
2015-05-19 18:37:36 -07:00
_seam_carving.pyx
Changed return type to bint and improved code comments
2015-06-16 19:48:14 +05:30
_warps_cy.pyx
MAINT: All modes in _shared.interpolation.pxd were changed to be consistent with numpy.pad naming conventions. Specifically 'nearest' was changed to 'edge' and 'mirror' was changed to 'reflect'. All functions with a mode argument that rely on these functions had their inputs changed accordingly. For now there is a deprecation warning if the user supplies mode 'nearest'. Mode 'mirror' never appeared in an official release of skimage and so has no corresponding deprecation warning.
2015-08-13 23:39:55 -04:00
_warps.py
MAINT: All modes in _shared.interpolation.pxd were changed to be consistent with numpy.pad naming conventions. Specifically 'nearest' was changed to 'edge' and 'mirror' was changed to 'reflect'. All functions with a mode argument that rely on these functions had their inputs changed accordingly. For now there is a deprecation warning if the user supplies mode 'nearest'. Mode 'mirror' never appeared in an official release of skimage and so has no corresponding deprecation warning.
2015-08-13 23:39:55 -04:00
finite_radon_transform.py
DOC remplace iff by if and only if
2014-12-21 08:57:08 -05:00
hough_transform.py
Harmonize all ndimage usage across the library
2015-06-09 15:18:37 +10:00
integral.py
vectorized transform.integral.integrate
2013-04-08 14:10:17 -04:00
pyramids.py
MAINT: All modes in _shared.interpolation.pxd were changed to be consistent with numpy.pad naming conventions. Specifically 'nearest' was changed to 'edge' and 'mirror' was changed to 'reflect'. All functions with a mode argument that rely on these functions had their inputs changed accordingly. For now there is a deprecation warning if the user supplies mode 'nearest'. Mode 'mirror' never appeared in an official release of skimage and so has no corresponding deprecation warning.
2015-08-13 23:39:55 -04:00
radon_transform.py
Misc PEP8 fixes
2014-12-14 02:56:14 +01:00
seam_carving.py
Precomputation optimizations and docstring changes
2015-06-15 20:19:52 +05:30
setup.py
Added implementation and doc string
2015-03-30 13:22:22 +05:30