SfM-Toy-Library icon indicating copy to clipboard operation
SfM-Toy-Library copied to clipboard

An error about running exe

Open Bing1002 opened this issue 9 years ago • 4 comments

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 !

Bing1002 avatar Jan 05 '16 08:01 Bing1002

Any update regarding the same @tmac1002? I got the same error

zshn25 avatar Mar 07 '16 09:03 zshn25

Sorry, I also have this error and yet don't tackle. @zshn25 .Do you tackle it?

Bing1002 avatar Mar 15 '16 03:03 Bing1002

Sorry @tmac1002, even I am looking for help

zshn25 avatar Mar 15 '16 06:03 zshn25

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.

Bing1002 avatar Apr 20 '16 05:04 Bing1002