Skip to content

An image is converted to the HSV color space for color based segmentation. The body tones can be used for tracking and AR applications.

Notifications You must be signed in to change notification settings

kbmajeed/color_segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Segmentation for Body Tones

Introduction

An image is converted to the HSV color space for color based segmentation. The body tones can be used for tracking and AR applications.

Description

This simple color segmentation approach is as follows:

ImageHSV <- ImageRGB
Segment ImageHSV using H-S-V ranges
Return output

Results

The GIF below shows the application of the algorithm on a video:

About

An image is converted to the HSV color space for color based segmentation. The body tones can be used for tracking and AR applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages