Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

multiply two points and matrix

I want to multiply two points and matrix.I have trainPoints which is trained before the program.And I have testPoints which is occured while program is processing.And also I have homography which is Mat object (calculated with findHomography method).I want to check is it true?I want to calculate homography error.How can i multiply two points and homography?