Kyle Jackson
08019c36e5
DOC: corrected mssim docstring to return float
2016-07-23 19:24:07 -04:00
Josh Warner
946b5c82d6
Merge pull request #2196 from sciunto/horse
...
Add missing unittests for data and convert horse to binary
2016-07-17 18:26:30 -05:00
Josh Warner
66f9b1151d
Merge pull request #2194 from jni/hessian
...
ENH: Speed up Hessian matrix computation
2016-07-17 16:02:13 -05:00
François Boulogne
4f57470286
fix docstring to remove WARNING: Inline substitution_reference
2016-07-17 22:46:37 +02:00
Juan Nunez-Iglesias
900a5ff692
Merge pull request #2198 from sciunto/warnings
...
DOC: add a note on warning treatment
2016-07-17 14:48:18 -05:00
Juan Nunez-Iglesias
6aa9221e56
Make sigma optional in hessian_matrix_det
2016-07-17 14:45:46 -05:00
Juan Nunez-Iglesias
dbec11628b
Fix structure tensor docstring
2016-07-17 14:44:28 -05:00
François Boulogne
749f5876ce
Fix catched warning
2016-07-17 19:45:31 +02:00
Juan Nunez-Iglesias
30b3f1e16b
Catch expected NumPy/SciPy warning over deprecated np.rank
2016-07-17 12:21:29 -05:00
François Boulogne
7960d296dd
Clean up
2016-07-17 19:12:05 +02:00
François Boulogne
b7216a2dff
Use our internal warning context manager
2016-07-17 19:11:02 +02:00
François Boulogne
754c652ebd
One liner docstring
2016-07-17 19:06:55 +02:00
François Boulogne
26fd360ee1
MAINT: Remove deprecated Lena
2016-07-17 19:06:31 +02:00
François Boulogne
5e159dc218
Use logo instead of horse for RGBA img
2016-07-17 14:15:13 +02:00
François Boulogne
449bd445fc
Add RGBA image
2016-07-17 14:13:24 +02:00
François Boulogne
f292717dac
Add option as_grey to load()
2016-07-17 14:13:23 +02:00
François Boulogne
6685651da5
Add missing unittests for data and convert horse to binary
2016-07-17 14:13:23 +02:00
François Boulogne
eb33972e95
DOC: add a note on warning treatment
2016-07-17 12:18:00 +02:00
Juan Nunez-Iglesias
3bcb97edc3
Reduce edge effects in Frangi test by using bigger square
2016-07-16 21:32:34 -05:00
Juan Nunez-Iglesias
96078c1f6d
Fix doctest to new Hessian edge values
2016-07-16 21:31:23 -05:00
Juan Nunez-Iglesias
29e9bff5eb
Add test for 3D images
2016-07-16 21:03:42 -05:00
Juan Nunez-Iglesias
966afc122a
Special-case 2D images to maintain x/y instead of r/c
2016-07-16 21:03:28 -05:00
Juan Nunez-Iglesias
301c245bf6
Bump versions of numpy and scipy for appveyor
2016-07-16 20:33:40 -05:00
Juan Nunez-Iglesias
c8759dff84
Use PyPI numpy
2016-07-16 20:15:03 -05:00
Juan Nunez-Iglesias
aa9d770505
Make Hessian matrix code n-dimensional
2016-07-16 19:51:14 -05:00
Juan Nunez-Iglesias
a018058d8f
Remove deprecated call to random_integers
2016-07-16 18:59:43 -05:00
Juan Nunez-Iglesias
4c4bb4f444
Update Hessian matrix tests to match new values
2016-07-16 18:59:23 -05:00
Juan Nunez-Iglesias
48d0973ab3
Use separated Gaussian/gradient filters as Hessian
2016-07-16 18:38:00 -05: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
Vighnesh Birodkar
48daa261cf
Typo and grammar corrections
2016-07-11 20:48:29 -04: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