| [mmreadgray] [Up] [mmisequal] | Relations |
| User Feedback |
mmisbinary returns TRUE(1) if the datatype of the input image is binary. A binary image has just the values 0 and 1.
a=uint8([0, 1, 0, 1])
print mmisbinary(a)
0.0
b=(a)
print mmisbinary(b)
0.0
| [mmreadgray] [Up] [mmisequal] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |