MiticCreature / Mapping-pixels-to-LEDs-for-the-Photon-pixel-coupling-method

This software is mapping pixels to LED positions. The coordinates of each LED position is recorded as a string inside an array variable. The array variable is printed as a VB6 source code in a textbox object. Next, the content of the textbox object is manually copied inside the VB6 source code of the Vesta software.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photon-pixel coupling (mapping pixels to LEDs)

A webcam films an array of LEDs as seen in the image below. In each frame, these LEDs represent the output of different sensors and may have a variable brightness. Thus, this brightness must be converted to numerical values for analysis. But which pixel from the image is the most representative for an LED brightness? The positions of the LEDs are relative to the position of the camcorder. Thus, this software allows you to set the position of each LED over an image, as well as the pixel representative for brightness. The coordinates of each LED position is recorded as a string inside an array variable. The array variable is printed as a VB6 source code in a textbox object. Next, the content of the textbox object is manually copied inside the VB6 source code of the Vesta software (please look at the source code in the Vesta software). Also, please read:

  1. Photon-pixel coupling: A method for parallel acquisition of electrical signals in scientific investigations

  2. The electrical activity map of the human skin indicates strong differences between normal and diabetic individuals

  3. Maps of electrical activity in diabetic patients and normal individuals

Programming language: Visual Basic 6.0

screenshot screenshot

References

  • Gagniuc, P.A., Ionescu-Tirgoviste, C., Gagniuc, E.. Photon-pixel coupling: a method for parallel acquisition of electrical signals for scientific investigations. Methods X, 6(2019) 968-979.

  • Constantin IONESCU-TIRGOVISTE*, Paul A. GAGNIUC*, Elvira Gagniuc. The electrical activity map of the human skin indicates strong differences between normal and diabetic individuals: A gateway to onset prevention. Biosensors and Bioelectronics, 120 (2018) 188–194.

  • Ionescu-Tirgoviste, C., Gagniuc, P.A., Gagniuc, E.. Maps of electrical activity in diabetic patients and normal individuals. Data Brief. 2018, 21: 795–832.

About

This software is mapping pixels to LED positions. The coordinates of each LED position is recorded as a string inside an array variable. The array variable is printed as a VB6 source code in a textbox object. Next, the content of the textbox object is manually copied inside the VB6 source code of the Vesta software.

License:MIT License


Languages

Language:Visual Basic 6.0 100.0%