1 | initial version |
i see a problem with:
homogeneousVector1.at<double>(j,k);
and
coord4DInCurrentFrame1.at<double>(i,k);
both have just one column, if you iterate over k here[0-4], you're overflowing,
wellcome to undefined behaviour !