Fits this line to the specified size (for drawing)
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- width
- Type: SystemInt32
 Width of fit size
- height
- Type: SystemInt32
 Height of fit size
- pt1
- Type: OpenCvSharpCvPoint
 1st edge point of fitted line
- pt2
- Type: OpenCvSharpCvPoint
 2nd edge point of fitted line
See Also