#include <yarp/sig/Image.h>
#include <yarp/os/all.h>
#include <iostream>
#include <math.h>
Go to the source code of this file.
|
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[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ 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 |
|
) |
| |
◆ printFrame()
void printFrame |
( |
int |
h, |
|
|
int |
w, |
|
|
int |
c |
|
) |
| |