-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[photon-core] [2024] Cleanup and document coordinate system conversion #894
[photon-core] [2024] Cleanup and document coordinate system conversion #894
Conversation
Go ahead and bump wpilib in build.gradle here if you want |
Is this supposed to use min area rect for the corner detection algo? photonvision/photon-core/src/main/java/org/photonvision/vision/pipe/impl/CornerDetectionPipe.java Lines 69 to 72 in 0244feb
|
I think so? That whole algorithm seems a bit sus to me though. I feel like we should have a better way of handling that in our landscape vs portrait target code |
Yeah, it is. Just checked what it does again. It finds the 4 approx-poly-dp vertices closest to the min-area-rect corners. See |
anything this is still waiting on besides a review |
wpilib version 2024 |
Awaiting wpilibsuite/allwpilib#5532 to be mergedand PV updated to wpilib 2024.Cleans up and documents confusing coordinate system conversions from AprilTag -> OpenCV -> WPILib.