Difference between revisions of "mrcImageRectangleGetByCorrelation"
From EosPedia
(Created page with "'''mrcImageRectangleGetByCorrelation''' is Eos's Command that cuts out the region whose correlation with reference image is highest. == List of option == === Main op...") |
(→Main option) |
||
Line 32: | Line 32: | ||
<td>-Nx</td> | <td>-Nx</td> | ||
<td>Optional</td> | <td>Optional</td> | ||
− | <td> | + | <td>Nx of Output(In case of even number, subtract 1.)</td> |
<td>Nx of Reference</td> | <td>Nx of Reference</td> | ||
</tr> | </tr> | ||
Line 38: | Line 38: | ||
<td>-Ny</td> | <td>-Ny</td> | ||
<td>Optional</td> | <td>Optional</td> | ||
− | <td> | + | <td>Ny of Output(In case of even number, subtract 1.)</td> |
<td>Ny of Reference</td> | <td>Ny of Reference</td> | ||
</tr> | </tr> | ||
Line 59: | Line 59: | ||
<td> </td> | <td> </td> | ||
</tr> | </tr> | ||
− | </table> | + | </table> |
=== -m details === | === -m details === |
Latest revision as of 02:55, 30 July 2014
mrcImageRectangleGetByCorrelation is Eos's Command that cuts out the region whose correlation with reference image is highest.
Contents
List of option
Main option
Option | Essential/Optional | Description | Default |
---|---|---|---|
-i | Essential | Input: mrcImage | NULL |
-o | Essential | Output: mrcImage | NULL |
-r | Optional | Reference: mrcImage | NULL |
-Nx | Optional | Nx of Output(In case of even number, subtract 1.) | Nx of Reference |
-Ny | Optional | Ny of Output(In case of even number, subtract 1.) | Ny of Reference |
-c | Optional | ConfigurationFile | NULL |
-m | Optional | Mode | 0 |
-h | Optional | Help |
-m details
Value | Description |
---|---|
0 |
Execution example
Input file's image
![]() |
Min Max |
0 (0, 0, 0) 255 (10, 0, 0) |
Reference file image
![]() |
Min Max |
0 (1, 0, 0) 255 (11, 0, 0) |
Example of options only essential
![]() |
Min Max |
0 (0, 0, 0) 255 (10, 0, 0) |
Option -Nx, -Ny
Case: Nx=15, Ny=15
![]() |
Min Max |
0 (0, 0, 0) 255 (1, 0, 0) |