RtdetrDetsigmoid Method
The sigmoid function takes in a float value and returns the result of applying the sigmoid function
to that value.
Namespace: OpenVinoSharp.Extensions.modelAssemblies: 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
private float sigmoid(
float data
)
- data Single
- The parameter "data" is a float value that represents the input to the sigmoid
function.
Single
the result of the sigmoid function applied to the input data.