Skip to content
1 change: 0 additions & 1 deletion aslam_cv/aslam_cameras/src/GridDetector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ void GridDetector::initializeDetector()
{
if (_options.plotCornerReprojection) {
cv::namedWindow("Corner reprojection");
cvStartWindowThread();
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ void GridCalibrationTargetAprilgrid::initialize()
if (_options.showExtractionVideo) {
cv::namedWindow("Aprilgrid: Tag detection");
cv::namedWindow("Aprilgrid: Tag corners");
cvStartWindowThread();
}

//create the tag detector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import itertools
import sys
import pylab as pl
import Image
from PIL import Image
import time

# make numpy print prettier
Expand Down