mrcImageRectangleGet
From EosPedia
mrcImageRectangleGet is Eos's Command that cuts out the region of image specified. (Rectangle: no rotation)
Contents
List of option
Main option
-m details
| Value | Description |
|---|---|
| 0 | Rectangle get. -r option requires 4 values. |
| 1 | Cut along y axis. -r option requires 4 values, y of bottom and top and 0 0. |
| 2 | Cut along x axis. -r option requires 4 values, x of bottom and top and 0 0. |
Execution example
------Input file's image------
![]() |
Min Max |
0 255 |
------Output file's image------
Case: -r=(10, 20, 60, 70)
Case: m=0
![]() |
Min Max |
0 255 |
Case: m=1
Min Max |
0 255 |
Case: m=2
Min Max |
0 255 |

