The code I have written is not working,I think experts help me to correct and run this code.
Afficher commentaires plus anciens
Target=cat(3,'im0040.jpg','im0052.jpg');
prompt = 'Enter the file name of the image: ';
input = input(prompt,'s');
Test=imread(input,'jpg');
Dom_Colour=DominatingColour(Test);
TestImage = imfilter(Test, fspecial('average', [3 2]));
[Corr_Coefficient,index] = CorrelationCoefficient(Target,Test,Dom_Colour);
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!