|
RLL Computer Vision Code
1.0
江苏科技大学HLL战队机器视觉代码
|
装甲板判定参数 更多...
#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.h 第 76 行定义.
类成员变量说明
◆ angleRange
| float HCVC::ArmourDetector::Params::angleRange |
单团块检测,倾斜角度限制
在文件 armour_detector.h 第 78 行定义.
◆ maxAngleDiff
| float HCVC::ArmourDetector::Params::maxAngleDiff |
团块对匹配,最大角度差(暂时没有使用,效果不明显)
在文件 armour_detector.h 第 85 行定义.
◆ maxHeightGapRat
| float HCVC::ArmourDetector::Params::maxHeightGapRat |
团块对匹配,最大高度间距比
在文件 armour_detector.h 第 86 行定义.
◆ maxHeightRat
| float HCVC::ArmourDetector::Params::maxHeightRat |
团块对匹配,最大高度差
在文件 armour_detector.h 第 84 行定义.
◆ maxHeightWidthRat
| float HCVC::ArmourDetector::Params::maxHeightWidthRat |
单团块检测,最大高宽比
在文件 armour_detector.h 第 80 行定义.
◆ maxWidthRat
| float HCVC::ArmourDetector::Params::maxWidthRat |
团块对匹配,最大宽度差
在文件 armour_detector.h 第 83 行定义.
◆ minArea
| float HCVC::ArmourDetector::Params::minArea |
单团块检测,最小面积限制
在文件 armour_detector.h 第 79 行定义.
◆ minHeightGapRat
| float HCVC::ArmourDetector::Params::minHeightGapRat |
团块对匹配,最小高度间距比
在文件 armour_detector.h 第 87 行定义.
◆ minHeightWidthRat
| float HCVC::ArmourDetector::Params::minHeightWidthRat |
单团块检测,最小高宽比
在文件 armour_detector.h 第 81 行定义.
该结构体的文档由以下文件生成:
- code/armour_detector.h
制作者
1.8.13