imgStdBinaryDilation: Fixed mask binary dilation

Description Usage Arguments Value Note See Also Examples

Description

This function makes a dilation of a binary image with a 0-squared mask, with given dimension.

Usage

1

Arguments

imgdata

The image

dim

mask's dimension (default = 3)

Value

return an imagedata object

Note

This function accepts binary images only and will treat gray scale ones as binary images.

See Also

imgStdBinaryDilation

Examples

1
2
3
4
5
	## Not run: 
		x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
		y <- imgStdBinaryDilation(x, 4)
	
## End(Not run)

matiasb/biOps documentation built on May 21, 2019, 12:55 p.m.