From 90f448170fbe511ebd32a127840d292519bb79a7 Mon Sep 17 00:00:00 2001 From: Scott Date: Thu, 2 Jan 2020 13:38:31 +1030 Subject: [PATCH] revid/revid.go: Full stops at the end of comments. --- revid/revid.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/revid/revid.go b/revid/revid.go index 8f462f99..cdbc1cc5 100644 --- a/revid/revid.go +++ b/revid/revid.go @@ -9,7 +9,7 @@ AUTHORS Trek Hopton LICENSE - revid is Copyright (C) 2017-2018 the Australian Ocean Lab (AusOcean) + revid is Copyright (C) 2017-2020 the Australian Ocean Lab (AusOcean) It is free software: you can redistribute it and/or modify them under the terms of the GNU General Public License as published by the @@ -76,13 +76,13 @@ const ( rtmpConnectionTimeout = 10 ) -// Motion filter parameters +// Motion filter parameters. const ( showWindows = true minFPS = 1.0 ) -// KNN specific parameters +// KNN specific parameters. const ( knnMinArea = 25.0 knnThreshold = 300 @@ -90,7 +90,7 @@ const ( knnKernel = 9 ) -// MOG specific parameters +// MOG specific parameters. const ( mogMinArea = 25.0 mogThreshold = 20.0