Community Profile

photo

Fatih Nurcin


Last seen: 4 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计数据

  • First Review

查看徽章

Feeds

排序方式:

提问


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

5 years 前 | 0 个回答 | 0

0

个回答