You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hava compile it successfully on vs2010. But when I run it I have a error. The error information is followed.
Assertion failed: (reinterpret_cast<size_t>(array) & 0xf) == 0 && "this assertion is explained here: " .....
file k:\eigen\eigen\src/Core/DenseStorage.h, line 86
Could you help me answer it? I will appreciate it !
The text was updated successfully, but these errors were encountered:
Hi I found that you assume the coordinate of principal point is half the image size(width/2, height/2) in your code. I am so confused about it. I mean if we assume that the principal is at the center of the image, the coordinate of principal should be zero both. I don't know why you set so.
I hava compile it successfully on vs2010. But when I run it I have a error. The error information is followed.
Assertion failed: (reinterpret_cast<size_t>(array) & 0xf) == 0 && "this assertion is explained here: " .....
file k:\eigen\eigen\src/Core/DenseStorage.h, line 86
Could you help me answer it? I will appreciate it !
The text was updated successfully, but these errors were encountered: