OpenCvSharp.UserInterface.CvWindowEx.WaitKey C# (CSharp) Méthode

WaitKey() public static méthode

Waits for a pressed key
public static WaitKey ( ) : Keys
Résultat Keys
        public static Keys WaitKey()
        {
            return WaitKey(0);
        }
#if LANG_JP

Same methods

CvWindowEx::WaitKey ( int delay ) : Keys