Skip to content

DennisZZH/MrStitch

Repository files navigation

MrStitch

Network based Panorama project for CS176B

How to run

Install OpenCV library

If you are using Mac, plase check out how to install opencv

Compile client and server

To compile server program:

g++ $(pkg-config --cflags --libs opencv4) -std=c++11  servername.cpp -o servername

To compile client program:

g++ clientname.cpp -o clientname

Modify IP address

Open the client program, change the variavle server_ip to your current server IP address.

Example images

Please use the GrandCanyon images folder that we provide in the directory for testing. The program does not work if using other image folder due to some hard coded syntax in the program. Adaptive client program under construction.

About

Network based Panorama project for CS176B

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published