photo

image-pro


Last seen: 11 mesi fa Attivo dal 2021

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:
Image Segmentation and Analysis, Biomedical Imaging

Statistica

MATLAB Answers

16 Domande
3 Risposte

RANK
19.608
of 297.613

REPUTAZIONE
2

CONTRIBUTI
16 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
31.25%

VOTI RICEVUTI
2

RANK
 of 20.457

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 159.263

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

  • Thankful Level 3
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


finite element method for medical images
I am trying to create fem mesh for MRI brain tumor image after labeling but shows error below. Error using checkMeshIncompatibl...

quasi 2 anni fa | 0 risposte | 2

0

risposte

Domanda


magnetic resonance spectroscopy imaging
how to improve the quality of magnetic resonance spectroscopy ?

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


cloud storage of image
Best way to store medical images on cloud

quasi 3 anni fa | 0 risposte | 0

0

risposte

Domanda


pick value of x and y from image
i have mri brain tumor image and i have to pick value of x and y from white portion. anyone please suggest me code

quasi 3 anni fa | 0 risposte | 0

0

risposte

Domanda


can we apply newton divided difference interpolation method for tumor detection
i am working on mri brain tumor image and i want to use newton divided difference interpolation method in my project is it possi...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Assign identification number to image
i am working in mri brain tumor detection. i have two images to detect tumor but in step 1 first i have to assign identification...

quasi 3 anni fa | 3 risposte | 0

3

risposte

Domanda


setting image position centered
I have an image in the figure as shown above. I want to display region of interest (white portion) at the center of the figu...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Fourier-mellin method to achieve registration
I am using below program to register image. but it is showing error. function RegnisterFourierMellin() % The procedure...

quasi 3 anni fa | 0 risposte | 0

0

risposte

Domanda


mri brain tumor detection
Anyone know how to calculate accuracy or other performance evaluation metrics for mri brain tumor detection. i dont have any ide...

quasi 3 anni fa | 0 risposte | 0

0

risposte

Domanda


Fourier mellin image registration for medical images of brain tumor
i am having mri brain tumor image and i want to apply fourier mellin registration on it. anyone have code for this?

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


how to display multiple images or dicom images in one figure window?
i am having more than 100 images and i want to diplay these images in rows and columns form 10 X 10 for example in one single wi...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


how to find the tumor area using newton divided difference interpolation method?
I have real images of brain tumor now i want to apply numerical methods like newton divided difference interpolation on that ima...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Risposto
2D Interpolation (Linear and spline) of a greyscale image
did you get the answer please tell me the code?

quasi 3 anni fa | 0

Domanda


Subscripted assignment dimension mismatch.
i am new in matlab please solve this error M = imread('C:\Users\DELL\OneDrive\Documents\MRI-images\Folder1\image-1.jpg'); I=rg...

quasi 3 anni fa | 0 risposte | 0

0

risposte

Domanda


how to use image pixel values to store in array form in x and y coordinates??
i have 256*256 size image, now i want to store these image values in array form in x and y coordinates. There is any way in mat...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


newton divided difference interpolation
i have dicom image and converted into jpg now i want to apply newton divided difference interpolation. please anyone suggest the...

quasi 3 anni fa | 0 risposte | 0

0

risposte

Risposto
"Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 51-by-1" appears from A(N-1, N-2) = aw; How to solve this? Not sure what it says... Maybe someone can help me?
clc; a=imread('C:/Users/DELL/Downloads/new-grayscale.jpg'); imshow(a); [r,c]=size(a); rs=input('No of row splitted'); cs=...

oltre 3 anni fa | 0

Domanda


how to breaks image in to pixel
infilename = 'C:/Users/DELL/Downloads/brains1.png'; Height=8; width=8; currentimage = imread(infilename); [r,c,~]=size( curre...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Risposto
how to break an image into sub images
i have an error please help Error in p8 (line 11) Image=imcrop(currentimage ,[(i+1) (j+1) Height width]);

oltre 3 anni fa | 0