Description Usage Arguments Value See Also Examples
This funtions enhaces image's edge by the homogeneity method. It uses a 3x3 matrix to determine the current pixel value (by getting the maximum value between the distances of the pixel and its neighbors)
1 | imgHomogeneityEdgeDetection(imgdata, bias)
|
imgdata |
The image |
bias |
Value to be added to each pixel after method is applied (used to correct some expected behaviour). This argument is optional (default = 32) |
return an imagedata object
1 2 3 4 5 | ## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgHomogeneityEdgeDetection(x, bias=64)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.