Commit Graph

1555 Commits

Author SHA1 Message Date
Tony S Yu 3fe03259d0 DOC: Combine examples for finding spots and filling holes. 2012-08-19 16:24:12 -04:00
Tony S Yu 682f064f86 DOC: Fix docstring to match rank order. 2012-08-19 16:23:14 -04:00
Tony S Yu b5d9106966 ENH: Use Cython data types instead of Numpy dtypes.
Conversion to Memoryviews didn't improve performance, unfortunately. Minor slow-down of 5--10%.
2012-08-19 11:56:16 -04:00
Tony S Yu b614b34eab ENH: Add test of reconstruction by erosion. 2012-08-18 23:20:49 -04:00
Tony S Yu 3ad1ed3a28 DOC: Remove peak detection tutorial.
The tutorial needs a lot of work and isn't a crucial part of this PR. Note: tutorial saved in a separate branch.
2012-08-18 23:09:47 -04:00
Tony S Yu 2e87dd7a3c ENH: Add examples of morphological reconstruction. 2012-08-18 23:06:08 -04:00
Tony S Yu 79fca0e20d DOC: Reorder docstring sections. 2012-08-18 21:54:06 -04:00
Tony S Yu ab7626da3d STY: Rename variables for clarity.
In particular, it wasn't clear whether `image` was the seed image or the mask image rnd `values` was used to refer to both image intensity values and their rank-order.
2012-08-18 21:41:01 -04:00
Tony S Yu 7a56a7f35e DOC: Clarify code comments and docstring 2012-08-18 18:04:01 -04:00
Tony S Yu 969772c036 ENH: Add reconstruction by erosion. 2012-08-18 17:59:44 -04:00
Tony S Yu 29c84a8a7b STY: Rename returned image to distinguish input from output. 2012-08-17 23:02:08 -04:00
Tony S Yu 33a19a8c7b DOC: add comments to clarify algorithm 2012-08-17 22:48:02 -04:00
Tony S Yu e6d03eaebc STY: Use standard skimage data type conversion. 2012-08-17 00:42:56 -04:00
Tony S Yu 9cea60d817 STY: minor PEP8 change 2012-08-09 09:49:22 -04:00
Tony S Yu e1caa9d4cd Update function names that were changed since original PR. 2012-08-09 00:25:26 -04:00
Tony S Yu e4dd658daf STY: PEP8 and other clean up. 2012-08-09 00:23:58 -04:00
Tony S Yu 70153abb83 BUG: fix import of Cython extension. 2012-08-09 00:15:42 -04:00
Tony S Yu 25efae8269 Add morphological reconstruction with test and example. 2012-07-13 00:53:51 -04:00
Stefan van der Walt 94e290ce38 Merge pull request #214 from cgohlke/patch-1
BUG: Fix io.imsave() problems with passing arguments to plugin "freeimage".
2012-07-12 10:44:34 -07:00
cgohlke 8d313f1d57 Fix io.imsave() problems with passing arguments to plugin "freeimage" 2012-07-12 10:34:15 -07:00
Stefan van der Walt 1dcc172f60 TST: Check number of input angles in radon tf. 2012-07-09 11:29:37 -07:00
Stefan van der Walt 4d1809a63c BUG: Allow rgb2grey to be called on grey-level images. 2012-07-08 17:49:17 -07:00
Stefan van der Walt de74ee7879 Merge pull request #205 from amueller/pep8
COSMIT: PEP8 compatibility and other cleanups.
2012-06-29 02:33:43 -07:00
Andreas Mueller 46e959a9d9 COSMIT some manual pep8, removed unused imports, removed unused variables and fixed a bug in a ValueError statement. 2012-06-29 11:27:23 +02:00
Andreas Mueller d7f1a3abec COSMIT minor stype improvements, whitespace in error messages 2012-06-29 11:27:23 +02:00
Andreas Mueller f7c56202d0 COSMIT no spaces around power `**`. Fun: https://gist.github.com/1671995 2012-06-29 11:27:23 +02:00
Andreas Mueller 1251f77d6a COSMIT minor pep8 2012-06-29 11:27:23 +02:00
Andreas Mueller ee0fd867da COSMIT fix ugly line breaks. 2012-06-29 11:27:23 +02:00
Andreas Mueller 9f34c84f1a COSMIT don't let pep8 make your matrices ugly. 2012-06-29 11:27:23 +02:00
Andreas Mueller f7b3d8062c COSMIT pep8 2012-06-29 11:27:23 +02:00
Stefan van der Walt b891a7c9d1 DOC: Update release instructions. 2012-06-24 21:50:38 -07:00
Stefan van der Walt abb5cc10f7 PKG: Use different delimiter in contributors list. 2012-06-24 21:46:29 -07:00
Stefan van der Walt 249fa149ef PKG: Start 0.7 development cycle. 2012-06-24 21:46:12 -07:00
Stefan van der Walt 53426a0077 PKG: Update doc versions. v0.6 2012-06-24 21:37:05 -07:00
Stefan van der Walt 36a39249ee PKG: Update version to 0.6. 2012-06-24 21:36:28 -07:00
Stefan van der Walt 9731b872f2 DOC: Add 0.6 release notes. 2012-06-24 21:35:19 -07:00
Tony S Yu 9bcda27336 Skip test that fails for PIL < 1.1.7 2012-06-24 22:25:44 -04:00
tonysyu f487221c3a Merge pull request #208 from stefanv/io_reset
ENH: Allow resetting the plugin state.
2012-06-24 18:37:14 -07:00
tonysyu c4854e78f3 Merge pull request #119 from stefanv/ssim
ENH: Add structural similarity index and gradient.
2012-06-24 18:27:49 -07:00
Stefan van der Walt b8d43b20c9 Merge pull request #190 from tonysyu/plot2rst
ENH: Replace `gen_rst` Sphinx extension with `plot2rst`.
2012-06-24 18:15:11 -07:00
Stefan van der Walt 4c66c18f0d BUG: Fix structural similarity to use new signature for view_as_windows. Remove bad gradient check. 2012-06-24 18:07:35 -07:00
Stefan van der Walt dd61f4830e BUG Fix invalid import of structural_similarity. 2012-06-24 18:03:46 -07:00
Stefan van der Walt 87739ed031 BUG Remove merge artefact. 2012-06-24 18:03:02 -07:00
Stefan van der Walt 00922099d6 BUG: Remove double import of find contours. 2012-06-24 17:59:37 -07:00
Stefan van der Walt 635b836c08 PKG: Rename as_windows to view_as_windows. 2012-06-24 17:58:32 -07:00
Stefan van der Walt fce9de633d ENH: Promote as_windows to a utility function. 2012-06-24 17:57:51 -07:00
Stefan van der Walt 49b7eac4b5 STY: Wrap long line. 2012-06-24 17:55:52 -07:00
Stefan van der Walt 4816d6fc9d PKG: Rename _ssim to _structural_similarity. 2012-06-24 17:55:52 -07:00
Stefan van der Walt 37567726fd ENH: Automatically determine dynamic range in ssim if not specified. 2012-06-24 17:55:04 -07:00
Stefan van der Walt ac86299690 DOC: In ssim example, use correct dynamic range in algorithm and when displaying results. 2012-06-24 17:55:04 -07:00