PHOG_features | R Documentation |
Calculate PHOG features
PHOG_features( im, level = 3, n.bin = 8, is.orientation = TRUE, starts.horizontal = TRUE, clockwise = FALSE, level.weight = c(1, 1, 1) )
im |
an image |
level |
number of PHOG pyramid levels |
n.bin |
number of orientation/direction bins |
is.orientation |
TRUE for orientation (0-180 degrees), FALSE for direction (0-360 degrees) |
starts.horizontal |
if TRUE, the first bin is centered at 0 degree |
clockwise |
direction of rotation |
level.weight |
relative weights to each level for calculating self-similarity |
a data frame
PHOG_features(regatta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.