- findHomography(srcPoints, dstPoints, method?, ransacReprojThreshold?, maxIters?, confidence?): FindHomographyRet
Parameters
srcPoints: Point2[]
dstPoints: Point2[]
Optional method: number
Optional ransacReprojThreshold: number
Optional maxIters: number
Optional confidence: number