@Namespace(value="cv::detail")
@NoOffset
public static class opencv_stitching.MatchesInfo
extends org.bytedeco.javacpp.Pointer
It's assumed that there is a transformation between those images. Transformation may be homography or affine transformation based on selected matcher.
\sa detail::FeaturesMatcher
| Constructor and Description |
|---|
MatchesInfo() |
MatchesInfo(long size)
Native array allocator.
|
MatchesInfo(opencv_stitching.MatchesInfo other) |
MatchesInfo(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
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 MatchesInfo(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public MatchesInfo(long size)
Pointer.position(long).public MatchesInfo()
public MatchesInfo(@Const @ByRef
opencv_stitching.MatchesInfo other)
public opencv_stitching.MatchesInfo position(long position)
position in class org.bytedeco.javacpp.Pointer@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 org.bytedeco.javacpp.BytePointer inliers_mask()
public opencv_stitching.MatchesInfo inliers_mask(org.bytedeco.javacpp.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 © 2018. All rights reserved.