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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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