public static class opencv_stitching.MatchesInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.MatchesInfo() |
opencv_stitching.MatchesInfo(int size) |
opencv_stitching.MatchesInfo(opencv_stitching.MatchesInfo other) |
opencv_stitching.MatchesInfo(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
double |
confidence() |
opencv_stitching.MatchesInfo |
confidence(double confidence) |
int |
dst_img_idx() |
opencv_stitching.MatchesInfo |
dst_img_idx(int dst_img_idx) |
opencv_core.Mat |
H() |
opencv_stitching.MatchesInfo |
H(opencv_core.Mat H) |
BytePointer |
inliers_mask() |
opencv_stitching.MatchesInfo |
inliers_mask(BytePointer inliers_mask) |
opencv_features2d.DMatch |
matches() |
opencv_stitching.MatchesInfo |
matches(opencv_features2d.DMatch matches) |
int |
num_inliers() |
opencv_stitching.MatchesInfo |
num_inliers(int num_inliers) |
opencv_stitching.MatchesInfo |
position(int position) |
opencv_stitching.MatchesInfo |
put(opencv_stitching.MatchesInfo other) |
int |
src_img_idx() |
opencv_stitching.MatchesInfo |
src_img_idx(int src_img_idx) |
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.MatchesInfo(Pointer p)
public opencv_stitching.MatchesInfo(int size)
public opencv_stitching.MatchesInfo()
public opencv_stitching.MatchesInfo(opencv_stitching.MatchesInfo other)
public opencv_stitching.MatchesInfo position(int position)
public opencv_stitching.MatchesInfo put(opencv_stitching.MatchesInfo other)
public int src_img_idx()
public opencv_stitching.MatchesInfo src_img_idx(int src_img_idx)
public int dst_img_idx()
public opencv_stitching.MatchesInfo dst_img_idx(int dst_img_idx)
public opencv_features2d.DMatch matches()
public opencv_stitching.MatchesInfo matches(opencv_features2d.DMatch matches)
public BytePointer inliers_mask()
public opencv_stitching.MatchesInfo inliers_mask(BytePointer inliers_mask)
public int num_inliers()
public opencv_stitching.MatchesInfo num_inliers(int num_inliers)
public opencv_core.Mat H()
public opencv_stitching.MatchesInfo H(opencv_core.Mat H)
public double confidence()
public opencv_stitching.MatchesInfo confidence(double confidence)
Copyright © 2014. All Rights Reserved.