統計
MATLAB Answers
4 質問
0 回答
ランク
of 175,981
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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...
約7年 前 | 0 件の回答 | 0
0
回答質問
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...
7年以上 前 | 0 件の回答 | 0
0
回答質問
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); %...
7年以上 前 | 1 件の回答 | 0
1
回答質問
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...
7年以上 前 | 0 件の回答 | 0
