필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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 (최근 30일)
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)

답변 (1개)

Walter Roberson
Walter Roberson 2015년 6월 25일
if nnz(TheSubmatrix) == 0
return; %or whatever to avoid doing processing
end

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by