Commit Graph

201 Commits

Author SHA1 Message Date
tonysyu c7b3f1e84c Merge pull request #98 from tonysyu/thresholding
Add thresholding function using Otsu's method to filter module.
2011-12-18 07:14:38 -08:00
Tony S Yu 8941798daf DOC: emphasize annotation in histogram. 2011-12-18 10:10:00 -05:00
Tony S Yu 1e12ca0044 Improve thresholding example 2011-12-18 09:31:10 -05:00
Tony S Yu 8ed834a3ab Add example for threshoding
This example was removed in a previous commit.
2011-12-17 22:02:10 -05:00
Stefan van der Walt 0ae507d9d5 DOC: Add Emmanuelle's SciPy India segmentation tutorial. 2011-12-17 01:34:36 -08:00
Stefan van der Walt 9ee513ca10 DOC: Add index of tutorials to user guide. 2011-12-17 01:30:35 -08:00
Stefan van der Walt c0fd4a19da DOC: Update 0.4 release notes (wrong gallery url). 2011-12-12 15:58:27 -08:00
Tony S Yu 1fb89aff0f Minor changes in wording. 2011-12-11 18:07:43 -05:00
Tony S Yu 6a6e273d06 Remove thresholding example from user guide in favor of docstring example. 2011-12-09 10:16:23 -05:00
Tony S Yu 6872e9cdf3 Add thresholding example 2011-12-09 00:13:49 -05:00
emmanuelle 4e3895b44b ENH contours of segmentation in segmentation tutorial 2011-12-08 11:04:34 +01:00
emmanuelle d5994c6715 Short tutorial on segmentation for the user guide +
example on the same subject used to generate the figures
2011-12-07 20:57:29 +01:00
Stefan van der Walt 804af6fb7c DOC: Update installation instructions. 2011-12-05 02:58:44 -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
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 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 5fa41b3dfc DOC: Improve example gallery layout. 2011-11-30 10:40:36 -08: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 917d1a80e8 DOCS: Tighten borders around image in GLCM example. 2011-11-30 09:48:01 -08: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 1661015af1 ENH: Added a gallery example of GLCM textures 2011-11-21 09:51:20 +00:00
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