Statistica
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 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
Feeds
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
risposteDomanda
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
risposteDomanda
How to detect only region of an image using active contour
Here is a code
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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
rispostaDomanda
How i do region based segmentation using active contour?
In Matlab
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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
