FastRCNN..::..Predict Method (Bitmap, Double)

Predicts the specified image.

Namespace:  SiaNet.Application
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public List<PredResult> Predict(
	Bitmap bmp,
	double confidence
)
Public Function Predict ( _
	bmp As Bitmap, _
	confidence As Double _
) As List(Of PredResult)
public:
List<PredResult^>^ Predict(
	Bitmap^ bmp, 
	double^ confidence
)

Parameters

bmp
Type: Bitmap
The image in bitmap format.
confidence
Type: Double
The confidence level for the prediction result.

Return Value