Package org.opencv.ximgproc
Class FastGlobalSmootherFilter
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.ximgproc.FastGlobalSmootherFilter
-
public class FastGlobalSmootherFilter extends Algorithm
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FastGlobalSmootherFilter(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FastGlobalSmootherFilter
__fromPtr__(long addr)
void
filter(Mat src, Mat dst)
protected void
finalize()
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static FastGlobalSmootherFilter __fromPtr__(long addr)
-
-