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)
1 次查看(过去 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)
0 个评论
回答(1 个)
Walter Roberson
2015-6-25
if nnz(TheSubmatrix) == 0
return; %or whatever to avoid doing processing
end
0 个评论
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!