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


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