統計
MATLAB Answers
2 質問
0 回答
ランク
of 178,617
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
i have some images in a folder and i have to compare each image with other and i have to get which image is not matched
srcFiles = dir('D:.............\1\*.png'); image_1=length(srcFiles); srcFiles2 = dir('D:\...........\2\*.png'); image_2...
約8年 前 | 0 件の回答 | 0
0
回答質問
when i am comparing two images i am getting error in Error in corr2 [a,b] = ParseInputs(varargin{:})
a = imread('53.jpg'); %first img b = imread('53.jpg'); %second img a = gray2ind(a,16); b = gray2ind(b,16); ...
約8年 前 | 0 件の回答 | 0