From f06d9641c80ae08b1eca3bc3e6e51a9b72e5c7e4 Mon Sep 17 00:00:00 2001 From: Ella Pietraroia Date: Tue, 31 Dec 2019 15:40:47 +1030 Subject: [PATCH] moving build !circleci --- filter/knn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/knn.go b/filter/knn.go index cc65d1de..4ce51d9e 100644 --- a/filter/knn.go +++ b/filter/knn.go @@ -1,6 +1,6 @@ -/* // +build !circleci +/* DESCRIPTION A filter that detects motion and discards frames without motion. The filter uses a K-Nearest Neighbours (KNN) to determine what is