Hello, I am working on Image processing.Being new to this field , I don't know the concept of horizontal and vertical projection on an image. Can anyone please give a clear picture of projection in image processing as it would be very helpful for me to proceed forward.
Thanks in advance

 채택된 답변

Image Analyst
Image Analyst 2014년 4월 22일

0 개 추천

Do you mean just summing the image vertically and horizontally?
verticalProfile = sum(grayImage, 2);
horizontalProfile = sum(grayImage, 1);

댓글 수: 4

lotus whit
lotus whit 2017년 9월 19일
could you please tell me , how calculate central and ring projection for binary image?
Image Analyst
Image Analyst 2017년 9월 19일
Define what those are.
lotus whit
lotus whit 2017년 9월 20일
편집: lotus whit 2017년 9월 20일
Thank you for your response ,RP(ring projection)and CP(central projection) are
methods for transforming 2-D pattern in to 1-D pattern , RP reduces the
dimensionality by performing projection along circles with different radius
, while CP reduces the dimensionality by performing projection
along lines with different polar angles.
Image Analyst
Image Analyst 2017년 9월 21일
Sounds like radon() does what you call CP.

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

질문:

2014년 4월 17일

댓글:

2017년 9월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by