# Functions
NewBlobieDefaults - Constructor for SimpleBlobie (default values)
Default values are: maxPointsInTrack = 10
.
NewBlobiesDefaults - Constructor for Blobies (default values)
Default values are: maxNoMatch = 5 minThresholdDistance = 15 maxPointsInTrack = 10
.
NewDrawOptions Returns pointer to new DrawOptions (custom).
NewDrawOptionsDefault Returns pointer to new DrawOptions (default).
NewKalmanBlobie - Constructor for KalmanBlobie (default values).
NewSimpleBlobie - Constructor for SimpleBlobie (default values).
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Blobies - Array of blobs.
BlobOptions Options for blob.
DrawBBoxOptions Options for bounding box of blob.
DrawCentroidOptions Options for centroid of blob.
DrawOptions Options for blob.DrawTrack function.
DrawTextOptions Options for text if top left corner bounding box of blob.
KalmanBlobie Blob implementation based on Kalman filter.
SimpleBlobie Simplest blob implementation.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author