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 |