Commit Graph

  • a05c3c6637 DOC: Add note about ImageCollection slicing. Tony S Yu 2012-08-05 17:44:49 -04:00
  • 816d6e319a Merge pull request #221 from jjhelmus/imagecollection_slicing Tony S Yu 2012-08-05 17:41:29 -04:00
  • 75e3067acd DOC a bit nicer figure Andreas Mueller 2012-08-05 21:39:03 +01:00
  • f560346309 Trying to avoid name collisions. Andreas Mueller 2012-08-05 21:31:24 +01:00
  • f421587aa4 ENH renamed "felzenszwalb_segmentation" to "felzenszwalb", remove debug output from slic Andreas Mueller 2012-08-05 21:10:29 +01:00
  • 73dd46019b FIX width/height trouble, add non-regression test Andreas Mueller 2012-08-05 21:06:37 +01:00
  • e0034e384a Minor fixes addressing @tonysyu's comments. Andreas Mueller 2012-08-05 20:30:43 +01:00
  • 530f2c31c4 pep8 Andreas Mueller 2012-08-05 20:25:34 +01:00
  • 1db4ebcecb MISC some typos in Example, titles set. Andreas Mueller 2012-08-05 20:25:26 +01:00
  • 8098718036 Fixup tests, add test for slic. Andreas Mueller 2012-08-05 14:33:30 +01:00
  • f22ae2871a Pep8 Andreas Mueller 2012-08-05 13:54:02 +01:00
  • b1eb4265ed Post-processing for felzenszwalbs algorithm. Andreas Mueller 2012-08-05 13:52:15 +01:00
  • ec6a1769fa merge segmentation examples Andreas Mueller 2012-08-05 13:51:55 +01:00
  • e65d6f6635 Added smoothing option to quickshift Andreas Mueller 2012-08-04 20:27:31 +01:00
  • 10934cfaff Fixed bug in SLIC smoothing Andreas Mueller 2012-08-04 20:27:18 +01:00
  • d770fc714d quickshift: convert to lab in function, some comments in code. Andreas Mueller 2012-08-04 19:56:22 +01:00
  • 1746d2c38c Some scaling issues to be closer to reference implementation Andreas Mueller 2012-08-04 18:03:03 +01:00
  • 9f0d000699 Merge pull request #238 from ahojnnes/regionprops-orientation tonysyu 2012-08-04 07:38:10 -07:00
  • 8e28e39887 add test case for correct quadrant determination Johannes Schönberger 2012-08-04 10:54:15 +02:00
  • cfd0b84a9b STY: Tweak button sizes. Tony S Yu 2012-08-03 23:04:51 -04:00
  • e96aca5637 ENH: Add OK/Cancel buttons Tony S Yu 2012-08-03 22:27:05 -04:00
  • 398b320477 BUG: reset image when plugin is closed. Tony S Yu 2012-08-03 22:21:59 -04:00
  • 4ab583ba31 ENH: Add SaveButtons widget. Tony S Yu 2012-08-03 21:50:28 -04:00
  • 9ac42728c6 DOC: Clean up docstring for Slider Tony S Yu 2012-08-03 20:47:42 -04:00
  • 54af4176dd ENH: Add RequiredAttr to raise warnings when attr not set. Tony S Yu 2012-08-03 20:45:01 -04:00
  • b6059b5672 Put RGB2Lab into slic as it seems to be essential. Andreas Mueller 2012-08-03 12:00:39 +01:00
  • cd1007a0bc Rename km_segmentation to slic. They have a PAMI paper now so I guess we should use their name. Andreas Mueller 2012-08-03 11:57:02 +01:00
  • 026b6b1df0 Fix initialization in km_segmentation, prettier examples Andreas Mueller 2012-08-03 11:43:03 +01:00
  • d9a22d867b Documentation, example for km_segmentation Andreas Mueller 2012-07-18 07:25:39 +01:00
  • 1c69adb817 MISC some simplifications, minor speedup Andreas Mueller 2012-07-03 22:26:52 +01:00
  • 501a6db8ad ENH speedup, means and image use pointers Andreas Mueller 2012-07-02 22:54:49 +01:00
  • 8f24366790 starting cython implementation of km_segmentation Andreas Mueller 2012-07-02 21:29:01 +01:00
  • 7b646ad7ea fix trying to make this implementation more like slic Andreas Mueller 2012-06-23 01:07:32 +02:00
  • a779952619 DOC updates CONTRIBUTORS.txt Andreas Mueller 2012-06-22 23:16:25 +02:00
  • 49bc44c6e9 FIXed test to work with the fixed "hashing" of colors Andreas Mueller 2012-06-22 23:10:58 +02:00
  • ccfb89b957 FIX Tried to address @stefanv's comments on the PR. Andreas Mueller 2012-06-22 23:08:59 +02:00
  • 05cc863f3f First draft for numpy based km_segmentation Andreas Mueller 2012-06-19 23:58:40 +02:00
  • d2e226fe59 ENH tests for Felzenszwalbs segmentation, fixed off-by-one error Andreas Mueller 2012-06-19 22:33:14 +02:00
  • a7c98cb67a Remove felzenszwalb_segmentation_gray again since it just complicates the interface. Andreas Mueller 2012-06-19 22:32:44 +02:00
  • f0a7212c4f ENH Rename parameters in quickshift, add "ratio" Andreas Mueller 2012-06-19 21:56:51 +02:00
  • 08df2a5103 enh: minor simplifications Andreas Mueller 2012-06-19 21:22:48 +02:00
  • 8fa5427afc FIX build problem and cython problem resolved. Andreas Mueller 2012-06-18 08:26:12 +02:00
  • 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. Andreas Mueller 2012-06-18 00:37:49 +02:00
  • 4d10749a0e DOC document and export felzenszwalb_segmentation_grey, prettify plots for the web. Andreas Mueller 2012-06-17 23:17:29 +02:00
  • 9a8cb483c4 misc remove profiling outputs from quickshift Andreas Mueller 2012-06-17 23:06:45 +02:00
  • 83616f0254 DOC more docs.... Andreas Mueller 2012-06-17 23:01:24 +02:00
  • 80b439bb4a ENH Polish examples. Andreas Mueller 2012-06-17 22:47:29 +02:00
  • 07fb8d0c03 ENH felzenszwalb for color images Andreas Mueller 2012-06-17 22:23:28 +02:00
  • 7a5e7e49ea ENH reasonable speed for felzenszwalbs's segmentation Andreas Mueller 2012-06-17 21:39:31 +02:00
  • 0c19899825 enh cythonizing some arrays Andreas Mueller 2012-06-17 21:26:45 +02:00
  • 461d4be549 forgot a line :-/ Andreas Mueller 2012-06-17 20:57:10 +02:00
  • 888d176034 ENH much faster. Andreas Mueller 2012-06-17 20:56:50 +02:00
  • 58237a558a ENH dirty fix, works though. Starting profiling. Andreas Mueller 2012-06-17 20:52:45 +02:00
  • cb3dba7847 Bigger example Andreas Mueller 2012-06-17 00:19:35 +02:00
  • be4b44bc63 ENH CRAZY speedup Andreas Mueller 2012-06-16 23:39:48 +02:00
  • b977d59c1b Color example :) Andreas Mueller 2012-06-16 23:21:44 +02:00
  • 48fa3252be ENH reasonable speed. Andreas Mueller 2012-06-16 21:53:28 +02:00
  • de52692a9d misc Uncomment Felzenszwalb as it is not messing with quickshift. Andreas Mueller 2012-06-16 21:35:15 +02:00
  • 8c735b6470 ENH start cythonizing quickshift, get rid of hstack. Andreas Mueller 2012-06-16 21:09:07 +02:00
  • eb5c2fe5d4 ENH fixed stupid bug in quickshift, example Andreas Mueller 2012-06-16 20:52:04 +02:00
  • 40ecdd29db ENH naive pure python implementation of quickshift Andreas Mueller 2012-06-16 19:15:43 +02:00
  • b1b1c343b4 MISC remove debugging tracer, unnecessary variable. Andreas Mueller 2012-06-16 19:15:20 +02:00
  • e2d60f0135 ENH using union find from morphology module Andreas Mueller 2012-06-16 17:28:43 +02:00
  • 967eb5b50d ENH first draft of felzenszwalbs graph based image segmentation in Python Andreas Mueller 2012-06-16 16:42:18 +02:00
  • b8c0663332 Add segmentation setup.py for felsenzwalb algorithm Andreas Mueller 2012-06-15 20:59:17 +02:00
  • 8a340cc47d BUG: more module renaming to prevent duplicates. Tony S Yu 2012-08-02 23:08:19 -04:00
  • 13caa41fa7 BUG: Rename modules with duplicate function names. Tony S Yu 2012-08-02 22:49:53 -04:00
  • f614afaa08 fix orientation of regionprops with correct quadrant determination Johannes Schönberger 2012-08-02 07:46:34 +02:00
  • 8b544f2f69 Merge pull request #230 from dharhas/dharhas-lab-color-space tonysyu 2012-08-01 07:02:38 -07:00
  • acde86ffb6 Merge pull request #2 from amueller/dharhas-lab-color-space Dharhas Pothina 2012-08-01 06:07:09 -07:00
  • ce017cc035 ENH: Add Slider value_type to allow int values. Tony S Yu 2012-08-01 00:11:48 -04:00
  • f74ca8685b MISC minor cleanup in doctests / examples Andreas Mueller 2012-07-31 22:00:32 +01:00
  • b54817c5b3 minor cleanup of comments & move ref_white to global lab_ref_white Dharhas Pothina 2012-07-30 10:07:33 -05:00
  • 3340d0612d BUG: Fix scaling when setting default slider value. Tony S Yu 2012-07-28 14:38:46 -04:00
  • 7d533e19a4 DOC: Add explanation of add operator. Tony S Yu 2012-07-28 11:43:20 -04:00
  • 1000c73ceb DOC: Explain use of callback parameter. Tony S Yu 2012-07-28 11:40:04 -04:00
  • b6045a8d5f BUG: Fix behavior when initial overlay limits are bad. Tony S Yu 2012-07-28 00:13:33 -04:00
  • 449f3e4cbf STY: Refactor BaseWidget from Slider and ComboBox Tony S Yu 2012-07-27 22:58:20 -04:00
  • 129070596d Remove unused import Tony S Yu 2012-07-27 22:36:33 -04:00
  • 7615a856c5 Remove lineprofile temporarily (saved in a branch) Tony S Yu 2012-07-27 22:32:42 -04:00
  • 117d13a800 Revert modifications of IntelligentSlider. Tony S Yu 2012-07-27 22:27:24 -04:00
  • 4620ee734e ENH: Create new Slider with editbox. Tony S Yu 2012-07-27 22:21:26 -04:00
  • 539b12dc2c STY: Refactor MatplotlibCanvas from ImageCanvas and PlotCanvas. Tony S Yu 2012-07-27 21:57:46 -04:00
  • 3448e419b3 ENH slight cleanup, fixed *1000 bug, added test and rgb2lab convenience. Andreas Mueller 2012-07-26 22:44:02 +01:00
  • 03d037d044 ImageCollection now slices like other iterables Jonathan Helmus 2012-07-25 11:11:25 -04:00
  • 9285898d39 DOC: Add class docstring Tony S Yu 2012-07-25 00:41:54 -04:00
  • f261e76ef0 DOC: cleanup docstring and reuse parameter defined by parent class Tony S Yu 2012-07-25 00:40:36 -04:00
  • 49bdc3ae6f DOC: clean up docstring for PlotPlugin Tony S Yu 2012-07-25 00:36:51 -04:00
  • d72baa484f STY: reorder methods for clarity. Tony S Yu 2012-07-25 00:32:26 -04:00
  • 260a336eb9 ENH: allow color to be set by name Tony S Yu 2012-07-25 00:31:08 -04:00
  • 51e61b3e46 DOC: Improve docstrings for Plugin class. Tony S Yu 2012-07-25 00:21:56 -04:00
  • 2b66f0c303 role duplicate logic for Image._repr_png_() and Image._repr_jpeg_() into a common method wilsaj 2012-07-24 23:21:42 -05:00
  • b9d468b668 use standard conventions for Image.__new__() cls attribute and docstring wilsaj 2012-07-24 23:20:22 -05:00
  • 7368332df9 remove unused import wilsaj 2012-07-24 23:07:44 -05:00
  • a31e0d9eeb remove superfluous conditional logic wilsaj 2012-07-24 23:01:51 -05:00
  • 86526064f2 DOC: Improve docstrings for ImageViewer. Tony S Yu 2012-07-24 23:22:55 -04:00
  • ff98b059e7 STY: Remove unused add_artist method. Tony S Yu 2012-07-24 23:06:53 -04:00
  • ab44219f0b Merge pull request #234 from bdholt1/fix-hog tonysyu 2012-07-24 18:26:56 -07:00
  • aa92d5f0bd Better handling of labeled pixels in random walker segmentation when we return the whole probability. Emmanuelle Gouillart 2012-07-24 23:01:15 +02:00
  • f3024fc4cd simplified hog code + extra unit test Brian Holt 2012-07-24 10:52:55 +01:00