mirror of https://bitbucket.org/ausocean/av.git
circleci build tag fix
This commit is contained in:
parent
5c68510209
commit
36d9e0f958
|
@ -45,3 +45,7 @@ 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