Erode and Dilate filters- no parameter?
in
Programming Questions
•
2 years ago
Hello,
I've been experimenting with filtering images. Mostly that's fine but whenever I try using ERODE or DILATE with a parameter I get the following error:
"Use filter(DILATE) instead of filter(DILATE, param)"
The
filter reference says you should be able to use a parameter with both erode and dilate.
Any suggestions as to what the problem may be here?
Cheers
Kyle
1