Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

i am working on breaking of image into parts in matlab.. when sub parts of images came to me then there are some black(0 vales) matrices(3*3,or 5*5).i need help how i can avoid these sub-images (or how to use other sub-image excepts these)

2 visualizaciones (últimos 30 días)
I am student of M.Phil in QAU Islamabad Pakistan.I need help.i am working on breaking of image into parts in matlab.. when sub parts of images came to me then there are some black(0 values) matrices(3*3,or 5*5). i need help how i can avoid these sub-images (or how to use other sub-image excepts these)

Respuestas (1)

Walter Roberson
Walter Roberson el 25 de Jun. de 2015
if nnz(TheSubmatrix) == 0
return; %or whatever to avoid doing processing
end

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by