Click or drag to resize
Accord.NET (logo)

HaarFeatureNodeFeature Property

Gets the feature associated with this node.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
[XmlElementAttribute("feature", IsNullable = false)]
public HaarFeature Feature { get; set; }
Request Example View Source

Property Value

Type: HaarFeature
See Also