Feeds
已回答
I have a ct image that values of pixel of it is between 0-4000 how can I convert it to an image with 0-255 ?
img = (img / 4000) * 255;
I have a ct image that values of pixel of it is between 0-4000 how can I convert it to an image with 0-255 ?
img = (img / 4000) * 255;
10 years 前 | 0
已回答
Is there a way to find the neighbourhood pixels, given a cordinate point of the pixel?
i hope this may be helpful! http://www.mathworks.com/matlabcentral/answers/86900-how-to-find-all-neighbours-of-an-element-in-...
Is there a way to find the neighbourhood pixels, given a cordinate point of the pixel?
i hope this may be helpful! http://www.mathworks.com/matlabcentral/answers/86900-how-to-find-all-neighbours-of-an-element-in-...
10 years 前 | 1
已回答
joining of 2 matricces
A = ['dog '; 'cat '; 'cow ']; B = [1 ; 2 ; 3]; B = num2str(B); comb = [A B]
joining of 2 matricces
A = ['dog '; 'cat '; 'cow ']; B = [1 ; 2 ; 3]; B = num2str(B); comb = [A B]
10 years 前 | 0
已回答
How to compress the image ?
image analyst is rigth, i think you have a stack 300 gray scale images whose dimensions are 512x512. compression usually inv...
How to compress the image ?
image analyst is rigth, i think you have a stack 300 gray scale images whose dimensions are 512x512. compression usually inv...
10 years 前 | 0
已回答
how to calculate the orientation binning for extraction of HOG features using matlab?
i think this will be helpful, http://blogs.mathworks.com/videos/2009/01/07/binning-data-in-matlab/
how to calculate the orientation binning for extraction of HOG features using matlab?
i think this will be helpful, http://blogs.mathworks.com/videos/2009/01/07/binning-data-in-matlab/
10 years 前 | 0
提问
Plotting mean of the columns of image on that image
I am struggling to plot the mean of the columns of the gray scale image on the same image. Mean of the columns of an image can b...
10 years 前 | 3 个回答 | 0