perspective-transform icon indicating copy to clipboard operation
perspective-transform copied to clipboard

Doesn't work - alternative suggestion

Open stevage opened this issue 2 years ago • 0 comments

I could not get this to give correct results.

Instead, this library worked well for me: https://www.npmjs.com/package/simple-homography

Note there's a mistake in the README, it should be:

let B = math.multiply(homography, A).toArray()

stevage avatar Aug 01 '23 11:08 stevage