統計
MATLAB Answers
6 質問
0 回答
ランク
of 170,900
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
resize cell in different dimension
i have a cell of size 20*1 . i want to convert them into 10*2 .
8年以上 前 | 1 件の回答 | 0
1
回答質問
merge two cells from different program
i have 2 program in matlab . cell 1 is from program 1 and cell 2 is from program 2 . size of both cell is 10*1 . can we combine ...
8年以上 前 | 1 件の回答 | 0
1
回答質問
from local binary pattern i have got several number of logical patterns as 11001001 and many more logical patterns of 8 bit . i have created two cell . cell1 contain all uniform pattern and cell2 contain all non -uniform pattern .
i want central pixel of 3*3 matrix from which each logical pattern is generated , should be attached with each pattern . like i...
8年以上 前 | 2 件の回答 | 0
2
回答質問
how to calculate number of uniform pattern and non uniform pattern in local binary pattern ? I want to check for each pattern in ex_cell (in my code) that it is uniform or non uniform?
A=imread('C:\Users\sony\Desktop\matlabprog\ORL Face Database\s1\1.pgm'); %I=rgb2gray(B); B=imresize(A,[10,10]); imshow (B);...
8年以上 前 | 0 件の回答 | 0
0
回答質問
I have 3942*1 matrix and i want to change this into 73*54 matrix . How can i do this ?
after changing matrix size i want to show them as an image .
8年以上 前 | 1 件の回答 | 0
1
回答質問
how to read multiple image from a folder and create histogram for each image and save them ??
srcFiles = dir('C:\Users\sony\Desktop\matlabprog\ORL Face Database\s1\*.pgm'); for i = 1 : 10 filename = strcat('C...
8年以上 前 | 1 件の回答 | 0
