CocoSsdMobilenetGetResults Method |
https://www.emgu.com
Get the result for running the model
Namespace:
Emgu.TF.Lite.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic CocoSsdMobilenetRecognitionResult[] GetResults(
float scoreThreshold
)
Public Function GetResults (
scoreThreshold As Single
) As CocoSsdMobilenetRecognitionResult()
public:
array<CocoSsdMobilenetRecognitionResult^>^ GetResults(
float scoreThreshold
)
member GetResults :
scoreThreshold : float32 -> CocoSsdMobilenetRecognitionResult[]
Parameters
- scoreThreshold
- Type: SystemSingle
The score threshold, objects that has a score lower than this will not be return
Return Value
Type:
CocoSsdMobilenetRecognitionResultA list of recognition results.
See Also