| imgRobinson3Level {biOps} | R Documentation |
This function enhaces image's edges by convoluting with the Robinson 3-level method. Base matrix is:
| 1 | 0 | -1 |
| 1 | 0 | -1 |
| 1 | 0 | -1 |
imgRobinson3Level(imgdata)
imgdata |
The image |
return an imagedata object
## Not run:
x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
y <- imgRobinson3Level(x)
## End(Not run)