• Stars
    star
    270
  • Rank 152,150 (Top 3 %)
  • Language
    C++
  • Created over 7 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Computer Vision and Image Recognition algorithms for R users

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

More Repositories

1

taskscheduleR

Schedule R scripts/processes with the Windows task scheduler.
R
331
star
2

udpipe

R package for Tokenization, Parts of Speech Tagging, Lemmatization and Dependency Parsing Based on the UDPipe Natural Language Processing Toolkit
C++
209
star
3

audio.whisper

Transcribe audio files using the "Whisper" Automatic Speech Recognition model from R
C
109
star
4

ruimtehol

R package to Embed All the Things! using StarSpace
C++
100
star
5

BTM

Biterm Topic Modelling for Short Text with R
C++
93
star
6

textrank

Summarise text by finding relevant sentences and keywords using the Textrank algorithm
R
76
star
7

word2vec

Distributed Representations of Words using word2vec
C++
69
star
8

pattern.nlp

R package to perform sentiment analysis and Parts of Speech tagging for Dutch/French/English/German/Spanish/Italian
R
67
star
9

crfsuite

Labelling Sequential Data in Natural Language Processing with R - using CRFsuite
C
62
star
10

textplot

Text Plots
R
53
star
11

ETM

Topic Modelling in Semantic Embedding Spaces
R
49
star
12

doc2vec

Distributed Representations of Sentences and Documents
C++
46
star
13

golgotha

Contextualised Embeddings and Language Modelling using BERT and Friends using R
R
44
star
14

RDRPOSTagger

R package for Ripple Down Rules-based Part-Of-Speech Tagging (RDRPOS). On more than 45 languages.
R
35
star
15

spark.sas7bdat

Read in SAS data in parallel into Apache Spark
R
26
star
16

sentencepiece

R package for Byte Pair Encoding / Unigram modelling based on Sentencepiece
C++
24
star
17

GAlogger

Log R Events and R Usage to Google Analytics
R
23
star
18

BelgiumMaps.StatBel

Administrative boundaries of Belgium based on Open Data available at Statistics Belgium
R
16
star
19

tokenizers.bpe

R package for Byte Pair Encoding based on YouTokenToMe
C++
14
star
20

dlib

allowing R users to work with dlib through Rcpp
C++
13
star
21

udpipe.models.ud

custom udpipe models
R
11
star
22

nametagger

Named Entity Recognition with the Nametag Maximum Entropy Markov model
C++
10
star
23

drat

4
star