![]() |
Projekt Luna
1.0.1
Der humanoide Roboter
|
#include <windows.h>
#include <stdint.h>
#include <stdio.h>
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/calib3d/calib3d.hpp"
#include "opencv2/core/core.hpp"
#include "opencv2/imgcodecs.hpp"
#include "LunaOpenCVInterface.h"
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | global_variable static |
#define | internal static |
#define | Assert(expression) if(!(expression)) { *(int *)0 = 0; } |
Typdefinitionen | |
typedef uint8_t | uint8 |
typedef uint16_t | uint16 |
typedef uint32_t | uint32 |
typedef uint64_t | uint64 |
typedef int8_t | int8 |
typedef int16_t | int16 |
typedef int32_t | int32 |
typedef int64_t | int64 |
typedef int32_t | bool32 |
#define Assert | ( | expression | ) | if(!(expression)) { *(int *)0 = 0; } |
#define global_variable static |
#define internal static |
typedef int32_t bool32 |
typedef int16_t int16 |
typedef int32_t int32 |
typedef int64_t int64 |
typedef int8_t int8 |
typedef uint16_t uint16 |
typedef uint32_t uint32 |
typedef uint64_t uint64 |
typedef uint8_t uint8 |