enricopro / computer_vision_unipd_labs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer Vision Labs

This repository contains the labs for the Computer Vision course at the University of Padova.

Lab 1:

Getting familiar with the OpenCV library and some really basic image manipulation.

Lab 2:

Image channels manipulation and applying filters to images such as:

  • Gaussian blur
  • Median blur
  • Max filtere (manually implemented)
  • Min filter (manually implemented) Image evaluation with histograms and histogram equalization.

Lab 3:

Masking images based on color. Learnng new constructors, the usage of cv::Rect() and other useful functions for color sampling.

About


Languages

Language:C++ 93.1%Language:CMake 6.9%