Plot2d Class |
Namespace: Emgu.CV.Plot
The Plot2d type exposes the following members.
Name | Description | |
---|---|---|
![]() | Plot2d(IInputArray) |
Create 2D plot from data
|
![]() | Plot2d(IInputArray, IInputArray) |
Create 2D plot for data
|
Name | Description | |
---|---|---|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release unmanaged memory associated with this plot2d.
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | Render |
Render the plot to the resulting Mat
|
![]() | SetMaxX |
Max X
|
![]() | SetMaxY |
Max Y
|
![]() | SetMinX |
Min X
|
![]() | SetMinY |
Min Y
|
![]() | SetPlotAxisColor |
Set the axis color
|
![]() | SetPlotBackgroundColor |
Set the background color
|
![]() | SetPlotGridColor |
Set the plot grid color
|
![]() | SetPlotLineColor |
Set the line color
|
![]() | SetPlotLineWidth |
Plot line width
|
![]() | SetPlotSize |
Set the plot size
|
![]() | SetPlotTextColor |
Set the plot text color
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |