儲存瞬態事件檢測器設定引數的引數結構體 更多...
#include <opencv2/bioinspired/transientareassegmentationmodule.hpp>
◆ SegmentationParameters()
| cv::bioinspired::SegmentationParameters::SegmentationParameters |
( |
| ) |
|
|
inline |
◆ contextEnergy_spatialConstant
| float cv::bioinspired::SegmentationParameters::contextEnergy_spatialConstant |
◆ contextEnergy_temporalConstant
| float cv::bioinspired::SegmentationParameters::contextEnergy_temporalConstant |
上下文鄰域能量濾波引數:目的是獲取關於寬鄰域區域能量的資訊,以濾除區域性效應
◆ localEnergy_spatialConstant
| float cv::bioinspired::SegmentationParameters::localEnergy_spatialConstant |
一階低通濾波器的空間常數,用於濾除高空間頻率(噪聲或粗輪廓),單位為畫素,典型值為 5 畫素
◆ localEnergy_temporalConstant
| float cv::bioinspired::SegmentationParameters::localEnergy_temporalConstant |
一階低通濾波器的時間常數,用於濾除高時間頻率(噪聲或快速運動),單位為幀,典型值為 0.5 幀
◆ neighborhoodEnergy_spatialConstant
| float cv::bioinspired::SegmentationParameters::neighborhoodEnergy_spatialConstant |
◆ neighborhoodEnergy_temporalConstant
| float cv::bioinspired::SegmentationParameters::neighborhoodEnergy_temporalConstant |
區域性鄰域能量濾波引數:目的是獲取關於能量鄰域的資訊,以進行中心環繞能量分析
◆ thresholdOFF
| float cv::bioinspired::SegmentationParameters::thresholdOFF |
◆ thresholdON
| float cv::bioinspired::SegmentationParameters::thresholdON |
此結構體的文件生成自以下檔案