sliding window operation in image
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
VIJENDRA
el 26 de Jun. de 2014
Comentada: Image Analyst
el 10 de Oct. de 2014
I have an image of size 256*256, i want to use 3*3 window which slides over image and change the value of central pixel as sum of neighbouring 8 pixels. Please Help.
0 comentarios
Respuesta aceptada
Image Analyst
el 26 de Jun. de 2014
Try conv2(), imfilter(), nlfilter(), or, if you want to move in "jumps" instead of by one pixel, blockproc().
3 comentarios
Image Analyst
el 10 de Oct. de 2014
Sorry, for some reason I didn't see your follow up question from June until now. Please see my demo of nlfilter where you can have it perform your own custom operation/filter on the window at each location.
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!