Skip to content
This repository was archived by the owner on Sep 13, 2022. It is now read-only.
/ socof-project Public archive

Final Project for the SOCOF course of the Master in Informatics Engineering at ISEP. Graded 19/20

Notifications You must be signed in to change notification settings

itskikat/socof-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Digital Image Processing and Analysis in Multicore Systems

Digital Image Processing techniques, using sequential, multithreaded and threadpool-based approaches, developed in Java, as part of the final practical assignment of the SOCOF course.

Installation

Compile the source code using Java.

~ % javac ApplyFilters.java            # HighlightFire
~ % javac ApplyComplexFilters.java     # CleanImage

Usage

~ % java ApplyFilters            # HighlightFire
Insert the name of the file path you would like to use:
../HighlightFires/russia1.jpg
Insert the red value threshold:
1.35
~ % java ApplyComplexFilters     # CleanImage
Insert the name of the file paths you would like to use
    (1 per line)
    (END to stop):
../CleanImage/clean1.jpg
../CleanImage/clean2.jpg
../CleanImage/clean3.jpg
END

Author

Francisca Barros, 1210099

About

Final Project for the SOCOF course of the Master in Informatics Engineering at ISEP. Graded 19/20

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages