mirror of https://bitbucket.org/ausocean/av.git
67e03d0f5c
Prior to this change, CV was included by default, however, this doesn't seem appropriate given that this functionality is rarely used. For that reason, the meaning of the nocv tag has been inverted i.e. it is now called withcv, and it the tag must be included to build CV components. |
||
---|---|---|
.. | ||
README.md | ||
basic.go | ||
debug.go | ||
diff.go | ||
filter.go | ||
filter_test.go | ||
filters_circleci.go | ||
knn.go | ||
mog.go | ||
motion.go | ||
release.go | ||
tests.go | ||
vfps.go |
README.md
Readme
Package filter contains media filtering functionality. A "Filter" interface is provided, along with implementations of this interface for primarily motion detection models such as KNN and MOG. This package depends on gocv.io/x/gocv.
Contributing
See here under "Contributing" for information on how to contribute.
License
See here under "License" for licensing.