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.

image.CornerDetectionHarris - Detect Harris Points in images

The image.CornerDetectionHarris R package detects relevant points in images, namely:

Examples

library(magick)
library(image.CornerDetectionHarris)
path <- system.file(package = "image.CornerDetectionHarris", "extdata", "building.png")
img  <- image_read(path)
pts  <- image_harris(img)
pts

plt <- image_draw(img)
points(pts$x, pts$y, col = "red", pch = 20)
dev.off()
plt

Support in image recognition

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.