Home > freetb4matlab > image > im2bw.m

im2bw

PURPOSE ^

% Converts image data types to a black-white (binary) image.

SYNOPSIS ^

function BW = im2bw (img, a, b)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} @var{BW}= im2bw (@var{I},threshold)
% @deftypefnx {Function File} @var{BW}= im2bw (@var{X},@var{cmap},threshold)
% Converts image data types to a black-white (binary) image.
% The treshold value should be in the range [0,1].
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003