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

RtdetrDetsigmoid Method

The sigmoid function takes in a float value and returns the result of applying the sigmoid function to that value.

Definition

Namespace: OpenVinoSharp.Extensions.model
Assemblies:  OpenVINO_CSharp_API_Extensions_OpenCvSharp (in OpenVINO_CSharp_API_Extensions_OpenCvSharp.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
  OpenVINO_CSharp_API_Extensions_EmguCV (in OpenVINO_CSharp_API_Extensions_EmguCV.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
C#
private float sigmoid(
	float data
)

Parameters

data  Single
The parameter "data" is a float value that represents the input to the sigmoid function.

Return Value

Single
the result of the sigmoid function applied to the input data.

See Also