Statistiques
12 Questions
0 Réponses
RANG
168 989
of 295 527
RÉPUTATION
0
CONTRIBUTIONS
12 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
58.33%
VOTES REÇUS
0
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 11 ans il y a | 4 réponses | 0
4
réponsesQuestion
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...
plus de 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 12 ans il y a | 1 réponse | 0