Statistiques
RANG
108 459
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
5 Réponses
ACCEPTATION DE VOS RÉPONSES
71.43%
VOTES REÇUS
1
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
143 331
of 153 912
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
Image Steganography using LSB?
Actually wat i did is..made an array of the the positions of the pixels whose lsb wud be changed due to the encryption method an...
plus de 11 ans il y a | 1
Question
regarding downloading of file exchange contribution
I have just downloaded "imoverlay" function..and i have MATLAB 7.9 but plz tell me why it's not working.It's reporting followi...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
why this error??
plz tell me the reason for this error..i have read that "overlay" function works for images of type unit8..why it's not working ...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
reason for this error??
Plzz tell me what's wrong with this code?? I want to perform text filtering on my image and want to remove all the non-letter e...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
reason for this error??
>> i_close =(gi,se2); figure,imshow(i_close); It's reporting the error= ??? i_close =(gi,se2); figure,imshow(i_close);...
plus de 12 ans il y a | 1 réponse | 0
1
réponsewrite a variant of fprintf
else fprintf('%d %d',log_fid,varargin);
plus de 12 ans il y a | 0
write a variant of fprintf
Try this one... disp(sprintf('%d %d',log_fid,varargin));
plus de 12 ans il y a | 0
error "The expression to the left of the equals sign is not a valid target for an assignment."
I m not sure but try this... image_a = imread('doll_full_color.png'); histo = histogram(image_a);
plus de 12 ans il y a | 0
gray co matrix
A=[2 4 1 2 ;2 1 2 4; 2 3 1 2 ;1 3 3 2] [glcm,SI] = graycomatrix(A,'NumLevels',9,'G',[]); _%The values in SI are between 1 an...
plus de 12 ans il y a | 0
Question
plz tell me wat's the reason for this error in matlab..
??? Error using ==> getImageFromFile at 14 Cannot find the specified file: "ei" Error in ==> imageDisplayParseInputs at 74 ...
plus de 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
regarding blurring of a gray scale image
how can i blur this unit8 image by using open-close and close-open filters?? If possible plzz give me matlab coding or atleast s...
plus de 12 ans il y a | 1 réponse | 0
1
réponseQuestion
regarding text removal from any random image
plzz suggest me some matlab code for morphological edge detection,text feature filtering and text region binarization...!!
plus de 12 ans il y a | 1 réponse | 0