http://www.emgu.com
Similar to the C++ implementation of cv::Capture >> Mat. It first call Grab() function follows by Retrieve()
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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