mrcImageSamplingUnitChange
From EosPedia
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) |