Creates a proxy class of the specified list
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static InputArray Create<T>( IEnumerable<T> enumerable, MatType type ) where T : struct, new()
Parameters
- enumerable
- Type: System.Collections.GenericIEnumerableT
Array object - type
- Type: OpenCvSharp.CPlusPlusMatType
Matrix depth and channels for converting array to cv::Mat
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:OpenCvSharp.CPlusPlus.InputArray.Create``1(System.Collections.Generic.IEnumerable{``0},OpenCvSharp.CPlusPlus.MatType)"]
Return Value
Type: InputArray[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.InputArray.Create``1(System.Collections.Generic.IEnumerable{``0},OpenCvSharp.CPlusPlus.MatType)"]
See Also