-
Notifications
You must be signed in to change notification settings - Fork 36
Integrate Perspective Transform module in ApraPipes #397
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
base: main
Are you sure you want to change the base?
Conversation
Test Results Linux 1 files ± 0 1 suites ±0 10m 17s ⏱️ -1s For more details on these failures, see this check. Results for commit 2203627. ± Comparison against base commit d59bf55. This pull request removes 1 and adds 11 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Test Results Win-nocuda 1 files ± 0 1 suites ±0 10m 34s ⏱️ +4s Results for commit 2203627. ± Comparison against base commit d59bf55. This pull request removes 1 and adds 11 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
| std::cout << "Transformation Matrix" << std::endl; | ||
| std::cout << mDetail->transformMatrix << std::endl; | ||
|
|
||
| cv::warpPerspective(mDetail->iImg, mDetail->oImg, mDetail->transformMatrix, mDetail->oImg.size()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just create a wrapper in mDetail instead of making things public
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Fixes ##396
Description
Alternative(s) considered
Have you considered any alternatives? And if so, why have you chosen the approach in this PR?
Type
Type Choose one: (Feature)
Screenshots (if applicable)
Checklist