www.emgu.com/wiki
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.

Declaration Syntax

Parameters
- imgSize (MCvSize)
- Size of the image
- pt1 (
MCvPoint
%)
- First ending point of the line segment. It is modified by the function
- pt2 (
MCvPoint
%)
- Second ending point of the line segment. It is modified by the function.

Return Value
It returns 0 if the line segment is completely outside the image and 1 otherwise.
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)