@Namespace(value="cv::ximgproc") public static class opencv_ximgproc.DTFilter extends opencv_core.Algorithm
For more details about this filter see \cite Gastal11 .
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
DTFilter(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
filter(opencv_core.Mat src,
opencv_core.Mat dst) |
void |
filter(opencv_core.Mat src,
opencv_core.Mat dst,
int dDepth)
\brief Produce domain transform filtering operation on source image.
|
void |
filter(opencv_core.UMat src,
opencv_core.UMat dst) |
void |
filter(opencv_core.UMat src,
opencv_core.UMat dst,
int dDepth) |
clear, empty, getDefaultName, position, read, save, save, writeaddress, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic DTFilter(Pointer p)
Pointer.Pointer(Pointer).public void filter(@ByVal opencv_core.Mat src, @ByVal opencv_core.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(@ByVal opencv_core.Mat src, @ByVal opencv_core.Mat dst)
public void filter(@ByVal opencv_core.UMat src, @ByVal opencv_core.UMat dst, int dDepth)
public void filter(@ByVal opencv_core.UMat src, @ByVal opencv_core.UMat dst)
Copyright © 2017. All rights reserved.