JCam DLL API Reference
tagProfileDataPoint Struct Reference

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...
 

Detailed Description

Represents a coordinate and its associated pixel brightness.

Member Data Documentation

◆ 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.

◆ x

INT32 tagProfileDataPoint::x

The x coordinate of the data point in 1000ths of an inch.

◆ y

INT32 tagProfileDataPoint::y

The y coordinate of the data point in 1000ths of an inch.


The documentation for this struct was generated from the following file: