How to get a rectangle around the target object using the features extracted by SIFT in OpenCV -



How to get a rectangle around the target object using the features extracted by SIFT in OpenCV -

i'm doing project in opencv on object detection consists of matching object in template image reference image. using sift algorithm features acurately detected , matched want rectagle around matched features algorithm uses kd-tree est ean first technique matches

if want rectangle around detected object, here have code illustration that. need draw rectangle around homography h.

hope helps. luck.

opencv sift object-detection

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

content management system - How to allow only English submissions on Pligg CMS -

How do I check if an insert was successful with MySQLdb in Python? -