Ella Pietraroia
8c32265ae3
error message for decoding image
2019-12-31 15:29:58 +10:30
Ella Pietraroia
40b5374856
fixing circleci build problem with knn filter
2019-12-31 15:22:57 +10:30
Ella Pietraroia
6d45572a82
Documentation comments
2019-12-31 15:21:34 +10:30
Ella Pietraroia
0da2d3182a
adding knn.go file
2019-12-31 15:21:34 +10:30
Scott Barnard
a62c25af41
Merged in circleci-gocv (pull request #317 )
...
Circle-CI doesn't like to build because of gocv
Approved-by: Alan Noble <anoble@gmail.com>
Approved-by: Saxon Milton <saxon.milton@gmail.com>
2019-12-31 04:15:52 +00:00
Scott
e0760f0096
Circle-CV ignores gocv/OpenCV for testing.
2019-12-31 13:37:23 +10:30
Scott
62af00ff4f
PR changes #1
2019-12-31 10:54:13 +10:30
Scott
5286ded51f
Small fixes and simplifications
2019-12-27 13:51:50 +10:30
Scott
9876b0cd35
Created motion filter that has a minimum frame rate.
2019-12-24 14:08:42 +10:30
Ella Pietraroia
6d5acb8941
Documentation comments
2019-12-23 11:59:17 +10:30
Ella Pietraroia
d4bfa08288
Documentation comments
2019-12-23 11:29:25 +10:30
Scott
7364174858
Filters shall close when revid stops.
...
The Stop method for revid calls the filter's Close method to free filter resources.
2019-12-20 15:37:49 +10:30
Ella Pietraroia
c4d809be27
Filter interface take 2
...
This branch was made because we were having problems with rebasing the original filter-interface branch. Filter-interface was used to make interface for filters and adding into pipeline made a new file (filter.go) that conatins package Filter. This package has the filter interface, with one filter, NoOp. More filters can be added. The filtering stage was placed inbetween lexing and encoding by changing the LexTo function to have the filter as it's destination and making the destination of the filter to be r.encoders
2019-12-20 10:42:51 +10:30
Scott
f628c4243e
Bugfix
2019-12-19 16:51:49 +10:30
Scott
8086cac802
PR fixes
2019-12-19 15:13:53 +10:30
Scott
669e72e86d
PR fixes
2019-12-19 15:06:32 +10:30
Scott
9fce612585
Fixed copyright
2019-12-19 14:27:43 +10:30
Scott
7e62e17a83
Cleaned up branch
2019-12-19 14:25:31 +10:30
Scott
9c7de50b9d
Created a motion detection filter to be used with the filter interface
2019-12-19 13:32:52 +10:30