Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
59.915
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
28.57%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
I need help in matching of test image with the database image
clc; clear all; close all; tic; format LONG I = imread('E:\8th sem project\numbers and alphabets images database\two.jpg');...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
I have the x and y coordinates of a gray scale image. How to get the gray values for that particular set of coordinates?
gray = rgb2gray(I5); imtool(gray) graydata = 0; graydata = gray(sub2ind(size(gray)),(y(:)),(x(:))); I tried this c...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How to do matching of 2 images using pca?
I tried sum of absolute differences method and pca also for matching. I took 10 images of each hand gesture and stored the imag...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to read a resized image?
Example - B = imread('D.jpg'); A = imresize(B,0.5) C = imread('A') - gives an error
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
How to extract only first few values of step function and perform arithmetic operations on those values?
yr(i1,:) = step(tf1) - error part for i2 = 1:N yy(i1,i2) = yr(i1,i2) end j(i1,1:N) = (y0(1,:) - yy(i1,...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to convert a very big rational number obtained into decimal form? Please See : format short is not making any difference
for i1 = 1 : max(l11,l12) s(i1) = 0 l13 = i1 for b = 1 : i1 if(l13 > l12) den(l13) = 0 ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to obtain a transfer function of two polynomials ?
Ex : num = (11*z)/2 + 2 denom = 4*s^2 + (9*s)/2 + 2 For these 2 polynomials, i want to obtain the transfer funct...
alrededor de 10 años hace | 0 respuestas | 0