obstacle detection size expansion algorithm [closed]

asked 2017-04-15 08:15:19 -0600

enassays2@gmail.com gravatar image

I try to follow this paper (Monocular Vision-Based Obstacle Detection/Avoidance for Unmanned Aerial Vehicles) to do obstacle detection, I worked with SIFT algorithm in order to detect the keypoints in both images (two consecutive frames), then the Brute-Force Algorithm to match them,. Then I should extract the keypoints that its keypoints are expanding in the second image, this is by comparing the size property of the keypoints and save it in a new vector of keypoints. Finally, I want to use the functions to create the the convex hull around the final keypoints after filtering, and drawing it using findContours function. How to create this convex with key points?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-12-05 05:09:50.188106