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

Predicts the specified image.

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

Syntax


public List<PredResult> Predict(
	string imagePath,
	double confidence
)
Public Function Predict ( _
	imagePath As String, _
	confidence As Double _
) As List(Of PredResult)
public:
List<PredResult^>^ Predict(
	String^ imagePath, 
	double^ confidence
)

Parameters

imagePath
Type: String
The image path.
confidence
Type: Double
The confidence level for the prediction result.

Return Value