Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 863 Bytes

File metadata and controls

19 lines (11 loc) · 863 Bytes

Program for image processing

This program helps in processing the image file with different filters.

Software/Hardware details of the program development.

  1. The development is done on Linux OS (Fedora 14).
  2. The development is done in OpenCV version 2.4.5 with C/C++ API. Initially the program was build with only C API but due to some deprecation of C API in OpenCV, it was later replaced with C++ OpenCV APIs.

For successfully running the program, OpenCV needs to be installed.

Copyright © Payel Bandyopadhyay

This code cannot be used by any other party without any permission. If done, then it will be illegal. For further contributions, please contact pbandyop@cs.helsinki.fi

P.S. As this project was build as a part of research orgranization, so data files haven't been added.