searchwingCV / droneCamBoatDetector

ComputerVision for searchwing drones
GNU General Public License v3.0
7 stars 3 forks source link

Work package: Features for tracking validation/filtering #4

Open julled opened 5 years ago

julled commented 5 years ago

As the tracking is implemented by association of ROIs based on the position in the world, wrong associations can occur due to calibration errors and wrong motionestimation. We can assume the following two things:

To avoid associations of totally different ROIs ( boat/nature) and to filter out changing ROIs ( nature ) some image featuers can be implemented to check these assumptions. Some computational simple features can be calculated to check this:

After calculation of these features we can filter out wrong trackings by checking against a empirical estimated threshold. Check slide 22 of the 35c3 talk for further information.