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, savepublic 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 Thu Jul 25 2019 21:39:44 UTC / OpenCV 3.4.7