how can I use fuzzy c means clustering and membership function instead of threshold?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Lets say I want to detect a moving object in 20 frames, I will perform difference of frames and apply a threshold to the difference and conclude if the difference is greater than the threshold we detect a moving object(foreground) else background. Here I want to replace that threshold with fuzzy membership function by apply fuzzy c-means clustering by creating two clusters and finally applying a membership function.
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Fuzzy Logic Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!