public class FastGlobalSmootherFilter extends Algorithm
| Modifier | Constructor and Description |
|---|---|
protected |
FastGlobalSmootherFilter(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static FastGlobalSmootherFilter |
__fromPtr__(long addr) |
void |
filter(Mat src,
Mat dst)
Apply smoothing operation to the source image.
|
protected void |
finalize() |
clear, empty, getDefaultName, getNativeObjAddr, savepublic static FastGlobalSmootherFilter __fromPtr__(long addr)
public void filter(Mat src, Mat dst)
src - source image for filtering with unsigned 8-bit or signed 16-bit or floating-point 32-bit depth and up to 4 channels.dst - destination image.Generated on Thu Jul 25 2019 21:39:44 UTC / OpenCV 3.4.7