c.e.displayHogFeature: Feature Extraction - display HOG (Histogram of Oriented...

Description Usage Arguments Author(s) Examples

View source: R/feature.R

Description

To get (back) to the overview of all steps and functions use this link: a.a.main

Usage

1
2
## S3 method for class 'e.displayHogFeature'
c(imgPath, imgName, hogPath, cells, orientations)

Arguments

imgPath

A string that holds a path to the image that should be visualized

imgName

A string that holds the name of the image (the last part of the path)

hogPath

A string that holds a path to the hog feature data

cells

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

orientations

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

Author(s)

Tassilo Tobollik

Examples

1
2
\code{c.e.displayHogFeature("C:/Users/t_tobo01/Git/DA2-17/data-raw/IMG/CS CZ/normal/Vit/hl 2017-06-14 18-06-49-48.png", 
"hl 2017-06-14 18-06-49-48.png", "data/hog_original_12_9_complete.Rda", 12, 9)}

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