Community Profile

photo

Upeshala Hirimuthugoda


Attivo dal 2018

Followers: 0   Following: 0

Statistiche

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


When I open a images and add them into a class the db.mat shows only the latest image details and other image details are missing. Can you please explain what I have missed in the code?
[fname path]=uigetfile('.jpg','Open a face as input for training'); fname=fulfile(path,fname); im=imread(fname); imshow(im); ...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


In this code how can I give the image classes to a string value instead of a number?
[fname path]=uigetfile('.jpg','Open a face as input for training'); fname=fulfile(path,fname); im=imread(fname); imshow(im); ...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


This is my code and when I run it I got this error. (Error using horzcat Dimensions of arrays being concatenated are not consistent. Error in imagetraining (line 18) db=[F c]; % 10 12 1)
[fname path]=uigetfile('.jpg','Open a face as input for training'); fname=strcat(path,fname); im=imread(fname); imshow(im); ...

oltre 5 anni fa | 0 risposte | 0

0

risposte