OpenCV  4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配
| 命名空间 | | 类型定义 | 函数
descriptor.hpp 文件参考
#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"
descriptor.hpp 的包含依赖关系图
此图显示哪些文件直接或间接包含此文件

class  cv::line_descriptor::BinaryDescriptor
 此类实现用于检测线条及其二进制描述符计算的功能。 更多...
 
class  cv::line_descriptor::BinaryDescriptorMatcher
 提供所有功能,用于根据 描述符匹配器 模型查询用户提供的或类内部的数据集(用户无论如何都需要填充)。 更多...
 
struct  cv::line_descriptor::DrawLinesMatchesFlags
 
struct  cv::line_descriptor::KeyLine
 一个用于表示线条的类。 更多...
 
class  cv::line_descriptor::LSDDetector
 
struct  cv::line_descriptor::LSDParam
 
struct  cv::line_descriptor::BinaryDescriptor::Params
 BinaryDescriptor 参数列表: 更多...
 

命名空间

namespace  cv
 与磁盘上的文件关联的文件存储的“黑盒”表示。
 
namespace  cv::line_descriptor
 

#define log_gamma(x)   ((x)>15.0?log_gamma_windschitl(x):log_gamma_lanczos(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)
 绘制从两幅图像中找到的关键线条的匹配结果。
 

宏定义文档

◆ log_gamma

#define log_gamma (   x)    ((x)>15.0?log_gamma_windschitl(x):log_gamma_lanczos(x))

◆ MLN10

#define MLN10   2.30258509299404568402

◆ RELATIVE_ERROR_FACTOR

#define RELATIVE_ERROR_FACTOR   100.0

◆ UINT32_1

#define UINT32_1   ((UINT32)0x01)

◆ UINT64_1

#define UINT64_1   ((UINT64)0x01)

类型定义文档

◆ UINT16

typedef uint16_t UINT16

◆ UINT32

typedef uint32_t UINT32

◆ UINT64

typedef uint64_t UINT64

◆ UINT8

typedef uint8_t UINT8