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