Path: Imaging/ImageMatching
% Generate a binary image. Threshold is a fraction of the maximum. -------------------------------------------------------------------------- Form: b = BinaryImage( q, threshold ) -------------------------------------------------------------------------- ------ Inputs ------ q (n,m) Grayscale image threshold (1,1) Threshold 0 to 1 ------- Outputs ------- b (n,m) Binary image --------------------------------------------------------------------------
Common: Graphics/ColorMapGrayScale Imaging: ImageData/MoonAndStars Imaging: ImageData/SCImage Imaging: ImageProcessing/Imager
Back to the Imaging Module page