MatAssignTo Method |
Namespace: OpenCvSharp
public void AssignTo( Mat m, Nullable<MatType> type = null )
Public Sub AssignTo ( m As Mat, Optional type As Nullable(Of MatType) = Nothing )
public: void AssignTo( Mat^ m, Nullable<MatType> type = nullptr )
member AssignTo : m : Mat * ?type : Nullable<MatType> (* Defaults: let _type = defaultArg type null *) -> unit