Emgu.CV.Capture.RetrieveGrayFrame C# (CSharp) Method

RetrieveGrayFrame() public method

Retrieve a Gray image frame after Grab()
public RetrieveGrayFrame ( ) : Byte>.Image
return Byte>.Image
      public virtual Image<Gray, Byte> RetrieveGrayFrame()
      {
         return RetrieveGrayFrame(0);
      }

Same methods

Capture::RetrieveGrayFrame ( int streamIdx ) : Byte>.Image