Plate corners should be in the form:
top left, top right, bottom right, bottom left
Sometimes (especially plates w/ high angles) the order is not correct. A simple way to resolve this would be to sort the points by x coordinate, then sort the left 2 by y, and the right 2 by y.
Plate corners should be in the form:
top left, top right, bottom right, bottom left
Sometimes (especially plates w/ high angles) the order is not correct. A simple way to resolve this would be to sort the points by x coordinate, then sort the left 2 by y, and the right 2 by y.