Commit Graph

8436 Commits

Author SHA1 Message Date
François Boulogne 200f398094 Fix tests 2016-08-02 08:08:29 +02:00
François Boulogne 10293f8891 Call invert() in doc 2016-08-02 08:08:29 +02:00
François Boulogne 2f0b9ace09 Implement invert function 2016-08-02 08:08:29 +02:00
François Boulogne bf5e6f7827 DOC: image inversion 2016-08-02 08:08:29 +02:00
Juan Nunez-Iglesias a73d044d6c Merge pull request #2230 from sciunto/release
Add task update version on wikipedia
2016-08-02 10:54:55 +10:00
François Boulogne ff3eaf35f9 Add task update version on wikipedia 2016-08-01 21:40:49 +02:00
Egor Panfilov c0fdc9e6b0 Merge pull request #2185 from sciunto/captions
Improve docstrings for captions
2016-08-01 12:35:33 +03:00
Josh Warner 6f2eb20ce0 Merge pull request #2217 from soupault/fix_fblas
TST: Updated AppVeyor to use Conda, added msvc_runtime
2016-07-31 02:57:31 -05:00
Egor Panfilov b2c9af2ab9 Merge pull request #2223 from jni/saltnpepper
Fix bug in salt and pepper noise
2016-07-29 23:12:18 +03:00
Juan Nunez-Iglesias b02b2b16cd Clarify that pepper noise can be signed 2016-07-28 09:29:24 +10:00
Josh Warner 49074a4a0f Merge pull request #2052 from almarklein/mc_lewiner
FEAT: Lewiner marching cubes algorithm
2016-07-26 18:26:29 -05:00
Juan Nunez-Iglesias 2bb0def975 Remove obsolete comment 2016-07-27 09:14:53 +10:00
Almar Klein 7e71a8e042 MC: add comment about except 2016-07-26 22:22:35 +02:00
Juan Nunez-Iglesias 18f661902c Update test tolerance to reflect changed probabilities 2016-07-27 01:01:24 +10:00
Juan Nunez-Iglesias 2bac24fdf4 Ensure probability of flipping pixels is correct 2016-07-27 00:34:54 +10:00
Almar Klein 7686105129 MC: python2 compat 2016-07-26 13:19:23 +02:00
Almar Klein 6d0d655121 MC: docs and example fixes 2016-07-26 11:41:26 +02:00
Juan Nunez-Iglesias cc843d6f14 Add regression tests for S&P noise 2016-07-26 19:36:18 +10:00
Juan Nunez-Iglesias db7e9c2b4a Bug fix: correct pixel selection for s&p noise 2016-07-26 19:35:28 +10:00
Almar Klein 01a1e5e4b7 MC: small tweaks from reviewer comments 2016-07-26 11:31:48 +02:00
Almar Klein a90f875d15 Rename MC algs to make lewiner the default 2016-07-25 12:26:28 +02:00
Almar Klein dd6adf7b7c MC:docs 2016-07-25 12:26:28 +02:00
Almar Klein 49237ff473 better testing for python 3+ 2016-07-25 12:26:28 +02:00
Almar Klein e47392af97 MC: docs 2016-07-25 12:26:28 +02:00
Almar Klein f96e458624 MC: typed input arg 2016-07-25 12:26:28 +02:00
Almar Klein 9909cea01c MC: Use memoryviews 2016-07-25 12:26:28 +02:00
Almar Klein fb695be664 Fixes and improvements to MC lewiner alg 2016-07-25 12:26:28 +02:00
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