SainsburyWellcomeCentre / aeon_experiments

Experiment workflows for Project Aeon
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

minArea property in tracking settings not exposed or saved in meta data yaml #602

Open NeuroThom opened 2 months ago

NeuroThom commented 2 months ago

The computer vision centroid tracking pipeline includes thresholding of the top camera image, and a findContours operation. The thresholdValue is stored in the metadata.yml, but minArea, a property of the findContours node does not. I suspect this has never changed in value, but can have large impacts on the centroid if altered and has been useful to alter for improving tracking in specific experiments.