-
Notifications
You must be signed in to change notification settings - Fork 48
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
cuda.warpPerspective wrong matrix type #173
Comments
Thanks for your help! It's awesome to have enthusiastic users! :) |
:) I called So maybe some wrong casting? Well but I need to go now, I have to catch a train and drive 700km home now ;) |
Try keeping cv.cuda.warpPerspective{original:cuda(), nil, trafo} |
I too end up with the same error:
If M is in main memory, the following error occurs |
Hi, Assume again, we use |
Hopefully it is very easy, since there was a similiar, already solved issue: #132
#132
Error here:
When using cuda.warpPerspective function, there is an error raised:
You should explicitly call download method for cuda::GpuMat object
I copy the solution suggestion that seemed to work for that other issue:
@shrubb: Since you have/had no GPU to test this, it sounds probable for me, that it is the reason here as well.
Btw: CPU Version of warpPerspective is running fine.
Thanks in advance!
The text was updated successfully, but these errors were encountered: