not used now
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void AssignTo(
SparseMat m,
int type = -1
)
Public Sub AssignTo (
m As SparseMat,
Optional type As Integer = -1
)
public:
void AssignTo(
SparseMat^ m,
int type = -1
)
member AssignTo :
m : SparseMat *
?type : int
(* Defaults:
let _type = defaultArg type -1
*)
-> unit
function AssignTo(m, type);
Parameters
- m
- Type: OpenCvSharpSparseMat
- type (Optional)
- Type: SystemInt32
See Also