From: Alex Jin on
I have generated a m file using FDAtool. It is a filter.. How do i apply the filter to an image?
From: ImageAnalyst on
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.