Skip to content

Commit a4a708c

Browse files
committed
minor
1 parent 6169a73 commit a4a708c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

v2/blob/blob.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ import (
44
"image"
55

66
uuid "github.com/satori/go.uuid"
7+
"gocv.io/x/gocv"
78
)
89

910
type Blobie interface {
1011
GetCenter() image.Point
11-
GetCurrentRect() image.Rectange
12+
GetCurrentRect() image.Rectangle
1213
GetPredictedNextPosition() image.Point
1314
GetDiagonal() float64
1415
GetClassID() int

v2/blob/kalman_blob.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
"gonum.org/v1/gonum/mat"
1212

1313
uuid "github.com/satori/go.uuid"
14+
"gocv.io/x/gocv"
1415
)
1516

1617
// KalmanBlobie Blob implementation based on Kalman filter.

0 commit comments

Comments
 (0)