@Namespace(value="cv::ximgproc") public static class opencv_ximgproc.GuidedFilter extends opencv_core.Algorithm
For more details about this filter see \cite Kaiming10 .
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_ximgproc.GuidedFilter(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 Apply Guided Filter to the filtering 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.GuidedFilter(Pointer p)
Pointer.Pointer(Pointer).public void filter(@ByVal opencv_core.Mat src, @ByVal opencv_core.Mat dst, int dDepth)
src - filtering image with any numbers of channels.
dst - output 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)
Copyright © 2016. All rights reserved.