UNPKG

@erceth/pedestrian-detection

Version:
33 lines (32 loc) 779 B
{ "name": "@erceth/pedestrian-detection", "version": "1.2.0", "description": "pedestrian detection using node.js", "main": "pedestrian-detect.js", "scripts": { "test": "node test1.js", "test2": "node test2.js" }, "keywords": [ "pedestrian detection", "openCV", "opencv4nodejs" ], "author": "Eric Ethington", "license": "ISC", "dependencies": { "@erceth/non-maximum-suppression": "^1.0.1", "opencv4nodejs": "^5.5.0" }, "opencv4nodejs": { "autoBuildFlags": "-DBUILD_LIST=core,highgui,imgcodecs,objdetect,video,videoio", "autoBuildOpencvVersion": "4.3.0" }, "devDependencies": { "request": "^2.88.2" }, "repository": { "type": "git", "url": "https://github.com/erceth/pedestrian-detection.git" } }