Detection
Detection - DetectArc
Detects an arc inside the image within a given FittingField
IN
| Name | Type | Description |
|---|---|---|
| InImage | Image | The input image |
| InFittingField | ArcFittingField | The arc fitting filed |
| InEdgeScanParams | EdgeScanParams | The edge scan parameters |
| InSamplingParams | SamplingParams | The sampling parameters |
| InScanCount | Int | The scan count along the arc |
| InScanWidth | Int | The scan width along the arc |
| InSelection | Enum < Selection > | The edge selection |
| InMaxIncomplitness | Float | The max incomplitness score |
| InCircleFittingMethod | Enum < CircleFittingMethod > | The fitting method |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutArc | Arc2D | The arc result |
| Error | ErrorState | Gets the execution error message |
Detection - DetectCircle
Detects a circle inside the image within a given FittingField
IN
| Name | Type | Description |
|---|---|---|
| InImage | Image | The input image |
| InFittingField | CircleFittingField | The circle fitting filed |
| InEdgeScanParams | EdgeScanParams | The edge scan parameters |
| InSamplingParams | SamplingParams | The sampling parameters |
| InScanCount | Int | The scan count along the circle |
| InScanWidth | Int | The scan width along the circle |
| InSelection | Enum < Selection > | The edge selection |
| InMaxIncomplitness | Float | The max incomplitness score |
| InCircleFittingMethod | Enum < CircleFittingMethod > | The fitting method |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutCircle | Circle2D | The circle result |
| Error | ErrorState | Gets the execution error message |
Detection - DetectPath
Detects a path inside the image within a given FittingField
IN
| Name | Type | Description |
|---|---|---|
| InImage | Image | The input image |
| InFittingField | PathFittingField | The segment fitting filed |
| InEdgeScanParams | EdgeScanParams | The edge scan parameters |
| InSamplingParams | SamplingParams | The sampling parameters |
| InScanWidth | Int | The scan width along the segment |
| InSelection | Enum < Selection > | The edge selection |
| InMaxIncompleteness | Float | The max incompleteness |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| OutPath | Path | The arc result |
| Error | ErrorState | Gets the execution error message |
Detection - DetectSegment
Detects a segment inside the image within a given FittingField
IN
| Name | Type | Description |
|---|---|---|
| InImage | Image | The input image |
| InFittingField | SegmentFittingField | The segment fitting filed |
| InEdgeScanParams | EdgeScanParams | The edge scan parameters |
| InSamplingParams | SamplingParams | The sampling parameters |
| InScanCount | Int | The scan count along the segment |
| InScanWidth | Int | The scan width along the segment |
| InSelection | Enum < Selection > | The edge selection |
| InMaxIncomplitness | Float | The max incomplitness score |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Error | ErrorState | Gets the execution error message |