Skip to content

swank-rats/image-processing-tests

Repository files navigation

Image processing tests

Installation and project setup

To get this project running you need OpenCV 2.4.9 and Poco C++ Libraries 1.5.4. We developed on Windows 7 by using Visual Studio 2013 as IDE and the Microsoft Visual C++ Compiler 18.00.21005.1 for x86 platform. The installation instructions are for Visual Studio 2013 and Windows.

It is necessary to add new system environment variables. So do not close the window, if you have opened it during the installation process.

  1. Install OpenSSL
  2. Download OpenSSL Installer for Windows
  3. Run installer
  4. Add a new system environment variable. To do so open Control Panel -> System -> Advanced system settings -> Environment variables.
  5. At system variables press the "new" button and add a variable with name "OPENSSL" and path to e.g. "C:\OpenSSL" (or to your new location) (with "" at the end!)
  6. OpenSSL installation is finished
  7. Install Poco C++ Libraries
  8. Download Poco C++ Libraries 1.5.4 (development version) all - direct link - download poco-1.5.4-all.zip
  9. Unpack the archive file to e.g. C:\Poco
  10. Navigate to the folder
  11. Open the file "components" and remove "CppUnit", "Data", "Data/SQLite", "Data/ODBC", "Data/MySQL", "Zip"
  12. You have to edit the path to your OpenSSL installation in the file "buildwin.cmd", if it is not "C:\OpenSSL"
  13. Double click build_vs120.cmd -> this command will build the needed files
  14. Make sure that the folder e.g."C:\Poco" contains a folder "bin" and "lib".
  15. Again add a new system environment variable.
  16. At system variables press the "new" button and add a variable with name "POCO" and path to "C:\Poco" (or to your new location) (with "" at the end!)
  17. Edit the variable PATH
  18. Add "C:\Poco\bin" at the end (between the last and the new entry must be a ";"!)
  19. Poco installation is finished.
  20. Clone this repository
  21. Open the solution with VS 2013
  22. Build the project
  23. Finish - now you can run the application!

About

Image-processing server performance test

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages