Get the data in this histogram
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
| C# |
|---|
public float[] Data { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Data As Single() |
| Visual C++ |
|---|
public:
property array<float>^ Data {
array<float>^ get ();
} |
See Also