@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 .
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_ximgproc.FastGlobalSmootherFilter(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
filter(opencv_core.Mat src,
opencv_core.Mat dst)
\brief Apply smoothing operation to the source image.
|
clear, empty, getDefaultName, position, read, save, save, writeaddress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_ximgproc.FastGlobalSmootherFilter(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.Copyright © 2016. All rights reserved.