@Namespace(value="cv::detail")
public static class opencv_stitching.ImageFeatures
extends org.bytedeco.javacpp.Pointer
/** \brief Structure containing image keypoints and descriptors.
| Constructor and Description |
|---|
ImageFeatures()
Default native constructor.
|
ImageFeatures(long size)
Native array allocator.
|
ImageFeatures(org.bytedeco.javacpp.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, 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 ImageFeatures()
public ImageFeatures(long size)
Pointer.position(long).public ImageFeatures(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.ImageFeatures position(long position)
position in class org.bytedeco.javacpp.Pointerpublic 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 © 2018. All rights reserved.