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

feat: Add warp affine transform #11

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

thomas-coldwell
Copy link
Contributor

Hi @lukaszkurantdev 👋 just another small PR from me to add the cv::warpAffine transform + an example of this in action. This comes in pretty handy for applying transforms to the image before passing it into an ML model e.g. YOLOv8 requires a centered resize of the image preserving aspect ratio and with this addition you can apply any transform nicely :)

Hope you have a good week!

@thomas-coldwell thomas-coldwell marked this pull request as draft September 27, 2024 09:29
@thomas-coldwell
Copy link
Contributor Author

Converted to draft as I need to fix one issue I can see with the convertTo change I made here

@lukaszkurantdev
Copy link
Owner

Hi @thomas-coldwell, thanks for your effort! What exactly is the problem? I will try to help.

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