Skip to main content
Version: 6.1.0

Interface: SilhouetteBlurConfig

SilhouetteBlurConfig specifies the configuration for a transformer logic that performs siluete blurring.

Hierarchy

Properties

mediapipeBaseAssetsUri

Optional mediapipeBaseAssetsUri: string

A uri path to mediapipe assets.

Inherited from

MediaProcessorBaseConfig.mediapipeBaseAssetsUri


modelAssetUriPath

Optional modelAssetUriPath: string

A uri path to tflite model.

Inherited from

MediaProcessorBaseConfig.modelAssetUriPath


renderingOptions

Optional renderingOptions: RenderingOptions

Set of options about rendering transformed video frames.

Inherited from

MediaProcessorBaseConfig.renderingOptions


segmentationOptions

Optional segmentationOptions: SegmentationOptions

Set of options about obtaining the segmentation from video frames to transform.

Inherited from

MediaProcessorBaseConfig.segmentationOptions


transformerType

transformerType: SilhouetteBlur

Type of post process.

Overrides

MediaProcessorBaseConfig.transformerType


radius

Optional radius: number | BlurRadius

Blur strength, in px if provided as number