8465 Commits

Author SHA1 Message Date
Almar Klein 41ca298eb6 MC: doc tweaks 2016-07-25 12:26:28 +02:00
Almar Klein 72ba10d896 fix for legacy py 2016-07-25 12:26:28 +02:00
Almar Klein ededdfaf56 improve docs and acks related to new MC alg 2016-07-25 12:26:28 +02:00
Almar Klein 41857a0736 address Stefans comments 2016-07-25 12:26:28 +02:00
Almar Klein f44e55b36d add readme to mc_mata dir 2016-07-25 12:26:28 +02:00
Almar Klein f4f05107e7 add gradient_direction arg to lewiner mc algorithm 2016-07-25 12:26:28 +02:00
Almar Klein 8275ac07c2 add mc lewiner to bento.info 2016-07-25 12:26:28 +02:00
Almar Klein b954ba5024 add extra materials related to lewiner mc algorithm 2016-07-25 12:26:28 +02:00
Almar Klein 19740b0ff9 add not how to show mc surface in visvis 2016-07-25 12:26:28 +02:00
Almar Klein dc784a619d tweaks to original mc function (docs and level) 2016-07-25 12:26:28 +02:00
Almar Klein f4c4822f8c remove unnecessary line WTF 2016-07-25 12:26:28 +02:00
Almar Klein 9f843fa619 marching cubes tests 2016-07-25 12:26:28 +02:00
almar 8d9ad26488 mc deal with degenerate triangles 2016-07-25 12:26:28 +02:00
almar e2ebc0d68f add marching cubes lewiner algorithm (from visvis) 2016-07-25 12:26:28 +02:00
Egor Panfilov 88f1f95691 Merge pull request #2218 from kjacks21/mssim-float-fix
[MRG] DOC: corrected mssim docstring to return float
2016-07-24 10:11:07 +03:00
Kyle Jackson 08019c36e5 DOC: corrected mssim docstring to return float 2016-07-23 19:24:07 -04:00
Egor Panfilov 4515e9c28e Updated AppVeyor to use Conda, added msvc_runtime 2016-07-23 21:19:14 +03:00
Egor Panfilov e7c2be4c8d Merge pull request #2210 from kjacks21/gaussian-fix
[MRG] MAINT: Replaced gaussian_filter with filters.gaussian
2016-07-22 09:05:12 +03:00
Juan Nunez-Iglesias b14c13843a Merge pull request #2208 from samuelstjean/patch-1
Fix ssim example
2016-07-22 11:58:04 +10:00
Kyle Jackson 062f59e563 MAINT Replaced gaussian_filter with filters.gaussian 2016-07-21 19:11:28 -04:00
Samuel St-Jean a908201872 Fix ssim example
Seems like the dynamic range values got swapped,  the noise image goes up to 0.14 with the correct numbers.
2016-07-21 16:06:22 +02: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
Scott Sievert 5300db1e8d TST: 2d and 3d. DOC: adds refs to doc 2016-07-16 12:09:52 -05:00
Scott Sievert 643fe77840 MAINT: first pass features (see below)
im —> img
adds paper DOI
adds denoise_wavelet __init__
fixes typo in optional_requriments
2016-07-16 11:51:58 -05:00