@Namespace(value="cv::xfeatures2d") public static class opencv_xfeatures2d.AffineFeature2D extends opencv_features2d.Feature2D
| Constructor and Description |
|---|
AffineFeature2D(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
compute, compute, compute, compute, compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detect, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, empty, getDefaultName, position, read, read, read, write, write, write, write, writeclear, save, saveaddress, 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 AffineFeature2D(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr public static opencv_xfeatures2d.AffineFeature2D create(@Cast(value="cv::FeatureDetector*") @opencv_core.Ptr opencv_features2d.Feature2D keypoint_detector, @Cast(value="cv::DescriptorExtractor*") @opencv_core.Ptr opencv_features2d.Feature2D descriptor_extractor)
@opencv_core.Ptr public static opencv_xfeatures2d.AffineFeature2D create(@Cast(value="cv::FeatureDetector*") @opencv_core.Ptr opencv_features2d.Feature2D keypoint_detector)
public void detect(@ByVal
opencv_core.Mat image,
@StdVector
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
@ByVal(nullValue="cv::InputArray(cv::noArray())")
opencv_core.Mat mask)
public void detect(@ByVal
opencv_core.Mat image,
@StdVector
opencv_xfeatures2d.Elliptic_KeyPoint keypoints)
public void detect(@ByVal
opencv_core.UMat image,
@StdVector
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
@ByVal(nullValue="cv::InputArray(cv::noArray())")
opencv_core.UMat mask)
public void detect(@ByVal
opencv_core.UMat image,
@StdVector
opencv_xfeatures2d.Elliptic_KeyPoint keypoints)
public void detect(@ByVal
opencv_core.GpuMat image,
@StdVector
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
@ByVal(nullValue="cv::InputArray(cv::noArray())")
opencv_core.GpuMat mask)
public void detect(@ByVal
opencv_core.GpuMat image,
@StdVector
opencv_xfeatures2d.Elliptic_KeyPoint keypoints)
public void detectAndCompute(@ByVal
opencv_core.Mat image,
@ByVal
opencv_core.Mat mask,
@StdVector
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
@ByVal
opencv_core.Mat descriptors,
@Cast(value="bool")
boolean useProvidedKeypoints)
public void detectAndCompute(@ByVal
opencv_core.Mat image,
@ByVal
opencv_core.Mat mask,
@StdVector
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
@ByVal
opencv_core.Mat descriptors)
public void detectAndCompute(@ByVal
opencv_core.UMat image,
@ByVal
opencv_core.UMat mask,
@StdVector
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
@ByVal
opencv_core.UMat descriptors,
@Cast(value="bool")
boolean useProvidedKeypoints)
public void detectAndCompute(@ByVal
opencv_core.UMat image,
@ByVal
opencv_core.UMat mask,
@StdVector
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
@ByVal
opencv_core.UMat descriptors)
public void detectAndCompute(@ByVal
opencv_core.GpuMat image,
@ByVal
opencv_core.GpuMat mask,
@StdVector
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
@ByVal
opencv_core.GpuMat descriptors,
@Cast(value="bool")
boolean useProvidedKeypoints)
public void detectAndCompute(@ByVal
opencv_core.GpuMat image,
@ByVal
opencv_core.GpuMat mask,
@StdVector
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
@ByVal
opencv_core.GpuMat descriptors)
Copyright © 2018. All rights reserved.