http://www.emgu.com
Set the plot size
Namespace:
Emgu.CV.Plot
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void SetPlotSize(
int width,
int height
)
Public Sub SetPlotSize (
width As Integer,
height As Integer
)
public:
void SetPlotSize(
int width,
int height
)
member SetPlotSize :
width : int *
height : int -> unit
Parameters
- width
- Type: SystemInt32
The width - height
- Type: SystemInt32
The height
See Also