From 3bb0a5e33102e7eecd84947bc158fe865b8599cc Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Mon, 5 Sep 2011 08:18:45 +0000 Subject: [PATCH] minor changes in opencv_stitching --- modules/stitching/motion_estimators.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/stitching/motion_estimators.cpp b/modules/stitching/motion_estimators.cpp index 40e70ed..e7cd012 100644 --- a/modules/stitching/motion_estimators.cpp +++ b/modules/stitching/motion_estimators.cpp @@ -370,6 +370,7 @@ void BundleAdjuster::calcJacobian() ////////////////////////////////////////////////////////////////////////////// +// TODO replace with eigen void waveCorrect(vector &rmats) { LOGLN("Wave correcting..."); -- 2.7.4