Click or drag to resize
UMat Constructor
http://www.emgu.com
Overload List
  NameDescription
Public methodUMat
Create an empty cv::UMat
Public methodUMat(SerializationInfo, StreamingContext)
Constructor used to deserialize runtime serialized object
Public methodUMat(UMat, Rectangle)
Get the Umat header for the specific roi of the parent
Public methodUMat(Size, DepthType, Int32)
Create a umat of the specific type.
Public methodUMat(Int32, Int32, DepthType, Int32)
Create a umat of the specific type.
Top
See Also