when ew use k means clustering when we use imsegkmeans show that undefined

1 Ansicht (letzte 30 Tage)
arun Tripathi
arun Tripathi am 26 Mär. 2021
Beantwortet: Arjun am 13 Jun. 2025
>> I = imread('C:\Users\Arun tripathi\Desktop\Ph.d\image.jpg');
imshow(I)
title('Original Image')
>> RGB = imread('C:\Users\Arun tripathi\Desktop\Ph.d\image.jpg');
>> RGB = imresize(RGB,0.5);
>> imshow(RGB)
>> % segments image I into k clusters by performing k-means clustering and returns the segmented labeled output in L.
>> L = imsegkmeans(RGB,2);
Undefined function or variable 'imsegkmeans'.

Antworten (1)

Arjun
Arjun am 13 Jun. 2025
There is an existing MATLAB Answers thread that addresses a similar issue. It would be beneficial to review the suggestions provided in that discussion.
I hope this helps!

Kategorien

Mehr zu Statistics and Machine Learning Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by