#include "highgui.h"int main(int argc, char* argv[]){
IplImage* img = cvLoadImage("Image.bmp");//Load the image
cvNamedWindow("Example", CV_WINDOW_AUTOSIZE );// Create a window
cvShowImage("Example", img );//Display the image
cvWaitKey(0);//Wait until user a key will be pressed//Free memory
cvReleaseImage(&img );
cvDestroyWindow("Example");}
The main idea of the test is to show mechanical functionality of the Cyclops’ head and ability of software to control the hardware. In experiment the head randomly move with random intervals from 0.2s to 1.8s.
Welcome to VsReality. The site is working from this point. It is like a mirror of our work, which reflect and bring everything what we do to everyone. If you interesting in technology such robotics, you will find helpful information which our site has.