-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
30 lines (24 loc) · 1.17 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# Visibility / Fog Detection
[![Travis-CI Build Status](https://travis-ci.org/MartinRoth/visDec.svg?branch=master)](https://travis-ci.org/MartinRoth/visDec)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/MartinRoth/visDec?branch=master&svg=true)](https://ci.appveyor.com/project/MartinRoth/visDec)
[![Coverage Status](https://img.shields.io/codecov/c/github/MartinRoth/visDec/master.svg)](https://codecov.io/github/MartinRoth/visDec?branch=master)
[![Gitter](https://badges.gitter.im/MartinRoth/visDec.svg)](https://gitter.im/MartinRoth/visDec?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
Extract features from images for the purpose of fog detection / visibility estimation.
The package can be installed via
```{r eval=FALSE}
devtools::install_github("MartinRoth/visdec")
```
The image processing is done via the package
[imager](https://cran.r-project.org/web/packages/imager/index.html), which is a
port to [cimg](http://cimg.eu/).