fix typos
This commit is contained in:
parent
514f1fae95
commit
1c025be068
@ -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')
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user