Processors
Processors
Processor is the core computation part of an Engeenee app. Engine is created for particular Processor. Its constructor is provided to the Engine and former is responsible to initialize, setup and control processor during life-circle of the application. Results of processing are passed to a Renderer attached to the Engine. Renderers use provided results to define application’s logic and visualization.
SDK provides the next ready-made processors:
- PoseProcessor - body tracking and pose estimation
- FaceProcessor - face/head tracking and face mesh
- HandProcessor - hand and wrist tracking
- MaskProcessor - segmentation mask estimation
For more details refer documentation of @geenee/bodyprocessors module.