av/filter
Saxon Nelson-Milton 5eb5992f15 using latest version of utils and using latest logging package 2022-05-27 15:42:58 +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 ci,filter: simplify, generalise and document build constraints 2021-05-17 10:51:50 +09:30
diff.go ci,filter: simplify, generalise and document build constraints 2021-05-17 10:51:50 +09: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 ci,filter: simplify, generalise and document build constraints 2021-05-17 10:51:50 +09:30
knn.go Fixed range issues with gocv 2022-02-01 16:36:43 +10:30
mog.go Fixed range issues with gocv 2022-02-01 16:36:43 +10:30
motion.go ci,filter: simplify, generalise and document build constraints 2021-05-17 10:51:50 +09:30
release.go ci,filter: simplify, generalise and document build constraints 2021-05-17 10:51:50 +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.