Batool Engineer
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
36.688
of 296.109
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.339
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 155.365
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How can I remove the black line from the bottom of histogram plotting?
My code is as below: f=imread('D:\001_1.bmp'); figure(1) imshow(f,[]); figure(2) imhist(f);axis([0 255 0 140]);...
casi 8 años hace | 2 respuestas | 0
2
respuestasPregunta
I want to move the position of kx manually to the top for the attachment figure, How can I do it?
my codes are: ky=record(:,3); kx=record(:,4); pr1=100* record(:,5); % y = reshape(ky...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I convert the 8*8 matrix a to 4*4 matrix b using downsample
downsample for raw and column and save the result in one matrix like b for example: a= [1 2 8 5 4 7 5 9; 4 8 3...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to show multiple figures in MATLAB
I have 4 color images , and I'm used subplot to show these images in one figure, then I converted all to grayscale images and I ...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestascell of matrixes to cell of array
Try this: clc c1=[1,2,3;1,2,3;1,2,3] c2=[4,5,6;4,5,6;4,5,6] newc1=reshape(c1,9,1) newc2=reshape(c2,9,1)
alrededor de 9 años hace | 0
Pregunta
I want to make multiple title using one subplot, How can I do it?
I want titles above each individual image for i = 1 : 20 I = imread(my gallery folder images contain 20 images); ...
alrededor de 9 años hace | 0 respuestas | 1
0
respuestasPregunta
I want to read images from a gallery contain 20 color images and then convert these to gray scale images and finding histogram for each,how can I do it? making index for every image!!!
clc for i=1:20 g(i)=imread(D:\Master\Research\Practical-Matlab\1\m.jpg');%gallery images f(i)=rgb2gray(g(i)); end ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how can I calculate the LBP code for every pixel of 10*10 matrix except pixels in border and save the result in a new 10*10 matrix,the following codes are just for one pixel
% This example computes the LBP transformation of the pixel (2,2) input image A clear all; close all; clc; A =...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
I need to help, how can calculate the histogram analytically without using any program in local binary pattern technic
LBP
alrededor de 9 años hace | 2 respuestas | 0