Stefan van der Walt
|
e084c5fd50
|
Rename nl_means_denoising to denoise_nl_means
|
2015-08-27 13:19:02 -07:00 |
|
Juan Nunez-Iglesias
|
0d134987f9
|
Harmonize all ndimage usage across the library
Only two forms remain in use:
- `from scipy import ndimage as ndi`
- `from scipy.ndimage import function`
|
2015-06-09 15:18:37 +10:00 |
|
Johannes Schönberger
|
0c69cdc5e7
|
Fix out-of-bounds access in color LUT for NaN values
|
2015-05-10 13:47:42 -04:00 |
|
emmanuelle
|
4697d66c85
|
[ENH] Removed eps parameter that was not needed.
Added a test for the case when no denoising at all is performed when h is
very small.
Corrected a bug in looping range in the classical algorithm.
|
2015-01-26 22:06:38 +01:00 |
|
emmanuelle
|
2e0b37b11d
|
Changed variable names for coordinates for better consistency with
skimage conventions. Moved some code to inline functions to improve
clarity.
|
2015-01-25 19:21:23 +01:00 |
|
emmanuelle
|
60d0c81aed
|
Changed type of error returned for image dimension strictly greater than 3.
|
2015-01-20 22:11:24 +01:00 |
|
emmanuelle
|
dd9030d44c
|
Implemented fast algorithm also for 3-D and 2D-RGB images. Changed API so
that there is only one function for fast and classic algorithms.
|
2015-01-18 22:18:29 +01:00 |
|
emmanuelle
|
ecaa959195
|
Implemented asymmetric distance computation to save speed factor of 2
|
2015-01-10 16:40:43 +01:00 |
|
emmanuelle
|
4004f048ef
|
Faster version of non-local means denoising for 2D greyscale images
|
2014-12-07 12:02:05 +01:00 |
|
emmanuelle
|
2e91b0db95
|
Moved non-local means denoising to restoration submodule
|
2014-12-06 13:16:40 +01:00 |
|
Rebecca
|
1b217f971e
|
replacing lena in examples and most tests
|
2014-11-07 16:01:23 +02:00 |
|
Johannes Schönberger
|
3b3bb01270
|
Fix denoise tests
|
2014-08-08 08:27:57 -04:00 |
|
blink1073
|
5677dafe41
|
Move away from random.random in favor of random.rand
|
2014-07-19 18:18:23 -05:00 |
|
Johannes Schönberger
|
ef63523ab0
|
Move denoise functions to restoration submodule
|
2014-03-13 19:39:54 -04:00 |
|