Scott Sievert
1c38da0fca
MAINT: adds pywt to optional requirements
2016-07-16 11:07:22 -05:00
Scott Sievert
dfdd0fbf5a
DOC: shows example of wavelet denoising
2016-07-16 11:04:18 -05:00
Scott Sievert
fb8f09263c
TST: tests wavelet denoising
2016-07-16 11:03:58 -05:00
Scott Sievert
a1cc31e47f
ENH: implements wavelet denoising
2016-07-16 11:03:43 -05:00
François Boulogne
ce09059969
Change to active form + reintroduce function name
2016-07-16 12:25:35 +02:00
Egor Panfilov
418de7e4f0
Merge pull request #2180 from sciunto/fix_mosaic
...
remove local threshold in try_all_threshold
2016-07-16 10:02:56 +03:00
Egor Panfilov
13509028ec
Merge pull request #2188 from sciunto/doi
...
DOC: add DOI to references
2016-07-16 10:01:07 +03:00
Juan Nunez-Iglesias
694c56df88
Merge pull request #2181 from AbdealiJK/ajk/work
...
colorconv: Add rgba2rgb()
2016-07-16 01:53:27 -05:00
Juan Nunez-Iglesias
828e1581e7
Merge pull request #2187 from sciunto/bbox
...
ENH add bbox_area to region properties
2016-07-16 01:50:32 -05:00
Juan Nunez-Iglesias
6853f16b77
Merge pull request #2106 from vighneshbirodkar/hm_doc
...
Improved region boundary RAG docs
2016-07-16 01:40:40 -05:00
François Boulogne
25c1c07749
DOC: add DOI to references
2016-07-14 23:17:24 +02:00
AbdealiJK
fc2089af32
colorconv: Add rgba2rgb()
...
rgba2rgb() is a conversion function which takes in a background RGB
color which is used to alpha blend with an RGBA image in the foreground.
The default value for this background is white (255, 255, 255).
2016-07-14 21:06:52 +05:30
Vighnesh Birodkar
8998d466ad
Fixed typos
2016-07-14 11:14:12 -04:00
François Boulogne
4d233442f7
ENH: add bbox_area
2016-07-14 17:03:47 +02:00
François Boulogne
6d3692a70d
fix typo
2016-07-14 16:12:13 +02:00
Vighnesh Birodkar
48daa261cf
Typo and grammar corrections
2016-07-11 20:48:29 -04:00
François Boulogne
1f4dd28cb8
Improve docstrings for captions
2016-07-11 22:30:08 +02:00
Egor Panfilov
f7a0ee8ea4
Merge pull request #2171 from rfinck/threshold_triangle
...
Fix threshold_triangle to work with non-integer images.
2016-07-05 23:05:24 +03:00
Rachel Finck
c9d4fa6875
Fix threshold_triangle to work with non-integer images.
2016-07-05 11:00:03 -07:00
François Boulogne
7a4b74f057
remove local threshold in try_all_threshold
2016-07-05 15:53:02 +02:00
François Boulogne
3c554ba8bc
Merge pull request #2177 from emmanuelle/user_guide_numpy
...
Added chapter title formatting for numpy_images.rst
2016-07-03 13:36:02 +02:00
Emmanuelle Gouillart
de35a298e5
Merge pull request #2176 from sciunto/matching
...
DOC: add a note to template_match
2016-07-03 11:25:43 +02:00
emmanuelle
59f8cbcdad
Added chapter title formatting for numpy_images.rst
2016-07-02 21:47:17 +02:00
François Boulogne
a81f3ddf4d
DOC: add a note to template_match
2016-07-02 11:44:48 +02:00
Vighnesh Birodkar
5a78719a40
Change how the docstring is worded.
2016-06-28 21:34:35 -04:00
François Boulogne
bd12c6c956
Merge pull request #2161 from soupault/depr_013_exp
...
Remove deprecated None defaults in `rescale_intensity`
2016-06-23 18:09:02 +00:00
Egor Panfilov
558a54d171
Merge pull request #2164 from mljli/master
...
fix region merging in `segmentation.felzenszwalb`
2016-06-23 18:09:45 +03:00
Juan Nunez-Iglesias
6523227ece
Merge pull request #2169 from AbdealiJK/ajk/docs
...
color.colorconv: Fix documentation of rgb2gray()
2016-06-23 11:08:54 -04:00
AbdealiJK
860eb399ef
color.colorconv: Fix documentation of rgb2gray()
...
The working of rgb2gray() has been modified, and it now works
with both 3D and 4D arrays and appropriately finds the luminance
image of the given image. The documnetation does not mention the
4D array support and this commit modifies the documentation to
mention this.
2016-06-23 09:25:51 +05:30
mljli
7ee54affab
fix region merging
...
correct variable names
add test for felzenszwalb's region merging
2016-06-22 13:34:24 +08:00
Juan Nunez-Iglesias
9bc03189f8
Merge pull request #2044 from ahojnnes/umeyama
...
Improved SimilarityTransform, new EuclideanTransform class
2016-06-21 18:19:15 -04:00
Johannes Schönberger
bd3de29a8d
Use lowercase letter variable names for vectors
2016-06-21 23:29:00 +02:00
Johannes Schönberger
d666667a2e
Increase unit test coverage for EuclideanTransform
2016-06-21 22:39:54 +02:00
Johannes Schönberger
76711ab246
Several cosmetic changes to the Umeyama implementation
2016-06-21 22:39:54 +02:00
Johannes Schönberger
f01fbdb4df
Remove extra empty line
2016-06-21 22:39:54 +02:00
Johannes Schönberger
46181fc415
Fix invalid doc string format in estimate_transform
2016-06-21 22:39:54 +02:00
Johannes Schönberger
b7695470ba
Document difference between Euclidean and similarity transformation
2016-06-21 22:39:54 +02:00
Johannes Schönberger
df2b560acd
Add unit tests for Euclidean transformation
2016-06-21 22:39:54 +02:00
Johannes Schönberger
6b598eac5e
Add Euclidean transformation class
2016-06-21 22:39:54 +02:00
Johannes Schönberger
034a4eb0cf
Improve documentation of geometric transformations
2016-06-21 22:39:54 +02:00
Johannes Schönberger
d440d1bf74
Use Umeyama method for similarity transform estimation
2016-06-21 22:39:54 +02:00
François Boulogne
378e14fe8e
Merge pull request #2153 from jni/frangi
...
Add Frangi and Hessian filters
2016-06-21 20:12:41 +00:00
Egor Panfilov
97a67bf329
Merge pull request #2157 from jni/glcm-api-fixes
...
Writing, style, and PEP8 fixes for greycomatrix
2016-06-21 22:47:51 +03:00
Juan Nunez-Iglesias
24bab75dc3
Check types with issubdtype
2016-06-21 13:39:20 -04:00
Juan Nunez-Iglesias
b51259532b
Use canonical imports in test_frangi
2016-06-21 13:19:55 -04:00
Juan Nunez-Iglesias
35628169f0
Specify only 2-tuples allowed in Frangi docstring
2016-06-21 13:19:32 -04:00
Juan Nunez-Iglesias
19918bc6fe
Rename scale kwarg to scale_range for clarity
2016-06-21 13:17:30 -04:00
Juan Nunez-Iglesias
eed7c41c32
Remove nonexistent kwarg from docstring, style fix
...
- Address @soupault's comments in the examples
- Fix minor spelling and wording errors
2016-06-21 13:17:05 -04:00
Hiyorimi
996db946bd
allocation fix + renaming lambdas in filter functions
2016-06-21 13:15:51 -04:00
Hiyorimi
025e8c5499
Frangi filter support with tests + docstrings
...
+fixed tests and removed shared code
https://github.com/scikit-image/scikit-image/pull/2139#discussion_r67240635
docstrings and style fixes
fix Lambda yielding
more style fixes
enumerate & black line fixes
2016-06-21 13:15:05 -04:00