OpenCvSharp.UserInterface.CvWindowEx.WaitKey C# (CSharp) Метод

WaitKey() публичный статический Метод

Waits for a pressed key
public static WaitKey ( ) : Keys
Результат Keys
        public static Keys WaitKey()
        {
            return WaitKey(0);
        }
#if LANG_JP

Same methods

CvWindowEx::WaitKey ( int delay ) : Keys