Commit 1c025be0 authored by Adrien BAK's avatar Adrien BAK

fix typos

parent 514f1fae
...@@ -77,9 +77,9 @@ int main(int, char** argv) ...@@ -77,9 +77,9 @@ int main(int, char** argv)
createTrackbar(cannyThresholdTrackbarName, windowName, &cannyThreshold,maxCannyThreshold); createTrackbar(cannyThresholdTrackbarName, windowName, &cannyThreshold,maxCannyThreshold);
createTrackbar(accumulatorThresholdTrackbarName, windowName, &accumulatorThreshold, maxAccumulatorThreshold); createTrackbar(accumulatorThresholdTrackbarName, windowName, &accumulatorThreshold, maxAccumulatorThreshold);
// inifinite loop to display // infinite loop to display
// and refresh the content of the output image // 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; int key = 0;
while(key != 'q' && key != 'Q') while(key != 'q' && key != 'Q')
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment