Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You should declare the translate vector T as:

 const cv::Mat T = cv::Mat(3,1,CV_64F,_T);

This will prevent the assert to activate.