Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

matt77hias/Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Segmentation

Course Computer Vision: Segmentation

Academic Year: 2013-2014 (2nd semester - 1st Master of Science in Engineering: Computer Science)

About

A script counting the number of white blood cells in a given image using a Hough transform to detect circles (using Canny edge detection to detect the edges of the cells). For each found circle a feature vector (i.e. the average HSV color in the circle) is calculated. Finally, features are removed if they are located outside a manually determined interval.

Use

Input image

Canny edge detection - Hough transform

Feature vectors - Result