Cleaned up branch

This commit is contained in:
Scott 2019-12-19 14:25:31 +10:30
parent 9c7de50b9d
commit 7e62e17a83
1 changed files with 0 additions and 6 deletions

View File

@ -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