Package org.opencv.ximgproc
Class GuidedFilter
java.lang.Object
org.opencv.core.Algorithm
org.opencv.ximgproc.GuidedFilter
Interface for realizations of Guided Filter.
For more details about this filter see CITE: Kaiming10 .
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GuidedFilter__fromPtr__(long addr) voidApply Guided Filter to the filtering image.voidApply Guided Filter to the filtering image.protected voidfinalize()Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
GuidedFilter
protected GuidedFilter(long addr)
-
-
Method Details
-
__fromPtr__
-
filter
Apply Guided Filter to the filtering image.- Parameters:
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().
-
filter
Apply Guided Filter to the filtering image.- Parameters:
src- filtering image with any numbers of channels.dst- output image. to src.depth().
-
finalize
-