Prev: randperm in m x n array with different randperm(n) by row
Next: call a simulink block in .m function
From: Alex Jin on 21 Apr 2010 11:54 I have generated a m file using FDAtool. It is a filter.. How do i apply the filter to an image?
From: ImageAnalyst on 21 Apr 2010 18:58
On Apr 21, 11:54 am, "Alex Jin" <limyi...(a)googlemail.com> wrote: > I have generated a m file using FDAtool. It is a filter.. How do i apply the filter to an image? ---------------------------- I don't know what the FDAtool is, but generally you call the filter by its name, passing the image array in via the filter's argument list, and accept the output of the filter into another, new, output array. |