#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
Include dependency graph for types.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | RobotFlow |
Data Structures | |
| struct | RobotFlow::tagrgb24 |
Defines | |
| #define | NOEDGE 255 |
| #define | POSSIBLE_EDGE 128 |
| #define | EDGE 0 |
Typedefs | |
| typedef unsigned short | RobotFlow::word |
| typedef unsigned char | RobotFlow::byte |
| typedef unsigned long | RobotFlow::dword |
| typedef unsigned char | RobotFlow::greyscale |
| typedef unsigned short | RobotFlow::rgb15 |
| typedef RobotFlow::tagrgb24 | RobotFlow::rgb24 |
Functions | |
| void | RobotFlow::rgb24_to_rgb15 (const rgb24 &pixel, rgb15 &out) |
| void | RobotFlow::rgb15_to_rgb24 (const rgb15 &pixel, rgb24 &out) |
| void | RobotFlow::rgb24_to_rgb24 (const rgb24 &pixel, rgb24 &out) |
|
|
|
|
|
|
|
|
|
1.4.4