object-detection
Version:
Detect single objects in small, background-blurred and close-focused images
46 lines (45 loc) • 1.3 kB
JSON
{
"name": "object-detection",
"version": "0.0.3",
"description": "Detect single objects in small, background-blurred and close-focused images",
"main": "objectDetection.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config ./examples/webpack.config.js --context ./examples --content-base ./examples/images"
},
"author": "rosesonfire",
"repository": {
"type": "git",
"url": "https://github.com/rosesonfire/objectDetection.git"
},
"bugs": {
"url": "https://github.com/rosesonfire/objectDetection/issues"
},
"keywords": [
"object-detection",
"close-up-image",
"close-focussed-image",
"blurred-background",
"image-processing",
"computer-vision",
"image-detection",
"object-isolation"
],
"license": "MIT",
"dependencies": {
"base64-stream": "^0.1.3",
"density-clustering": "^1.3.0",
"get-pixels": "^3.3.0",
"ndarray": "^1.0.18",
"save-pixels": "^2.3.4",
"stream-to-string": "^1.1.0"
},
"devDependencies": {
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-exclude-assets-plugin": "0.0.5",
"html-webpack-plugin": "^2.30.1",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
}
}