How to apply pixel shift to individual pixels in image file?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Massimiliano
el 3 de Mzo. de 2015
Comentada: Massimiliano
el 30 de Mzo. de 2015
I have a gray-scale image file (1024 rows by 1024 columns). The gray values range from 0 to 65535 (16-bit). I also have a distortion correction map (same size as the image file) which indicates how each pixel in the first image must be shifted to create the new 'corrected' image.
I've found several forum posts giving examples on how to apply a shift equally to all pixels. However, in my case, I'd like to apply different shifts to different pixels. In some cases, the shift could also be sub-pixel (in which case, I can imagine I'd have to first split each pixel into sub-pixels).
Thank you in advance for your help.
Massi
0 comentarios
Respuesta aceptada
Ashish Uthama
el 3 de Mzo. de 2015
Have a look at the displacement field syntax of imwarp. Depending on the format of your distortion correction map, it might be as simple as a direct call.
Más respuestas (0)
Ver también
Categorías
Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!