Image processing and computer vision with R

June 20, 2020 · View on GitHub

Materials depository for workshop "Image processing and computer vision with R" held at e-Rum 2020

http://2020.erum.io/program/workshops/

Abstract

Although R is sometimes not considered as a number-one language for image processing, there are options for effectively handling these tasks in the R environment. Furthermore, a large R speaking community would like to combine image data analysis with other kinds of analyses by keeping all their code "under one roof" within R.

In this workshop, we will revisit available packages such as magick, imager, EBImage (and some others) written purely in R (and for R), which deal mainly with image processing. A couple of times will be dedicated to amazing Bnosac’s family of R packages enabling computer vision and some other algorithmic tasks, besides other, objects or face detection and recognition. We will also take a short look a bit deeper into state-of-the-art possibilities bridging the R environment to non-R-based libraries using API packages, namely employing of dlib R package.

First part of workhop by Lubomír Štěpánek

https://github.com/LStepanek/eRum_2020_image_processing_and_computer_vision_with_R/

Second part of workhop by Jiří Novák

In the second part of the workshop we explore package image.darknet by BNOSAC, where we show how to use this packkage for:

  • classification of the objects in the image
labelprobability
1television0.09365018
2Rhodesian ridgeback0.04842183
3screen0.04134710
4redbone0.03906697
5Irish terrier0.03865860
  • detection of the objects in the image. dog_tv