Skip to content
/ ips Public
forked from auca/com.392

Parallel and Distributed Programming (COM 451)

Notifications You must be signed in to change notification settings

begimai/ips

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ips Sobel Filter with mutexes

ips is a test bed environment to design and test various image processing algorithms.

Prerequisites

Software

  • CMake 2.8.0

Visual Studio 2015 Update 3 on Windows or Xcode 7.3.1 on macOS or any compatible compiler and a Make utility on Unix/Unix-like systems including macOS and Linux.

Usage

Create a build directory and set it as a current working directory.

Configure the project to generate IDE or Make files

# on Windows for Visual Studio
cmake .. -G "Visual Studio 14 Win64"

# on MacOS for Xcode
cmake .. -G "Xcode"

# on MacOS or Linux to generate Make files
cmake .. -G "Unix Makefiles"

Build the project

cmake --build .

Run the program from the build/ips/ directory

./ips [path to a png image]

On Windows you can also drag and drop an image file to manipulate into the program's window.

Credits

ips was created by Dmitrii Toksaitov. ips was edited by Begimai Amantaeva.

About

Parallel and Distributed Programming (COM 451)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 69.4%
  • CMake 30.2%
  • GLSL 0.4%