You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using AForge to detect rectangles on image and the method shapeChecker.IsQuadrilateral throws System.ArgumentOutOfRangeException.
I tracked the execution and it looks like the exception happens in method FindQuadrilateralCorners of class PointsCloud.
Specifically at this part of the code:
I am using AForge to detect rectangles on image and the method shapeChecker.IsQuadrilateral throws System.ArgumentOutOfRangeException.
I tracked the execution and it looks like the exception happens in method FindQuadrilateralCorners of class PointsCloud.
Specifically at this part of the code:
where it looks like the corners array has only two elements.
As in photo:
The text was updated successfully, but these errors were encountered: