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)


此結構的文件由以下檔案生成