Represents a coordinate and its associated pixel brightness. More...
#include <jcam_dll.h>
Public Attributes | |
INT32 | x |
The x coordinate of the data point in 1000ths of an inch. More... | |
INT32 | y |
The y coordinate of the data point in 1000ths of an inch. More... | |
INT32 | brightness |
The intensity of the pixel where the laser was detected. More... | |
Represents a coordinate and its associated pixel brightness.
INT32 tagProfileDataPoint::brightness |
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.
INT32 tagProfileDataPoint::x |
The x coordinate of the data point in 1000ths of an inch.
INT32 tagProfileDataPoint::y |
The y coordinate of the data point in 1000ths of an inch.