MatOfShort.FromArray Method |
Name | Description | |
---|---|---|
![]() ![]() | FromArray(IEnumerable<Int16>) |
Initializes as N x 1 matrix and copys array data to this
|
![]() ![]() | FromArray(Int16[,]) |
Initializes as M x N matrix and copys array data to this
|
![]() ![]() | FromArray(Int16[]) |
Initializes as N x 1 matrix and copys array data to this
|