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