|
CustomFrameDifferenceDetector Constructor (Boolean, Boolean)
|
Namespace:
Accord.Vision.Motion
Assembly:
Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax public CustomFrameDifferenceDetector(
bool suppressNoise,
bool keepObjectEdges
)
Public Sub New (
suppressNoise As Boolean,
keepObjectEdges As Boolean
)
Request Example
View SourceParameters
- suppressNoise
- Type: SystemBoolean
Suppress noise in video frames or not (see SuppressNoise property). - keepObjectEdges
- Type: SystemBoolean
Restore objects edges after noise suppression or not (see KeepObjectsEdges property).
See Also