Please use. NET 5,. NET 6, NET 7,. NET 8, NET Framework 4.6, NET Framework 4.61, NET Framework 4.7, NET Framework 4.72, NET Framework 4.8, NET Framework 4.81, and. NET Core 3.1 versions

Resizecls_img(Mat, ListInt32) Method

[Missing <summary> documentation for "M:OpenVinoSharp.Extensions.process.Resize.cls_img(Emgu.CV.Mat,System.Collections.Generic.List{System.Int32})"]

Definition

Namespace: OpenVinoSharp.Extensions.process
Assembly: OpenVINO_CSharp_API_Extensions_EmguCV (in OpenVINO_CSharp_API_Extensions_EmguCV.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
C#
public static Mat cls_img(
	Mat img,
	List<int> cls_image_shape
)

Parameters

img  Mat

[Missing <param name="img"/> documentation for "M:OpenVinoSharp.Extensions.process.Resize.cls_img(Emgu.CV.Mat,System.Collections.Generic.List{System.Int32})"]

cls_image_shape  ListInt32

[Missing <param name="cls_image_shape"/> documentation for "M:OpenVinoSharp.Extensions.process.Resize.cls_img(Emgu.CV.Mat,System.Collections.Generic.List{System.Int32})"]

Return Value

Mat

[Missing <returns> documentation for "M:OpenVinoSharp.Extensions.process.Resize.cls_img(Emgu.CV.Mat,System.Collections.Generic.List{System.Int32})"]

See Also