Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

EricCrosson/image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FilterClient

What is FilterClient?

FilterClient is a silly name for a project that applies filters to images. At this stage, the only filter implemented is an edge-detecting Laplacian filter.

How to get started

Browsing through the code is the best way to get a feel for this project. It's short, and sweet. Dive right in to mainwindow.cpp!

Compilation instructions

This project is quite simple, and thus follows the standard Qt compilation procedure. Specifically, run the following commands:

qmake FilterClient.pro
make

Beware

Of the hard-coded paths. I dropped this project quickly after the initial proof-of-concept run; as such, it doesn't have many bells-and-whistles that would qualify it for outsiders to use. Instead, see the directory named `examples' for the kind of output this program is capable of.

Additional resources

I wrote a small bit about this project on my Wordpress blog. You can find the article here: Image Processing in C++

About

A functional image processing project, with convolution over a supplied image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published