|
bazar
1.3.1
|
#include <stdio.h>#include <iostream>#include <fstream>#include "lightmap.h"#include <highgui.h>
Go to the source code of this file.
Macros | |
| #define | M_PI 3.1415926535897932384626433832795 |
Functions | |
| static void | normalize (float normal[3]) |
| static bool | saveMat (const CvMat *m, const char *fn) |
| static CvGrowMat * | loadMat (const char *fn) |
| #define M_PI 3.1415926535897932384626433832795 |
Definition at line 11 of file lightmap.cpp.
|
static |
Definition at line 522 of file lightmap.cpp.
References CvGrowMat::resize().
Referenced by LightMap::load().
|
static |
Definition at line 431 of file lightmap.cpp.
Referenced by LightMap::addNormalCalib().
|
static |
Definition at line 504 of file lightmap.cpp.
Referenced by LightMap::save().
1.8.1.2