Method FindNonZero
FindNonZero<TColor, TDepth>(Image<TColor, TDepth>)
Declaration
public static Point[] FindNonZero<TColor, TDepth>(this Image<TColor, TDepth> image) where TColor : struct, IColor where TDepth : new()
Parameters
| Type | Name | Description |
|---|---|---|
| Image<TColor, TDepth> | image |
Returns
| Type | Description |
|---|---|
| Point[] |
Type Parameters
| Name | Description |
|---|---|
| TColor | |
| TDepth |