このホワイトペーパーでは、進化的最適化手法を使用して、テンプレートをシーンイメージに登録する方法を調査します。テンプレートと画像の対応を測定するために、エラー関数が作成されます。ここで提示される問題は、テンプレートをシーンに登録する水平、垂直、およびスケーリングパラメータを最適化することです。遺伝的アルゴリズム、シミュレーテッドアニーリング、パーティクルスウォーム最適化は、前処理段階で選択された開始点を使用したNelder-Mead Simplex最適化と比較されます。この論文では、各方法の精度と正確性を調査し、4つの方法すべてが画像レジストレーションに有利に機能することを示しています。 SAが最も正確で、GAが最も正確です。 PSOは両方の適切な組み合わせであり、Simplexメソッドはローカル最小値を最も返します。パフォーマンスを改善するために、進化的方法の前処理段階を調査する必要があります。計算パフォーマンスをさらに改善するには、最適化手法の離散バージョンを調査する必要があります。
This paper investigates the use of evolutionary optimisation techniques to register a template with a scene image. An error function is created to measure the correspondence of the template to the image. The problem presented here is to optimise the horizontal, vertical and scaling parameters that register the template with the scene. The Genetic Algorithm, Simulated Annealing and Particle Swarm Optimisations are compared to a Nelder-Mead Simplex optimisation with starting points chosen in a pre-processing stage. The paper investigates the precision and accuracy of each method and shows that all four methods perform favourably for image registration. SA is the most precise, GA is the most accurate. PSO is a good mix of both and the Simplex method returns local minima the most. A pre-processing stage should be investigated for the evolutionary methods in order to improve performance. Discrete versions of the optimisation methods should be investigated to further improve computational performance.