Difference between revisions of "mrcImageSamplingUnitChange"
From EosPedia
(Created page with "'''mrcImageSamplingUnitChange''' is Eos's Command that changes the sampling interval of image. == List of option == === Main option === <table border="1"> <div a...") |
(→Example of options only essential) |
||
Line 111: | Line 111: | ||
</table> | </table> | ||
− | <div>Image does not change | + | <div>Image does not change by default. </div> |
=== Option -S=== | === Option -S=== |
Latest revision as of 05:42, 30 July 2014
mrcImageSamplingUnitChange is Eos's Command that changes the sampling interval of image.
Contents
List of option
Main option
-m details
Setting of Interpolation Mode of resampling data.
Value | Description |
---|---|
0 | Nearest neighbor method |
1 | Bi-linear interpolation method |
2 | Cubic convolution method |
3 | Polynomial interpolation method |
Execution example
Input file's image
![]() |
Min Max |
0 (41, 10, 0) 65535 (42, 36, 0) |
Example of options only essential
![]() |
Min Max |
0 (41, 10, 0) 65535 (42, 36, 0) |
Image does not change by default.
Option -S
Case: S=(1, 1, 0)
![]() |
Min Max |
0 (102, 24, 0) 65535 (104, 89, 0) |
Option -m
Case: m=1, S=(1, 1, 0)
![]() |
Min Max |
1799 (170, 130, 0) 65535 (105, 90, 0) |