We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6169a73 commit a4a708cCopy full SHA for a4a708c
v2/blob/blob.go
@@ -4,11 +4,12 @@ import (
4
"image"
5
6
uuid "github.com/satori/go.uuid"
7
+ "gocv.io/x/gocv"
8
)
9
10
type Blobie interface {
11
GetCenter() image.Point
- GetCurrentRect() image.Rectange
12
+ GetCurrentRect() image.Rectangle
13
GetPredictedNextPosition() image.Point
14
GetDiagonal() float64
15
GetClassID() int
v2/blob/kalman_blob.go
@@ -11,6 +11,7 @@ import (
"gonum.org/v1/gonum/mat"
16
17
// KalmanBlobie Blob implementation based on Kalman filter.
0 commit comments