![]() |
OpenCV 4.12.0
开源计算机视觉
|
类 | |
| 类 | BinaryDescriptor |
| 该类实现了线检测和计算其二进制描述符的两个功能。 更多... | |
| 类 | BinaryDescriptorMatcher |
| 提供了所有功能,用于查询用户提供的或类内部的数据集(用户必须填充),基于 Descriptor Matchers 的模型。 更多... | |
| 结构体 | DrawLinesMatchesFlags |
| 结构体 | KeyLine |
| 表示线的类。 更多... | |
| 类 | LSDDetector |
| 结构体 | LSDParam |
函数 | |
| void | drawKeylines (const Mat &image, const std::vector< KeyLine > &keylines, Mat &outImage, const Scalar &color=Scalar::all(-1), int flags=DrawLinesMatchesFlags::DEFAULT) |
| 绘制关键线条。 | |
| void | drawLineMatches (const Mat &img1, const std::vector< KeyLine > &keylines1, const Mat &img2, const std::vector< KeyLine > &keylines2, const std::vector< DMatch > &matches1to2, Mat &outImg, const Scalar &matchColor=Scalar::all(-1), const Scalar &singleLineColor=Scalar::all(-1), const std::vector< char > &matchesMask=std::vector< char >(), int flags=DrawLinesMatchesFlags::DEFAULT) |
| 绘制从两幅图像中找到的关键线条匹配。 | |