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 snake red dots disappear if the image has white areas (typically in inverted colors mode) #28

Closed balintlaczko closed 4 years ago

balintlaczko commented 4 years ago

This is probably because the matrix containing the centroid snake gets simply added to the incoming image, so if a pixel is already 100% white, adding pixels to that will just be clipped. The solution could be to overwrite those pixels with the red dots, and not adding the red dots to them.

balintlaczko commented 4 years ago

Fixed!