![]() |
OpenCV 4.12.0
开源计算机视觉
|
#include <map>#include <vector>#include <list>#include <inttypes.h>#include <stdio.h>#include <iostream>#include <cmath>#include "opencv2/core/utility.hpp"#include <opencv2/imgproc.hpp>#include "opencv2/core.hpp"类 | |
| 类 | cv::line_descriptor::BinaryDescriptor |
| 类实现了线段检测和计算其二值描述符的功能。 更多... | |
| 类 | cv::line_descriptor::BinaryDescriptorMatcher |
| 在 描述符匹配器 的模型上,提供所有功能来查询用户提供的数据集或类内部数据集(用户无论如何必须填充)。 更多... | |
| 结构体 | cv::line_descriptor::DrawLinesMatchesFlags |
| 结构体 | cv::line_descriptor::KeyLine |
| 表示一条线的类。 更多... | |
| 类 | cv::line_descriptor::LSDDetector |
| 结构体 | cv::line_descriptor::LSDParam |
| 结构体 | cv::line_descriptor::BinaryDescriptor::Params |
| BinaryDescriptor 参数列表: 更多... | |
命名空间 | |
| 命名空间 | cv |
| 命名空间 | cv::line_descriptor |
宏 | |
| #define | log_gamma(x) |
| #define | MLN10 2.30258509299404568402 |
| #define | RELATIVE_ERROR_FACTOR 100.0 |
| #define | UINT32_1 ((UINT32)0x01) |
| #define | UINT64_1 ((UINT64)0x01) |
类型定义 | |
| typedef uint16_t | UINT16 |
| typedef uint32_t | UINT32 |
| typedef uint64_t | UINT64 |
| typedef uint8_t | UINT8 |
函数 | |
| void | cv::line_descriptor::drawKeylines (const Mat &image, const std::vector< KeyLine > &keylines, Mat &outImage, const Scalar &color=Scalar::all(-1), int flags=DrawLinesMatchesFlags::DEFAULT) |
| 绘制关键线条。 | |
| void | cv::line_descriptor::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) |
| 绘制从两幅图像中找到的关键线条匹配。 | |
| #define log_gamma | ( | x | ) |
| #define MLN10 2.30258509299404568402 |
| #define RELATIVE_ERROR_FACTOR 100.0 |
| #define UINT32_1 ((UINT32)0x01) |
| #define UINT64_1 ((UINT64)0x01) |
| typedef uint16_t UINT16 |
| typedef uint32_t UINT32 |
| typedef uint64_t UINT64 |
| typedef uint8_t UINT8 |