FastRCNN..::..Predict Method (array<Byte>[]()[][], Double)
Predicts the specified image.
Namespace:
SiaNet.ApplicationAssembly: SiaNet (in SiaNet.dll)
Syntax
public List<PredResult> Predict( byte[] imageBytes, double confidence )
Public Function Predict ( _ imageBytes As Byte(), _ confidence As Double _ ) As List(Of PredResult)
public: List<PredResult^>^ Predict( array<unsigned char^>^ imageBytes, double^ confidence )
Parameters
- imageBytes
- Type: array<Byte>[]()[][]
The image in byte aray.
- confidence
- Type: Double
The confidence level for the prediction result.