mrcImageRectangleGet

From EosPedia
Jump to: navigation, search

mrcImageRectangleGet is Eos's Command that cuts out the region of image specified. (Rectangle: no rotation)

List of option

Main option

Option Essential/Optional Description Default
-i Essential Input: mrcImage NULL
-o Essential Output: mrcImage NULL
-r Optional Rectangle ROI: (blx, bly, trx, try) (0, 0, 0, 0)
-c Optional ConfigurationFile NULL
-m Optional Mode 0
-h Optional Help  

-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------

Input-mrcImageRectangleGet.png

Min

Max
Mean
SD

SE

0

255
82.357
119.241

1.49051

------Output file's image------

Case: -r=(10, 20, 60, 70)

Case: m=0

Outdata-r10206070-mrcImageRectangleGet.png

Min

Max
Mean
SD

SE

0

255
110.882
126.412

2.47868

Case: m=1

Outdata-r10206070m1-mrcImageRectangleGet.png

Min

Max
Mean
SD

SE

0

255
123.733
127.444

4.29615

Case: m=2

Outdata-r10206070m2-mrcImageRectangleGet.png

Min

Max
Mean
SD

SE

0

255
125.761
127.488

4.29762