

| MatSetIdentity Method | 
Namespace: OpenCvSharp
 Syntax
Syntaxpublic void SetIdentity( Nullable<Scalar> s = null )
Public Sub SetIdentity ( Optional s As Nullable(Of Scalar) = Nothing )
public: void SetIdentity( Nullable<Scalar> s = nullptr )
member SetIdentity : ?s : Nullable<Scalar> (* Defaults: let _s = defaultArg s null *) -> unit
function SetIdentity(s);
 See Also
See Also