Community Profile

photo

Fatih Nurcin


Last seen: 3 months ago Active since 2019

Followers: 0   Following: 0

Statistics

  • First Review

View badges

Feeds

View by

Question


How to sort filenames that are stored by dir command
list = dir('*.bmp'); %preallocate cell array img = cell(length(list),1); f = cell(length(list), 250-100); for i = 1:length(...

4 years ago | 2 answers | 0

2

answers

Question


Is it possible to make K-means clustering algorithm avoid some intensities
%% kmeans clustering pixel_labels= imsegkmeans(maskedimage,2); B = labeloverlay(maskedimage,pixel_labels); This is code but...

5 years ago | 0 answers | 0

0

answers