Icon

Filters

This category contains 14 nodes.

Quantile Filter Streamable

A constant-time Quantile Filter. If you choose quantile = 50, you approximate a median filter.

Sigma Filter Streamable

Applies sigma filtering to the input images.

Sobel Filter Streamable

Applies the Sobel-Operator to the input images. Use signed image types (like byte, short, etc) to avoid unwanted image artifacts.

Variance Filter Streamable

Applys Variance filtering to images in n-dimensions