OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::bioinspired::SegmentationParameters 結構體參考

儲存瞬態事件檢測器設定引數的引數結構體 更多...

#include <opencv2/bioinspired/transientareassegmentationmodule.hpp>

cv::bioinspired::SegmentationParameters 的協作圖

公共成員函式

 SegmentationParameters ()
 

公共屬性

float contextEnergy_spatialConstant
 
float contextEnergy_temporalConstant
 上下文鄰域能量濾波引數:目的是獲取關於寬鄰域區域能量的資訊,以濾除區域性效應
 
float localEnergy_spatialConstant
 一階低通濾波器的空間常數,用於濾除高空間頻率(噪聲或粗輪廓),單位為畫素,典型值為 5 畫素
 
float localEnergy_temporalConstant
 一階低通濾波器的時間常數,用於濾除高時間頻率(噪聲或快速運動),單位為幀,典型值為 0.5 幀
 
float neighborhoodEnergy_spatialConstant
 
float neighborhoodEnergy_temporalConstant
 區域性鄰域能量濾波引數:目的是獲取關於能量鄰域的資訊,以進行中心環繞能量分析
 
float thresholdOFF
 
float thresholdON
 

詳細描述

儲存瞬態事件檢測器設定引數的引數結構體

建構函式 & 解構函式文件

◆ 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

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