Applying window function radially about an image center
Mostrar comentarios más antiguos
I'm trying to use phase correlation to register total solar eclipse images to eachother, however to do this I need to apply a hanning window function along the radial direction of the image. The discontinuity in brightness values occurs one dimensionally along the radius where the edge of the moon meets the corona, so I'm just wondering how can I index an image about its center in the radial direction to apply the window function to the image in order to remove the discontinuity between the lunar edge and corona.
thanks!
Respuestas (1)
Image Analyst
el 9 de Feb. de 2019
0 votos
Scan the image in a raster manner. For each row, column, you can compute the radius from the center of the image using sqrt(). Using that radius, you can then do your Hamming.
I attach sort of related demos.
2 comentarios
Bray Falls
el 9 de Feb. de 2019
Image Analyst
el 9 de Feb. de 2019
I don't know what you want or need to do.
Categorías
Más información sobre Image Category Classification en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
