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

Resizeletterbox_img(Mat, Int32, Single) Method

[Missing <summary> documentation for "M:OpenVinoSharp.Extensions.process.Resize.letterbox_img(OpenCvSharp.Mat,System.Int32,System.Single@)"]

Definition

Namespace: OpenVinoSharp.Extensions.process
Assembly: OpenVINO_CSharp_API_Extensions_OpenCvSharp (in OpenVINO_CSharp_API_Extensions_OpenCvSharp.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
C#
public static Mat letterbox_img(
	Mat image,
	int length,
	out float scales
)

Parameters

image  Mat

[Missing <param name="image"/> documentation for "M:OpenVinoSharp.Extensions.process.Resize.letterbox_img(OpenCvSharp.Mat,System.Int32,System.Single@)"]

length  Int32

[Missing <param name="length"/> documentation for "M:OpenVinoSharp.Extensions.process.Resize.letterbox_img(OpenCvSharp.Mat,System.Int32,System.Single@)"]

scales  Single

[Missing <param name="scales"/> documentation for "M:OpenVinoSharp.Extensions.process.Resize.letterbox_img(OpenCvSharp.Mat,System.Int32,System.Single@)"]

Return Value

Mat

[Missing <returns> documentation for "M:OpenVinoSharp.Extensions.process.Resize.letterbox_img(OpenCvSharp.Mat,System.Int32,System.Single@)"]

See Also