how to find sub matrixes in large one
4 次查看(过去 30 天)
显示 更早的评论
I try to find sub matrixes in large one. I read documents a lot, but didnt find functions support for this one please help me
2 个评论
Image Analyst
2017-4-14
Well it might not be magic, but it might cut down on the number of lines if you use normxcorr2() and look for the max value, as I show in my demo below.
回答(1 个)
Image Analyst
2017-4-14
If you have the Image Processing Toolbox, you can use normxcorr2(). Demo m-file is attached below the image.

12 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
