iCub-main
Functions
main.cpp File Reference
#include <yarp/sig/Image.h>
#include <yarp/os/all.h>
#include <iostream>
#include <math.h>
+ Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

void printFrame (int h, int w, int c)
 
void merge (const ImageOf< PixelRgb > &imgR, const ImageOf< PixelRgb > &imgL, ImageOf< PixelRgb > &out, size_t start_lx, size_t start_ly, size_t start_rx, size_t start_ry, double alpha1, double alpha2)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 74 of file main.cpp.

◆ merge()

void merge ( const ImageOf< PixelRgb > &  imgR,
const ImageOf< PixelRgb > &  imgL,
ImageOf< PixelRgb > &  out,
size_t  start_lx,
size_t  start_ly,
size_t  start_rx,
size_t  start_ry,
double  alpha1,
double  alpha2 
)

Definition at line 17 of file main.cpp.

◆ printFrame()

void printFrame ( int  h,
int  w,
int  c 
)

Definition at line 134 of file main.cpp.