Statistiques
5 Questions
0 Réponses
RANG
188 764
of 301 537
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
40.0%
VOTES REÇUS
0
RANG
of 21 318
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 175 234
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
MATLAB code for Color contrast preserving ratio (CCPR)
I'm currently doing a project about image decolorization. Thus, I want to evaluate the decolorization algorithm in terms of co...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Meaning of the code (image decolorization)
I need to find and delta_x,y (gradient or color contrast having a signed value indicating the difference of a color pair. The M...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Gradient of an image
I want to extract gradient from an image. Can I do in Matlab using the following command? ims=imread('A.png'); Rx = ims(:,1:en...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How to extract gray scales from pixel x and y?
The application of image processing that I am currently studying is image decolorization. I need to extract the gray scales fo...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
What is the meaning of imV = [R(:),G(:),B(:)]; ?
The code looks like this: R = ims(:,:,1);G = ims(:,:,2);B = ims(:,:,3); imV = [R(:),G(:),B(:)]; I understand that the first ...
plus de 5 ans il y a | 2 réponses | 0

