Commit Graph

5928 Commits

Author SHA1 Message Date
Stefan van der Walt 85531c6ffa Release 0.4. v0.4 2011-12-03 14:31:35 -08:00
Stefan van der Walt 4bb7be7cf6 BUG: Python 3 fixes. 2011-12-03 14:30:42 -08:00
Stefan van der Walt 48b2a2d61d DOC: 0.4 release notes. 2011-12-03 14:30:13 -08:00
Stefan van der Walt 292334bc2c DOC: Script to generate contributors. 2011-12-03 14:30:02 -08:00
Stefan van der Walt bf609dfca0 DOC: Fix some scikits.image mentions. 2011-12-02 10:55:41 -08:00
Stefan van der Walt 207079ff1d Merge pull request #82 from zachrahan/find-contours
Add contour finding.
2011-12-01 12:53:55 -08:00
Zach Pincus fbb07734fc Tighten up _find_contours.pyx
Remove some redundant operations in _find_contours.pyx -- will speed
things especially in common case where most pixels DON'T have a contour
nearby.
2011-12-01 12:34:08 -05:00
zachrahan 60abf40c39 Merge pull request #1 from stefanv/find-contours
Convert contour finding code to Cython and add an example.
2011-12-01 09:11:52 -08:00
Stefan van der Walt 8bd4637fc0 DOC: Fix team name in license and docs. 2011-11-30 17:52:35 -08:00
Stefan van der Walt 62754ef66c STY: Remove unused imports. 2011-11-30 16:00:15 -08:00
Stefan van der Walt eb0ccb8b00 DOC: Bold headers for Notes, Reference, etc. sections in reference docs. 2011-11-30 15:58:06 -08:00
Stefan van der Walt 8579ef0183 STY: Clean up docstrings. 2011-11-30 15:56:21 -08:00
Stefan van der Walt 7691fdc3c6 DOC: Add contour finding example. 2011-11-30 13:38:46 -08:00
Stefan van der Walt ff119bb68c DOC: Update contributors. 2011-11-30 13:38:26 -08:00
Stefan van der Walt 2d4abbaa86 BUG: Import imread from renamed _io module. 2011-11-30 12:28:04 -08:00
Stefan van der Walt c0b3601056 REF: Convert find_contours to Cython. 2011-11-30 12:23:32 -08:00
Stefan van der Walt 053b27e623 ENH: Whitespace cleanup. 2011-11-30 10:56:42 -08:00
Stefan van der Walt bea1b751d2 BUG: Import find_contours from correct location. 2011-11-30 10:55:40 -08:00
Stefan van der Walt 5fa41b3dfc DOC: Improve example gallery layout. 2011-11-30 10:40:36 -08:00
Zach Pincus 1cb10a5bd9 add _find_contours.c 2011-11-30 13:16:40 -05:00
Stefan van der Walt 4aace26f2a DOC: Use convex_hull_image instead of convex_hull. 2011-11-30 09:55:26 -08:00
Stefan van der Walt 2db1b8367c Merge branch 'neil_yager-greycomatrix' 2011-11-30 09:49:32 -08:00
Stefan van der Walt 917d1a80e8 DOCS: Tighten borders around image in GLCM example. 2011-11-30 09:48:01 -08:00
Neil Yager 7df8486231 Update to docstring 2011-11-28 11:22:31 +00:00
Zach Pincus 077a080389 Move to measure submodule
Code moved to new "measure" submodule and another test and better
documentation added.
2011-11-27 17:05:27 -05:00
Zach Pincus 3e9945cf93 Make it work
bug fixes to make it install
2011-11-26 00:36:36 -05:00
Zach Pincus 51d643c527 Add contour-finding
Bring some old code for "marching-squares" contour-finding into
skimage. Only one crummy test and c code may not be up to style
standards...
2011-11-26 00:23:03 -05: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
Stefan van der Walt 4fbdeb4b41 Merge pull request #79 from zachrahan/mcp-64bit
BUG: Fix MCP indexing types on 64-bit systems (closes #72).
2011-11-17 12:21:42 -08:00
tonysyu 31db8f16ce Merge pull request #81 from NeilYager/neil_yager-io_fix
Merge NeilYager's import io fix
2011-11-11 08:20:28 -08:00
Neil Yager 66befec0ee BUG: Problem importing imread 2011-11-11 12:39:55 +00:00
Zach Pincus 9307bcb5bc fix _spath error 2011-11-08 15:19:12 -05:00
Stefan van der Walt cc7a544122 BUG: data: Fix chessboard file name. 2011-11-07 14:48:10 -08:00
Stefan van der Walt 989fd6673e ENH: Add verbose test function. 2011-11-07 14:45:26 -08:00
Zach Pincus 4cf55a2702 Fix another 64-bit corner case
Fix a bug for particularly huge images that have strides > 2**31 in any
dimension.
2011-11-07 17:06:59 -05:00
Zach Pincus ea63e7d709 use 64-bit safe types 2011-11-07 15:51:39 -05:00
Stefan van der Walt 0b124c34e2 DOC: See also to skimage.sobel instead of ndimage.sobel. 2011-11-07 11:25:28 -08:00
Stefan van der Walt 28028dc2cd Merge pull request #78 from emmanuelle/doc_canny
DOC: Canny filter. Improved docstring + example for the gallery.
2011-11-07 11:23:54 -08:00
emmanuelle 78d37d3af1 DOC: Canny filter. Improved docstring + example for the gallery 2011-11-06 23:52:07 +01:00
Stefan van der Walt 4c88f94508 Merge pull request #74 from stefanv/cython_hash
ENH: Use MD5 hashes of .pyx files to determine whether they need to be recompiled.
2011-11-02 09:47:20 -07:00