Commit Graph

16 Commits

Author SHA1 Message Date
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
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
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