BaseVisionTaskApi.InferenceProvider

public static interface BaseVisionTaskApi.InferenceProvider

Syntax sugar to run vision tasks with FrameBuffer and image processing options.

Public Methods

abstract T
run(long frameBufferHandle, int width, int height, ImageProcessingOptions options)

Public Methods

public abstract T run (long frameBufferHandle, int width, int height, ImageProcessingOptions options)

Parameters
frameBufferHandle
width
height
options