@Namespace(value="cv") public static class opencv_features2d.Feature2D extends opencv_core.Algorithm
| Constructor and Description |
|---|
Feature2D()
Default native constructor.
|
Feature2D(long size)
Native array allocator.
|
Feature2D(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
clear, 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 Feature2D()
public Feature2D(long size)
Pointer.position(long).public Feature2D(org.bytedeco.javacpp.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.GpuMat image,
@ByRef
opencv_core.KeyPointVector keypoints,
@ByVal(nullValue="cv::InputArray(cv::noArray())")
opencv_core.GpuMat mask)
public void detect(@ByVal
opencv_core.GpuMat 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 detect(@ByVal
opencv_core.GpuMatVector images,
@ByRef
opencv_core.KeyPointVectorVector keypoints,
@ByVal(nullValue="cv::InputArrayOfArrays(cv::noArray())")
opencv_core.GpuMatVector masks)
public void detect(@ByVal
opencv_core.GpuMatVector 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.GpuMat image,
@ByRef
opencv_core.KeyPointVector keypoints,
@ByVal
opencv_core.GpuMat 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 compute(@ByVal
opencv_core.GpuMatVector images,
@ByRef
opencv_core.KeyPointVectorVector keypoints,
@ByVal
opencv_core.GpuMatVector 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 void detectAndCompute(@ByVal
opencv_core.GpuMat image,
@ByVal
opencv_core.GpuMat mask,
@ByRef
opencv_core.KeyPointVector keypoints,
@ByVal
opencv_core.GpuMat descriptors,
@Cast(value="bool")
boolean useProvidedKeypoints)
public void detectAndCompute(@ByVal
opencv_core.GpuMat image,
@ByVal
opencv_core.GpuMat mask,
@ByRef
opencv_core.KeyPointVector keypoints,
@ByVal
opencv_core.GpuMat descriptors)
public int descriptorSize()
public int descriptorType()
public int defaultNorm()
public void write(@opencv_core.Str org.bytedeco.javacpp.BytePointer fileName)
public void write(@opencv_core.Str String fileName)
public void read(@opencv_core.Str org.bytedeco.javacpp.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.Algorithm@opencv_core.Str public org.bytedeco.javacpp.BytePointer getDefaultName()
opencv_core.AlgorithmgetDefaultName in class opencv_core.Algorithmpublic void write(@opencv_core.Ptr opencv_core.FileStorage fs, @opencv_core.Str org.bytedeco.javacpp.BytePointer name)
opencv_core.Algorithmwrite in class opencv_core.Algorithmpublic void write(@opencv_core.Ptr opencv_core.FileStorage fs, @opencv_core.Str String name)
write in class opencv_core.AlgorithmCopyright © 2018. All rights reserved.