Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Project for the "Computer Vision and Image Processing M" course exam at Unibo.

Notifications You must be signed in to change notification settings

LorisGiann/Computer-Vision-Proj

Repository files navigation

Computer Vision and Image Processing M Project

Visual Inspection of Blade Tools

The task

In this project the task is to quality check a saw blade by measuring the angle of the teeth.

Inspection results are overlaid into the image: Alt text

An optional burr detection can also be carried out: Alt text

More information on the task to be carried out in the attached pdf

The solution

All the code, explained step by step, in this jupyter notebook (Main.ipynb file in the project root).

Run the code

To run the notebook, without needeing to install the specific version of the libraries, you can run the project in a docker container.

Open a shell in the project directory, then:

docker build -f Docker/Dockerfile --tag cvlab:latest .

docker run -d --net=host --name cvlab -v "$PWD":/home/cvlab -p 8888:8888 cvlab:latest

Get the link (with the access token included in the url) by looking at jupyter notebook ouput:

docker logs cvlab

About

Project for the "Computer Vision and Image Processing M" course exam at Unibo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published