jeelizFaceFilter | WebGL lightweight face | Computer Vision library
kandi X-RAY | jeelizFaceFilter Summary
kandi X-RAY | jeelizFaceFilter Summary
jeelizFaceFilter is a JavaScript library typically used in Artificial Intelligence, Computer Vision, Three.js, WebGL applications. jeelizFaceFilter has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can install using 'npm i facefilter' or download it from GitHub, npm.
This JavaScript library detects and tracks the face in real time from the webcam video feed captured with WebRTC. Then it is possible to overlay 3D content for augmented reality applications. We provide various demonstrations using main WebGL 3D engines. We have included in this repository the release versions of the 3D engines to work with a determined version (they are in /libs//).
This JavaScript library detects and tracks the face in real time from the webcam video feed captured with WebRTC. Then it is possible to overlay 3D content for augmented reality applications. We provide various demonstrations using main WebGL 3D engines. We have included in this repository the release versions of the 3D engines to work with a determined version (they are in /libs//).
Support
Quality
Security
License
Reuse
Support
jeelizFaceFilter has a medium active ecosystem.
It has 2410 star(s) with 515 fork(s). There are 89 watchers for this library.
It had no major release in the last 12 months.
There are 0 open issues and 230 have been closed. On average issues are closed in 42 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of jeelizFaceFilter is 3.0
Quality
jeelizFaceFilter has no bugs reported.
Security
jeelizFaceFilter has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
jeelizFaceFilter is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
jeelizFaceFilter releases are available to install and integrate.
Deployable package is available in npm.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed jeelizFaceFilter and discovered the below as its top functions. This is intended to give you an instant insight into jeelizFaceFilter implemented functionality, and help decide if they suit your requirements.
- Initialize WebGL Renderer .
- Constructs a WebGL instance .
- Creates a new WebGL state .
- Creates a WebGL context
- Shows the shadow map .
- Manages the camera rendering context .
- set program state
- Manages the WebVR scene .
- Initialize a new Scene .
- Initialize WebGL renderer .
Get all kandi verified functions for this library.
jeelizFaceFilter Key Features
No Key Features are available at this moment for jeelizFaceFilter.
jeelizFaceFilter Examples and Code Snippets
No Code Snippets are available at this moment for jeelizFaceFilter.
Community Discussions
Trending Discussions on jeelizFaceFilter
QUESTION
Call different javascript files based on radio-button values
Asked 2020-Aug-22 at 15:23
First I would like to select among radio buttons, and then based on the selected button I would like to call a series of different javascript files (see demo.js and demo1.js is the difference). Here is my code, but it doesn't work:
...ANSWER
Answered 2020-Aug-22 at 14:54The below example will display an input field when clicking yes
.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jeelizFaceFilter
On your HTML page, you first need to include the main script between the tags <head> and </head>:. Then you should include a <canvas> HTML element in the DOM, between the tags <body> and </body>. The width and height properties of the <canvas> element should be set. They define the resolution of the canvas and the final rendering will be computed using this resolution. Be careful to not enlarge too much the canvas size using its CSS properties without increasing its resolution, otherwise it may look blurry or pixelated. We advise to fix the resolution to the actual canvas size. Do not forget to call JEELIZFACEFILTER.resize() if you resize the canvas after the initialization step. We strongly encourage you to use our helper /helpers/JeelizResizer.js to set the width and height of the canvas (see Optimization/Canvas and video resolutions section).
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page