-
Notifications
You must be signed in to change notification settings - Fork 267
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
Question about Affine matrix structure #15
Comments
Hey I have the same question with you. How to make the affine matrix computed from OpenCV work? Did you solve it? Thanks! @ @Justdjent |
I solved it. Sorry to bother you. |
@Pay20Y could you share your solution? |
@Pay20Y Your answer is totally out of line with the requirements.You should see what people ask. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kevinzakka
First of all, thank you for detailed explanation and implementation. But I have a question about theta matrix.
I want to use spatial transformer network to estimate affine transformation from 1 image to another and then use those Affine matrix with OpenCV function cv2.warpAffine().
I understood that translation is normalized between (-1,1), but how to deal with scale and rotation parameters?
I created a function to convert the matrix to appropriate format, but it don't work:
The text was updated successfully, but these errors were encountered: