fuzzy c means clustering code opencv
#1

Hi,

I am doing a reasearch based on PCB solder Joint Segmentation and Quality Analysis of a solder Joint.
I am using C# and Emgu Cv as the wrapper for open Cv.

Solder Joint Segmentation,i used K-means algortihm and it works fine.
I am now at the final stage and there defect classification of a solder Joint is required.
Can you give me a hint how to start with C means clustering?
I would be very glad if possible.
Reply
#2

Clustering of numerical data forms the basis of many classification and system modeling algorithms. The purpose of clustering is to identify natural groupings of data from a large data set to produce a concise representation of a system's behavior.

Fuzzy c-means (FCM) is a data clustering technique in which a dataset is grouped into n clusters with every datapoint in the dataset belonging to every cluster to a certain degree. For example, a certain datapoint that lies close to the center of a cluster will have a high degree of belonging or membership to that cluster and another datapoint that lies far away from the center of a cluster will have a low degree of belonging or membership to that cluster.

The Fuzzy Logic Toolbox™ function fcm performs FCM clustering. It starts with an initial guess for the cluster centers, which are intended to mark the mean location of each cluster. The initial guess for these cluster centers is most likely incorrect. Next, fcm assigns every data point a membership grade for each cluster. By iteratively updating the cluster centers and the membership grades for each data point, fcm iteratively moves the cluster centers to the right location within a data set. This iteration is based on minimizing an objective function that represents the distance from any given data point to a cluster center weighted by that data point's membership grade.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: an image segmentation algorithm based on fuzzy c means clustering opencv, vehicle detector opencv code, opencv tracking car code source, opencv anpr source code, opencv hand tracking code, fuzzy c mean algorithm opencv, car counting code in opencv,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  matlab rough set clustering code 1 678 14-07-2016, 12:40 PM
Last Post: jaseela123d
  fuzzy support vector machine matlab code 1 668 23-06-2016, 02:08 PM
Last Post: seminar report asees
  matlab code for collaborative filtering using clustering 1 517 22-06-2016, 03:07 PM
Last Post: seminar report asees
  matlab code for fuzzy feature extraction in image processing 1 688 18-06-2016, 11:28 AM
Last Post: dhanabhagya
  frequent term based text clustering code 1 507 18-06-2016, 11:13 AM
Last Post: dhanabhagya
  frequent term based text clustering code 1 598 17-06-2016, 12:39 PM
Last Post: dhanabhagya
  download source code scheduling fuzzy in matlab 1 846 16-06-2016, 11:11 AM
Last Post: dhanabhagya
  k medoids clustering source code java 1 610 07-06-2016, 04:40 PM
Last Post: dhanabhagya
  fuzzy based washing machine seminars report 1 568 03-06-2016, 04:28 PM
Last Post: dhanabhagya
  source code for minutiae extraction in opencv 1 636 21-05-2016, 11:05 AM
Last Post: dhanabhagya

Forum Jump: