Commit Graph
2174 Commits
Author SHA1 Message Date
Stefan van der Walt be14f0b28c Merge pull request #654 from josteinbf/radon-square-center
Define rotation axis center for Radon transforms with inverses.
2013-08-06 02:04:32 -07:00
Stefan van der Walt 697d7dddf9 Merge pull request #666 from jni/slic-scaling
Fix scaling (`ratio`) parameter in SLIC.
2013-08-06 01:59:58 -07:00
Johannes Schönberger 6dd35c8166 Merge pull request #641 from sciunto/example_ht
Example Hough transform (ellipse)
2013-08-05 12:22:57 -07:00
François Boulogne 9d7a90395b DOC: changes for Marianne's coffee cup 2013-08-05 16:45:59 +02:00
Stefan van der Walt cf468711fa Merge pull request #626 from ahojnnes/rank-fixes
Refactor rank filters.
2013-08-01 07:42:57 -07:00
Johannes Schönberger d883b45666 Fix Otsu rank filter kernel loop range 2013-08-01 11:12:55 +02:00
Johannes Schönberger d9196be3c3 Fix loop ranges of rank filter kernel functions 2013-08-01 08:45:51 +02:00
Josh Warner a3bb1098d1 Merge pull request #632 from ahojnnes/local-blocks
Refactor N-dimensial array resampling and add additional functionality
2013-07-31 14:10:18 -07:00
Johannes Schönberger f9f405a8ba Fix invalid previous fix for percentile edge case 2013-07-31 19:50:05 +02:00
Johannes Schönberger 7be96b4a01 Integrate new test cases from @odebeir and fix old function names of dilate and erode 2013-07-31 19:45:55 +02:00
Johannes Schönberger 9f68e71412 Fix accidential variable naming confusion 2013-07-31 19:27:52 +02:00
Johannes Schönberger 391e976157 Add specific branch for the percentile p0 = 0 case 2013-07-31 19:24:18 +02:00
Johannes Schönberger 5c5c67027e Add missing p1 parameter to percentile and threshold functions 2013-07-31 19:12:44 +02:00
Juan Nunez-Iglesias 72833f1729 Do not use 'ratio' in test_slic.py either 2013-07-29 00:30:51 +10:00
Juan Nunez-Iglesias 878c562a45 Replace 'ratio' kwarg with 'compactness' in SLIC 2013-07-29 00:28:38 +10:00
Johannes Schönberger 012f8b4ea1 Add missing space in parameter defintion in doc string 2013-07-25 22:36:41 +02:00
Johannes Schönberger 79a88f81f5 Wrap line 2013-07-25 22:36:06 +02:00
Johannes Schönberger ab4e95e4f3 Fix typo in doc string 2013-07-25 22:35:12 +02:00
Johannes Schönberger 1cf83b513f Merge pull request #653 from iNand/master
Added comment + isotropic denoising
2013-07-25 13:33:49 -07:00
Johannes Schönberger 109f500d4b Replace deprecated import of _local_func with block_reduce 2013-07-25 22:15:23 +02:00
Juan Nunez-Iglesias 3e99079107 Precision issues appear to have vanished 2013-07-25 00:24:04 +10:00
Juan Nunez-Iglesias af3ea5f817 Remove unused 'ratio' argument from _slic_cython 2013-07-25 00:23:01 +10:00
Juan Nunez-Iglesias aadd346964 Fix ratio scaling in SLIC 2013-07-22 20:19:24 +10:00
Josh Warner b5d09bcd1c Merge pull request #603 from TheChymera/master
ENH: User-specified output aspect ratio in skimage.util.montage.montage2d function
2013-07-20 22:33:32 -07:00
Horea Christian 35a65aeef3 Resolved faulty montage2d import. 2013-07-21 05:55:02 +02:00
Horea Christian 2d33bf7622 Added test case for grid_shape parameter. 2013-07-21 03:55:16 +02:00
sg 641d1b4dfd remove extra :'s 2013-07-20 03:35:03 -04:00
sg f70c6a61f4 updated gaussian doc 2013-07-19 22:50:33 -04:00
Horea Christian 228bf8f7ba Adapted if statement to grid_shape=None 2013-07-19 00:32:38 +02:00
Horea Christian 90f3a5d685 Syntax and default variable.
From (0,0) to None.
2013-07-18 17:54:03 +02:00
Johannes Schönberger 4c0fbb63b1 Merge pull request #591 from ankit-maverick/brief
Implementation of BRIEF Feature descriptor
2013-07-17 09:40:35 -07:00
Ankit Agrawal 431261e095 Added if __name__ == __main__ in new test files 2013-07-17 15:54:58 +05:30
Ankit Agrawal 2466df39e1 Stylistic changes 2013-07-16 20:16:23 +05:30
Tony S Yu 3d60b27d4c Merge pull request #657 from chintak/doc_fix_cmorph
Docstring for _dilate and _erode were interchanged in cmorph.pyx
2013-07-16 06:48:40 -07:00
Johannes Schönberger 7efb010051 Add short doc string example 2013-07-15 22:00:56 +02:00
Johannes Schönberger 486909c5f5 Rename and combine local_* functions to block_reduce 2013-07-15 21:52:25 +02:00
Chintak Sheth 875e47abcc Docstring for _dilate and _erode were interchanged 2013-07-15 18:50:06 +05:30
Johannes Schönberger dc27babee2 Merge pull request #546 from jni/3d-slic
Add support for 3D images in SLIC segmentation
2013-07-14 23:50:38 -07:00
Ferdinand Deger 983c6589af eleminate empty line 2013-07-15 07:57:04 +02:00
Horea Christian 1c7947fad1 Renamed parameter 2013-07-14 22:21:51 +02:00
Jostein Bø Fløystad d5b72f91ab iradon: Do not suppress 0 frequency for filter=None. 2013-07-14 17:40:17 +02:00
Jostein Bø Fløystad 4549204507 iradon: Clean up filter code. 2013-07-14 17:39:48 +02:00
Ankit Agrawal cb49e1ce7d Replacing np.all by equivalent np.any 2013-07-14 05:27:32 +08:00
Jostein Bø Fløystad 60444ee4d3 Radon transform: PEP8 fixes. 2013-07-13 20:32:15 +02:00
Jostein Bø Fløystad 462173a53a Radon transform: Include boundary in reconstruction circle.
A test criterion needed to be relaxed slightly to have tests still
passing. This is ok, as the reconstruction circle is now larger, meaning
larger errors should be expected. Moreover, the test in question uses
random data, and changing the seed causes greater changes in accuracy
than the amount the test criterion was relaxed by.
2013-07-13 20:32:15 +02:00
Jostein Bø Fløystad 288ee69483 radon: Correct docstring of order_angles_golden_ratio. 2013-07-13 20:32:15 +02:00
Jostein Bø Fløystad 41c6f6d740 radon: Reduce duplication; simplifications. 2013-07-13 20:32:13 +02:00
Jostein Bø Fløystad 47b6d0c5a6 Radon transform: Document rotation axis location. 2013-07-13 20:31:28 +02:00
Jostein Bø Fløystad 2bfaafd9e2 Radon transform: Redefine projection center for sinograms.
This definition is chosen because it is simple to express in the
documentation. No changes in accuracy are to be expected, but comparing
sinograms and reconstructions before and after this commit will give
different results in the cases where ``circle=False`` for ``radon`` or
``iradon``.
2013-07-13 19:31:43 +02:00
Ankit Agrawal 49e8f28fe9 Final changes 2013-07-13 19:01:30 +08:00