http://www.emgu.com
Create a Pix object by coping data from Mat
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic Sub New (
mat As Mat
)
Parameters
- mat
- Type: Emgu.CVMat
The Mat to create the Pix object from
See Also