@Namespace(value="cv::ximgproc") public static class opencv_ximgproc.FastGlobalSmootherFilter extends opencv_core.Algorithm
For more details about this filter see \cite Min2014 and \cite Farbman2008 .
| Constructor and Description |
|---|
FastGlobalSmootherFilter(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
filter(opencv_core.GpuMat src,
opencv_core.GpuMat dst) |
void |
filter(opencv_core.Mat src,
opencv_core.Mat dst)
\brief Apply smoothing operation to the source image.
|
void |
filter(opencv_core.UMat src,
opencv_core.UMat dst) |
clear, empty, getDefaultName, position, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic FastGlobalSmootherFilter(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void filter(@ByVal
opencv_core.Mat src,
@ByVal
opencv_core.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.public void filter(@ByVal
opencv_core.UMat src,
@ByVal
opencv_core.UMat dst)
public void filter(@ByVal
opencv_core.GpuMat src,
@ByVal
opencv_core.GpuMat dst)
Copyright © 2018. All rights reserved.