cordova-plugin-facedetection-lite
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "cordova-plugin-facedetection-lite", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "A face detection offline with a few lines of code. Was designed to run on old smartphones.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -12,4 +12,8 @@ # Cordova Plugin Face Detection - LITE | ||
PS: For older smartphones, it is ideal that each frame analyzed has a maximum height and width of 60 pixels and the processing loop runs every 100 milliseconds or more. In the sample project this was implemented. | ||
# Installation | ||
TODO | ||
``` | ||
cordova plugins add cordova-plugin-facedetection-lite | ||
``` | ||
@@ -26,7 +30,7 @@ # Methods | ||
<h3>iOS</h3> | ||
<img src="https://github.com/luisdemarchi/example-cordova-facedetection/raw/7bb36c3463826f0237705dac6a4c71f2a50f1fd6/images/demo-ios.gif" height="300"> | ||
<img src="https://github.com/luisdemarchi/cordova-plugin-facedetection-lite/raw/a3dd61fa8f7de022b165accaa12d788758698ba3/images/demo-ios.gif" height="300"> | ||
</td> | ||
<td> | ||
<h3>Browser</h3> | ||
<img src="https://github.com/luisdemarchi/example-cordova-facedetection/raw/7bb36c3463826f0237705dac6a4c71f2a50f1fd6/images/demo-browser.gif" height="300"> | ||
<img src="https://github.com/luisdemarchi/cordova-plugin-facedetection-lite/raw/a3dd61fa8f7de022b165accaa12d788758698ba3/images/demo-browser.gif" height="300"> | ||
</td> | ||
@@ -36,6 +40,9 @@ </tr> | ||
# Recompiling libraries | ||
# Development | ||
If you intend to do some improvement in the project, follow some instructions, such as compiling library in the C language. | ||
## Recompiling libraries | ||
If you modify the C source files, be sure to re-build the compiled libraries. | ||
## Android | ||
#### Android | ||
@@ -55,3 +62,3 @@ You can re-build the `libpicornt.so` binaries using the ndk-build script. | ||
## iOS | ||
#### iOS | ||
If you modify the C source code in `common/picornt/` you'll need to rebuild the static library and headers in `src/ios/libs`. | ||
@@ -58,0 +65,0 @@ |
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
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
1828575
36
71