cvWaitKey
Waits for a pressed key
int cvWaitKey( int delay=0 );
- delay
- Delay in milliseconds.
- Return
- Maybe ASCII code
Note: This function is the only method in HighGUI to fetch and handle events so it needs to be called periodically for normal event processing, unless HighGUI is used within some environment that takes care of event processing.
Labels: OpenCV
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home