Skip to content

A simple C application that uses forks and pipes to create different processes that search through first-depth sub-directories of a given directory for the closest image to the provided one using euclidean distance

Notifications You must be signed in to change notification settings

BasselAshi/PPM-ImageFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPM-ImageFinder

A simple C application that uses forks and pipes to create different processes that search through first-depth sub-directories of a given directory for the closest image to the provided one using euclidean distance

Installation

  • This application is intended to be used on Unix-based machines such as Linux and Mac

Use the provided Makefile for compilation by running the following code in the terminal

make

Usage

one_process is being used in the provided examples. image_retrieval does the same exact thing using multiple processes ([] are optional)

./one_process [-d other] pyramid.ppm

About

A simple C application that uses forks and pipes to create different processes that search through first-depth sub-directories of a given directory for the closest image to the provided one using euclidean distance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published