Constructor KeypointLabeler
KeypointLabeler()
Creates a new key point labeler. This constructor creates a labeler that is not valid until a IdLabelConfig and KeypointTemplate are assigned.
Declaration
public KeypointLabeler()
KeypointLabeler(IdLabelConfig, KeypointTemplate)
Creates a new key point labeler.
Declaration
public KeypointLabeler(IdLabelConfig config, KeypointTemplate template)
Parameters
| Type | Name | Description |
|---|---|---|
| IdLabelConfig | config | The Id label config for the labeler |
| KeypointTemplate | template | The active keypoint template |