Télécharger la liste

Description du projet

homest is a C/C++ library for robust, non-linear
homography estimation. A homography (sometimes
also called a collineation) is a general plane to
plane projective transformation whose estimation
from matched image features is often necessary in
vision tasks. homest computes a homography
estimate that minimizes an appropriate non-linear
cost function defined on matching points (currently
either non-symmetric transfer error, symmetric
transfer error, Sampson error, or reprojection
error) and includes robust regression techniques
for coping with outliers (i.e., mismatched point
pairs). It supports the estimation of fully
projective (8 dof) and affine (6 dof) homographies.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-19 07:32
1.4

Cette version améliore la sécurité des threads en éliminant les variables globales. Elle ajoute les fichiers de configuration CMake pour la construction de la bibliothèque.
Tags: Stable
This release improves thread safety by eliminating global variables. It adds CMake configuration files for building the library.

2009-07-30 23:10
1.3

Un couple de questions à l'alignement de la mémoire et la génération de nombres aléatoires sur les systèmes 64 bits ont été fixés. Arguments supplémentaires ont été ajoutés à des routines d'estimation homographie qui exposent la liste des valeurs aberrantes détectées. La gestion des erreurs a été améliorée et plus bavarde de sortie a été ajoutée.
Tags: Stable
A couple of issues with memory alignment and random number generation on 64-bit systems were fixed. Extra arguments were added to homography estimation routines which expose the list of detected outliers. Error handling was improved and more verbose output was added.

2008-07-24 02:31
1.2

Ce communiqué a la capacité d'estimer homographies affine en plus de ceux totalement projectif. Une interface Matlab MEX a été ajoutée.
This release has the ability to estimate affine homographies in addition to fully projective ones. A Matlab MEX interface has been added.

Project Resources