필터 지우기
필터 지우기

Finding center line of an image

조회 수: 2 (최근 30일)
NURUL AMIRA MHD RIZAL
NURUL AMIRA MHD RIZAL 2018년 4월 29일
댓글: NURUL AMIRA MHD RIZAL 2018년 4월 29일
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
NURUL AMIRA MHD RIZAL
NURUL AMIRA MHD RIZAL 2018년 4월 29일
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 2018년 4월 29일
similar to this one.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by