Errata

Programming with the Kinect for Windows Software Development Kit

Errata for Programming with the Kinect for Windows Software Development Kit

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
PDF Page 96
First code snippet

In the ScanPositions() method, the first parameter of the heightFunction is Entries[0].Position. Isn't it more appropriate that the first parameter be Entries[start].Position? Since based on my understanding of the algorithm, we are changing the starting index (int start) at each iteration if the conditions are satisfied.

If my understanding is incorrect, can you please enlighten me by explaining what the the method does in detail? Thank you very much. This book is a good one.

Jaye Montejo  Feb 03, 2014