Skip to content

Releases: LdDl/gocv-blob

Version v1.2.1

19 Mar 16:24
Compare
Choose a tag to compare

ADDED

  1. New field TrackTime of type []time.Time
    Can be usefull for speed estimation (by wrapping library/package/software)

For more information look into correspondig commit: fa23b83

Version v1.2.0

01 Feb 09:07
Compare
Choose a tag to compare

UPDATE

  1. User defined text font for DrawTrack() function
  2. Handle case when optional text is empty string
  3. Place optional text in separated rectangle

Version v1.1.2

12 Aug 12:40
Compare
Choose a tag to compare

Version v1.1.0

12 Aug 12:26
Compare
Choose a tag to compare

Added:

  1. two fields to Blobie: classID, className (not exported) - https://github.com/LdDl/gocv-blob/blob/master/blob/blob.go#L26
  2. getters/setters for class information: https://github.com/LdDl/gocv-blob/blob/master/blob/blob.go#L85

Updated:

  1. MatchToExisting function accepts []*Blobie array now instead of []image.Rectangle

Version v1.0.1

07 Jul 10:24
Compare
Choose a tag to compare

Add go.mod
Update UUIDv4 generation

Version v1.0.0

25 Jun 13:34
Compare
Choose a tag to compare

Core is stable as possible