OpenCV 4.12.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)


此结构的文档由以下文件生成