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?