openMVG
openMVG copied to clipboard
fix an error in colorHarmonize about eigen
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
I think this error is happening only on 32 bits system.. Can you confirm?