script4

run calibrator script first

x = imagePoints(:,1,1);
y = imagePoints(:,2,1);
plot(x,y,'ko');
axis ij
rgb = imread(char(imageFileNames{1}));
imshow(rgb);
hold on
plot(x,y,'yo');
hold off
Warning: Image is too big to fit on screen; displaying at 25%