Commit Graph

924 Commits

Author SHA1 Message Date
emmanuelle 78d37d3af1 DOC: Canny filter. Improved docstring + example for the gallery 2011-11-06 23:52:07 +01:00
Stefan van der Walt e7f0fe9ba8 Merge pull request #75 from stefanv/convex_hull
ENH: Add binary convex hull computation.
2011-11-02 09:41:45 -07:00
Tony S Yu 2c61928aa6 DOC: Add note about changed arguments for median_filter 2011-10-27 09:22:53 -04:00
Stefan van der Walt b5ad567a68 ENH: Add binary convex hull computation. 2011-10-26 17:43:30 -07:00
emmanuelle 39a0e3577c scikits/image -> skimage in examples 2011-10-24 23:28:21 +02:00
emmanuelle ed1f05427e ENH address comments on PR #65 made by Stefan and Neil 2011-10-24 23:23:52 +02:00
emmanuelle 736802bad4 Medial axis transform (skeletonization) from cell profiler
* medial_axis function in morphology.skeletonize
 * plot_medial_axis.py example for the gallery

Compared to the skeletonize algorithm in morphology.skeletonize,
medial_axis is faster because it processes all pixel in one pass.
However, the resulting skeleton has more branches, that may be unwanted
depending on the application.
2011-10-24 23:22:58 +02:00
Stefan van der Walt d5120a16bc DOC: Update gitwash. 2011-10-23 22:56:43 -07:00
Stefan van der Walt a76f12f747 DOC: Update repo address. 2011-10-23 22:51:38 -07:00
Stefan van der Walt 3ac50d0a43 Merge remote-tracking branch 'nelle/skimage' into nelle_varoquaux_skimage_rename 2011-10-23 22:31:57 -07:00
Nelle Varoquaux 1704ab31a9 skimage/version.py should be ignored. Doc has been updated with new module
name ``sklearn``
2011-10-18 21:14:21 +02:00
emmanuelle 6d67bba941 Renaming: scikits.image -> skimage 2011-10-18 21:12:27 +02:00
Neil Yager 3ddfdbdb9c Updates based on review comments 2011-10-17 08:32:19 +01:00
Neil Yager 8ad8946900 Added more objects to skeletonize demo 2011-10-13 09:51:27 +01:00
Neil Yager c120708feb Merge remote-tracking branch 'upstream/master' into neil_yager-skeletonize
* upstream/master:
  Remove print statements
  Remove print statements
  Update URL in package description
  Fix print statements missed by 2to3
  Fix: don't run all scikits tests when running scikits.image.test()
  DOC: Rewash the git docs.
  DOC: Use correct repo URL in gitwash.
  DOC: Add gitwash as a submodule.
  Remove empty gitwash directory in order to fix submodule.
  DOC: Update contributors.
  BUG: Fix scikits.image.test.
