![]() |
OpenCV 4.12.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)