![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13205378_1532572071088_DEF.jpg)
Abdul Rahim Mohammad
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
29.675
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
40.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 5 años hace | 1 respuesta | 1
1
respuestaPregunta
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 ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Histogram equalisation process and errors
Iam working on implenting a histogram equalisation of an image without using inbuilt functions specifcally imhist and histeq, I ...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 6 años hace | 1 respuesta | 0