correlation two groups images with different index
1 回表示 (過去 30 日間)
古いコメントを表示
I have this code that correlate between two images( group of images W22{i}) and my own template 8 images, i want pass new image(for example W22{2} to all images in my template then calculate the correlation as we shown ,but my problem when index of W22{n} is smaller 8, where 8 is number of images in template. how i can solve the problem.
for n=1:8
sem=corr2(template{n},W22{n});
comp=[comp sem];
pause(1)
end
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!