Click or drag to resize

Pix Constructor

http://www.emgu.com
Create a Pix object by coping data from Mat

Namespace:  Emgu.CV.OCR
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public Pix(
	Mat mat
)

Parameters

mat
Type: Emgu.CVMat
The Mat to create the Pix object from
See Also