Click or drag to resize

Cv2EnsureSizeIsEnough Method

Overload List
  NameDescription
Public methodStatic memberEnsureSizeIsEnough(Size, MatType, GpuMat)
Ensures that size of the given matrix is not less than (rows, cols) size and matrix type is match specified one too
Public methodStatic memberEnsureSizeIsEnough(Int32, Int32, MatType, GpuMat)
Ensures that size of the given matrix is not less than (rows, cols) size and matrix type is match specified one too
Top
See Also