Azure Kinect Body Tracking SDK  1.0.1

◆ BodyIndexMap

Image Microsoft.Azure.Kinect.BodyTracking.Frame.BodyIndexMap
get

Get the body index map.

Called when the user has received a body frame and wants to access the data contained in it.

Body Index map is the body instance segmentation map. Each pixel maps to the corresponding pixel in the depth image or the IR image.The value for each pixel represents which body the pixel belongs to. It can be either background (BodyIndexMapBackground) or the index of a detected Body.