fix typos

This commit is contained in:
Adrien BAK 2013-11-13 16:13:47 +09:00
parent 514f1fae95
commit 1c025be068

View File

@ -77,9 +77,9 @@ int main(int, char** argv)
createTrackbar(cannyThresholdTrackbarName, windowName, &cannyThreshold,maxCannyThreshold);
createTrackbar(accumulatorThresholdTrackbarName, windowName, &accumulatorThreshold, maxAccumulatorThreshold);
// inifinite loop to display
// infinite loop to display
// and refresh the content of the output image
// unti the user presses q or Q
// until the user presses q or Q
int key = 0;
while(key != 'q' && key != 'Q')
{