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, save
public 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 Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2