DetectionROILocations Property
|
set of requrested locations to be evaluated
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Point[] Locations { get; set; }
Public Property Locations As Point()
Get
Set
public:
property array<Point>^ Locations {
array<Point>^ get ();
void set (array<Point>^ value);
}
member Locations : Point[] with get, set
function get_Locations();
function set_Locations(value);
Property Value
Type:
Point
See Also