ステレオ整流は、2つの画像の対応する点、つまり3D空間の同じ点の投影を、変換された画像の同じ水平線にマッピングする2つの画像変換(またはホモグラフィ)の決定です。整流は、その後のステレオ対応問題を単純化し、マッチングプロセスを高速化するために使用されます。変換を修正すると、一般に、取得した画像に遠近法による歪みが生じます。これは、ステレオ対応問題を処理する次のアルゴリズムの精度を向上させるために最小化する必要があります。最適な変換の検索は、通常、数値の最適化に依存して実行されます。この作業は、遠近法の歪みを最小限に抑えるホモグラフィを修正するための閉じた形のソリューションを提案します。実験的な比較により、以前の定式化の収束の問題を解決する能力が確認されました。そのPython実装が提供されています。
Stereo rectification is the determination of two image transformations (or homographies) that map corresponding points on the two images, projections of the same point in the 3D space, onto the same horizontal line in the transformed images. Rectification is used to simplify the subsequent stereo correspondence problem and speeding up the matching process. Rectifying transformations, in general, introduce perspective distortion on the obtained images, which shall be minimised to improve the accuracy of the following algorithm dealing with the stereo correspondence problem. The search for the optimal transformations is usually carried out relying on numerical optimisation. This work proposes a closed-form solution for the rectifying homographies that minimise perspective distortion. The experimental comparison confirms its capability to solve the convergence issues of the previous formulation. Its Python implementation is provided.