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