openMVG icon indicating copy to clipboard operation
openMVG copied to clipboard

fix an error in colorHarmonize about eigen

Open yanqswhu opened this issue 6 years ago • 1 comments

Error

openMVG_main_ColHarmonize: /home/yan/Desktop/openMVG_Color/openMVG/src/third_party/eigen/Eigen/src/Core/DenseStorage.h:128: Eigen::internal::plain_array<T, Size, MatrixOrArrayOptions, 32>::plain_array() [with T = double; int Size = 256; int MatrixOrArrayOptions = 0]: Assertion `(internal::UIntPtr(eigen_unaligned_array_assert_workaround_gcc47(array)) & (31)) == 0 && "this assertion is explained here: " "http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html" " **** READ THIS WEB PAGE !!! ****"' failed. Aborted (core dumped)

Reference

http://eigen.tuxfamily.org/dox-devel/group__TopicStlContainers.html

yanqswhu avatar Apr 11 '18 11:04 yanqswhu

I think this error is happening only on 32 bits system.. Can you confirm?

pmoulon avatar Apr 13 '19 05:04 pmoulon