Click or drag to resize
Accord.NET (logo)

HaarRectangleParse Method

Converts from a string representation.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
public static HaarRectangle Parse(
	string s
)
Request Example View Source

Parameters

s
Type: SystemString

Return Value

Type: HaarRectangle
See Also