how can I use fuzzy c means clustering and membership function instead of threshold?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Fuzzy Logic Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!