@Namespace(value="cv::cuda") public static class opencv_cudaimgproc.CornernessCriteria extends opencv_core.Algorithm
////////////////////////// Corners Detection ///////////////////////////
\addtogroup cudaimgproc_feature \{
/** \brief Base class for Cornerness Criteria computation. :
| Constructor and Description |
|---|
CornernessCriteria(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
compute(opencv_core.GpuMat src,
opencv_core.GpuMat dst) |
void |
compute(opencv_core.GpuMat src,
opencv_core.GpuMat dst,
opencv_core.Stream stream) |
void |
compute(opencv_core.Mat src,
opencv_core.Mat dst) |
void |
compute(opencv_core.Mat src,
opencv_core.Mat dst,
opencv_core.Stream stream)
\brief Computes the cornerness criteria at each image pixel.
|
void |
compute(opencv_core.UMat src,
opencv_core.UMat dst) |
void |
compute(opencv_core.UMat src,
opencv_core.UMat dst,
opencv_core.Stream stream) |
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 CornernessCriteria(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public void compute(@ByVal
opencv_core.Mat src,
@ByVal
opencv_core.Mat dst,
@ByRef(nullValue="cv::cuda::Stream::Null()")
opencv_core.Stream stream)
src - Source image.dst - Destination image containing cornerness values. It will have the same size as src and
CV_32FC1 type.stream - Stream for the asynchronous version.public void compute(@ByVal
opencv_core.Mat src,
@ByVal
opencv_core.Mat dst)
public void compute(@ByVal
opencv_core.UMat src,
@ByVal
opencv_core.UMat dst,
@ByRef(nullValue="cv::cuda::Stream::Null()")
opencv_core.Stream stream)
public void compute(@ByVal
opencv_core.UMat src,
@ByVal
opencv_core.UMat dst)
public void compute(@ByVal
opencv_core.GpuMat src,
@ByVal
opencv_core.GpuMat dst,
@ByRef(nullValue="cv::cuda::Stream::Null()")
opencv_core.Stream stream)
public void compute(@ByVal
opencv_core.GpuMat src,
@ByVal
opencv_core.GpuMat dst)
Copyright © 2018. All rights reserved.