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
srcImgIdxintdstImgIdxintmatchesIReadOnlyList<DMatch>inliersMaskIReadOnlyList<byte>numInliersinthMatconfidencedouble
MatchesInfo(MatchesInfo)
Copy constructor
public MatchesInfo(MatchesInfo other)
Parameters
otherMatchesInfo