public static class opencv_stitching.ImageFeatures extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.ImageFeatures() |
opencv_stitching.ImageFeatures(int size) |
opencv_stitching.ImageFeatures(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Mat |
descriptors() |
opencv_stitching.ImageFeatures |
descriptors(opencv_core.Mat 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_features2d.KeyPoint |
keypoints() |
opencv_stitching.ImageFeatures |
keypoints(opencv_features2d.KeyPoint keypoints) |
opencv_stitching.ImageFeatures |
position(int position) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_stitching.ImageFeatures()
public opencv_stitching.ImageFeatures(int size)
public opencv_stitching.ImageFeatures(Pointer p)
public opencv_stitching.ImageFeatures position(int position)
public int img_idx()
public opencv_stitching.ImageFeatures img_idx(int img_idx)
public opencv_core.Size img_size()
public opencv_stitching.ImageFeatures img_size(opencv_core.Size img_size)
public opencv_features2d.KeyPoint keypoints()
public opencv_stitching.ImageFeatures keypoints(opencv_features2d.KeyPoint keypoints)
public opencv_core.Mat descriptors()
public opencv_stitching.ImageFeatures descriptors(opencv_core.Mat descriptors)
Copyright © 2014. All Rights Reserved.