revid/revid.go: Full stops at the end of comments.

This commit is contained in:
Scott 2020-01-02 13:38:31 +10:30
parent cf51d07532
commit 90f448170f
1 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ AUTHORS
Trek Hopton <trek@ausocean.org>
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