Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
168.993
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
58.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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 to calculate same type of datas in an image?
sir,i have an image of a class room where many students are sitting.i have a top view of the class so what i see is only the hea...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to load and use data?
sir ,i have an image and i find out a learned dictionary for the image and store it by using "xlswrite".then i find out the spar...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to creat a sparse matrix?
sir,i have an image and want to find out its "SPARSE-MATRIX".i have tried the code like S=sparse(a);where 'a' is my image.but i...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to clear such error in K-SVD?
sir i am working in"K-SVD: An Algorithm for Designing Overcomplete Dictionaries for Sparse Representation".i got an programme a...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
how to retrive color of resulting image as original?
sir ,i have an RGB image.then i convert it to gray and then perform actions like filtering and i got an result.so now the image ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to deblur an image?
sir,i have an image and pass it through the Gaussian low pass filtering(fft2). As an output i got an image which is very much bl...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Getting Error In FFT filtering ?
sir i tried to make a gaussian filter.i use the steps given in the book(digital image processing using MATLAB,OF Gonzalez & Wood...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
how to have only required pixels?
sir ,i have taken a rainy image and i use the clustering method .by using this i could able to have two types of clusters one is...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how to convert a true colour image into rgb image
% code clc clear all close all w=fspecial('laplacian',0); f=imread('ee.jpg'); figure imshow(f) title('original i...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
can any one tell me how to convert an image of type 'unit8' to the image of type 'float'.basicaly i am following a book of 'Digial Image Processing Using Matlab' where they try to enhance a gray image .following is the code.thanks in advance
w=fspecial('laplacian',0); f=imread('aa.jpg'); g1=imfilter(f,w,'replicate'); imshow(g1,[]) %as we get only a possi...
más de 11 años hace | 4 respuestas | 0
4
respuestasPregunta
how can i get the matlab code for "MCA based image decomposition" techniq
sir ,i am a student of MTech and i am doing my thesis topic on "rain detection and removal from image",where i can able to detec...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
how i can make pixels into cluster using k-mean clustering method
hi , i am a beginer in matlab, i want to write a code for removing rain from a picture using k-mean clustering method. the me...
casi 12 años hace | 1 respuesta | 0