Visual Servoing Platform
version 3.3.1 under development (2020-12-16)
record_helper.h
1
#ifndef __record_helper_
2
#define __record_helper_
3
4
#include <string>
5
#include <visp3/core/vpImage.h>
6
7
bool
record_helper(
const
std::string &opt_seqname,
int
opt_record_mode,
const
vpImage<unsigned char>
&I);
8
bool
record_helper(
const
std::string &opt_seqname_1,
const
std::string &opt_seqname_2,
const
int
opt_record_mode,
9
const
vpImage<unsigned char>
&I_left,
const
vpImage<unsigned char>
&I_right);
10
11
#endif
12
vpImage< unsigned char >
local
soft
visp
visp-web-script
visp
tutorial
grabber
record_helper.h
Generated by
1.8.13