mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
477 B
19 lines
477 B
5 years ago
|
{
|
||
|
"name": "opencv_js_perf",
|
||
|
"description": "Perfermance tests for opencv js bindings",
|
||
|
"version": "1.0.0",
|
||
|
"dependencies" : {
|
||
|
"benchmark" : "latest"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/opencv/opencv.git"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/opencv/opencv/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/opencv/opencv"
|
||
|
}
|