Commit Graph

5928 Commits

Author SHA1 Message Date
Zach Pincus 960ca18b71 Fix indentation error 2012-02-01 13:41:41 -05:00
Stefan van der Walt ec6ed76a8d Merge pull request #112 from zachrahan/freeimage-64-bit-cleanup
BUG: 64-bit fixes for FreeImage (and preventative maintenance).
2012-02-01 01:50:56 -08:00
Zach Pincus 273e8ffc04 Make library-loading more robust and provide better errors 2012-01-31 15:04:31 -05:00
Stefan van der Walt f9907ffd21 ENH: Use nearest neighbor interpolation by default in matplotlib plugin. 2012-01-27 17:02:21 -08:00
Stefan van der Walt 3725f44460 Merge pull request #115 from stefanv/edges_float_conversion
BUG: Edge detection routines returned images with invalid ranges [0-255] but dtype float.
2012-01-27 15:32:17 -08:00
Stefan van der Walt e2c155d09a BUG: Edge detection routines returned images with invalid ranges [0-255] but dtype float. 2012-01-27 15:30:02 -08:00
Stefan van der Walt 570e5cf4bb DOC: Ignore random.js generated file. 2012-01-26 17:51:07 -08:00
Stefan van der Walt b3cc37ce6b DOC: Generate correct link to gallery and build javascript before gh-pages upload. 2012-01-26 17:49:57 -08:00
Stefan van der Walt 945f85cf64 DOC: Add script to randomly link to a gallery image. 2012-01-26 17:06:16 -08:00
emmanuelle a438cddca7 Merge branch 'random_walker' 2012-01-23 19:49:39 +01:00
emmanuelle 46d330591f ENH Tony's comments on random walker 2012-01-23 19:47:16 +01:00
Zach Pincus 981775d137 Clean up void-pointer handling to clarify intent and fix multipage 64-bit bugs 2012-01-22 18:34:28 -05:00
emmanuelle 6559b8f31d ENH Removed unused argument in random_walker_segmentation 2012-01-21 12:34:34 +01:00
emmanuelle 528187c2b0 ENH: addressed Tony's comments (renaming of functions, doc) 2012-01-21 11:43:53 +01:00
emmanuelle b9d6090c5e Cross-See also in watershed and random walker 2012-01-17 22:17:15 +01:00
emmanuelle 09e3a43f58 More explanations about the algorithm
Also: removed copyright
      changed module name
2012-01-17 21:32:08 +01:00
emmanuelle 1cf2da0399 __init__.py in segmentation submodule 2012-01-15 17:28:40 +01:00
emmanuelle d1e608bfe9 Random walker algo for segmentation + example 2012-01-15 17:22:59 +01:00
tonysyu 23d0bc5bc0 Merge pull request #106 from NelleV/harris_corner_detection
Harris corner detection
2012-01-09 17:38:00 -08:00
Stefan van der Walt aa82ba4010 BUG: Fix OpenCV array conversion in video loader. 2012-01-09 10:20:38 -08:00
Pieter Holtzhausen 0aaa6aecf6 Fixed opencv reversion to using cv.fromarray, fixed numpy datatype. 2012-01-09 10:19:38 -08:00
tonysyu edf0cf56bd Merge pull request #108 from WarrenWeckesser/ph-doc-fix
DOC: fix probabilistic_hough docstring
2012-01-08 15:21:01 -08:00
Warren Weckesser 69444305e8 DOC: fix probabilistic_hough docstring--use correct keyword arg in the docstring, plus a few spacing tweaks. 2012-01-08 16:52:39 -06:00
Nelle Varoquaux 7285cbe296 Added Gaël Varoquaux to the corner detector contributors 2012-01-05 18:20:39 +01:00
Tony S Yu f5037203f2 Add rescale_intensity function with test and example. 2011-12-27 11:01:53 -08:00
Stefan van der Walt 111a3c1584 DOC: Better x-axis labelling of PR plot. 2011-12-26 09:15:47 -08:00
Stefan van der Walt e6224d939f DOC: Add script to plot GitHub pull-request activity. 2011-12-26 06:25:27 -08:00
Stefan van der Walt 92fe9d0d07 DOC: Display thresholding example with gray colormap. 2011-12-26 02:12:34 -08:00
Stefan van der Walt 7fd7d297be Merge branch 'tony-exposure' 2011-12-26 02:03:27 -08:00
Stefan van der Walt 4e054fce7c DOC: Move around plot statements so that all axes are labeled. 2011-12-26 02:01:08 -08:00
Stefan van der Walt 19fa34f269 DOC: Rename equalize example to match function name. 2011-12-26 01:55:00 -08:00
Stefan van der Walt d74295c7f1 DOC: Explain why bincount is used to histogram integer arrays. 2011-12-26 01:53:59 -08:00
Stefan van der Walt 60f146c780 DOC: Update contributors. 2011-12-26 01:53:37 -08:00
Nelle Varoquaux 3c2988b4bc small fixes on the Harris' documentation: added capital letters where needed 2011-12-25 09:54:47 +01:00
Nelle Varoquaux 374c446715 Added parameter to Harris corner detector to set the deviation for the gaussian kernel of the harris response computation 2011-12-23 17:32:03 +01:00
Nelle Varoquaux bc0f77622e Added tests for harris, and small fixes 2011-12-23 17:21:55 +01:00
Nelle Varoquaux 7ff98597e2 Small fixes on the Harris corner detector - documentation, method renaming etc 2011-12-22 22:08:27 +01:00
Tony S Yu 62d3b5590b Remove density parameter in histogram
The `density` (or `normed`) parameter was set in the original implementation of `equalize`, but it is unnecessary since `cumulative_distribution` renormalizes values. The only other function in scikits-image that calls `histogram` (`filter.threshold_otsu`) is not affected by renormalization.
2011-12-22 10:58:02 -08:00
Tony S Yu d4ca519ca5 Rename equalize_hist to equalize and minor cleanup 2011-12-22 10:48:28 -08:00
Tony S Yu 87c2353845 Change API for equalize_hist and cumulative_distribution.
`equalize_hist`: "max_intensity" parameter no longer exists---img_as_float normalizes intensity range

`cumulative_distribution`: Return centers of bins instead of the edges.

Move `histogram` function from filter subpackage.

Add test of equalize_hist

Add example of histogram equalization.
2011-12-22 10:16:32 -08:00
Stefan van der Walt c78ea107aa ENH: Add background labelling. 2011-12-22 04:47:24 -08:00
Nelle Varoquaux 5d8110bab2 Added tests 2011-12-22 12:27:06 +01:00
Nelle Varoquaux c6f16dbff5 Harris corner detector 2011-12-21 19:09:40 +01:00
Stefan van der Walt 4df36631f6 BUG: Dispatch threads to process entire image. 2011-12-20 00:18:17 -08:00
Tony S Yu c87b1ad90e Add exposure module with histogram equalization function 2011-12-19 14:24:53 -05:00
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