ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Merge similar colors?

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
PeterPanino Posted - Jun 02 2024 : 17:37:01
These are the 16 most frequent colors in a specific image:



You can see that there are a lot of SIMILAR colors!

Is there an ImageEn method to merge the colors of pixels with a similar color to the same color? All similar colors should be merged into exactly ONE color!

So, with the above example, the only remaining colors would result as: White, Lavender, Yellow.
1   L A T E S T    R E P L I E S    (Newest First)
PeterPanino Posted - Jun 03 2024 : 03:58:32
I have solved the problem with a custom k-means clustering solution.
This will be demonstrated in my upcoming major demo program on my Blog. Stay tuned.