Ask Your Question

wilcoschoneveld's profile - activity

2016-08-29 03:41:39 -0600 commented question How to efficiently detect and track this marker?

Yes it's for IMAV! I'm curious, how are you matching the keypoints?

2016-08-26 08:28:59 -0600 asked a question How to efficiently detect and track this marker?

Given the following images, I want to detect the location of the marker.

image description image description

  • GOAL: find center of marker
  • no scale or rotation required
  • 240x240 video feed running at around ~60fps
  • implementation should be as light-weight as possible
  • accuracy is not too important

What combination of OpenCV functionality would you recommend?

What I tried so far: - Detect contours, find rectangles and match them based on corners, this is too heavy though