RLL Computer Vision Code: HCVC::ArmourDetector::Params结构体 参考

RLL Computer Vision

RLL Computer Vision Code  1.0
江苏科技大学HLL战队机器视觉代码
HCVC::ArmourDetector::Params结构体 参考

装甲板判定参数 更多...

#include <armour_detector.h>

Public 属性

float angleRange
 
float minArea
 
float maxHeightWidthRat
 
float minHeightWidthRat
 
float maxWidthRat
 
float maxHeightRat
 
float maxAngleDiff
 
float maxHeightGapRat
 
float minHeightGapRat
 

详细描述

装甲板判定参数

在文件 armour_detector.h76 行定义.

类成员变量说明

◆ angleRange

float HCVC::ArmourDetector::Params::angleRange

单团块检测,倾斜角度限制

在文件 armour_detector.h78 行定义.

◆ maxAngleDiff

float HCVC::ArmourDetector::Params::maxAngleDiff

团块对匹配,最大角度差(暂时没有使用,效果不明显)

在文件 armour_detector.h85 行定义.

◆ maxHeightGapRat

float HCVC::ArmourDetector::Params::maxHeightGapRat

团块对匹配,最大高度间距比

在文件 armour_detector.h86 行定义.

◆ maxHeightRat

float HCVC::ArmourDetector::Params::maxHeightRat

团块对匹配,最大高度差

在文件 armour_detector.h84 行定义.

◆ maxHeightWidthRat

float HCVC::ArmourDetector::Params::maxHeightWidthRat

单团块检测,最大高宽比

在文件 armour_detector.h80 行定义.

◆ maxWidthRat

float HCVC::ArmourDetector::Params::maxWidthRat

团块对匹配,最大宽度差

在文件 armour_detector.h83 行定义.

◆ minArea

float HCVC::ArmourDetector::Params::minArea

单团块检测,最小面积限制

在文件 armour_detector.h79 行定义.

◆ minHeightGapRat

float HCVC::ArmourDetector::Params::minHeightGapRat

团块对匹配,最小高度间距比

在文件 armour_detector.h87 行定义.

◆ minHeightWidthRat

float HCVC::ArmourDetector::Params::minHeightWidthRat

单团块检测,最小高宽比

在文件 armour_detector.h81 行定义.


该结构体的文档由以下文件生成:
制作者   doxygen 1.8.13