2011-10-13 08:29:58 +01:00
Neil Yager 74bde135c9 Added skeleonize example 2011-10-13 08:29:32 +01:00
Stefan van der Walt b381d59c67 DOC: Rewash the git docs. 2011-10-12 13:45:56 -07:00
Stefan van der Walt 69a10b62c3 DOC: Use correct repo URL in gitwash. 2011-10-12 13:44:59 -07:00
Stefan van der Walt 603216e4a7 DOC: Add gitwash as a submodule. 2011-10-12 13:41:17 -07:00
Stefan van der Walt 05f780b887 Remove empty gitwash directory in order to fix submodule. 2011-10-12 13:39:18 -07:00
Stefan van der Walt 834a4b04a9 DOC: Do not rebuild the doc versions index automatically. 2011-10-10 13:01:23 -07:00
Stefan van der Walt 0e7d2b8f5c DOC: Fix broken link in watershed docs. 2011-10-10 13:01:23 -07:00
Stefan van der Walt 81ebf9c253 DOC: Typo in release notes. 2011-10-10 13:01:23 -07:00
Stefan van der Walt 4712360970 DOC: Update doc url in release notes. 2011-10-10 03:28:47 -07:00
Stefan van der Walt 5090cef716 DOC: Update release notes. 2011-10-10 03:22:49 -07:00
Stefan van der Walt 37c0b0e671 DOC: Release notes for 0.3. 2011-10-10 03:15:57 -07:00
Stefan van der Walt 47a2c289bd DOC: Move Hough tutorial to examples gallery. 2011-10-10 01:18:30 -07:00
Stefan van der Walt 12ab1a0aa4 Merge pull request #12 from holtzhau/hough
Probabilistic Hough transform.
2011-10-09 16:03:03 -07:00
emmanuelle a07fc6d172 New example for the gallery: watershed
Removed the See also part in watershed's docstrings, as it made the doc
compilation crash...
2011-10-06 23:15:27 +02:00
Stefan van der Walt d7a33c9b6e PKG: Remove empty placeholder files. 2011-10-04 12:01:47 -07:00
Stefan van der Walt fe4956049b BUG: Adopt lena example to use new data module. 2011-09-28 20:57:51 -07:00
Stefan van der Walt 0b175a345f DOC: Update Makefile's clean target. 2011-09-26 21:18:02 -07:00
Stefan van der Walt 52959ac2bf DOC: Use correct location of blank_image in example generator. 2011-09-26 21:05:01 -07:00
Stefan van der Walt 15e65fa7ca DOC: Move radon example to gallery. 2011-09-26 21:04:32 -07:00
Emmanuelle Gouillart f579d8fc61 Merge branch 'stefan-radon' 2011-09-26 23:58:12 +02:00
Stefan van der Walt ab19017962 Merge radon/fast_homography. 2011-09-25 17:44:30 -07:00
andy 41ed86d49b Convenience functions to load example images. 2011-09-25 15:04:51 -07:00
Stefan van der Walt f3b8aec67f Merge pull request #24 from tonysyu/doc_tweaks
DOC: Clean up build and restyle tables.
2011-09-24 14:52:56 -07:00
Stefan van der Walt 707c4c801a DOC: Update tv example to use data module. Rewrap some text. 2011-09-24 14:45:33 -07:00
Emmanuelle Gouillart 4174d5fef0 A few fixes: give credit to scikit-learn guys, fix examples... 2011-09-24 15:05:16 +02:00
Tony S Yu 92eec1242b DOC: fix copyright 2011-09-24 00:23:43 -04:00
Tony S Yu 70b39b8090 DOC: make index.html the master doc
The scikits.image logo links to the master doc, which was previously set to contents.html (essentially blank). Use index.html instead.
2011-09-24 00:15:15 -04:00
Tony S Yu cf9c8e7765 DOC: adjust default table styling for a cleaner look 2011-09-23 23:59:04 -04:00
Tony S Yu 2bd79e7076 DOC: Fix order of parameters passed to cp
Specifying an optional parameter after required parameters raises error (at least in OS X).
2011-09-23 23:55:14 -04:00
Emmanuelle Gouillart cce3d7bcc5 Example generation from scripts, taken from scikit learn
(ext/gen_rst.py)
2011-09-23 23:53:47 +02:00
Kyle Mandli ac0fc3aba8 Fix display of coverage bar 2011-09-19 21:45:55 -05:00
Stefan van der Walt 88fd5c714b Merge radon transform by Pieter Holtzhausen. 2011-09-18 14:29:13 -07:00
Stefan van der Walt 6f7f9b4b88 Merge branch 'dtype_info' 2011-09-16 23:21:42 -07:00
Stefan van der Walt a97a35258d DOC: Note that data type document is still preliminary. 2011-09-16 23:21:23 -07:00
Stefan van der Walt 0fd5330c18 Add logo to generated documentation. 2011-09-16 23:13:56 -07:00