Commit Graph
4640 Commits
Author SHA1 Message Date
Steven Silvester 55a3f22ba2 Improved support for color images using lab transform. 2012-08-11 15:48:18 -05:00
Johannes Schönberger a87779b650 fix num_peaks parameter bug in peak_local_max 2012-08-10 20:45:50 +02:00
Andreas Mueller a75b7ca7f5 Merge pull request #247 from ahojnnes/label-dtype-fix
cast input of image label function
2012-08-10 09:09:39 -07:00
Andreas Mueller 8d769a4cd9 ENH Felzenszwalbs segmentation somewhat faster 2012-08-10 10:48:38 +01:00
Andreas Mueller 312b03d1b1 ENH more speeeeed 2012-08-10 10:35:23 +01:00
Andreas Mueller 8f5337a2bf ENH added some cdefs 2012-08-10 10:31:23 +01:00
Andreas Mueller f88a29b091 ENH minor speedups. 2012-08-10 10:03:20 +01:00
Johannes Schönberger 6ead3097c2 cast input of image label function 2012-08-10 09:10:06 +02:00
Johannes Schönberger 08f4379e0e add information about unit of angles to doc strings 2012-08-10 08:19:48 +02:00
Johannes Schönberger c7cac1cb0f fix, improve and extend test cases related to geometric transformations 2012-08-10 08:16:05 +02:00
Johannes Schönberger 8ab0c9a329 add test for shape of transformation matrix 2012-08-10 08:15:06 +02:00
Johannes Schönberger a3ec8e0482 change inverse_map parameter handling of warp function 2012-08-10 07:35:16 +02:00
Tony S Yu 9cea60d817 STY: minor PEP8 change 2012-08-09 09:49:22 -04:00
Johannes Schönberger ff1c8c4376 fix typo 2012-08-09 10:30:40 +02:00
Johannes Schönberger 8e242d0436 add mathematical description of estimation in doc strings 2012-08-09 10:28:05 +02:00
Johannes Schönberger 76931fa61b handle composition of transformations with implicit parameters with __init__ 2012-08-09 09:21:49 +02:00
Johannes Schönberger 1bb896e487 remove confusing comment 2012-08-09 08:19:37 +02:00
Johannes Schönberger e5ed1882d3 fix and improve comments, doc strings, variable names for consistency reasons 2012-08-09 07:51:58 +02: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
Johannes Schönberger 54452550f1 fix incorrect comment 2012-08-08 19:19:18 +02:00
Johannes Schönberger eb1e71114c fix and improve estimation of geometric transformation parameters
Design matrix was not composed correctly as functional model was incorrect.
Additionally estimation is now based on total least-squares method.
2012-08-08 19:13:45 +02:00
Steven Silvester 0e957dab39 Replaced generic ACM license with the Graphics Gems IV license. 2012-08-06 19:06:57 -05:00
Steven Silvester 7dc17334a2 Pep8 fixes. 2012-08-05 23:42:44 -05:00
Steven Silvester 045f6279b4 Added Notes to the docstring. 2012-08-05 23:36:39 -05:00
Steven Silvester 819332baa3 Tests pass and example works on build. 2012-08-05 23:27:24 -05:00
Steven Silvester 34af272c54 Initial commit of adapthist modifications. 2012-08-05 23:07:24 -05:00
Tony S Yu a05c3c6637 DOC: Add note about ImageCollection slicing.
Also, clean up some whitespace issues.
2012-08-05 17:44:49 -04:00
Tony S Yu 816d6e319a Merge pull request #221 from jjhelmus/imagecollection_slicing
Fix import conflicts:
	skimage/io/collection.py
2012-08-05 17:41:29 -04:00
Andreas Mueller f560346309 Trying to avoid name collisions. 2012-08-05 21:31:24 +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 73dd46019b FIX width/height trouble, add non-regression test 2012-08-05 21:06:37 +01:00
Andreas Mueller e0034e384a Minor fixes addressing @tonysyu's comments. 2012-08-05 20:30:43 +01:00
Andreas Mueller 530f2c31c4 pep8 2012-08-05 20:25:34 +01:00
Andreas Mueller 8098718036 Fixup tests, add test for slic. 2012-08-05 14:33:30 +01:00
Andreas Mueller b1eb4265ed Post-processing for felzenszwalbs algorithm. 2012-08-05 13:52:15 +01:00
Andreas Mueller e65d6f6635 Added smoothing option to quickshift 2012-08-04 20:27:31 +01:00
Andreas Mueller 10934cfaff Fixed bug in SLIC smoothing 2012-08-04 20:27:18 +01:00
Andreas Mueller d770fc714d quickshift: convert to lab in function, some comments in code. 2012-08-04 19:56:22 +01:00
Andreas Mueller 1746d2c38c Some scaling issues to be closer to reference implementation 2012-08-04 18:03:03 +01:00
Johannes Schönberger 8e28e39887 add test case for correct quadrant determination 2012-08-04 10:54:15 +02:00
Tony S Yu cfd0b84a9b STY: Tweak button sizes. 2012-08-03 23:04:51 -04:00
Tony S Yu e96aca5637 ENH: Add OK/Cancel buttons 2012-08-03 22:27:05 -04:00
Tony S Yu 398b320477 BUG: reset image when plugin is closed. 2012-08-03 22:21:59 -04:00
Tony S Yu 4ab583ba31 ENH: Add SaveButtons widget. 2012-08-03 21:50:28 -04:00
Tony S Yu 9ac42728c6 DOC: Clean up docstring for Slider 2012-08-03 20:47:42 -04:00
Tony S Yu 54af4176dd ENH: Add RequiredAttr to raise warnings when attr not set. 2012-08-03 20:45:01 -04: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