Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 601 Bytes

File metadata and controls

6 lines (6 loc) · 601 Bytes

CVIP

This repository contains my implementations for homework assignments of course CSE 573: Computer Vision and Image processing.

Homework 1

In this homework we were supposed build a scene recognition system which will identify what kind of scene is the image representing. The aim of this homework was to implement this classic computer vision problem where we train our model using hundreds of images of different scenes and then it will be able to identify what kind of scenes a test image represents. The learning technique used here was unsupervised learning using Kmeans clustering.