Skip to content

An algorithm that searches for figures in a raster image.

Notifications You must be signed in to change notification settings

Phelete/IZP-2-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2 Project in IZP course FIT VUT

The target was to create an algorithm that will search for figures in a raster image.

Run Locally

Clone the project

  git clone https://github.com/Phelete/IZP-2-Project

Go to the project directory

  cd IZP-2-Project

Compile from sources

  gcc -std=c11 -Wall -Wextra -Werror src/figsearch.c -o bin/figsearch

Start the application

  ./figsearch help

Authors

About

An algorithm that searches for figures in a raster image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages