opencv4nodejs
Advanced tools
Comparing version 2.11.0 to 2.12.0
{ | ||
"name": "opencv4nodejs", | ||
"version": "2.11.0", | ||
"version": "2.12.0", | ||
"description": "Asynchronous OpenCV 3.x API for node.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,3 +8,3 @@ opencv4nodejs | ||
**By it's nature, JavaScript lacks the performance to implement Computer Vision tasks efficiently. Therefore this package brings the performance of the native OpenCV C++ library to your Node.js application. Bindings to OpenCV 3 are available as an asynchronous (callbacked and promisified, currently under construction) and synchronous API.** | ||
**By its nature, JavaScript lacks the performance to implement Computer Vision tasks efficiently. Therefore this package brings the performance of the native OpenCV library to your Node.js application. Supports all OpenCV 3 versions. The bindings are available as an asynchronous (via promises or callbacks) and synchronous API.** | ||
@@ -11,0 +11,0 @@ * **[Examples](#examples)** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10111817