photo

Nur Mohd


Last seen: environ 5 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

MATLAB Answers

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

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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éponse

Question


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éponse

Question


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éponse

Question


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éponse

Question


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

2

réponses