Feeds
提问
how to find minimum value non zero elements in 3d matrix
want to calculate minimum of nonzero value of 3d matrix
7 years 前 | 1 个回答 | 0
1
个回答提问
How to control thickness of boundary in binary mask image?
BW= boundarymask(L); figure, imshow(BW);
8 years 前 | 0 个回答 | 0
0
个回答提问
I am getting problem in averaging of superpixels in series of images. please help me.
A=[]; L=[]; P = []; E=[]; % pixelIdxlist=[]; memberPixelIdx=[]; clear filename pathname; nuSlices=5; % to take 10 images ...
8 years 前 | 0 个回答 | 0
0
个回答提问
how to get average of superpixel intensity in gray medical image ?
clc; clear all; img = load('D:\SLIC\study material\samples\brain_img.mat'); D = img.brain_img(:,:); figure,imagesc(D); ...
8 years 前 | 1 个回答 | 0