Commit Graph

8051 Commits

Author SHA1 Message Date
François Boulogne 055e820e72 MINOR: some comments 2013-10-02 17:25:17 +02:00
François Boulogne 7299753602 FIX: broken test (thanks unittest!) 2013-10-02 17:25:17 +02:00
François Boulogne 296f8dad20 MINOR: doctrings + various improvements 2013-10-02 17:25:17 +02:00
François Boulogne 9ceb489ba8 DOC: add bezier_curve 2013-10-02 17:25:17 +02:00
François Boulogne 1548364b65 ADD: bezier_curve 2013-10-02 17:25:16 +02:00
François Boulogne 5c423475e6 PEP8 2013-10-02 17:25:16 +02:00
François Boulogne 0467b92034 PEP8 2013-10-02 17:25:16 +02:00
François Boulogne 718989edc5 FIX: division for value 2013-10-02 17:25:16 +02:00
François Boulogne 088b2995a9 DOC: split non-AA/AA 2013-10-02 17:25:16 +02:00
François Boulogne d998166ede MAINT: val in [0,1] 2013-10-02 17:25:15 +02:00
François Boulogne a4f1704d6e MAINT: bezier_segment is private 2013-10-02 17:25:15 +02:00
François Boulogne 1a0f137679 Anti-aliasing 2013-10-02 17:25:15 +02:00
François Boulogne 90335efdda Implement line_aa 2013-10-02 17:25:15 +02:00
François Boulogne bf31517843 DOC: remove wu in methods 2013-10-02 17:24:22 +02:00
François Boulogne 2606494828 MAINT: put AA method in draw.*_aa 2013-10-02 17:24:22 +02:00
François Boulogne dcf02235a4 DOC: fix refs 2013-10-02 17:23:37 +02:00
François Boulogne 62240c1f11 TEST: fix unittest 2013-10-02 17:23:37 +02:00
François Boulogne 62dbd7b9b9 TEST: fix returned tuple 2013-10-02 17:23:37 +02:00
François Boulogne 4c14e86952 DOC: update return according to wu's method 2013-10-02 17:23:37 +02:00
François Boulogne 36e23b106f TEST: add unittest and check with travis 2013-10-02 17:23:37 +02:00
François Boulogne ed8521175b import Fedor's contribution 2013-10-02 17:23:37 +02:00
Johannes Schönberger 9741bfda15 Add note about internal usage of transformation matrix 2013-10-02 17:17:03 +02:00
Johannes Schönberger beeb597ddf Only clip for ndimage.map_coordinates case 2013-10-02 17:10:46 +02:00
Johannes Schönberger 3e3a52331d Misc doc string fixes 2013-10-02 17:07:23 +02:00
Johannes Schönberger c3d40447f8 Remove call to deprecated is_gray function 2013-10-02 16:58:32 +02:00
Johannes Schönberger c414d0efd5 Hide experimental GSoC functions for 0.9 release 2013-10-02 16:48:27 +02:00
Juan Nunez-Iglesias 5ea79d4301 Merge pull request #748 from ahojnnes/regionprops-dtype
- Fix for regionprops dtype error (#747) and additional tests.
 - Some docstring improvements.
2013-10-02 05:55:56 -07:00
Johannes Schönberger 78a849cc37 Fix dtype bug in perimeter 2013-10-02 14:16:24 +02:00
Johannes Schönberger d7824000fe Raise error for non 2-D images 2013-10-02 14:14:29 +02:00
Johannes Schönberger c1ea012c9b Add support for unsigned integer label images 2013-10-02 14:05:30 +02:00
Johannes Schönberger 99fb8b992e Some improvements for perimeter 2013-10-02 13:55:52 +02:00
Johannes Schönberger c414e96fcc Merge pull request #746 from luispedro/master
ENH Faster perimeter computation
2013-10-01 12:49:44 -07:00
Luis Pedro Coelho ff0b315110 RFCT Simpler code for initializing array
Also, replaced skimage.measures.histogram by np.bincount.

Both changes were suggested in the pull request discussion by Juan
Nunez-Iglesias (jni):

https://github.com/scikit-image/scikit-image/pull/746
2013-10-01 15:19:42 +02:00
Luis Pedro Coelho f81fbf5b25 ENH Faster perimeter computation
Measured a 30% speedup on a 640x640 image. Fundamentally, this makes
fewer passes over the image; so it should never be worse that the
previous implementation.
2013-10-01 13:07:17 +02:00
Tony S Yu 4ab166bba4 Merge pull request #726 from jni/fix-relabel-doc
Fix errors in relabel_from_one docs; PEP8
2013-09-29 16:03:56 -07:00
Juan Nunez-Iglesias 477c80d409 Merge pull request #740 from ahojnnes/warp-fix
Fix doc string of warp functions
2013-09-28 06:24:14 -07:00
Johannes Schönberger c01e7c9b10 Fix various doc strings using the warp function 2013-09-28 14:39:40 +02:00
Johannes Schönberger a17a1395c3 Fix doc string of warp functions 2013-09-28 14:25:45 +02:00
Juan Nunez-Iglesias 610b22b4a9 Merge pull request #719 from ahojnnes/slic
This PR:
 - speeds up SLIC while reducing memory usage,
 - closes #717,
 - adds support for a voxel spacing argument for anisotropic images,
 - removes default gaussian blurring,
 - removes "magic" guessing whether input was multichannel.
2013-09-27 04:46:59 -07:00
Johannes Schönberger 8fb6fd02a0 Scale sigma only in scalar case 2013-09-26 16:52:58 +02:00
Johannes Schönberger 845d083470 Define 1d arrays as contiguous 2013-09-22 07:22:09 +02:00
Juan Nunez-Iglesias 54530d16f6 Update snippets in notes to use double backticks 2013-09-22 13:37:04 +10:00
Johannes Schönberger d194118766 Merge pull request #733 from riaanvddool/contribution-riaanvddool
Forgotten contribution by riaanvddool: skimage.io plugin - GDAL
2013-09-20 10:48:01 -07:00
Riaan van den Dool c540ef11c9 Forgotten contribution by riaanvddool: skimage.io plugin - GDAL 2013-09-20 19:14:10 +02:00
Johannes Schönberger b3d4409be9 Merge pull request #7 from jni/slic-cython-docstring
Slic cython docstring
2013-09-20 07:55:33 -07:00
Juan Nunez-Iglesias e17e7699b3 Add note about (z, y, x) order in slic cython doc 2013-09-21 00:12:12 +10:00
Johannes Schönberger a086f03f39 Document default value API change 2013-09-19 08:36:56 +02:00
Johannes Schönberger 52f01d1f85 Merge pull request #731 from ankit-maverick/SimilarityTransform
Correcting a bug in SimialarityTransform
2013-09-18 22:57:05 -07:00
Ankit Agrawal 0ed1e22034 Correcting bug in SimialarityTransform 2013-09-19 10:23:03 +05:30
Johannes Schönberger 607ac235af Merge pull request #6 from jni/slic-speed-spacing
Slic speed spacing
2013-09-16 10:00:18 -07:00