Unpacks semantic channels from a packed channel bitmask.
This method converts a bitmask value from a packed channel pixel into a SceneSegmentationChannels OptionSet, where each bit represents a semantic channel (bit 0 = Sky, bit 1 = Ground, etc.).
- Parameter bitmask: The value of a pixel from an image returned by latestPackedChannels() - Returns: A SceneSegmentationChannels OptionSet representing the channels present in the bitmask
Unpacks semantic channels from a packed channel bitmask.
This method converts a bitmask value from a packed channel pixel into a
SceneSegmentationChannelsOptionSet, where each bit represents a semantic channel (bit 0 = Sky, bit 1 = Ground, etc.).
- Parameter bitmask: The value of a pixel from an image returned by
latestPackedChannels()- Returns: A
SceneSegmentationChannelsOptionSet representing the channels present in the bitmask