@Namespace(value="cv::detail") @Properties(inherit=opencv_stitching.class) public class ImageFeatures extends Pointer
/** \brief Structure containing image keypoints and descriptors.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
ImageFeatures()
Default native constructor.
|
ImageFeatures(long size)
Native array allocator.
|
ImageFeatures(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
UMat |
descriptors() |
ImageFeatures |
descriptors(UMat setter) |
KeyPointVector |
getKeypoints() |
int |
img_idx() |
ImageFeatures |
img_idx(int setter) |
Size |
img_size() |
ImageFeatures |
img_size(Size setter) |
KeyPointVector |
keypoints() |
ImageFeatures |
keypoints(KeyPointVector setter) |
ImageFeatures |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public ImageFeatures()
public ImageFeatures(long size)
Pointer.position(long)
.public ImageFeatures(Pointer p)
Pointer.Pointer(Pointer)
.public ImageFeatures position(long position)
public int img_idx()
public ImageFeatures img_idx(int setter)
public ImageFeatures img_size(Size setter)
@ByRef public KeyPointVector keypoints()
public ImageFeatures keypoints(KeyPointVector setter)
public ImageFeatures descriptors(UMat setter)
@ByVal public KeyPointVector getKeypoints()
Copyright © 2020. All rights reserved.