Package org.opencv.ximgproc
Class FastGlobalSmootherFilter
java.lang.Object
org.opencv.core.Algorithm
org.opencv.ximgproc.FastGlobalSmootherFilter
Interface for implementations of Fast Global Smoother filter.
For more details about this filter see CITE: Min2014 and CITE: Farbman2008 .
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FastGlobalSmootherFilter
__fromPtr__
(long addr) void
Apply smoothing operation to the source image.protected void
finalize()
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
FastGlobalSmootherFilter
protected FastGlobalSmootherFilter(long addr)
-
-
Method Details