Commit Graph

3361 Commits

Author SHA1 Message Date
Vighnesh Birodkar 5b459a8e4b autopep8 changes. 2014-04-28 00:31:18 +05:30
Vighnesh Birodkar a82d814665 Changed example and hubble_deep_field doc string 2014-04-28 00:05:09 +05:30
Vighnesh Birodkar 7738e65de8 hubble_deep_filed doc string changes. 2014-04-27 11:51:42 +05:30
Vighnesh Birodkar 0c1c62b415 Grammar corrections. 2014-04-27 11:50:49 +05:30
Vighnesh Birodkar 57bd84e3db Added example and pep8 changes. 2014-04-27 11:49:46 +05:30
Vighnesh Birodkar d76aad9bd4 Added Hubble Deep Field image. 2014-04-27 11:49:26 +05:30
Johannes Schönberger 46b2bd5bb1 Remove print statement 2014-04-12 11:34:03 -04:00
Johannes Schönberger 739dca0201 Fix novice doc test 2014-04-12 09:57:51 -04:00
Johannes Schönberger 8e95ea0ea4 Fix deprecation warnings 2014-04-11 10:49:51 -04:00
Johannes Schönberger e9f690d598 Use new regionprops interface in hough_line_peaks 2014-04-11 10:42:39 -04:00
Johannes Schönberger 6a0d81a047 Remove backwards-compatability of skimage.measure.regionprops 2014-04-11 10:06:59 -04:00
Johannes Schönberger b08a1264c1 Remove deprecated logger function in skimage/__init__.py 2014-04-11 10:06:28 -04:00
Johannes Schönberger ed558d672e Remove deprecated skimage.filter.median_filter 2014-04-11 10:05:51 -04:00
Johannes Schönberger 44f3e1b136 Remove deprecated skimage.segmentation.visualize_boundaries 2014-04-11 10:05:51 -04:00
Johannes Schönberger cedcff8f2b Remove deprecated skimage.morphology.greyscale_* 2014-04-11 10:05:51 -04:00
Johannes Schönberger 3d50a03c56 Remove deprecated skimage.exposure.exposure 2014-04-11 10:05:50 -04:00
Johannes L. Schönberger 0c13cce2dd Merge pull request #930 from vighneshbirodkar/doh
Blob Detection - Determinant of Hessian
2014-04-11 07:33:16 -04:00
Vighnesh Birodkar 4d11868c76 removed blanklines in doc strings 2014-04-11 13:08:25 +05:30
Vighnesh Birodkar 848a0f5fbe removed whitespaces 2014-04-10 21:03:37 +05:30
Vighnesh Birodkar 5658704a35 changed parameter of hessian_matrix_det 2014-04-10 19:54:49 +05:30
Vighnesh Birodkar a4a939e74b improved test coverage 2014-04-09 23:19:25 +05:30
Vighnesh Birodkar a66f2a0b37 extra line and spelling mistake 2014-04-09 20:30:33 +05:30
Juan Nunez-Iglesias 18ce9d2b95 Remove depth from random_walker tests 2014-04-09 23:44:34 +10:00
Juan Nunez-Iglesias 264ca6ebd9 Remove deprecated depth parameter in random_walker
This has been supplanted by the `spacing` parameter.
2014-04-09 23:41:37 +10:00
Juan Nunez-Iglesias 0af070b92f Change default mode cascade in random_walker seg 2014-04-09 23:35:42 +10:00
Juan Nunez-Iglesias 2091dbfe13 Remove deprecated parameter in LineProfile 2014-04-09 23:30:16 +10:00
Juan Nunez-Iglesias 45beadcb23 Remove all deprecated rank filter functions 2014-04-09 23:26:42 +10:00
Stefan van der Walt d4ba604e4e Merge pull request #974 from jni/slic-depr
Remove deprecated SLIC keyword arguments
2014-04-09 12:23:38 +02:00
Juan Nunez-Iglesias fdc2b8dc93 Remove is_gray and is_rgb 2014-04-09 19:41:50 +10:00
Juan Nunez-Iglesias dcd822bf48 Remove deprecated sigma default warning in SLIC 2014-04-09 17:57:06 +10:00
Juan Nunez-Iglesias 9510c03ce5 Remove deprecated ratio keyword in SLIC 2014-04-09 17:55:35 +10:00
Vighnesh Birodkar 7a4401e262 doc string change 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar e818a42fba moved public interface of hessian determinant to corner.py 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar 61a8a78657 made hessian_det_appx public 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar a15c5fac87 indexing 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar 1b2ca1145b doc test 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar fbf40b0ae7 corrections to cython file, switched dtype to double 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar 630136ae91 added full paper desc. 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar d5f9ebfc8f minor doc changes 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar 507a2159b9 notes change 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar 2e441b2e5b tests and minor corrections 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar a4029c0e71 removed print 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar cca0c74cf7 added python call and doc strings 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar d58cab146f pep8 cython file 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar 2781d30bb7 doc strings 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar 448c4114ae made methods private 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar f456245d57 added cython file 2014-04-09 10:27:53 +05:30
Stefan van der Walt e25e11d3b4 Fix parameter documentation in corner_peaks (closes #901) 2014-04-07 14:25:18 +02:00
Stefan van der Walt 2c5d19f368 Merge pull request #955 from neerajgangwar/add-test-greycomatrix
Add test cases for greycomatrix
2014-04-07 14:02:18 +02:00
Stefan van der Walt 5e07dba25e Merge pull request #967 from pberkes/fix/lbp-variance
Fix LBP variance calculation (closes #966)
2014-04-07 14:00:38 +02:00