mirror of https://bitbucket.org/ausocean/av.git
Cleaned up branch
This commit is contained in:
parent
9c7de50b9d
commit
7e62e17a83
|
@ -34,12 +34,6 @@ import (
|
|||
"gocv.io/x/gocv"
|
||||
)
|
||||
|
||||
// Filter is an interface shared by all filters. It is the same as an io.WriteCloser
|
||||
// interface, however more functions may be added as needed.
|
||||
type Filter interface {
|
||||
io.WriteCloser
|
||||
}
|
||||
|
||||
// MogFilter is a filter that provides basic motion detection.
|
||||
type MogFilter struct {
|
||||
dst io.WriteCloser
|
||||
|
|
Loading…
Reference in New Issue