Method AddLabeler
AddLabeler(CameraLabeler)
Add the given CameraLabeler to the PerceptionCamera. It will be set up and executed by this PerceptionCamera each frame it captures data.
Declaration
public void AddLabeler(CameraLabeler cameraLabeler)
Parameters
Type | Name | Description |
---|---|---|
CameraLabeler | cameraLabeler | The labeler to add to this PerceptionCamera |