#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 | crop (const ImageOf< PixelRgb > &inImg, ImageOf< PixelRgb > &outImg, size_t start_x, size_t start_y, size_t width, size_t height) |
|
int | main (int argc, char *argv[]) |
|
◆ crop()
void crop |
( |
const ImageOf< PixelRgb > & |
inImg, |
|
|
ImageOf< PixelRgb > & |
outImg, |
|
|
size_t |
start_x, |
|
|
size_t |
start_y, |
|
|
size_t |
width, |
|
|
size_t |
height |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ printFrame()
void printFrame |
( |
int |
h, |
|
|
int |
w, |
|
|
int |
c |
|
) |
| |