-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
the current one is incorrect.
RectangleDetection/app/src/main/java/io/github/iyotetsuya/rectangledetection/utils/OpenCVHelper.java
Line 164 in 823dc19
| Collections.sort(cameraPoints, (lhs, rhs) -> |
rough idea:
- use four points to get center point
- get angle values from the center point, (x,0) and each one of 4 points.
- sort those angle values.