mirror of https://github.com/davisking/dlib.git
Added another reference on homography estimation
This commit is contained in:
parent
ceec456678
commit
c24c11f662
|
@ -390,6 +390,8 @@ namespace dlib
|
|||
find_projective_transform_basic() as a starting point for a BFGS based
|
||||
non-linear optimizer which will optimize the correct mean squared error
|
||||
criterion.
|
||||
|
||||
A great essay on this subject is Homography Estimation by Elan Dubrofsky.
|
||||
!*/
|
||||
{
|
||||
// make sure requires clause is not broken
|
||||
|
|
Loading…
Reference in New Issue