OpenCV
3.0.0-rc1
Open Source Computer Vision
|
#include "opencv2/core.hpp"
#include "opencv2/face.hpp"
#include "opencv2/highgui.hpp"
#include <iostream>
#include <fstream>
#include <sstream>
Functions | |
int | main (int argc, const char *argv[]) |
static Mat | norm_0_255 (InputArray _src) |
static void | read_csv (const string &filename, vector< Mat > &images, vector< int > &labels, char separator= ';') |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
|
static |
|
static |