mrcImageBinalization

Usage

Usage: mrcImageBinalization
Options:
    [-i[nput]            In                  (NULL      ).as(inFile              ) ] :Essential :InputDataFile
    [-o[utput]           Out                 (NULL      ).as(outFile             ) ] :Essential :OutputDataFile
    [-t[hreshold]        t                   (0         ).as(Real                ) ] :Optional  :Value of threshold
    [-v[alue]            v                   (0         ).as(Real                ) ] :Optional  :Value
    [-near               near                (0         ).as(Real                ) ] :Optional  :Near[pixel]: Near-area also binary
    [-nLevel             nLevel              (256       ).as(Integer             ) ] :Optional  :nLevel: For creating histgram by Kittler and Ohtsu 
    [-c[onfig]           configFile          (NULL      ).as(inFile              ) ] :Optional  :ConfigurationFile
    [-p[tile]            p                   (0.5       ).as(Real                ) ] :Optional  :p
    [-m[ode]             mode                (0         ).as(Integer             ) ] :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