thaytan / OpenHMD

Free and Open Source API and drivers for immersive technology.
Boost Software License 1.0
137 stars 12 forks source link

Improve blob extraction #9

Closed thaytan closed 3 years ago

thaytan commented 4 years ago

The CV1 touch controller LEDs can easily be only a bright pixel or two at around 1.2m distance from the camera. The current blob extraction code filters out such small blobs, which makes them occluded or missing as far as the pose search code is concerned.

thaytan commented 4 years ago

Increasing the quality of the blob extraction helps a lot. I've made some changes in my branch:

thaytan commented 3 years ago

The blob extraction is working well enough now - it's the matching code, and LED visibility prediction (and everything else) that needs improving now.