Concept of projection in image processing

3 次查看(过去 30 天)
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
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-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.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by