@Namespace(value="cv::detail") @NoOffset @Properties(inherit=opencv_stitching.class) public class MatchesInfo extends Pointer
It's assumed that there is a transformation between those images. Transformation may be homography or affine transformation based on selected matcher.
detail::FeaturesMatcher
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
MatchesInfo() |
MatchesInfo(long size)
Native array allocator.
|
MatchesInfo(MatchesInfo other) |
MatchesInfo(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
confidence()
Confidence two images are from the same panorama
|
MatchesInfo |
confidence(double setter) |
int |
dst_img_idx()
Images indices (optional)
|
MatchesInfo |
dst_img_idx(int setter) |
BytePointer |
getInliers() |
DMatchVector |
getMatches() |
Mat |
H()
Estimated transformation
|
MatchesInfo |
H(Mat setter) |
BytePointer |
inliers_mask()
Geometrically consistent matches mask
|
MatchesInfo |
inliers_mask(BytePointer setter) |
DMatchVector |
matches() |
MatchesInfo |
matches(DMatchVector setter) |
int |
num_inliers()
Number of geometrically consistent matches
|
MatchesInfo |
num_inliers(int setter) |
MatchesInfo |
position(long position) |
MatchesInfo |
put(MatchesInfo other) |
int |
src_img_idx() |
MatchesInfo |
src_img_idx(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public MatchesInfo(Pointer p)
Pointer.Pointer(Pointer)
.public MatchesInfo(long size)
Pointer.position(long)
.public MatchesInfo()
public MatchesInfo(@Const @ByRef MatchesInfo other)
public MatchesInfo position(long position)
@ByRef @Name(value="operator =") public MatchesInfo put(@Const @ByRef MatchesInfo other)
public int src_img_idx()
public MatchesInfo src_img_idx(int setter)
public int dst_img_idx()
public MatchesInfo dst_img_idx(int setter)
@ByRef public DMatchVector matches()
public MatchesInfo matches(DMatchVector setter)
@Cast(value="uchar*") @StdVector public BytePointer inliers_mask()
public MatchesInfo inliers_mask(BytePointer setter)
public int num_inliers()
public MatchesInfo num_inliers(int setter)
public MatchesInfo H(Mat setter)
public double confidence()
public MatchesInfo confidence(double setter)
@ByVal public DMatchVector getMatches()
@Cast(value="uchar*") @StdVector public BytePointer getInliers()
Copyright © 2020. All rights reserved.