Community Profile

photo

kyawt kyawt


Actif depuis 2014

Followers: 0   Following: 0

Contact

Professional Interests: digital image processing

Statistiques

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


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...

environ 9 ans il y a | 1 réponse | 1

1

réponse

Question


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...

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

1

réponse

Question


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...

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

0

réponse

Question


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...

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

1

réponse

Question


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...

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

0

réponse

Question


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...

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

0

réponse

Question


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...

environ 10 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 10 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 10 ans il y a | 1 réponse | 0

1

réponse

Question


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...

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

1

réponse

Question


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) ; ...

plus de 10 ans il y a | 1 réponse | 1

1

réponse

Question


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 = ...

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

1

réponse

Question


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...

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

1

réponse

Question


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...

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

1

réponse