Difference between revisions of "mrcImageEdgeEnhancement"

From EosPedia
Jump to: navigation, search
(Created page with "'''mrcImageEdgeEnhancement''' is Eos's Command. == List of option == === Main option === <table border="1"> <tr> <th>Option</th> <th>Essential/Optiona...")
 
(No difference)

Latest revision as of 01:55, 24 July 2014

mrcImageEdgeEnhancement is Eos's Command.


List of option

Main option

Option Essential/Optional Description Default
-i Essential Input: mrcImage NULL
-o Essential Output: mrcImage NULL
-od Optional Output(Direction): mrcImage
-c Optional ConfigurationFile NULL
-m Optional Mode 0
-h Optional Help  


-m details

Value Description
2 Roberts Cross(SQRT)
3 Roberts Cross(ABS)
4 Prewitt(SQRT)
5 Prewitt(ABS)
6 Sobel(SQRT)
7 Sobel(ABS)


Execution example