how can i divide a matrix into parts using recursion?
Show older comments
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..
Answers (1)
Image Analyst
on 11 Aug 2015
2 votes
Sounds like you're describing quadtree decomposition http://www.mathworks.com/help/images/ref/qtdecomp.html?s_tid=srchtitle. Are you?
Categories
Find more on Object Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!