Concept of projection in image processing

2 ビュー (過去 30 日間)
Rageeni sah
Rageeni sah 2014 年 4 月 17 日
コメント済み: Image Analyst 2017 年 9 月 21 日
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.
Image Analyst
Image Analyst 2017 年 9 月 21 日
Sounds like radon() does what you call CP.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by