how to apply blkproc function
Mostrar comentarios más antiguos
hai
i am having a image of size 605X700 with NAN values i have to move a window of size
30x700 over this image
i am trying to use the blkproc function
but i don't know the apt parameters that can be passed to the blkproc with respect to my application please help me
1 comentario
Andrei Bobrov
el 30 de Ag. de 2011
exactly what you want to do with the window 30x700?
Respuestas (2)
Max
el 30 de Ag. de 2011
0 votos
just try to apply zero padding over the unwanted areas manually rather than using the bacproc commands
Walter Roberson
el 30 de Ag. de 2011
0 votos
blkproc() is not supported in more recent MATLAB, having been replaced by blockproc().
The second argument to blkproc() should be your window size; in this case it would be [30 700]
blkproc() will pad your final 5 x 700 block with 0. It will not, however, be able to signal to you explicitly that it is a padded block.
If you want to use overlapping blocks, please see the older blkproc documentation such as can be found here
1 comentario
ramya raj
el 2 de Sept. de 2011
Categorías
Más información sobre Lighting, Transparency, and Shading 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!