photo

Chit La Pyae Myo Hein


Last seen: alrededor de 5 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

MATLAB Answers

0 Preguntas
3 Respuestas

CLASIFICACIÓN
18.307
of 300.352

REPUTACIÓN
2

CONTRIBUCIONES
0 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

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

  • First Answer
  • Revival Level 1

Ver insignias

Feeds

Ver por

Respondida
MATLAB : Aligning RGB Channels
%Read the image img = imread('course1image.jpg'); [r,c] = size(img); B = img(1:r/3,:); G = img((r/3)+1:(2*r/3),:); R = im...

alrededor de 5 años hace | 1

Respondida
Color Imaging - RGB Channels
See: https://www.mathworks.com/matlabcentral/answers/558349-color-imaging-rgb-channe#answer_460078

alrededor de 5 años hace | 0

Respondida
MATLAB: Image Gradient Magnitude : Compute: Sobel Image Gradients (Gx and Gy) Gradient magnitude (Gmag) and Gradient direction(Gdir)
img=imread('cameraman.tif'); [Gx,Gy]=imgradientxy(img,'sobel'); %Uncomment the code below to visualize Gx and Gy figure i...

alrededor de 5 años hace | 0