NUM_RUN now set using XML config

This commit is contained in:
Jamie Allen 2012-02-22 20:48:24 +01:00
parent 245d67cf8f
commit 5564329916

View File

@ -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);
}