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

視網膜模型引數結構 更多...

#include <opencv2/bioinspired/retina.hpp>

cv::bioinspired::RetinaParameters 的協作圖

結構體  IplMagnoParameters
 內網狀層大細胞通道 (IplMagno) 更多...
 
結構體  OPLandIplParvoParameters
 外網狀層 (OPL) 和內網狀層小細胞 (IplParvo) 引數。 更多...
 

公共屬性

IplMagnoParameters IplMagno
 
OPLandIplParvoParameters OPLandIplParvo
 

詳細描述

視網膜模型引數結構

為了更好的清晰度,請查閱方法 setupOPLandIPLParvoChannel 和 setupIPLMagnoChannel 註釋中的解釋。

以下是視網膜模組的預設配置檔案。它生成的結果類似於本頁面頂部顯示的第一個視網膜輸出。

<?xml version="1.0"?>
<opencv_storage>
<OPLandIPLparvo>
<colorMode>1</colorMode>
<normaliseOutput>1</normaliseOutput>
<photoreceptorsLocalAdaptationSensitivity>7.5e-01</photoreceptorsLocalAdaptationSensitivity>
<photoreceptorsTemporalConstant>9.0e-01</photoreceptorsTemporalConstant>
<photoreceptorsSpatialConstant>5.3e-01</photoreceptorsSpatialConstant>
<horizontalCellsGain>0.01</horizontalCellsGain>
<hcellsTemporalConstant>0.5</hcellsTemporalConstant>
<hcellsSpatialConstant>7.</hcellsSpatialConstant>
<ganglionCellsSensitivity>7.5e-01</ganglionCellsSensitivity>
</OPLandIPLparvo>
<IPLmagno>
<normaliseOutput>1</normaliseOutput>
<parasolCells_beta>0.</parasolCells_beta>
<parasolCells_tau>0.</parasolCells_tau>
<parasolCells_k>7.</parasolCells_k>
<amacrinCellsTemporalCutFrequency>2.0e+00</amacrinCellsTemporalCutFrequency>
<V0CompressionParameter>9.5e-01</V0CompressionParameter>
<localAdaptintegration_tau>0.</localAdaptintegration_tau>
<localAdaptintegration_k>7.</localAdaptintegration_k>
</IPLmagno>
</opencv_storage>

以下是用於獲取本頁面頂部顯示的第二個視網膜輸出的“現實”設定。

<?xml version="1.0"?>
<opencv_storage>
<OPLandIPLparvo>
<colorMode>1</colorMode>
<normaliseOutput>1</normaliseOutput>
<photoreceptorsLocalAdaptationSensitivity>8.9e-01</photoreceptorsLocalAdaptationSensitivity>
<photoreceptorsTemporalConstant>9.0e-01</photoreceptorsTemporalConstant>
<photoreceptorsSpatialConstant>5.3e-01</photoreceptorsSpatialConstant>
<horizontalCellsGain>0.3</horizontalCellsGain>
<hcellsTemporalConstant>0.5</hcellsTemporalConstant>
<hcellsSpatialConstant>7.</hcellsSpatialConstant>
<ganglionCellsSensitivity>8.9e-01</ganglionCellsSensitivity>
</OPLandIPLparvo>
<IPLmagno>
<normaliseOutput>1</normaliseOutput>
<parasolCells_beta>0.</parasolCells_beta>
<parasolCells_tau>0.</parasolCells_tau>
<parasolCells_k>7.</parasolCells_k>
<amacrinCellsTemporalCutFrequency>2.0e+00</amacrinCellsTemporalCutFrequency>
<V0CompressionParameter>9.5e-01</V0CompressionParameter>
<localAdaptintegration_tau>0.</localAdaptintegration_tau>
<localAdaptintegration_k>7.</localAdaptintegration_k>
</IPLmagno>
</opencv_storage>

成員資料文件

◆ IplMagno

IplMagnoParameters cv::bioinspired::RetinaParameters::IplMagno

◆ OPLandIplParvo

OPLandIplParvoParameters cv::bioinspired::RetinaParameters::OPLandIplParvo

本結構體的文件由以下檔案生成