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

Unable to resolve simple rigid translations #20

Open
wiersmalab opened this issue Mar 2, 2020 · 0 comments
Open

Unable to resolve simple rigid translations #20

wiersmalab opened this issue Mar 2, 2020 · 0 comments

Comments

@wiersmalab
Copy link

I notice that if I translate IX by:

rows,cols = IX.shape[:-1]
M = np.float32([[1,0,100],[0,1,50]])
IY = cv2.warpAffine(IX,M,(cols,rows))

the registered image output is highly warped. One would think that it would detect a simple rigid body translation in this case...? Is there a way to force only rigid transformations?

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

No branches or pull requests

1 participant