Skip to content
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

Exposing a method to recalculate homography with given corners #7630

Open
GGreenix opened this issue Jan 3, 2025 · 0 comments
Open

Exposing a method to recalculate homography with given corners #7630

GGreenix opened this issue Jan 3, 2025 · 0 comments
Labels
type: feature Brand new functionality, features, pages, workflows, endpoints, etc.

Comments

@GGreenix
Copy link

GGreenix commented Jan 3, 2025

When giving the apriltag detector a cropped image the homography needs to be recalculated

An interface through the JNI that interacts with the C code and uses the methods there to recalculate the homography.

My alternative was to make a ROI directly for the detector but it seems to not be welcomed.

I need a method that when given a set of points will output a new homography calculated for the offseted points.

@GGreenix GGreenix added the type: feature Brand new functionality, features, pages, workflows, endpoints, etc. label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature Brand new functionality, features, pages, workflows, endpoints, etc.
Projects
None yet
Development

No branches or pull requests

1 participant