Welcome to ClientVPS Mirrors

README

image.CannyEdges - Canny Edge Detector for Images

The image.CannyEdges R package detects edges in images.

Examples

Read in an image with values in the 0-255 range (pgm image: http://netpbm.sourceforge.net/doc/pgm.html)

library(image.CannyEdges)
library(pixmap)
imagelocation <- system.file("extdata", "chairs.pgm", package="image.CannyEdges")
image <- read.pnm(file = imagelocation, cellres = 1)
x <- image@grey * 255

edges <- image_canny_edge_detector(x)
edges
plot(edges)

Installation

The package requires libpng and fftw3 to be installed In Ubuntu this is done as follows

sudo apt-get install libpng-dev fftw3 fftw3-dev

Support in image recognition

Need support in image recognition? Contact BNOSAC: http://www.bnosac.be

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.