http://www.emgu.com
Render the plot to the resulting Mat
Namespace:
Emgu.CV.Plot
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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