From c24c11f662fc5d399e5083f5bb4680fafb9bbf96 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 6 Jan 2015 17:54:27 -0500 Subject: [PATCH] Added another reference on homography estimation --- dlib/geometry/point_transforms.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlib/geometry/point_transforms.h b/dlib/geometry/point_transforms.h index 0b59a8df6..121aec218 100644 --- a/dlib/geometry/point_transforms.h +++ b/dlib/geometry/point_transforms.h @@ -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