Contents

VTTemporalNoiseFilterParameters

Encapsulates the frame-level parameters necessary for processing a source frame using temporal noise-filter processor.

Declaration

class VTTemporalNoiseFilterParameters

Overview

This object is intended for sending input parameters into the processWithParameters method of the VTFrameProcessor class. Temporal noise-filter processor utilizes past and future reference frames, provided in presentation time order, to reduce noise from the source frame. The previousFrameCount and nextFrameCount properties in VTTemporalNoiseFilterConfiguration represent the maximum number of past and future reference frames that the processor can use to achieve optimum noise reduction quality. The number of reference frames provided shall depend on their availability, but at a minimum, you must provide one reference frame, either past or future. The parameter destinationFrame stores the output frame that the processor returns to the caller upon the successful completion of the processWithParameters operation.

Topics

Creating a parameters object

Inspecting the parameters

See Also

Temporal noise filter