http://www.emgu.com
Render the plot to the resulting Mat
Namespace:
Emgu.CV.Plot
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void Render(
IOutputArray result
)
Public Sub Render (
result As IOutputArray
)
public:
void Render(
IOutputArray^ result
)
member Render :
result : IOutputArray -> unit
Parameters
- result
- Type: Emgu.CVIOutputArray
The output plot
See Also