
Go to the source code of this file.
Functions | |
| int | main () |
| void | mouseCallback (int event, int x, int y, int flags, void *userdata) |
| const cv::Scalar | WHITE (255, 255, 255) |
Variables | |
| volatile int | mouseX |
| volatile int | mouseY = 0 |
| int main | ( | ) |
Definition at line 18 of file thermal_cam.cpp.
| void mouseCallback | ( | int | event, |
| int | x, | ||
| int | y, | ||
| int | flags, | ||
| void * | userdata | ||
| ) |
Definition at line 11 of file thermal_cam.cpp.
| const cv::Scalar WHITE | ( | 255 | , |
| 255 | , | ||
| 255 | |||
| ) |
| volatile int mouseX |
Definition at line 10 of file thermal_cam.cpp.
| volatile int mouseY = 0 |
Definition at line 10 of file thermal_cam.cpp.