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 |
|
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 |
|
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 |
|
Ankit Agrawal
|
cb49e1ce7d
|
Replacing np.all by equivalent np.any
|
2013-07-14 05:27:32 +08:00 |
|
Ankit Agrawal
|
49e8f28fe9
|
Final changes
|
2013-07-13 19:01:30 +08:00 |
|
Ferdinand Deger
|
7809e020a1
|
minor changes in isortopic tv denoising
- flag istropic in stead of anistropic
=> order of if clause
- .. before red
- whitespace
|
2013-07-13 12:38:27 +02:00 |
|
Ferdinand Deger
|
71c70ccd71
|
Added isotropic TV denoising + comment
|
2013-07-13 09:52:09 +02:00 |
|
Ankit Agrawal
|
e3cd0620a7
|
Fixing bugs and making code compatible with Python 3
|
2013-07-13 10:02:12 +08:00 |
|
Juan Nunez-Iglesias
|
8736a66504
|
Fix typo using assert_raises in test_colorconv.py
|
2013-07-13 09:49:38 +10:00 |
|
Juan Nunez-Iglesias
|
858f7411d7
|
Complete test_regular_grid coverage
|
2013-07-13 01:34:51 +02:00 |
|
Juan Nunez-Iglesias
|
6221ce6e3b
|
Add test coverage for guess_spatial_dimensions()
|
2013-07-13 01:27:17 +02:00 |
|
Johannes Schönberger
|
bb4a8aff26
|
Add test for output dtype of entropy
|
2013-07-12 23:20:32 +02:00 |
|
Johannes Schönberger
|
8ea6d1deb0
|
Replace all float dtypes with double
|
2013-07-12 23:16:51 +02:00 |
|
Johannes Schönberger
|
33a09c3b1a
|
Add option to return double output image for rank filters
|
2013-07-12 23:16:51 +02:00 |
|
Johannes Schönberger
|
e041c27f88
|
Deprecate old rank filter functions
|
2013-07-12 23:16:50 +02:00 |
|
Johannes Schönberger
|
6ee96054c9
|
Append percentile, bilateral function name part
|
2013-07-12 23:16:50 +02:00 |
|
Johannes Schönberger
|
ed21622caf
|
Use consistent description of output image
|
2013-07-12 23:16:50 +02:00 |
|
Johannes Schönberger
|
658201f8f6
|
Rename mean_subtraction, morph_contr_enh to subtract_mean and enhance_contrast
|
2013-07-12 23:16:50 +02:00 |
|
Johannes Schönberger
|
54c73fae06
|
Replace log warning with UserWarning
|
2013-07-12 23:16:50 +02:00 |
|
Johannes Schönberger
|
43feb4bf78
|
Update bitdepth warning
|
2013-07-12 23:16:50 +02:00 |
|
Johannes Schönberger
|
4de4053a9f
|
Refactor rank filter package as combined implementation for 8- and 16-bit
|
2013-07-12 23:16:49 +02:00 |
|
Johannes Schönberger
|
9a36e3b270
|
Log warning when bitdepth > 10
|
2013-07-12 23:16:49 +02:00 |
|