Find the position of distinct area, between two images by using HOG Features

1 view (last 30 days)
Suppose we have two images. Both images are the same. The only different between them is that one of the images has a small filled circle on center. I can extract and visualize HOG features like this example:
And then calculate the Euclidean distance between two images by using hog features. In this case all hog features will be zero except the parts which related to filled circle area.
BUT I don’t know how can I find the position of filled circle (the different area) to highlight it.
Hint: for example, for detecting people we can use this method:
I = insertObjectAnnotation(I,'rectangle',bboxes,scores);

Answers (0)

Categories

Find more on Recognition, Object Detection, and Semantic Segmentation in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!