open_vins icon indicating copy to clipboard operation
open_vins copied to clipboard

fix display problem if the track length of feature is very long

Open CanCanZeng opened this issue 1 year ago • 1 comments

This color of trajectory of a feature with too long track length on the display image will be white current now. This problem is caused by the property of integer division, so I multiplied the first by 1.0 to turn the result into a float number, avoiding this problem.

CanCanZeng avatar Aug 03 '22 09:08 CanCanZeng

The current problem shown in the image below, some of the trajectory of feature are all white. Screenshot from 2022-08-03 17-59-29

CanCanZeng avatar Aug 03 '22 10:08 CanCanZeng