how to inner product two images......
Mostra commenti meno recenti
inner product two images and then if each pixel value is greater than some threshold level put '1' in the pixel or else if it is zero then put '0'
Risposta accettata
Più risposte (1)
Bjorn Gustavsson
il 3 Mag 2013
Inner product ought to be somethinhg like this (assuming gray-scale image):
img_inner_product = im1(:)'*im2(:);
Categorie
Scopri di più su Image Processing Toolbox in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!