Skip to content

Main theme of my implementation is use of K-means clustering after RGB -> YCbCr Conversion.

Notifications You must be signed in to change notification settings

koominsoo/Splash_of_Colour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Splash of Colour through Binary Segmentation

In Korean, it's 컬러추출필터 and in Chinese 局部彩色.

This is a technique that remains specific colour tone while making every others monochrome.
Main theme of my implementation is use of Bilateral K-means clustering (which simply means k = 2) after RGB -> YCbCr Conversion. For K-means clustering, I didn't consider Y (luminence value).

Demo Result
SoC_Ex_1

About

Main theme of my implementation is use of K-means clustering after RGB -> YCbCr Conversion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages