Difference between revisions of "mrcImageNLMeansFilter"
(Created page with "'''mrcImageNLMeansFilter''' is Eos's Command that performs NL Means Filterto mrcImage. == Algorithm == == List of option == === Main option === <table border=...") |
|||
Line 1: | Line 1: | ||
− | '''mrcImageNLMeansFilter''' is [[Eos]]'s [[Command]] that performs | + | '''mrcImageNLMeansFilter''' is [[Eos]]'s [[Command]] that performs smoothing [[mrcImage]] by NL Means Filter. |
== Algorithm == | == Algorithm == | ||
Line 17: | Line 17: | ||
<td>-i</td> | <td>-i</td> | ||
<td>Essential</td> | <td>Essential</td> | ||
− | <td> | + | <td>Input: [[mrcImage]]</td> |
<td>NULL</td> | <td>NULL</td> | ||
</tr> | </tr> | ||
Line 23: | Line 23: | ||
<td>-o</td> | <td>-o</td> | ||
<td>Optional</td> | <td>Optional</td> | ||
− | <td> | + | <td>Output: [[mrcImage]]</td> |
<td>stdout(The standard output by default)</td> | <td>stdout(The standard output by default)</td> | ||
</tr> | </tr> |
Latest revision as of 04:53, 28 July 2014
mrcImageNLMeansFilter is Eos's Command that performs smoothing mrcImage by NL Means Filter.
Contents
Algorithm
List of option
Main option
-m details
Value | Description |
---|---|
0 |
Execution example
Input file(2D) image
![]() |
Min Max |
-18651.7 (10, 1, 0) 52942.7 (24, 39, 0) |
Example of options only essential
![]() |
Min Max |
0.35088 (56, 4, 0) 0.919591 (18, 41, 0) |
Option -N
Case: N=10
![]() |
Min Max |
0.162783 (15, 17, 0) 1.3523 (24, 39, 0) |
Option -hParam
Case: hParam=1.0
![]() |
Min Max |
0.408005 (50, 76, 0) 0.712543 (26, 29, 0) |
References
A. Buades, B. Coll, J.M. Morel “A non local algorithm for image denoising” IEEE Computer Vision and Pattern Recognition 2005, Vol 2, pp: 60-65, 2005.
J. Wang, Y. Guo, Y. Ying, Y. Liu, Q. Peng, “Fast Non-Local Algorithm for Image Denoising,” in Proc. IEEE International Conference on Image Processing 2006 (ICIP2006), pp. 1429 – 1432, Oct. 2006.