mrcImageBinalization
Usage
Usage: mrcImageBinalization
Options:
[-i[nput] In (NULL )] :Essential :InputDataFile
[-o[utput] Out (NULL )] :Essential :OutputDataFile
[-t[hreshold] t (0 )] :Optional :Value of threshold
[-v[alue] v (0 )] :Optional :Value
[-near near (0 )] :Optional :Near[pixel]: Near-area also binary
[-nLevel nLevel (256 )] :Optional :nLevel: For creating histgram by Kittler and Ohtsu
[-c[onfig] configFile (NULL )] :Optional :ConfigurationFile
[-p[tile] p (0.5 )] :Optional :p
[-m[ode] mode (0 )] :Optional :Mode
----- Additional Usage -----
----- Additional Usage -----
mode 0: Under thresHold, 0. Above thresHold, 1.
1: Above thresHold, 0. Under thresHold, 1.
2: Under thresHold, value. Above thresHold, unchanged.
3: Above thresHold, value. Under thresHold, unchanged.
16: Automatically Determine threshold by Kittler Method
32: Automatically Determine threshold by Ohtsu Method
48: Automatically Determine threshold by p-tile Method
p range: 0.0 - 1.0
64: Automatically Determine threshold by Differential-Histogram Method
80: Automatically Determine threshold by Laplacian-Histogram Method