Click or drag to resize
Accord.NET (logo)

MotionAreaHighlighting Constructor (Color)

Initializes a new instance of the MotionAreaHighlighting class.

Namespace:  Accord.Vision.Motion
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public MotionAreaHighlighting(
	Color highlightColor
)
Request Example View Source

Parameters

highlightColor
Type: System.DrawingColor
Color used to highlight motion regions.
See Also