💥 Breaking Changes
Deprecated |
New |
setComputerVision |
ComputerVision.enable |
setComputerVisionLoadModels |
ComputerVision.modelPaths |
computerVisionClearModels |
ComputerVision.clear |
✨ New Feature
- Computer Vision Input Size of the Image.
Variable |
Type |
Default Value |
Description |
ComputerVision.inputSize |
Size |
(0, 0) |
Image Input Size to use in the loaded computer vision models. |
ComputerVision.enable |
Boolean |
false |
Enable/disable computer vision usage. |
ComputerVision.modelPaths |
ArrayList<String> |
[] |
Set the computer vision model paths. |
Function |
Input Type |
Valid Values |
Default Value |
Description |
ComputerVision.clear |
- |
- |
- |
Clear computer vision path models. |
🏗 Architectural Changes
Remove methods related with "Computer Vision" and create a module.
It is accessible like this:
cameraView.ComputerVision.enable
cameraView.ComputerVision.modelPaths
cameraView.ComputerVision.clear
📝 Update Readme
- Add face understanding usage;
- Add Facefy badge version;