Commit Graph
4640 Commits
Author SHA1 Message Date
Jostein Bø Fløystad b2ac1a5872 unwrap: Add docstring example. 2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad 27c13a1193 unwrap: Warn about singleton dimensions in 3D arrays. 2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad 781ead2c9f unwrap: Rename function unwrap() -> unwrap_phase(). 2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad 4cfec880b6 unwrap: Small style-like fixes.
Based on comments by ahojnnes.
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad e0b7fe32a1 unwrap: PEP8 fixes. 2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad 9e50686c8f unwrap: Add test for unwrapping masked images. 2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad 8a93677db0 unwrap: Delete "example" from the test file. 2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad c0d0984049 unwrap: Make sure test data wraps along all dimensions. 2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad 619da811d8 unwrap: Reduce code duplication.
Use the yield functionality in nose to minimize setup.
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad b0c21ea972 unwrap: Reduce duplication in tests. 2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad 43d110627b unwrap: PEP8 fixes. 2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad b9f119a428 unwrap: Python 3 compatibility. 2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad 9644ed5655 unwrap: rename variables in cython extensions 2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad 5022cfb699 unwrap: PEP8 fixes for cython extensions. 2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad 676ba5a07e unwrap: rename cython functions. 2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad e8fa4998ad unwrap: Whitespace fixes and comment removal. 2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad 12268ff555 unwrap: Refactor and fix wrap around functionality. 2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad 6dbe6965e6 unwrap: Test wrap_around functionality.
This test is currently failing. Most likely, the axes are swapped.
2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad 0e8be31ba6 unwrap: Simplify handling of masked arrays. 2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad ac330662b9 unwrap: Remove unused imports 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 54865ecb23 unwrap: reformat references 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad ebef821a70 unwrap: Add citation for 3D. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 0e56ee9577 unwrap: Remove plotting code. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 8a81624ba8 unwrap: Format references correctly. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 2f784366b7 unwrap: Correct use of relative imports. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad a2a6f8d4b5 unwrap: Use relative imports 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 37f36cd98b unwrap: Add docstring. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 26138fbeb6 unwrap: Refactor to skimage-style variable names. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad b29dd83eea unwrap: Refactor wrap_around argument. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 933e2c77f3 unwrap: Add unfinished docstrings.
Conflicts:
	skimage/exposure/unwrap.py
2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad f67b03643a unwrap: Fix whitespace in c code. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad e72e5de06e unwrap: Move imports to module level. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad d2fb06fa3b unwrap: Whitespace fixes. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad e780bd7a5a unwrap: refactor tests.
Update imports to skimage
Use simple test functions, do not wrap in a class
Whitespace fixes
2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 05419e49c4 Make unwrap visible in the exposure package. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 0df05f6048 unwrap: Use new imports in python module. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 011ea024c9 unwrap: Add setup script to build extensions. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 3bd60446a2 unwrap: Rename cython files to skimage conventions. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 4c84106b26 unwrap: Remove executable bit. 2013-11-22 10:42:28 +01:00
Jostein Bø Fløystad 5692989a11 unwrap: Move files to skimage directory tree. 2013-11-22 10:42:28 +01:00
Johannes Schönberger a2cde5ebb0 Test invalid inplace operation 2013-11-22 00:17:59 +01:00
Johannes Schönberger e74db662cb Add test case for *_boundaries functions 2013-11-21 23:58:39 +01:00
Johannes Schönberger 3c84888f72 Remove duplicate greycomatrix function definitions 2013-11-21 23:37:06 +01:00
Tony S Yu 41e289c777 Fix hough_circle regression on windows 2013-11-21 15:54:57 -06:00
Stefan van der Walt 7e44418f47 Merge pull request #823 from JDWarner/novice_py26_compatible
FIX: Specify field index for Python 2.6 compatible use of str.format()
2013-11-21 01:44:35 -08:00
Stefan van der Walt df8a14f6f0 Merge pull request #798 from matttrent/luv-colorspace
Add Luv colorspace
2013-11-20 22:35:32 -08:00
JDWarner 98ff6e5f20 FIX: Specify field index for Python 2.6 compatible use of str.format() 2013-11-20 15:45:54 -06:00
Michael Hansen 1312670d56 Merged with upstream 2013-11-20 14:01:42 -05:00
Michael Hansen 695da41841 Removed extraneous trys for six imports 2013-11-20 14:00:46 -05:00
Stefan van der Walt 9d6eee4822 Merge pull request #822 from JDWarner/fix_freeimage_metadata_test
FIX: New versions of FreeImage report software as "I", not "ImageMagick ..."
2013-11-20 10:41:39 -08:00