Intersection points, returned as an M-by-4 matrix. The function
returns the matrix in the format of [x1,
y1,
x2,
y2]. In this matrix,
[x1y1] and
[x2y2] are the two intersection points. When a
line in the image and the image border do not intersect, the function returns
[-1,-1,-1,-1].
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.