OpenCV 4.10.0
开源计算机视觉库
正在加载...
正在搜索...
没有匹配项
公共成员函数 | 公共属性 | 所有成员列表
cv::line_descriptor::BinaryDescriptor::Params 结构体参考

BinaryDescriptor 参数列表:更多...

#include <opencv2/line_descriptor/descriptor.hpp>

cv::line_descriptor::BinaryDescriptor::Params 的协作图

公共成员函数

 Params ()
 
void read (const FileNode &fn)
 
void write (FileStorage &fs) const
 

公共属性

int ksize_
 
int numOfOctave_
 
int reductionRatio
 
int widthOfBand_
 

详细描述

BinaryDescriptor 参数列表

构造函数和析构函数文档

◆ Params()

cv::line_descriptor::BinaryDescriptor::Params::Params ( )

成员函数文档

◆ read()

void cv::line_descriptor::BinaryDescriptor::Params::read ( const FileNode fn)

FileNode 对象中读取参数并存储它们(结构体函数)

◆ write()

void cv::line_descriptor::BinaryDescriptor::Params::write ( FileStorage fs) const

将参数存储到 FileStorage 对象中(结构体函数)

成员数据文档

◆ ksize_

int cv::line_descriptor::BinaryDescriptor::Params::ksize_

◆ numOfOctave_

int cv::line_descriptor::BinaryDescriptor::Params::numOfOctave_

图像八度数(默认值为 1)

◆ reductionRatio

int cv::line_descriptor::BinaryDescriptor::Params::reductionRatio

构建高斯金字塔时图像的缩减比率

◆ widthOfBand_

int cv::line_descriptor::BinaryDescriptor::Params::widthOfBand_

频带宽度;(默认值:7)


该结构体的文档是从以下文件生成的