@Namespace(value="cv::ximgproc") @Properties(inherit=opencv_ximgproc.class) public class FastGlobalSmootherFilter extends Algorithm
For more details about this filter see \cite Min2014 and \cite Farbman2008 .
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
FastGlobalSmootherFilter(Algorithm pointer)
Downcast constructor.
|
FastGlobalSmootherFilter(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
asAlgorithm() |
static Algorithm |
asAlgorithm(FastGlobalSmootherFilter pointer) |
void |
filter(GpuMat src,
GpuMat dst) |
void |
filter(Mat src,
Mat dst)
\brief Apply smoothing operation to the source image.
|
void |
filter(UMat src,
UMat dst) |
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, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic FastGlobalSmootherFilter(Pointer p)
Pointer(Pointer).public FastGlobalSmootherFilter(Algorithm pointer)
public Algorithm asAlgorithm()
asAlgorithm in class Algorithm@Namespace @Name(value="static_cast<cv::Algorithm*>") public static Algorithm asAlgorithm(FastGlobalSmootherFilter pointer)
public void filter(@ByVal Mat src, @ByVal Mat dst)
src - source image for filtering with unsigned 8-bit or signed 16-bit or floating-point 32-bit depth and up to 4 channels.
dst - destination image.Copyright © 2024. All rights reserved.