@Namespace(value="cv::detail") public static class opencv_stitching.ImageFeatures extends Pointer
/** \brief Structure containing image keypoints and descriptors.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.ImageFeatures()
Default native constructor.
|
opencv_stitching.ImageFeatures(long size)
Native array allocator.
|
opencv_stitching.ImageFeatures(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.UMat |
descriptors() |
opencv_stitching.ImageFeatures |
descriptors(opencv_core.UMat descriptors) |
int |
img_idx() |
opencv_stitching.ImageFeatures |
img_idx(int img_idx) |
opencv_core.Size |
img_size() |
opencv_stitching.ImageFeatures |
img_size(opencv_core.Size img_size) |
opencv_core.KeyPointVector |
keypoints() |
opencv_stitching.ImageFeatures |
keypoints(opencv_core.KeyPointVector keypoints) |
opencv_stitching.ImageFeatures |
position(long position) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_stitching.ImageFeatures()
public opencv_stitching.ImageFeatures(long size)
Pointer.position(long).public opencv_stitching.ImageFeatures(Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.ImageFeatures position(long position)
public int img_idx()
public opencv_stitching.ImageFeatures img_idx(int img_idx)
@ByRef public opencv_core.Size img_size()
public opencv_stitching.ImageFeatures img_size(opencv_core.Size img_size)
@ByRef public opencv_core.KeyPointVector keypoints()
public opencv_stitching.ImageFeatures keypoints(opencv_core.KeyPointVector keypoints)
@ByRef public opencv_core.UMat descriptors()
public opencv_stitching.ImageFeatures descriptors(opencv_core.UMat descriptors)
Copyright © 2016. All rights reserved.