Package org.opencv.ximgproc
Class GuidedFilter
java.lang.Object
org.opencv.core.Algorithm
org.opencv.ximgproc.GuidedFilter
Interface for realizations of (Fast) Guided Filter.
For more details about this filter see CITE: Kaiming10 CITE: Kaiming15 .
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GuidedFilter
__fromPtr__
(long addr) void
Apply (Fast) Guided Filter to the filtering image.void
Apply (Fast) Guided Filter to the filtering image.protected void
finalize()
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 (Fast) 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 (Fast) Guided Filter to the filtering image.- Parameters:
src
- filtering image with any numbers of channels.dst
- output image. to src.depth().
-
finalize
-