@Namespace(value="cv") public static class opencv_features2d.Feature2D extends opencv_core.Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
Feature2D()
Default native constructor.
|
Feature2D(long size)
Native array allocator.
|
Feature2D(Pointer p)
Pointer cast constructor.
|
clear, getDefaultName, save, saveaddress, 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 Feature2D()
public Feature2D(long size)
Pointer.position(long).public Feature2D(Pointer p)
Pointer.Pointer(Pointer).public opencv_features2d.Feature2D position(long position)
position in class opencv_core.Algorithmpublic void detect(@ByVal opencv_core.Mat image, @ByRef opencv_core.KeyPointVector keypoints, @ByVal(nullValue="cv::InputArray(cv::noArray())") opencv_core.Mat mask)
image - Image.keypoints - The detected keypoints. In the second variant of the method keypoints[i] is a set
of keypoints detected in images[i] .mask - Mask specifying where to look for keypoints (optional). It must be a 8-bit integer
matrix with non-zero values in the region of interest.public void detect(@ByVal opencv_core.Mat image, @ByRef opencv_core.KeyPointVector keypoints)
public void detect(@ByVal opencv_core.UMat image, @ByRef opencv_core.KeyPointVector keypoints, @ByVal(nullValue="cv::InputArray(cv::noArray())") opencv_core.UMat mask)
public void detect(@ByVal opencv_core.UMat image, @ByRef opencv_core.KeyPointVector keypoints)
public void detect(@ByVal opencv_core.MatVector images, @ByRef opencv_core.KeyPointVectorVector keypoints, @ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())") opencv_core.MatVector masks)
images - Image set.keypoints - The detected keypoints. In the second variant of the method keypoints[i] is a set
of keypoints detected in images[i] .masks - Masks for each input image specifying where to look for keypoints (optional).
masks[i] is a mask for images[i].public void detect(@ByVal opencv_core.MatVector images, @ByRef opencv_core.KeyPointVectorVector keypoints)
public void detect(@ByVal opencv_core.UMatVector images, @ByRef opencv_core.KeyPointVectorVector keypoints, @ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())") opencv_core.UMatVector masks)
public void detect(@ByVal opencv_core.UMatVector images, @ByRef opencv_core.KeyPointVectorVector keypoints)
public void compute(@ByVal opencv_core.Mat image, @ByRef opencv_core.KeyPointVector keypoints, @ByVal opencv_core.Mat descriptors)
image - Image.keypoints - Input collection of keypoints. Keypoints for which a descriptor cannot be
computed are removed. Sometimes new keypoints can be added, for example: SIFT duplicates keypoint
with several dominant orientations (for each orientation).descriptors - Computed descriptors. In the second variant of the method descriptors[i] are
descriptors computed for a keypoints[i]. Row j is the keypoints (or keypoints[i]) is the
descriptor for keypoint j-th keypoint.public void compute(@ByVal opencv_core.UMat image, @ByRef opencv_core.KeyPointVector keypoints, @ByVal opencv_core.UMat descriptors)
public void compute(@ByVal opencv_core.MatVector images, @ByRef opencv_core.KeyPointVectorVector keypoints, @ByVal opencv_core.MatVector descriptors)
images - Image set.keypoints - Input collection of keypoints. Keypoints for which a descriptor cannot be
computed are removed. Sometimes new keypoints can be added, for example: SIFT duplicates keypoint
with several dominant orientations (for each orientation).descriptors - Computed descriptors. In the second variant of the method descriptors[i] are
descriptors computed for a keypoints[i]. Row j is the keypoints (or keypoints[i]) is the
descriptor for keypoint j-th keypoint.public void compute(@ByVal opencv_core.UMatVector images, @ByRef opencv_core.KeyPointVectorVector keypoints, @ByVal opencv_core.UMatVector descriptors)
public void detectAndCompute(@ByVal opencv_core.Mat image, @ByVal opencv_core.Mat mask, @ByRef opencv_core.KeyPointVector keypoints, @ByVal opencv_core.Mat descriptors, @Cast(value="bool") boolean useProvidedKeypoints)
public void detectAndCompute(@ByVal opencv_core.Mat image, @ByVal opencv_core.Mat mask, @ByRef opencv_core.KeyPointVector keypoints, @ByVal opencv_core.Mat descriptors)
public void detectAndCompute(@ByVal opencv_core.UMat image, @ByVal opencv_core.UMat mask, @ByRef opencv_core.KeyPointVector keypoints, @ByVal opencv_core.UMat descriptors, @Cast(value="bool") boolean useProvidedKeypoints)
public void detectAndCompute(@ByVal opencv_core.UMat image, @ByVal opencv_core.UMat mask, @ByRef opencv_core.KeyPointVector keypoints, @ByVal opencv_core.UMat descriptors)
public int descriptorSize()
public int descriptorType()
public int defaultNorm()
public void write(@opencv_core.Str BytePointer fileName)
public void write(@opencv_core.Str String fileName)
public void read(@opencv_core.Str BytePointer fileName)
public void read(@opencv_core.Str String fileName)
public void write(@ByRef opencv_core.FileStorage arg0)
opencv_core.Algorithmwrite in class opencv_core.Algorithmpublic void read(@Const @ByRef opencv_core.FileNode arg0)
opencv_core.Algorithmread in class opencv_core.Algorithm@Cast(value="bool") public boolean empty()
empty in class opencv_core.AlgorithmCopyright © 2017. All rights reserved.