mirror of https://bitbucket.org/ausocean/av.git
revid/revid.go: Full stops at the end of comments.
This commit is contained in:
parent
cf51d07532
commit
90f448170f
|
@ -9,7 +9,7 @@ AUTHORS
|
||||||
Trek Hopton <trek@ausocean.org>
|
Trek Hopton <trek@ausocean.org>
|
||||||
|
|
||||||
LICENSE
|
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
|
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
|
under the terms of the GNU General Public License as published by the
|
||||||
|
@ -76,13 +76,13 @@ const (
|
||||||
rtmpConnectionTimeout = 10
|
rtmpConnectionTimeout = 10
|
||||||
)
|
)
|
||||||
|
|
||||||
// Motion filter parameters
|
// Motion filter parameters.
|
||||||
const (
|
const (
|
||||||
showWindows = true
|
showWindows = true
|
||||||
minFPS = 1.0
|
minFPS = 1.0
|
||||||
)
|
)
|
||||||
|
|
||||||
// KNN specific parameters
|
// KNN specific parameters.
|
||||||
const (
|
const (
|
||||||
knnMinArea = 25.0
|
knnMinArea = 25.0
|
||||||
knnThreshold = 300
|
knnThreshold = 300
|
||||||
|
@ -90,7 +90,7 @@ const (
|
||||||
knnKernel = 9
|
knnKernel = 9
|
||||||
)
|
)
|
||||||
|
|
||||||
// MOG specific parameters
|
// MOG specific parameters.
|
||||||
const (
|
const (
|
||||||
mogMinArea = 25.0
|
mogMinArea = 25.0
|
||||||
mogThreshold = 20.0
|
mogThreshold = 20.0
|
||||||
|
|
Loading…
Reference in New Issue