PHOG_descriptor | R Documentation |
Calculate PHOG descriptor
PHOG_descriptor( gradient, level = 3, n.bin = 8, is.orientation = TRUE, starts.horizontal = TRUE, clockwise = FALSE )
gradient |
gradient data or input 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 |
a data frame
df = PHOG_descriptor(regatta, level = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.