Commit c24c11f6 authored by Davis King's avatar Davis King

Added another reference on homography estimation

parent ceec4566
...@@ -390,6 +390,8 @@ namespace dlib ...@@ -390,6 +390,8 @@ namespace dlib
find_projective_transform_basic() as a starting point for a BFGS based find_projective_transform_basic() as a starting point for a BFGS based
non-linear optimizer which will optimize the correct mean squared error non-linear optimizer which will optimize the correct mean squared error
criterion. criterion.
A great essay on this subject is Homography Estimation by Elan Dubrofsky.
!*/ !*/
{ {
// make sure requires clause is not broken // make sure requires clause is not broken
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment