From e899f7cc1cfb4bdf286e1480db0cd443845934f1 Mon Sep 17 00:00:00 2001 From: TinyOh Date: Wed, 13 Feb 2019 16:10:54 +0800 Subject: [PATCH] fix(models): move value --- src/mynteye/api/synthetic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mynteye/api/synthetic.cc b/src/mynteye/api/synthetic.cc index f2a6998..b68cfd4 100644 --- a/src/mynteye/api/synthetic.cc +++ b/src/mynteye/api/synthetic.cc @@ -460,8 +460,8 @@ void Synthetic::InitProcessors() { auto &&rectify_processor_ocv = std::make_shared(intr_left_, intr_right_, extr_, RECTIFY_PROC_PERIOD); - rectify_processor = rectify_processor_ocv; Q = rectify_processor_ocv->Q; + rectify_processor = rectify_processor_ocv; #ifdef WITH_CAM_MODELS } else if (calib_model_ == CalibrationModel::KANNALA_BRANDT) { rectify_processor_imp =