cgohlke
c2cf8dba34
Fix invalid Python 3 syntax
2012-02-25 20:05:37 -08:00
Andreas Mueller
0d697310dd
DOC finally....
2012-02-21 18:39:35 +01:00
Andreas Mueller
2b6208cf3e
DOC some sphinx and rst fixes
2012-02-21 18:01:22 +01:00
Stefan van der Walt
a17f339b82
BUG: Fix import of harris.
2012-02-05 09:58:30 -08:00
Tony S Yu
96ba7eb4bd
Move harris corner detection from filter to feature subpackage.
2012-02-02 22:45:23 -05:00
Tony S Yu
1c9b340fe6
Rename peak_min_dist to peak_local_max.
2012-02-02 22:33:57 -05:00
Tony S Yu
8bb8d93552
Use ndimage.maximum_filter to simplify peak detection.
...
This change should give identitical results to the previous implementation.
2012-02-02 22:33:57 -05:00
Tony S Yu
83dc4a1d40
Refactor peak detection algorithm from Harris detector.
2012-02-02 22:33:57 -05:00
emmanuelle
2f3da9cc8f
BUG: greycomatrix, one of the tests was failing for symmetric case
...
test_glcm.TestGLCM.test_output_symmetric_1 was failing on my computer.
I think this is because np.transpose returns a view when possible,
so P += np.transpose(P) must do weird things.
2011-12-08 21:53:31 +01:00
cgohlke
9133ab932c
Fix ImportError on Python 3
2011-12-03 15:46:41 -08:00
Stefan van der Walt
bf609dfca0
DOC: Fix some scikits.image mentions.
2011-12-02 10:55:41 -08:00
Neil Yager
7df8486231
Update to docstring
2011-11-28 11:22:31 +00:00
Neil Yager
7a191d8d20
Long lines, remove doctest, division by zero, data type ranges
2011-11-23 11:23:03 +00:00
Neil Yager
67b408a3fc
BUG: Fixed warning suppression error
2011-11-22 11:55:40 +00:00
Neil Yager
830c6b650b
ENH: Address division by zero errors
2011-11-22 11:48:51 +00:00
Neil Yager
0597cec006
BUG: Fix typo and docstrng
2011-11-21 10:06:59 +00:00
Neil Yager
ab780b1ecd
ENH: Updates based on review comments
2011-11-21 09:51:20 +00:00
Neil Yager
1d540c2b56
BUG: Make sure image array is contiguous
2011-11-21 09:51:20 +00:00
Neil Yager
80a83c182f
ENH: Use Cython to compute GLCM
2011-11-21 09:51:20 +00:00
Neil Yager
59ff9218b4
DOC: Added latex formulas to docstring
2011-11-21 09:51:20 +00:00
Neil Yager
1661015af1
ENH: Added a gallery example of GLCM textures
2011-11-21 09:51:20 +00:00
Neil Yager
cd8524b93d
ENH: Compute some standard propertices for GLCMs
2011-11-21 09:51:20 +00:00
Neil Yager
4fe7965f69
NF: Initial commit of greylevel co-occurance (pure python)
2011-11-21 09:51:20 +00:00
Nelle Varoquaux
114cf44c77
Renamed scikits.image to skimage
2011-10-18 21:12:27 +02:00