Method ShowImage
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
ShowImage(Mat?)
Shows the image in this window
public void ShowImage(Mat? img)
Parameters
imgMatImage to be shown.
ShowImage(UMat?)
Shows the image in this window
public void ShowImage(UMat? img)
Parameters
imgUMatImage to be shown.