Interface VisionAlgorithmProvider<T>

Type Parameters:
T - the type of image object handled (e.g. BufferedImage, Mat, CLImage).
All Superinterfaces:
AlgorithmProvider
All Known Subinterfaces:
VisionBackend
All Known Implementing Classes:
JavaAWTVisionBackend, JavaCVMediaBackend, MulticoreVisionBackend, NativeCPUCBindingVisionBackend, NativeCPUVisionBackend, NativeCUDAVisionBackend, NativeJavaCVMediaBackend, NativeOpenCLVisionBackend, VLCJMediaBackend

public interface VisionAlgorithmProvider<T> extends AlgorithmProvider
Service Provider Interface (SPI) for computer vision algorithm providers.
Since:
2.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)