mirror of https://bitbucket.org/ausocean/av.git
don't need circleci build tag because gocv is not used
This commit is contained in:
parent
36d9e0f958
commit
ca0b146419
|
@ -1,5 +1,3 @@
|
||||||
// +build !circleci
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
A filter that detects motion and discards frames without motion. The
|
A filter that detects motion and discards frames without motion. The
|
||||||
|
|
|
@ -45,7 +45,3 @@ func NewKNNFilter(dst io.WriteCloser, area, threshold float64, history, kernelSi
|
||||||
func NewDifference(dst io.WriteCloser, debug bool, threshold float64) *NoOp {
|
func NewDifference(dst io.WriteCloser, debug bool, threshold float64) *NoOp {
|
||||||
return &NoOp{dst: dst}
|
return &NoOp{dst: dst}
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewBasicFilter(dst io.WriteCloser, debug bool) *Basic {
|
|
||||||
return &NoOp{dst: dst}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue