public class AdaptiveManifoldFilter extends Algorithm
Modifier | Constructor and Description |
---|---|
protected |
AdaptiveManifoldFilter(long addr) |
Modifier and Type | Method and Description |
---|---|
static AdaptiveManifoldFilter |
__fromPtr__(long addr) |
void |
collectGarbage() |
static AdaptiveManifoldFilter |
create() |
void |
filter(Mat src,
Mat dst)
Apply high-dimensional filtering using adaptive manifolds.
|
void |
filter(Mat src,
Mat dst,
Mat joint)
Apply high-dimensional filtering using adaptive manifolds.
|
protected void |
finalize() |
clear, empty, getDefaultName, getNativeObjAddr, save
public static AdaptiveManifoldFilter __fromPtr__(long addr)
public static AdaptiveManifoldFilter create()
public void collectGarbage()
public void filter(Mat src, Mat dst, Mat joint)
src
- filtering image with any numbers of channels.dst
- output image.joint
- optional joint (also called as guided) image with any numbers of channels.public void filter(Mat src, Mat dst)
src
- filtering image with any numbers of channels.dst
- output image.Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2