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

Visualizedraw_poses(PoseResult, Mat, Single, Boolean) Method

Key point result drawing

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 draw_poses(
	PoseResult pose,
	Mat img,
	float visual_thresh = 0.2f,
	bool with_box = true
)

Parameters

pose  PoseResult
Key point data
img  Mat

[Missing <param name="img"/> documentation for "M:OpenVinoSharp.Extensions.process.Visualize.draw_poses(OpenVinoSharp.Extensions.result.PoseResult,Emgu.CV.Mat,System.Single,System.Boolean)"]

visual_thresh  Single  (Optional)

[Missing <param name="visual_thresh"/> documentation for "M:OpenVinoSharp.Extensions.process.Visualize.draw_poses(OpenVinoSharp.Extensions.result.PoseResult,Emgu.CV.Mat,System.Single,System.Boolean)"]

with_box  Boolean  (Optional)

[Missing <param name="with_box"/> documentation for "M:OpenVinoSharp.Extensions.process.Visualize.draw_poses(OpenVinoSharp.Extensions.result.PoseResult,Emgu.CV.Mat,System.Single,System.Boolean)"]

Return Value

Mat

[Missing <returns> documentation for "M:OpenVinoSharp.Extensions.process.Visualize.draw_poses(OpenVinoSharp.Extensions.result.PoseResult,Emgu.CV.Mat,System.Single,System.Boolean)"]

See Also