Description Usage Arguments Value Examples
This function sharpens an image by convoluting with the following matrix:
| -1/9 | -1/9 | -1/9 | 
| -1/9 | 8/9 | -1/9 | 
| -1/9 | -1/9 | -1/9 | 
1  | imgHighPassFilter (imgdata)
 | 
imgdata | 
 The image  | 
return an imagedata object
1 2 3 4 5  | 	## Not run: 
		x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
		y <- imgHighPassFilter(x)
	
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.