The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The image.CornerDetectionF9 R package detects corners in images, namely:
Read in an image with values in the 0-255 range (pgm image: http://netpbm.sourceforge.net/doc/pgm.html)
library(pixmap)
library(image.CornerDetectionF9)
<- system.file("extdata", "chairs.pgm", package = "image.CornerDetectionF9")
imagelocation <- read.pnm(file = imagelocation, cellres = 1)
image <- image@grey * 255
x <- image_detect_corners(x, 100)
corners plot(image)
points(corners$x, corners$y, col = "red", pch = 20, lwd = 0.5)
Need support in image recognition? Contact BNOSAC: http://www.bnosac.be
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.