OpenCV 4.5.3(日本語機械翻訳)
|
retina model parameters structure [詳解]
#include <retina.hpp>
クラス |
|
struct | IplMagnoParameters |
内側lexiform層Magnocellularチャンネル(IplMagno)[【詳解】(英語]
|
|
struct | OPLandIplParvoParameters |
外側lexiform層(OPL)と内側lexiform層傍細胞(IplParvo)のパラメータ[【詳解】(英語]
|
|
公開変数類 |
|
OPLandIplParvoParameters | OPLandIplParvo |
IplMagnoParameters | IplMagno |
網膜モデルのパラメータ構造
setupOPLandIPLParvoChannelとsetupIPLMagnoChannelのメソッドのコメントにある説明を確認すると、よりわかりやすくなります。
retinaモジュールのデフォルトの設定ファイルです。このページのトップにある最初のRetina出力のような結果が得られます。
Here is the 'realistic" setup used to obtain the second retina output shown on the top of this page. @code{xml} <?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>