THSS Mathematics
drawMatches(image01, keyPoint1, image02, keyPoint2, matchePoints, imageOutput); namedWindow("Mathch Points", 0); imshow("Mathch Points", imageOutput); waitKey(); return 0; } 3-