@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.MatchesInfo extends Pointer
It's assumed that there is a homography between those images.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.MatchesInfo() |
opencv_stitching.MatchesInfo(long size)
Native array allocator.
|
opencv_stitching.MatchesInfo(opencv_stitching.MatchesInfo other) |
opencv_stitching.MatchesInfo(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
confidence()
Confidence two images are from the same panorama
|
opencv_stitching.MatchesInfo |
confidence(double confidence) |
int |
dst_img_idx() |
opencv_stitching.MatchesInfo |
dst_img_idx(int dst_img_idx) |
opencv_core.Mat |
H()
Estimated homography
|
opencv_stitching.MatchesInfo |
H(opencv_core.Mat H) |
BytePointer |
inliers_mask()
Geometrically consistent matches mask
|
opencv_stitching.MatchesInfo |
inliers_mask(BytePointer inliers_mask) |
opencv_core.DMatchVector |
matches() |
opencv_stitching.MatchesInfo |
matches(opencv_core.DMatchVector matches) |
int |
num_inliers()
Number of geometrically consistent matches
|
opencv_stitching.MatchesInfo |
num_inliers(int num_inliers) |
opencv_stitching.MatchesInfo |
position(long position) |
opencv_stitching.MatchesInfo |
put(opencv_stitching.MatchesInfo other) |
int |
src_img_idx()
Images indices (optional)
|
opencv_stitching.MatchesInfo |
src_img_idx(int src_img_idx) |
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.MatchesInfo(Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.MatchesInfo(long size)
Pointer.position(long).public opencv_stitching.MatchesInfo()
public opencv_stitching.MatchesInfo(@Const@ByRef opencv_stitching.MatchesInfo other)
public opencv_stitching.MatchesInfo position(long position)
@Const @ByRef @Name(value="operator =") public opencv_stitching.MatchesInfo put(@Const@ByRef 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)
@ByRef public opencv_core.DMatchVector matches()
public opencv_stitching.MatchesInfo matches(opencv_core.DMatchVector matches)
@Cast(value="uchar*") @StdVector 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)
@ByRef 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 © 2016. All rights reserved.