SurfaceBlur Namespace Reference

Classes

class  SurfaceBlur
 Surface Blur operator for edge-preserving smoothing. Smooths noise and texture while preserving sharp edges. Read the documentation for more info. More...
 

Enumerations

enum  SurfaceBlurOutput { Final = 0 , Original = 1 , Difference = 2 , SkinMask = 3 }
 

Enumeration Type Documentation

◆ SurfaceBlurOutput

Enumerator
Final 

Final filtered result.

Original 

Original input.

Difference 

Difference (shows what was smoothed).

SkinMask 

Skin mask (shows detected skin areas).