c.d.hog: Feature Extraction - Step 2 (Histogram of Oriented Gradients)

Description Usage Arguments Value Author(s)

View source: R/feature.R

Description

To get (back) to the overview of all steps and functions use this link: a.a.main Set working directory to the package before using this function (setwd())

Usage

1
2
## S3 method for class 'd.hog'
c(cells, orientations)

Arguments

cells

A number that describes the hog folding and by that into how many cells*cells the image will be cutted

orientations

A number that describes how many orientation vectors are stored for each hog cell. This number is for the vectors from 1?-180?

Value

A dataframe that holds the hog feature data for the images in the folder "data-raw/IMG/CS CZ/normal" of the package

Author(s)

Sascha Di Bernardo, Tassilo Tobollik


Vitlik/DA2-17 documentation built on May 20, 2019, 11:12 a.m.