Table of Contents

Constructor MatchesInfo

Namespace
OpenCvSharp.Detail
Assembly
OpenCvSharp.dll

MatchesInfo(int, int, IReadOnlyList<DMatch>, IReadOnlyList<byte>, int, Mat, double)

Constructor

public MatchesInfo(int srcImgIdx, int dstImgIdx, IReadOnlyList<DMatch> matches, IReadOnlyList<byte> inliersMask, int numInliers, Mat h, double confidence)

Parameters

srcImgIdx int
dstImgIdx int
matches IReadOnlyList<DMatch>
inliersMask IReadOnlyList<byte>
numInliers int
h Mat
confidence double

MatchesInfo(MatchesInfo)

Copy constructor

public MatchesInfo(MatchesInfo other)

Parameters

other MatchesInfo