https://raw.githubusercontent.com/STPR/contour_tracing/main/rust/src/lib.rs
ContourTracing
00 Remarks
01 Syntax
Microsoft.VisualBasic.Imaging.Drawing2D.Math2D.MarchingSquares.ContourTracing
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| BitsToPaths | 1 | |
| GetOutine | 1 |
03 Fields
04 Members
BitsToPaths(
SByte()())Parameters
| Name | Type | Description |
|---|---|---|
bits | SByte()() | 在这里使用字节表示像素的情况:0表示空白,1表示有像素 |
MN
Moore neighborhood
O_VERTEX
Bottom left coordinates
H_VERTEX
Bottom right coordinates
O_VALUE
Value to add into the array of contours
H_VALUE
(idem)
GetOutine(MapMatrix)