public SegmentedColorFrame(Windows.Kinect.ColorFrame cf, ClosestBodyFrame cbf) : base(cf) { underlyingClosestBodyFrame = cbf; SetCenter(); // If unable to segment, then the reader should return a null frame segmented = Segment(); // No need to threshold because there is no depth data }
public HeadColorFrame(Windows.Kinect.ColorFrame cf, ClosestBodyFrame cbf) : base(cf, cbf) { Type = FrameType.HeadColor; }