Finding the closest image to a given image across multiple directories through one or multiple processes. Shows the use of pipe and fork for greater efficiency.
Use the given Makefile.
To use write command on terminal: ./one_process -d DIR_NAME IMAGE_FILE
The above is for an image search on a single process
To use write command on terminal: ./image_retrieval -d DIR_NAME IMAGE_FILE
The above is for an image search on a multiple processes