Community Profile

photo

LAI Mom Cin


Active since 2018

Followers: 0   Following: 0

Statistics

  • First Review

View badges

Feeds

View by

Question


Problem with the Thinkgear
I'm using Matlab r2014a 64bits Here is the code: %Clear Screen clc; %Clear Variables clear all; %Close figures close al...

5 years ago | 0 answers | 0

0

answers

Question


Face Recognition matching face detection with stored database
I have a databse folder file name "FaceDatabse" This code last line is "imshow(galleryImage,'Parent',handles.axes2);". It not t...

5 years ago | 0 answers | 0

0

answers

Question


How to modify this code to upload an image manually and match the image from stored database
w=load_database(); try ri=round(2*rand(1,1)); % Randomly pick an index. k=w(:,ri); %...

5 years ago | 1 answer | 0

1

answer

Question


I need to modify this code to upload an image manually and match the image from stored database
%% Loading the database into matrix v w=load_database(); %% Initializations % We randomly pick an image from our database a...

5 years ago | 0 answers | 0

0

answers