photo

kyawt kyawt


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Professional Interests: digital image processing

Estadística

MATLAB Answers

14 Preguntas
0 Respuestas

CLASIFICACIÓN
19.508
of 301.313

REPUTACIÓN
2

CONTRIBUCIONES
14 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
57.14%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 21.236

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 173.955

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

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


How can I merge regions depending on color and adjacent .
I have the following segmented regions. <</matlabcentral/answers/uploaded_files/25799/Untitled-1.jpg>> In this seg...

alrededor de 11 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How can I set the NHOOD variable.
My matlab code is below rgb1 = imread(name); rgb=imresize(rgb1,[512 512]); I = rgb2gray(rgb); hy = fspecial('prewi...

alrededor de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to merge regions.
Hi Friends ! I have the two mat files e and Oout. The mat file e for region adjacencies pairs and the Oout for class values...

más de 11 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to merge regions from region adjacencies graph.
I have the following code and I want to merge regions by using mean color or average intensity value etc. clear all clc...

más de 11 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I get Laplacian Filter' Values by Matlab code.
Please help me, I want to show Laplacian Filter' Values. How can i do that. Already I known that I can see Laplacian Mask or Mat...

casi 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I adjust number of hidden nodes in 3-layers ANN ?
Please ,may I request. How can i adjust the number of hidden nodes in 3-layers ANN. Now I have been set that 6 input nodes and 5...

casi 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can i chose the number of hidden layers in 3-layers ANN ?
Please help me , i have a problem in chosing number of hidden nodes in my 3-layers ANN. In my system, input nodes are 6 and outp...

casi 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can i obtain inner region of the segmented regions, dynamically.
clear all clc [filename, pathname] = uigetfile({'*.*'},'Browse'); name=[pathname,filename]; rgb = imread(name); ...

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can i calculate mean-square error(MSE) and PSNR values for the segmented image
* I want to find MSE and PSNR value for the segmented image rgb = imread('ws1.jpg'); I = rgb2gray(rgb); hy = fspecial...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can i extract area of segmented regions from marker-control watershed segmentation?
*I want to extract area of segmented regions* rgb = imread('outdscene.jpg'); I = rgb2gray(rgb); hy = fs...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I obtain single luminance value of an image?
%Please help me ..... rgb_img=imread('pears.png'); R=rgb_img(:,:,1) ; G=rgb_img(:,:,2) ; B=rgb_img(:,:,3) ; ...

alrededor de 12 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How can I create structuring element arbitrarily in marker control watershed?
% here a sample code and I wolud like to set structuring element arbitrarily . . . se = strel('disk',10); Io = ...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I define a matlab code for the size of structuring elemtent depends on image size?
% here a sample matlab code SE = strel('disk', R);% I would like to set R depend on image size %Please give me a sample mat...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How many ways to define shape and size of structuring element depend on images in Watershed segmentation?
% Here a sample matlab code for MC-Watershed Segmentation % Please ! help me, I would like to obtain structuring element ar...

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta