public class DTFilter extends Algorithm
| Modifier | Constructor and Description |
|---|---|
protected |
DTFilter(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static DTFilter |
__fromPtr__(long addr) |
void |
filter(Mat src,
Mat dst)
Produce domain transform filtering operation on source image.
|
void |
filter(Mat src,
Mat dst,
int dDepth)
Produce domain transform filtering operation on source image.
|
protected void |
finalize() |
clear, empty, getDefaultName, getNativeObjAddr, savepublic static DTFilter __fromPtr__(long addr)
public void filter(Mat src, Mat dst, int dDepth)
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().public void filter(Mat src, Mat dst)
src - filtering image with unsigned 8-bit or floating-point 32-bit depth and up to 4 channels.dst - destination image.
to src.depth().Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2