Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 464 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 464 Bytes

Image_Retrieval

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