SfM-Toy-Library
SfM-Toy-Library copied to clipboard
An error about running exe
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 !
Any update regarding the same @tmac1002? I got the same error
Sorry, I also have this error and yet don't tackle. @zshn25 .Do you tackle it?
Sorry @tmac1002, even I am looking for help
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.