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
