Package-level declarations

Types

Link copied to clipboard
class BackgroundReplacementConfiguration @JvmOverloads constructor(var image: Bitmap = createReplacementImage())

A set of options that can be supplied when creating a background replacement video frame processor.

Link copied to clipboard
class BackgroundReplacementVideoFrameProcessor @JvmOverloads constructor(logger: Logger, eglCoreFactory: EglCoreFactory, context: Context, var configurations: BackgroundReplacementConfiguration?) : VideoSource, VideoSink

BackgroundReplacementVideoFrameProcessor Draws frames to RGBA, converts to CPU, identifies the foreground person and replaces the background of a video frame.