Ask Your Question

Revision history [back]

click to hide/show revision 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 !