Skip to content

Version v2.2.2 - Minor update

Compare
Choose a tag to compare
@LdDl LdDl released this 20 Apr 11:42
· 15 commits to master since this release

What's new:

Just change blob.Center information for Kalman blobie - d30f216

old:

b.Track = append(b.Track, newbCast.Center)

new:

b.Track = append(b.Track, b.Center)

This change is needed due the DrawTrack() and PredictNextPosition() functions since thouse functions uses not only rectangle, but centroids too.