Statistica
RANK
7.081
of 300.744
REPUTAZIONE
6
CONTRIBUTI
8 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
2
RANK
of 170.597
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Error in opening MINC file in MATLAB
When I execute the following command handle = openimage ('subject04_crisp_v.mnc'); I get an error Error in ==> openim...
oltre 12 anni fa | 0 risposte | 0
0
risposteDomanda
Error using impshowpair function in MATLAB
When the use the following code imshowpair(Image1, Image2,'montage'); The following error occurs ??? Undefined fun...
oltre 12 anni fa | 0 risposte | 1
0
risposteDomanda
Extract gray matter using SPM through command line
SPM is a very effective tool for segmenting brain tissues in matlab. I want to segment gray matter from the T1 weighted MRI imag...
oltre 12 anni fa | 0 risposte | 0
0
risposteDomanda
Error:Undefined function or method 'gpuArray' for input arguments of type 'uint8'
When i used gpuArray while coding, originalI = imread('cameraman.tif'); se = strel('disk',5); erodedI = imerode(gpuArra...
oltre 12 anni fa | 3 risposte | 0
3
risposteHow to remove duplicates in an array
>> x=[1 2 2 3 3 3 4 5]; >> y = zeros(size(x)); >> for i = 1:length(x) y(i) = sum(x==x(i)); end >> for i=...
oltre 12 anni fa | 0
| accettato
How to split letters in a word into an array
If you want to extract the letters, simply extract in this way >> str(1) H >> str(2) E >> str(3) L ...
oltre 12 anni fa | 0
Domanda
Convert image in Analyze format to Dicom images
I am working in Medical Image Processing. I am in need to convert the image in Analyze format to Dicom images. Kindly tell me th...
oltre 12 anni fa | 1 risposta | 1
1
rispostaDomanda
Image Segmentation Using K means
When I execute the following command in Matlab 2012a *centroid=kmeans(imread('image.jpg'),4);* I get the following err...
oltre 12 anni fa | 3 risposte | 0
3
risposteDomanda
How to calculate centroid of a number or a group of numbers?
I am in meed of implementing Fast scanning algorithm, so the first step is that i need to group the pixels into clusters. So whe...
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
Is there any gray matter segmentation function or algorithm in matlab instead of using tools such as SPM?
I am in need of a gray matter segmentation algorithm or function in matlab from the T1 weighted MRI scan image. Please tell me w...
oltre 12 anni fa | 0 risposte | 0


