Method DrawMask
DrawMask<TColor, TDepth>(Image<TColor, TDepth>, Image<Gray, byte>, TColor, double)
Declaration
public static void DrawMask<TColor, TDepth>(this Image<TColor, TDepth> image, Image<Gray, byte> mask, TColor color, double alpha = 0.5) where TColor : struct, IColor where TDepth : new()
Parameters
Type | Name | Description |
---|---|---|
Image<TColor, TDepth> | image | |
Image<Gray, byte> | mask | |
TColor | color | |
double | alpha |
Type Parameters
Name | Description |
---|---|
TColor | |
TDepth |