av/filter
Trek H 0ab1e7c38f filter: change build tags to allow build withcv 2023-09-06 18:27:55 +09: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 filter: change build tags to allow build withcv 2023-09-06 18:27:55 +09: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.