Class NativeCPUVisionBackend

java.lang.Object
org.episteme.nativ.media.vision.backends.NativeCPUVisionBackend
All Implemented Interfaces:
VisionAlgorithmProvider<BufferedImage>, VisionBackend, AlgorithmProvider, Backend, ComputeBackend, CPUBackend, NativeBackend

@AutoService({Backend.class,ComputeBackend.class,VisionBackend.class,CPUBackend.class,NativeBackend.class}) public class NativeCPUVisionBackend extends Object implements VisionBackend, CPUBackend, NativeBackend
Native CPU Vision Backend using Project Panama (FFM API).

This backend delegates operations to the 'episteme_vision' native library. Implements CPUBackend and NativeBackend.

Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)