Concept of projection in image processing

3 Ansichten (letzte 30 Tage)
Rageeni sah
Rageeni sah am 17 Apr. 2014
Kommentiert: Image Analyst am 21 Sep. 2017
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

Akzeptierte Antwort

Image Analyst
Image Analyst am 22 Apr. 2014
Do you mean just summing the image vertically and horizontally?
verticalProfile = sum(grayImage, 2);
horizontalProfile = sum(grayImage, 1);
  4 Kommentare
lotus whit
lotus whit am 20 Sep. 2017
Bearbeitet: lotus whit am 20 Sep. 2017
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 am 21 Sep. 2017
Sounds like radon() does what you call CP.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by