Skip to content

ismustachio/compPhotoProj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Computational Photography Project

This project attempts to act as a command-line utility, image filter. The program has the following avaliable image filter:

    LeftSobel RightSobel TopSobel BottomSobel Gaussian Emboss Identity Outline Sharp Blur Custom (3x3)
To maxize this utility, it is best to run against large batch of images. This utility will spawned a thread (goroutine) per each image. The more resources available the faster the computation should be. This project benefits from being embarrassingly parallel, and should scale linearly as the amount of parallelism increases.

Example Usage:

    ./compPhoto -p image.png -f Emboss -r 3
    ./compPhoto -p ./testImages/ -f Identity
    ./compPhoto -p image1.png -c '.3 .2 -1 0 1 1 .8 .2 .2' -r 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages