Calculates a part of the line segment which is entirely in the image. It returns 0 if the line segment is completely outside the image and 1 otherwise.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- imgSize
- Size
Size of the image
- pt1
- Point%
First ending point of the line segment. It is modified by the function
- pt2
- Point%
Second ending point of the line segment. It is modified by the function.