UNPKG

simple-homography

Version:

Calculates a homography matrix using exact point correspondences

30 lines (29 loc) 651 B
{ "name": "simple-homography", "version": "1.0.2", "description": "Calculates a homography matrix using exact point correspondences", "repository": { "type": "git", "url": "https://bitbucket.org/enabled/simple-homography" }, "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "test": "test" }, "scripts": { "test": "node dist/test/test.js", "prepare": "tsc" }, "keywords": [ "matrix", "homography", "correspondances" ], "author": "Dylan Sale <dylan.sale@enabled.com.au>", "license": "MIT", "dependencies": { "@types/mathjs": "^6.0.2", "mathjs": "^6.2.5" } }