how can i divide a matrix into parts using recursion?
4 次查看(过去 30 天)
显示 更早的评论
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..
0 个评论
回答(1 个)
Image Analyst
2015-8-11
Sounds like you're describing quadtree decomposition http://www.mathworks.com/help/images/ref/qtdecomp.html?s_tid=srchtitle. Are you?
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!