fourMs / VideoAnalysis

A standalone application for creating visualizations and extract motion features from video files.
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/VideoAnalysis/
8 stars 2 forks source link

Centroid estimation breaks when using inverted colors #30

Closed balintlaczko closed 4 years ago

balintlaczko commented 4 years ago

It just shuffles around in the middle. Easy to reproduce the problem: just load any video, hit play, toggle inverted colors on and off, and observe the history video preview while doing so...

It is possible that the [cv.jit.centroid] gets confused (maybe because of the large amount of white pixels?..)

balintlaczko commented 4 years ago

Fixed!