HOG Flashcards

1
Q

What is the purpose of HOG?

A

Using the image histogram to find similarities in images.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is PHOG, and how does it work?

A

PHOG is pyramid-HOG. You split the image into regions, and use HOG on all of those. So you might do HOG on the entire image first, then split into 4, do HOG. Split into 8 and so on. You use all the parts tho.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is image classification and how does it relate to HOG?

A

Image classification is detecting objects in images. You can use PHOG descriptors to find distances between histogram bins. This can be done on every level of the pyramid.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can you calculate the gradient in a color image?

A
  • S-RGB method: Do for each channel and sum

- Max LAB: Convert to LAB colorspace and calculate gradient

How well did you know this?
1
Not at all
2
3
4
5
Perfectly