opencv4nodejs
Advanced tools
Comparing version 2.22.1 to 2.22.2
{ | ||
"name": "opencv4nodejs", | ||
"version": "2.22.1", | ||
"version": "2.22.2", | ||
"description": "Asynchronous OpenCV 3.x API for node.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -10,3 +10,3 @@ opencv4nodejs | ||
**The ultimate goal of this project is to provide a collection of Node.js bindings, which supports the entire OpenCV and OpenCV-contrib API. An overview of available bindings can be found in the [API Documentation](https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/README.md). The implementation of missing bindings can be specifically prioritized by [requesting new features](#request-features). Furthermore, contribution is highly appreciated. If you want to get involved you can have a look at the <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/CONTRIBUTING.md"><b>contribution guide</b>.** | ||
**The ultimate goal of this project is to provide a collection of Node.js bindings, which supports the entire OpenCV and OpenCV-contrib API. An overview of available bindings can be found in the [API Documentation](https://justadudewhohacks.github.io/opencv4nodejs/docs/). The implementation of missing bindings can be specifically prioritized by [requesting new features](#request-features). Furthermore, contribution is highly appreciated. If you want to get involved you can have a look at the <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/CONTRIBUTING.md"><b>contribution guide</b>.** | ||
@@ -397,19 +397,19 @@ * **[Examples](#examples)** | ||
### <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/README.md"><b>API doc overview</b></a> | ||
### <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>API doc overview</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/dnn/"><b>deepneuralnetworks</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/"><b>features2d</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/xfeatures2d/"><b>xfeatures2d</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/tracking/"><b>tracking</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/text/"><b>text</b></a> | ||
* <a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/face/"><b>face</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>core</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>io</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>imgproc</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>ximgproc</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>objdetect</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>machinelearning</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>deepneuralnetworks</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>video</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>calib3d</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>photo</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>features2d</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>xfeatures2d</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>tracking</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>text</b></a> | ||
* <a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>face</b></a> | ||
@@ -420,4 +420,4 @@ <a name="request-features"></a> | ||
Are you missing some functions from OpenCV (<a href="https://github.com/justadudewhohacks/opencv4nodejs/tree/master/doc/README.md"><b>overview</b></a> of available bindings) or have an idea for utility in regards to the OpenCV API, which you would like to be added to this package? No problem! Open a new <a href="https://github.com/justadudewhohacks/opencv4nodejs/issues"><b>issue</b></a> with a listing of the desired function bindings or features and you will find them in this package soon. | ||
Are you missing some functions from OpenCV (<a href="https://justadudewhohacks.github.io/opencv4nodejs/docs/"><b>overview</b></a> of available bindings) or have an idea for utility in regards to the OpenCV API, which you would like to be added to this package? No problem! Open a new <a href="https://github.com/justadudewhohacks/opencv4nodejs/issues"><b>issue</b></a> with a listing of the desired function bindings or features and you will find them in this package soon. | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10228427