public class GuidedFilter extends Algorithm
| Modifier | Constructor and Description |
|---|---|
protected |
GuidedFilter(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static GuidedFilter |
__fromPtr__(long addr) |
void |
filter(Mat src,
Mat dst)
Apply Guided Filter to the filtering image.
|
void |
filter(Mat src,
Mat dst,
int dDepth)
Apply Guided Filter to the filtering image.
|
protected void |
finalize() |
clear, empty, getDefaultName, getNativeObjAddr, savepublic static GuidedFilter __fromPtr__(long addr)
public void filter(Mat src, Mat dst, int dDepth)
src - filtering image with any numbers of channels.dst - output image.dDepth - optional depth of the output image. dDepth can be set to -1, which will be equivalent
to src.depth().public void filter(Mat src, Mat dst)
src - filtering image with any numbers of channels.dst - output image.
to src.depth().Generated on Thu Jul 25 2019 21:39:44 UTC / OpenCV 3.4.7