Concept of projection in image processing

3 visualizaciones (últimos 30 días)
Rageeni sah
Rageeni sah el 17 de Abr. de 2014
Comentada: Image Analyst el 21 de Sept. de 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

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by