http://www.emgu.com
Similar to the C++ implementation of cv::Capture >> Mat
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic void Read(
Mat m
)
Public Sub Read (
m As Mat
)
public:
void Read(
Mat^ m
)
member Read :
m : Mat -> unit
Parameters
- m
- Type: Emgu.CVMat
The matrix the image will be read into.
See Also