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 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[])
 

Function Documentation

◆ crop()

void crop ( const ImageOf< PixelRgb > &  inImg,
ImageOf< PixelRgb > &  outImg,
size_t  start_x,
size_t  start_y,
size_t  width,
size_t  height 
)

Definition at line 17 of file main.cpp.

◆ main()

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

Definition at line 37 of file main.cpp.

◆ printFrame()

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

Definition at line 85 of file main.cpp.