current version i.e 3.1). I need to use the HomographyMatrix in order to mark the detected object.
But I am not able to find viable alternative for: homographyMatrix.ProjectPoints method. homographyMatrix here is of type Mat() that doesn't contain "ProjectPoints" method. Any ideas on how that can be fixed.?
Thanks in advance ^_^
Fixed, the following function did the same work as homographyMatrix.ProjectPoints(): polygonPoints = CvInvoke.PerspectiveTransform(polygonPoints, homoMatrix);
Обсуждают сегодня