MobilenetRecognize Method |
https://www.emgu.com
Load the file, ran it through the mobile net graph and return the recognition results
Namespace:
Emgu.TF.Lite.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic MobilenetRecognitionResult[] Recognize(
string imageFile
)
Public Function Recognize (
imageFile As String
) As MobilenetRecognitionResult()
public:
array<MobilenetRecognitionResult^>^ Recognize(
String^ imageFile
)
member Recognize :
imageFile : string -> MobilenetRecognitionResult[]
Parameters
- imageFile
- Type: SystemString
The image to be loaded
Return Value
Type:
MobilenetRecognitionResultThe recognition result sorted by probability
See Also