From 55643299161ec6d5c6c23dbee36b94591ce146c8 Mon Sep 17 00:00:00 2001 From: Jamie Allen Date: Wed, 22 Feb 2012 20:48:24 +0100 Subject: [PATCH] NUM_RUN now set using XML config --- src/DiffNoiseAnalysis.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/DiffNoiseAnalysis.cpp b/src/DiffNoiseAnalysis.cpp index 77cfaf0..b8aff20 100755 --- a/src/DiffNoiseAnalysis.cpp +++ b/src/DiffNoiseAnalysis.cpp @@ -61,8 +61,6 @@ void DiffNoiseAnalysis::setup(int camWidth, int camHeight) cvColorImage2.allocate(RefractiveIndex::_vid_w,RefractiveIndex::_vid_h); cvGrayImage2.allocate(RefractiveIndex::_vid_w,RefractiveIndex::_vid_h); cvGrayDiff2.allocate(RefractiveIndex::_vid_w,RefractiveIndex::_vid_h); - - }