Commit Graph
8366 Commits
Author SHA1 Message Date
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 4aa1bfb0ba unwrap: Delete old setup script. 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
Gregor ThalhammerandJostein Bø Fløystad aef6d7dc76 unwrap: add unwrap.py to python modules in setup.py 2013-11-22 10:42:28 +01:00
Gregor ThalhammerandJostein Bø Fløystad 6ba69a3167 unwrap: added numpy test cases 2013-11-22 10:42:28 +01:00
cgohlkeandJostein Bø Fløystad b614206a80 unwrap: Fix unicode 2013-11-22 10:42:28 +01:00
cgohlkeandJostein Bø Fløystad 73b03953a8 unwrap: Fix crash on Windows 2013-11-22 10:42:27 +01:00
cgohlkeandJostein Bø Fløystad 22f23c22fd unwrap: Fix crash on Windows 2013-11-22 10:42:27 +01:00
cgohlkeandJostein Bø Fløystad 0231f72c96 unwrap: Fix crash on Windows 2013-11-22 10:42:27 +01:00
cgohlkeandJostein Bø Fløystad c88bbf9891 unwrap: Fix crash on Windows 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad abb283fdf9 unwrap: made it compile with MSVC (but crashes), still ok with gcc 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad 2cbdef4bb2 unwrap: 3d tested ok 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad 96c293ca85 unwrap: unified 2d-3d interface, 2d tested ok, 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad 1b3b6985f1 unwrap: added 3D unwrapping (untested) 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad cf04965d21 unwrap: removed use of global variables 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad 3d4fb9559c unwrap: moved pure python code from unwrap2D.pyx to unwrap.py, allocate output array in pure python 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad c61ae90a4d unwrap: added original 3D unwrapped code 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad 0682b0ed52 unwrap: accept (and return if given) an masked array as input argument 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad 91a621b646 unwrap: variable renaming 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad adb9344828 unwrap: changed mask values to numpy.ma convention 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad c6c2d78b3b unwrap: implemented wrap_around arguments 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad 6f40c95c08 unwrap: moved global variables (wrap_around) to params struct 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad a660ccc727 unwrap: compiles ok 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad c5681dd85e unwrap: cleanups 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad 9c58dd5d0b unwrap: compiles, test passes 2013-11-22 10:42:27 +01:00
Gregor ThalhammerandJostein Bø Fløystad a2161afe21 unwrap: initial commit 2013-11-22 10:42:27 +01:00
Johannes Schönberger de9e0fdfb3 Add missing deprecation removal to todo 2013-11-22 00:51:55 +01:00
Johannes Schönberger 4d9ecf33f6 Add missing deprecation removal to todo 2013-11-22 00:22:47 +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
JDWarner beb395abbb FIX: Skip viewer.show() commands which hang Travis 2013-11-20 12:29:45 -06:00