av/filter/README.md

16 lines
496 B
Markdown
Raw Normal View History

2022-05-31 08:17:06 +03:00
# 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](https://bitbucket.org/ausocean/av/src/master/README.md) under "Contributing"
for information on how to contribute.
# License
See [here](https://bitbucket.org/ausocean/av/src/master/README.md) under "License"
for licensing.