Skip to content

Commit f4514c8

Browse files
committed
extend interface [v2]
1 parent 4e2a319 commit f4514c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

v2/blob/blob.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ type Blobie interface {
2424
Update(newb Blobie) error
2525
SetDraw(drawOptions *DrawOptions)
2626
DrawTrack(mat *gocv.Mat, optionalText string)
27+
IsCrossedTheLine(vertical, leftX, rightX int, direction bool) bool
28+
IsCrossedTheLineWithShift(vertical, leftX, rightX int, direction bool, shift int) bool
2729
}

0 commit comments

Comments
 (0)