Class: Filter

Filter()

Base class of specific filter classes, see DecimationFilter. Don't create Filter objects directly from this class, use child classes,

Constructor

new Filter()

Source:

Methods

destroy()

Release resources associated with the object
Source:

process(frame) → {Frame}

Apply the filter processing on the frame and return the processed frame
Parameters:
Name Type Description
frame Frame the depth frame to be processed
Source:
Returns:
Type
Frame