کارهایی را که فرمودید انجام دادم باز نشد من چند روزه درگیر این هستم.:
\documentclass{article}
\usepackage{algorithmic}
\usepackage{setspace}
\begin{document}
\begin{algorithmic}[1]
\REQUIRE $n\geq4$ putative correspondences\\
\ENSURE Set of inliers and Homography matrix $H$. \FOR{$k = 1$ to
$N$}
\STATE Randomly choose 4 correspondence,
\STATE Check whether these points are colinear, if so, redo the above step
\STATE Compute the homography $H_{curr}$ by DLT algorithm
\ENDFOR
\STATE Refinement: re-estimate H from all the inliers using the DLT algorithm.
\end{algorithmic}
\end{document}
توسط
Hmohammadiz
(30 امتیاز)