Skip to content

openFramework application that extract and classify images HSB color information to use in audio synthesis

Notifications You must be signed in to change notification settings

rbgtoffolo/colorAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colorAnalysis

The colourAnalysis class implements some methods to extract color data from an image and classify them using Hue, Saturation, and Brightness values. The main purpose is to extract information to use in audio synthesis.

The extractColor classifies the proximity of the colors using a configurable threshold for each hue, saturation, and brightness parameter.

The main algorithm does a lot of std::vector operations that are a bit slow to use in real-time applications.

About

openFramework application that extract and classify images HSB color information to use in audio synthesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published