Community Profile

photo

M


2013년부터 활동

통계

  • First Review
  • Thankful Level 1
  • First Answer

배지 보기

Content Feed

보기 기준

질문


Convert NIFTI file to .mat file
I have a NIFTI file, all numeric data, output of another software program, and I want to convert it into .mat so I can use in my...

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

0

답변

질문


alter image pixels intensities, gray scale image
So I was trying to make simple pixel alteration in an image by the following code CSF = IMG(147,53,24); BG = IMG(1,1,24...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


mipicm2dmr.m image processing tool
I have been applying ICM on my images using this code IMG = MD; ICM_IMG = im2uint8(IMG); ICM_IMG = mipicm2dmr(IMG,ICM_IM...

9년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Conversion to double from struct is not possible with bwconncomp
So have this code but it keeps giving me an error at the bwconncomp line that says, Conversion to double from struct is not pos...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


Binarizing a normalized image is not working properly
I have this code to binarize a normalized DTI medical image, it's not working, and I don't understand where is the problem i...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


How to variably name a loaded file from matrix cells
SI = ['MD' 'RA' 'FA' 'e1' 'e2' 'e3' 'SK' 'LA' 'AA' 'VR' 'DV' 'Cl' 'Cp' 'Cs']; %Scalar Indices CA = ['Otsu' 'K-means' 'EM' ...

대략 10년 전 | 답변 수: 1 | 0

1

답변

질문


Applying changes to an image, but it's not working, no error yet!
Here's my code: File_XX = fopen('..\Data\AA.DAT'); IMG = fread(File_XX, '*float'); fclose(File_XX); IMG = reshape(IMG,25...

대략 10년 전 | 답변 수: 1 | 0

1

답변