photo

Abdul Rahim Mohammad


Last seen: plus de 4 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

10 Questions
0 Réponses

RANG
29 670
of 297 503

RÉPUTATION
1

CONTRIBUTIONS
10 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
40.0%

VOTES REÇUS
1

RANG
 of 20 449

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 159 017

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


Extracting tones from DTMF
Hello everyone, I am trying to extract the dailed numbers from a DTMF and I have read some of the other posts on the forum about...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


Laplacian of Guassians Edge Detection
Hello, I'm trying to implement a Laplacian of Guassians Edge Detection using the following code, the issue I have is that Indexi...

presque 6 ans il y a | 1 réponse | 1

1

réponse

Question


Indexing errors with my function
Hello, Im trying to implement a morpholigcal hitormiss using erosion(erode_3x3 in the code) and I have a bit of trouble with my ...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


Help understanding Maltab code.
Hi, I need some help understaing some matlab code: The DJEPG function takes an input of 8x8 matrix and outputs a 63x1 array, I ...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


How do I fit smaller matrix into a larger matrix
Hello everyone, I have A = matrix of 23x23, and I must reshape this matrix to the same size of an matrix I of 256x256. I want t...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


Histogram equalisation errors, help with my code
Iam working on implenting a histogram equalisation of an image without using inbuilt functions specifcally imhist and histeq, I ...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


Histogram equalisation process and errors
Iam working on implenting a histogram equalisation of an image without using inbuilt functions specifcally imhist and histeq, I ...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


How to make an image take different RGB values?
I have an image with NxMx3 uint8 colors but I want the colors of the image to be replaced with another array of 256x3(Each colum...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


How can I map a list of 24x3 RGB elements to a list of 256 levels?
I need to map a list of 24x3 values with each row represnting a RGB value to a list of 256x3 elements. I was advised that I wou...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


How to iteratively append elements to an array
I = imread(chart_image); R = I(:,:,1); G = I(:,:,2); B = I(:,:,3); N= zeros(24,3); final_chart =zeros (24,3); Vals = [17...

presque 6 ans il y a | 1 réponse | 0

1

réponse