Borrar filtros
Borrar filtros

Finding center line of an image

2 visualizaciones (últimos 30 días)
NURUL AMIRA MHD RIZAL
NURUL AMIRA MHD RIZAL el 29 de Abr. de 2018
Comentada: NURUL AMIRA MHD RIZAL el 29 de Abr. de 2018
I have this image after undergo canny edge detection using this function:
clear all; clc; a = imread('ddd.jpg'); b = rgb2gray(a); imshow(b); h = ones(7,7)/49; c = imfilter(b,h);
d = edge(c,'canny');
e = bwmorph(d, 'dilate') imshow(e)
Then, I want to find the center line of human body (human skeleton) of this filtered image. How am I supposed to do that? Is there any specific algorithm that I can use?
  3 comentarios
NURUL AMIRA MHD RIZAL
NURUL AMIRA MHD RIZAL el 29 de Abr. de 2018
actually this is the original image. I'm trying to get the human body skeleton.so that I can calculate the angle of certain parts of human joints.
NURUL AMIRA MHD RIZAL
NURUL AMIRA MHD RIZAL el 29 de Abr. de 2018
similar to this one.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Images en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by