Community Profile

photo

Fatih Nurcin


Last seen: 3개월 전 2019년부터 활동

통계

  • First Review

배지 보기

Content Feed

보기 기준

질문


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년 전 | 답변 수: 2 | 0

2

답변

질문


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...

4년 초과 전 | 답변 수: 0 | 0

0

답변