Commit Graph

141 Commits

Author SHA1 Message Date
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
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
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
Andreas Mueller be4b44bc63 ENH CRAZY speedup 2012-08-03 11:37:10 +01:00
Andreas Mueller b977d59c1b Color example :) 2012-08-03 11:37:10 +01:00
Andreas Mueller eb5c2fe5d4 ENH fixed stupid bug in quickshift, example 2012-08-03 11:37:10 +01:00
Andreas Mueller 967eb5b50d ENH first draft of felzenszwalbs graph based image segmentation in Python 2012-08-03 11:36:42 +01:00
Leon Tietz 3b7ab0dd9e corrected plot title 2012-07-20 17:19:12 -05:00
Johannes Schönberger 8e8e2b99a0 add short tutorial for geometric transformations 2012-07-15 19:03:44 +02: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 ac86299690 DOC: In ssim example, use correct dynamic range in algorithm and when displaying results. 2012-06-24 17:55:04 -07:00
Stefan van der Walt 03f6da135b DOC: Example of structural similarity. The example is currently broken because structural_similarity does not auto-detect dynamic range. 2012-06-24 17:55:04 -07:00
Tony S Yu 6741bb639a DOC: Fix link formatting 2012-06-11 20:05:27 -04:00
Johannes Schönberger 12a878dd59 add example script for regionprops function to documentation 2012-05-22 23:28:14 +02:00
Tony S Yu 84074871f2 DOC: convert segmentation example to tutorial-style example. 2012-05-15 22:24:54 -04:00
Tony S Yu 3c3c95b406 DOC: Replace template example with alternate example.
And remove other alternate example.
2012-05-08 21:32:09 -04:00
Tony S Yu f3e91020f0 Add new example plot for match_template. 2012-05-08 21:32:09 -04:00
Tony S Yu 8dbf6f4c58 Fix shape unpacking ((height, width), not (w, h)). 2012-05-08 21:32:09 -04:00
Tony S Yu 4c3f8a36ba Fix template example. 2012-05-08 21:32:09 -04:00
Tony S Yu 5e49eb4fb6 Add alternate example for match_template. 2012-05-08 21:32:08 -04:00
Tony S Yu 94262bc8d6 Tweak example to reduce confusion.
Set background 1 so that the template has values equally-above and -below the mean image value. This change makes the template results left-right symmetric, which may reduce confusion.
2012-05-08 21:32:07 -04:00