Method DrawMask
DrawMask(YoloMask, Image<Gray, byte>, float)
Declaration
public static void DrawMask(this YoloMask mask, Image<Gray, byte> output, float threshold = 0.5)
Parameters
Type | Name | Description |
---|---|---|
YoloMask | mask | |
Image<Gray, byte> | output | |
float | threshold |