home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
demo
/
wit4711
/
lib
/
help
/
morpho
/
bclose.
/
bclose.bin
Wrap
Text File
|
1995-12-09
|
791b
|
18 lines
OPERATOR
bclose --- binary closing
DESCRIPTION
The bclose operator computes a morphological closing on the binary input image.
A closing is a dilation followed by an erosion. The number of iterations
specified by the niterations parameter determines how many times that the
dilation/erosion sequence is executed. A closure has the effect of smoothing
objects and filling in small holes. The kernel parameter allows the user to
specify a vector of integers corresponding to the structuring element to be
applied to the input image. The vector is treated as a binary input where
all non-zero values are considered to be equivalent to 1. For more on the
use of the kernel, consult the documentation or help for the berode and
bdilate operators.