av/filter
Saxon Nelson-Milton 67e03d0f5c Invert tag for inclusion of CV functionality
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.
2022-11-13 08:19:12 +10:30
..
README.md ci,filter: simplify, generalise and document build constraints 2021-05-17 10:51:50 +09:30
basic.go Merged in correct-config-types (pull request #401) 2020-05-02 03:55:13 +00:00
debug.go Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
diff.go Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
filter.go no package level comments in test files 2020-04-23 12:34:11 +09:30
filter_test.go using latest version of utils and using latest logging package 2022-05-27 15:42:58 +09:30
filters_circleci.go Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
knn.go Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
mog.go Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
motion.go Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
release.go Invert tag for inclusion of CV functionality 2022-11-13 08:19:12 +10:30
tests.go Filter: benchmark: merge conflicts on tests.go file 2020-02-11 10:59:48 +10:30
vfps.go Merged in nicer-update-func (pull request #411) 2020-05-19 06:02:02 +00:00

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.