OpenCV 4.10.0
开源计算机视觉库
|
BinaryDescriptor 参数列表:更多...
#include <opencv2/line_descriptor/descriptor.hpp>
公共成员函数 | |
Params () | |
void | read (const FileNode &fn) |
void | write (FileStorage &fs) const |
公共属性 | |
int | ksize_ |
int | numOfOctave_ |
int | reductionRatio |
int | widthOfBand_ |
BinaryDescriptor 参数列表
cv::line_descriptor::BinaryDescriptor::Params::Params | ( | ) |
void cv::line_descriptor::BinaryDescriptor::Params::read | ( | const FileNode & | fn | ) |
从 FileNode 对象中读取参数并存储它们(结构体函数)
void cv::line_descriptor::BinaryDescriptor::Params::write | ( | FileStorage & | fs | ) | const |
将参数存储到 FileStorage 对象中(结构体函数)
int cv::line_descriptor::BinaryDescriptor::Params::ksize_ |
int cv::line_descriptor::BinaryDescriptor::Params::numOfOctave_ |
图像八度数(默认值为 1)
int cv::line_descriptor::BinaryDescriptor::Params::reductionRatio |
构建高斯金字塔时图像的缩减比率
int cv::line_descriptor::BinaryDescriptor::Params::widthOfBand_ |
频带宽度;(默认值:7)