tagProfileDataPoint Struct Reference
#include <jcam_dll.h>
List of all members.
Detailed Description
Represents a coordinate and its associated pixel brightness.
|
Public Attributes |
| INT32 | x |
| | The x coordinate of the data point in 1000ths of an inch.
|
| INT32 | y |
| | The y coordinate of the data point in 1000ths of an inch.
|
| INT32 | brightness |
| | The intensity of the pixel where the laser was detected.
|
Member Data Documentation
|
|
The x coordinate of the data point in 1000ths of an inch.
|
|
|
The y coordinate of the data point in 1000ths of an inch.
|
|
|
The intensity of the pixel where the laser was detected.
The value is the sum of 7 pixels, each with 10 bits of resolution. Consequently, the maximum value is 7 * 210 = 7168. If you want to display this value in a traditional 255 level greyscale, you will have to map the brightness value to a 255 level greyscale on your own. |
The documentation for this struct was generated from the following file:
Click here to leave feedback