Skip to content

Commit

Permalink
Added Window.WaitKey() for PerspectiveTransformSample result
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardMelito committed May 8, 2021
1 parent 02f305d commit 762e2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SamplesCS/Samples/PerspectiveTransformSample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ private void CallbackOpenCVAnnotate(MouseEventTypes e, int x, int y, MouseEventF
Cv2.WarpPerspective(OriginalImage, dst, matrix, dst.Size());
using var dsts = new Window("dst", dst);
point2Fs.Clear();
Window.WaitKey();
}
}
}
Expand Down

0 comments on commit 762e2e8

Please sign in to comment.