Click or drag to resize
Accord.NET (logo)

SpeededUpRobustFeaturesDescriptorInvariant Property

Gets or sets a value indicating whether the features described by this SpeededUpRobustFeaturesDescriptor should be invariant to rotation. Default is true.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public bool Invariant { get; set; }
Request Example View Source

Property Value

Type: Boolean
true for rotation invariant features; false otherwise.
See Also