Giter Club home page Giter Club logo

bnosac / image Goto Github PK

View Code? Open in Web Editor NEW
272.0 23.0 65.0 100.6 MB

Computer Vision and Image Recognition algorithms for R users

R 0.26% C++ 91.02% C 6.65% Makefile 0.02% Shell 0.06% Python 0.48% Cuda 0.78% CMake 0.39% Java 0.02% MATLAB 0.01% Batchfile 0.01% CSS 0.02% JavaScript 0.01% HTML 0.06% XSLT 0.23% Perl 0.01%
image-recognition darknet computer-vision dlib r r-package contours surf hog-features otsu harris-corners harris-interest-point-detector canny-edge-detection f9 openpano image-algorithms

image's Introduction

image - Computer Vision and Image Recognition algorithms for R users

This repository contains a suite of R packages which perform image algorithms currently not available in other R packages like magick, imager or EBImage.

These algorithms are put into different packages because of license differences. Currently the following R packages are available:

Package Functionality License Details
image.CornerDetectionF9 FAST-9 corner detection for images BSD-2 Details
image.CornerDetectionHarris Harris corner detection for images BSD-2 Details
image.LineSegmentDetector Line Segment Detector (LSD) for images AGPL-3 Details
image.ContourDetector Unsupervised Smooth Contour Line Detection for images AGPL-3 Details
image.CannyEdges Canny Edge Detector for Images GPL-3 Details
image.Otsu Otsu's Image Segmentation Method MIT Details
image.dlib Speeded up robust features (SURF) and histogram of oriented gradients (HOG) features AGPL-3 Details
image.libfacedetection CNN for Face Detection BSD-3 Details
image.darknet Image classification using darknet with deep learning models AlexNet, Darknet, VGG-16, Extraction (GoogleNet) and Darknet19. As well object detection using the state-of-the art YOLO detection system MIT Details
image.OpenPano Image Stitching see file LICENSE Details
image.DenoiseNLMeans Non-local means denoising see file LICENSE Details

More packages and extensions are under development.

A presentation given at the useR-2017 conference is available in file presentation-user2017.pdf

Installation

  • Some packages are on CRAN
install.packages("image.CannyEdges")
install.packages("image.ContourDetector")
install.packages("image.CornerDetectionF9")
install.packages("image.CornerDetectionHarris")
install.packages("image.dlib")
install.packages("image.libfacedetection")
install.packages("image.LineSegmentDetector")
install.packages("image.Otsu")
install.packages("image.binarization")
  • You can see if the binary packages for your operating system are on the BNOSAC drat repo at https://github.com/bnosac/drat
  • If they are, you can just install them as follows, where you replace thepackagename with one of the packages you are interested in
install.packages("thepackagename", repos = "https://bnosac.github.io/drat")

Development packages

Install the development version of packages as follows:

install.packages("remotes")
remotes::install_github("bnosac/image", subdir = "image.CornerDetectionF9")
remotes::install_github("bnosac/image", subdir = "image.CornerDetectionHarris")
remotes::install_github("bnosac/image", subdir = "image.LineSegmentDetector")
remotes::install_github("bnosac/image", subdir = "image.ContourDetector")
remotes::install_github("bnosac/image", subdir = "image.CannyEdges")
remotes::install_github("bnosac/image", subdir = "image.Otsu")
remotes::install_github("bnosac/image", subdir = "image.dlib")
remotes::install_github("bnosac/image", subdir = "image.darknet")
remotes::install_github("bnosac/image", subdir = "image.DenoiseNLMeans")
remotes::install_github("bnosac/image", subdir = "image.libfacedetection")
remotes::install_github("bnosac/image", subdir = "image.OpenPano")

CI builds

Support in image recognition

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.