| [mmse2hmt] [Up] [mminfcanon] | Sup-generating And Inf-generating |
| User Feedback |
mmthreshad creates the image y as the threshold of the image f by the images f1 and f2. A pixel in y has the value 1 when the value of the corresponding pixel in f is between the values of the corresponding pixels in f1 and f2.

function y = mmthreshad_equ( f, f1, f2 ) y = (f1 <= f) & (f <= f2);
| [mmse2hmt] [Up] [mminfcanon] | |
| User Feedback | |
| Copyright (c) 1998-2008 by SDC Information Systems |