BinaryImage:

Path: Imaging/ImageMatching

% Generate a binary image.
   Threshold is a fraction of the maximum.

   Since version 8.
--------------------------------------------------------------------------
   Form:
   b = BinaryImage( q, threshold )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   q              (n,m)       Grayscale image
   threshold      (1,1)       Threshold 0 to 1

   -------
   Outputs
   -------
   b              (n,m)       Binary image

--------------------------------------------------------------------------

Children:

Imaging: ImageData/MoonAndStars
Imaging: ImageProcessing/Imager

Back to the Imaging Module page