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

fix: correct signature for FindHomography #1254

Merged
merged 2 commits into from
Nov 25, 2024
Merged

Conversation

deadprogram
Copy link
Member

This PR is to correct the function signature for FindHomography(), since the dst param is actually the target format for the operation, not something changed by the operation. As such, there is no need to pass it as a pointer.

@deadprogram deadprogram force-pushed the find-homography-correction branch from a3c79b7 to c9ff49e Compare November 24, 2024 15:00
…et format for the operation, not something changed by the operation

Signed-off-by: deadprogram <[email protected]>
@deadprogram deadprogram force-pushed the find-homography-correction branch 4 times, most recently from f418ab1 to 8b3e1bc Compare November 24, 2024 16:10
@deadprogram deadprogram force-pushed the find-homography-correction branch from 8b3e1bc to dcda1ca Compare November 24, 2024 16:20
@diegohce diegohce merged commit a7e6b7e into dev Nov 25, 2024
3 checks passed
@diegohce diegohce deleted the find-homography-correction branch November 25, 2024 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants