04-27-2010 11:14 PM
delphi Dan wrote:I may be misunderstanding the 'dilate' then 'erode' statement. Wouldn't that be the same as doing nothing after the intial threshold? Unless you have different iterations for each.
Tyler has explained it and to put itin a simple way. Consider dilation of binary images join two large particles. Erosion will then consider the single particle (combined large one) for its operation. Hope this makes it clear.
04-29-2010 02:39 AM