Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
192.672
of 300.365
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.933
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.262
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to find regions of mri image by using region based segmentation?
<<region based segmentation, <</matlabcentral/answers/uploaded_files/82736/ex.jpg>> >>
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
I need region based segmentation code urgently
% Demo of "Region Based Active Contours" % % Example: % seg_demo % % Coded by: Shawn Lankton (www.shawnlankton.com) I = ...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How to detect only region of an image using active contour
Here is a code
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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;...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How i do region based segmentation using active contour?
In Matlab
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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,...
más de 8 años hace | 1 respuesta | 0
