ndarray-homography
Version:
Applies a homograph to an ndarray
40 lines (39 loc) • 909 B
JSON
{
"name": "ndarray-homography",
"version": "1.0.0",
"description": "Applies a homograph to an ndarray",
"main": "xform.js",
"directories": {
"example": "example"
},
"dependencies": {
"ndarray-warp": "^1.0.0",
"gl-matrix-invert": "^1.0.0"
},
"devDependencies": {
"baboon-image": "^1.0.0",
"luminance": "^1.0.3",
"ndarray-imshow": "^1.0.0",
"ndarray-scratch": "^1.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/ndarray-homography.git"
},
"keywords": [
"homography",
"ndarray",
"image",
"warp",
"transform"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/ndarray-homography/issues"
},
"homepage": "https://github.com/mikolalysenko/ndarray-homography"
}