Package org.opencv.ximgproc
Class DTFilter
java.lang.Object
org.opencv.core.Algorithm
org.opencv.ximgproc.DTFilter
Interface for realizations of Domain Transform filter.
For more details about this filter see CITE: Gastal11 .
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
DTFilter
protected DTFilter(long addr)
-
-
Method Details
-
__fromPtr__
-
filter
Produce domain transform filtering operation on source image.- Parameters:
src
- filtering image with unsigned 8-bit or floating-point 32-bit depth and up to 4 channels.dst
- destination image.dDepth
- optional depth of the output image. dDepth can be set to -1, which will be equivalent to src.depth().
-
filter
Produce domain transform filtering operation on source image.- Parameters:
src
- filtering image with unsigned 8-bit or floating-point 32-bit depth and up to 4 channels.dst
- destination image. to src.depth().
-
finalize
-