Giter VIP home page Giter VIP logo

imagemanipulator's Introduction

Assignment 4
Author: James Foster
Image Manipulation

This program can perform a number of operation on images including thresholds, addition,subtraction, masking and inverting. The method to run each operation is detailed below. The program will output the resulting image to the directory from which it is held.

There are unit tests that test various sections of the program. Details on how to run the unit tests are listed below.

Instructions to run the program:
	To run the program perform the following commands
	Make:
		in project directory type "Make"
	Invert: 
		./imageops -i I1 (where I1 is the name of the image to invert) 
	
	Subtraction:
		./imageops -s I1 I2 ( Subtract I2 from i1)

	Addition:
		./imageops -a I1 I2 
	
	Threshold:
		./imageops -t I1 f (where f is the value to threshold by)

	Mask:
		./imageops -l I1 I2 (mask I1 with I2)

To run the unit tests:
	Make:
		in project directory type "Make"
	Test:
		type run_unittest

Files included in the project
	Image.cpp
	ImageHeader.h
	unittests.cpp
	catch.hpp
	LennaAddition
	LennaSubtraction
	LennaMask
	Lenna_hat_mask
	LennaInversion
	Lennathreshold
	makefile
	ImageDriver.cpp
	
	
		
		

imagemanipulator's People

Contributors

jpfoz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.