how can i divide a matrix into parts using recursion?
이전 댓글 표시
I wanna divide a matrix into number of parts which are defined by a user by using recursion and show last result in form of image then combine back that matrices into original one .how can i achieve this please help me..
답변 (1개)
Image Analyst
2015년 8월 11일
2 개 추천
Sounds like you're describing quadtree decomposition http://www.mathworks.com/help/images/ref/qtdecomp.html?s_tid=srchtitle. Are you?
카테고리
도움말 센터 및 File Exchange에서 Object Analysis에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!