Click or drag to resize
Accord.NET (logo)

HaarCascadeStageTrees Property

Gets or sets the feature trees and its respective feature tree nodes which compose this stage.

Namespace:  Accord.Vision.Detection
Assembly:  Accord.Vision (in Accord.Vision.dll) Version: 3.8.0
Syntax
[XmlArrayAttribute("trees")]
[XmlArrayItemAttribute("_")]
[XmlArrayItemAttribute("_", NestingLevel = 1)]
public HaarFeatureNode[][] Trees { get; set; }
Request Example View Source

Property Value

Type: HaarFeatureNode
See Also