@Namespace(value="cv::ximgproc") public static class opencv_ximgproc.StructuredEdgeDetection extends opencv_core.Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
StructuredEdgeDetection(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
detectEdges(opencv_core.Mat src,
opencv_core.Mat dst)
\brief The function detects edges in src and draw them to dst.
|
clear, empty, getDefaultName, position, read, save, save, writeaddress, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic StructuredEdgeDetection(Pointer p)
Pointer.Pointer(Pointer).public void detectEdges(@Const @ByRef opencv_core.Mat src, @ByRef opencv_core.Mat dst)
The algorithm underlies this function is much more robust to texture presence, than common approaches, e.g. Sobel
src - source image (RGB, float, in [0;1]) to detect edgesdst - destination image (grayscale, float, in [0;1]) where edges are drawn
\sa Sobel, CannyCopyright © 2017. All rights reserved.