opencv4nodejs
Advanced tools
Comparing version 2.0.0 to 2.0.1
const path = require('path'); | ||
const binding = require('../build/Release/opencv4nodejs'); | ||
let binding; | ||
if (process.env.BINDINGS_DEBUG) { | ||
binding = require('../build/Debug/opencv4nodejs'); | ||
} else { | ||
binding = require('../build/Release/opencv4nodejs'); | ||
} | ||
const { resolvePath } = require('./utils'); | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "opencv4nodejs", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Transparent OpenCV API for nodejs.", | ||
@@ -33,3 +33,4 @@ "keywords": [ | ||
"rebuild": "node-gyp rebuild", | ||
"clean": "node-gyp clean" | ||
"clean": "node-gyp clean", | ||
"build-debug": "node-gyp rebuild --debug" | ||
}, | ||
@@ -36,0 +37,0 @@ "gypfile": true, |
opencv4nodejs | ||
============= | ||
[![Build Status](https://travis-ci.org/justadudewhohacks/opencv4nodejs.svg?branch=master)](http://travis-ci.org/justadudewhohacks/opencv4nodejs) | ||
[![Coverage](https://codecov.io/github/justadudewhohacks/opencv4nodejs/coverage.svg?branch=master)](https://codecov.io/gh/justadudewhohacks/opencv4nodejs) | ||
[![npm download](https://img.shields.io/npm/dm/opencv4nodejs.svg?style=flat)](https://www.npmjs.com/package/opencv4nodejs) | ||
@@ -16,3 +17,2 @@ [![node version](https://img.shields.io/badge/node.js-%3E=_6-green.svg?style=flat)](http://nodejs.org/download/) | ||
### <a href=""><b>API doc overview</b></a> | ||
<a name="examples"></a> | ||
@@ -296,12 +296,12 @@ | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/core/core.md"><b>core</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/io/io.md"><b>io</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/imgproc/imgproc.md"><b>imgproc</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/ximgproc/ximgproc.md"><b>ximgproc</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/objdetect/objdetect.md"><b>objdetect</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/machinelearning/machinelearning.md"><b>machinelearning</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/video/video.md"><b>video</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/core/"><b>core</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/io/"><b>io</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/imgproc/"><b>imgproc</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/ximgproc/"><b>ximgproc</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/objdetect/"><b>objdetect</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/machinelearning/"><b>machinelearning</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/video/"><b>video</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/calib3d.md"><b>calib3d</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/photo.md"><b>photo</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/features2d/features2d.md"><b>features2d</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/xfeatures2d/xfeatures2d.md"><b>xfeatures2d</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/features2d/"><b>features2d</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/xfeatures2d/"><b>xfeatures2d</b></a> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
10008466
140
5