Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Auto color segmentation

I've done some research and found out 2 possible methods to segment colors to extract features from an image. They are K-Mean clustering and multi-scale clustering.

However after reading through the algorithm, I find it rather difficult to implement the code in LV. What else can I do? The truth is I'm rather lost now and haven't have a proper question to my problem :(. Any help would be appreciated. Thanks

Message Edited by JoshMonkey on 03-03-2005 09:15 AM

0 Kudos
Message 1 of 2
(3,090 Views)
Hey there,

It sounds like you are looking at using some pattern recognition algorithms to do segmentation within your image? I know that some of these algorithms are mathematically complex. Is your question primarily regarding the manner in which you would implement these mathematical algorithms? If so, a lot of the summations and integrations used in these algorithms are equivalent to loop structures in LabVIEW. The numerous palette has most of the math functions you will need.

If this isn't what you are asking, feel free to give a bit more detail regarding your project. I'd be glad to help out.

Robert
0 Kudos
Message 2 of 2
(3,071 Views)