Method Classify
Classify(Image<Bgr, byte>)
Classifies an image and returns a list of classifications.
Declaration
IReadOnlyList<YoloClassification> Classify(Image<Bgr, byte> image)
Parameters
| Type | Name | Description |
|---|---|---|
| Image<Bgr, byte> | image | The image to classify. |
Returns
| Type | Description |
|---|---|
| IReadOnlyList<YoloClassification> | A read-only list of YoloClassification representing the classifications of the image. |