Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.79 KB

File metadata and controls

43 lines (22 loc) · 1.79 KB

instance-level-object-det

A system that detects an instance of a given reference object in the input image

An example with intermediate results displayed:

  1. Find keypoints and matches

alt text

  1. Given points in the input image, find the bounding box parameters

alt text

  1. Hough Voting

alt text

  1. Use selected keypoints to fit homography with RANSAC

alt text

Some results:

alt text

alt text

alt text

alt text

alt text

alt text

alt text

alt text

alt text

alt text