필터 지우기
필터 지우기

Understanding "InitialRadius" and "Epsilon" size-parameters in pixels (of OnePlusOneEvolutionary optimizer for multimodal image registration)

조회 수: 3 (최근 30일)
In the help for "OnePlusOneEvolutionary" optimizer the parameters "Epsilon"and "InitialRadius" is decribed as follows:
Epsilon Minimum size of the search radius
1.5e-6 (default) | positive scalar
Minimum size of the search radius, specified as a positive scalar. Epsilon controls the accuracy of convergence by adjusting the minimum size of the search radius. If you set Epsilon to a small value, the optimization of the metric is more accurate, but the computation takes longer. If you set Epsilon to a large value, the computation time decreases at the expense of accuracy.
InitialRadius Initial size of search radius
6.25e-3 | positive scalar
Initial size of search radius, specified as a positive scalar. If you set InitialRadius to a large value, the computation time decreases. However, overly large values of InitialRadius might result in an optimization that fails to converge.
However, it is not clear to me how to relate these to the actual size in pixels. Please clarify, as I know my criteria in pixels.
  댓글 수: 1
Luuk Heijnders
Luuk Heijnders 2022년 1월 12일
Made a mistake, I now understand better. The optimizer adjusts the parameters based on the metrics. Metric is between 0 and 1. Transformation parameters will be adjusted. So no link to the image is present.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by