photo

komal kella


Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

6 Domande
0 Risposte

RANK
242.708
of 300.381

REPUTAZIONE
0

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 20.941

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.477

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 1

Visualizza badge

Feeds

Visto da

Domanda


How to find regions of mri image by using region based segmentation?
<<region based segmentation, <</matlabcentral/answers/uploaded_files/82736/ex.jpg>> >>

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


I need region based segmentation code urgently
% Demo of "Region Based Active Contours" % % Example: % seg_demo % % Coded by: Shawn Lankton (www.shawnlankton.com) I = ...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


How to detect only region of an image using active contour
Here is a code

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How to find regions of any image using active contour
I = imread('toyobjects.png'); imshow(I) hold on title('Original Image'); mask = false(size(I)); mask(50:150,40:170) = true;...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How i do region based segmentation using active contour?
In Matlab

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


how i segment medical image using active contour
clc; A = imread('mri.jpg'); I = rgb2gray(A); imshow(I) title('Original Image') mask = zeros(size(I)); mask(25:end-25,...

oltre 8 anni fa | 1 risposta | 0

1

risposta