OpenCV453
公開変数類 | 全メンバ一覧
cv::bioinspired::SegmentationParameters 構造体

parameter structure that stores the transient events detector setup parameters [詳解]

#include <transientareassegmentationmodule.hpp>

公開変数類

float thresholdON
 
float thresholdOFF
 
float localEnergy_temporalConstant
 the time constant of the first order low pass filter, use it to cut high temporal frequencies (noise or fast motion), unit is frames, typical value is 0.5 frame
 
float localEnergy_spatialConstant
 the spatial constant of the first order low pass filter, use it to cut high spatial frequencies (noise or thick contours), unit is pixels, typical value is 5 pixel
 
float neighborhoodEnergy_temporalConstant
 local neighborhood energy filtering parameters : the aim is to get information about the energy neighborhood to perform a center surround energy analysis
 
float neighborhoodEnergy_spatialConstant
 
float contextEnergy_temporalConstant
 context neighborhood energy filtering parameters : the aim is to get information about the energy on a wide neighborhood area to filtered out local effects
 
float contextEnergy_spatialConstant
 

詳解

parameter structure that stores the transient events detector setup parameters


この構造体詳解は次のファイルから抽出されました: