Commit Graph

161 Commits

Author SHA1 Message Date
Tony S Yu 0db4893680 DOC: Fix broken doc build due to broken import 2012-09-02 08:22:21 -04:00
Johannes Schönberger f360316f17 Explicitly define colormap 2012-08-31 22:55:24 +02:00
Johannes Schönberger c9291718f9 Update description with more detailed explanation of applied steps 2012-08-31 22:30:09 +02:00
Johannes Schönberger 6e9d6e2857 Improve visualization of labelling 2012-08-31 22:25:10 +02:00
Johannes Schönberger da3f2b5f4d Add example script for image labelling 2012-08-30 22:00:43 +02:00
Johannes Schönberger 00b3e90e42 Fix description of polygon example script 2012-08-26 08:37:51 +02:00
Stefan van der Walt 544fec7560 Merge pull request #215 from tonysyu/morph-reconstruction
ENH: Add morphological reconstruction.
2012-08-25 07:42:36 -07:00
Johannes Schönberger f9c81e9ed3 Update subdivision example with preserve_ends parameter 2012-08-24 02:52:49 -07:00
Johannes Schönberger 76c3574755 update polygon example with subdivision 2012-08-24 02:52:48 -07:00
Johannes Schönberger dcbea75677 improved polygon approximation example script
made existing example parameters more readable and add another example with
a more complex shape based on a subdivision algorithm.
2012-08-24 02:52:48 -07:00
Johannes Schönberger 74b358af82 remove colons in comments 2012-08-24 02:52:48 -07:00
Johannes Schönberger 77e4c37e5c remove unused import and code from polygon approximation example 2012-08-24 02:52:48 -07:00
Johannes Schönberger ec3ed52da2 add example script for polygon approximation 2012-08-24 02:52:48 -07:00
Stefan van der Walt b4fa79d6dd Merge pull request #206 from amueller/felsenzwalb
ENH: MRG Segmentation algorithms.
2012-08-20 14:43:33 -07:00
Andreas Mueller 6b1dab9f9a MISC move felzenszwalb_cy.pyx to _felzenszwalb_cy.pyx, don't use xrange when not necessary 2012-08-20 22:30:58 +01:00
Johannes Schönberger 26a84fbb94 Add plot labels 2012-08-20 22:48:35 +02:00
Johannes Schönberger 70a69eb437 Improve printed output of example 2012-08-20 22:48:35 +02:00
Johannes Schönberger 777bb59834 Remove unused imports and wrap text 2012-08-20 22:48:35 +02:00
Johannes Schönberger 75c7926412 use new subplots function in example script of LBP 2012-08-20 22:48:35 +02:00
Johannes Schönberger 7cbe3db336 add plots to local binary pattern example 2012-08-20 22:46:57 +02:00
Johannes Schönberger 234fb68ee7 make local binary pattern example script use skimage sample images 2012-08-20 22:46:57 +02:00
Johannes Schönberger 2efa339cc8 move local binary pattern example script 2012-08-20 22:46:57 +02:00
Johannes Schönberger c9709ca22a add example script for local binary pattern 2012-08-20 22:46:57 +02:00
Andreas Mueller fe2a4334fa ENH addressed (hopefully all) of Tony's and Stefan's comments. 2012-08-20 20:22:06 +01:00
Tony S Yu b1007f0196 ENH: Add regional maxima example 2012-08-19 17:46:22 -04:00
Tony S Yu 3fe03259d0 DOC: Combine examples for finding spots and filling holes. 2012-08-19 16:24:12 -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 e6d03eaebc STY: Use standard skimage data type conversion. 2012-08-17 00:42:56 -04:00
Stefan van der Walt 4e50fd2798 Merge pull request #197 from ahojnnes/projection
ENH: Add geometric transformations.
2012-08-12 18:21:44 -07:00
Johannes Schönberger 724a931d42 adapt geometric example script to new API and improve some expressions 2012-08-10 07:49:04 +02:00
Johannes Schönberger 5085ded994 fix geometric transformation example after refactoring the module 2012-08-09 07:57:44 +02:00
Tony S Yu e1caa9d4cd Update function names that were changed since original PR. 2012-08-09 00:25:26 -04:00
Andreas Mueller ea02bc6170 make figure smaller again. 2012-08-05 23:11:50 +01:00
Andreas Mueller 75e3067acd DOC a bit nicer figure 2012-08-05 21:39:03 +01:00
Andreas Mueller f421587aa4 ENH renamed "felzenszwalb_segmentation" to "felzenszwalb", remove debug output from slic 2012-08-05 21:10:29 +01:00
Andreas Mueller 1db4ebcecb MISC some typos in Example, titles set. 2012-08-05 20:25:26 +01:00
Andreas Mueller f22ae2871a Pep8 2012-08-05 13:54:02 +01:00
Andreas Mueller ec6a1769fa merge segmentation examples 2012-08-05 13:51:55 +01:00
Andreas Mueller b6059b5672 Put RGB2Lab into slic as it seems to be essential. 2012-08-03 12:00:39 +01:00
Andreas Mueller cd1007a0bc Rename km_segmentation to slic. They have a PAMI paper now so I guess we should use their name. 2012-08-03 11:57:02 +01:00
Andreas Mueller 026b6b1df0 Fix initialization in km_segmentation, prettier examples 2012-08-03 11:43:03 +01:00
Andreas Mueller d9a22d867b Documentation, example for km_segmentation 2012-08-03 11:37:12 +01:00
Andreas Mueller ccfb89b957 FIX Tried to address @stefanv's comments on the PR. 2012-08-03 11:37:11 +01:00
Andreas Mueller f0a7212c4f ENH Rename parameters in quickshift, add "ratio" 2012-08-03 11:37:11 +01:00
Andreas Mueller ce26467ad4 ENH: make quickshift more tolerant to input type, just convert to float. Also keep track of random seed for reproducable tests.
Finally, do a unique on the output and add testing.
2012-08-03 11:37:11 +01:00
Andreas Mueller 4d10749a0e DOC document and export felzenszwalb_segmentation_grey, prettify plots for the web. 2012-08-03 11:37:11 +01:00
Andreas Mueller 80b439bb4a ENH Polish examples. 2012-08-03 11:37:10 +01:00
Andreas Mueller 07fb8d0c03 ENH felzenszwalb for color images 2012-08-03 11:37:10 +01:00
Andreas Mueller cb3dba7847 Bigger example 2012-08-03 11:37:10 +01:00