photo

kyawt kyawt


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: digital image processing

统计学

MATLAB Answers

14 个提问
0 个回答

排名
19,508
of 301,052

声誉
2

贡献数
14 个提问
0 个回答

回答接受率
57.14%

收到投票数
2

排名
 of 21,162

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,569

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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

11 years 前 | 1 个回答 | 1

1

个回答

提问


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

11 years 前 | 1 个回答 | 0

1

个回答

提问


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

11 years 前 | 0 个回答 | 0

0

个回答

提问


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

11 years 前 | 1 个回答 | 0

1

个回答

提问


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

11 years 前 | 0 个回答 | 0

0

个回答

提问


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

12 years 前 | 0 个回答 | 0

0

个回答

提问


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

12 years 前 | 0 个回答 | 0

0

个回答

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

提问


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

12 years 前 | 1 个回答 | 1

1

个回答

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

提问


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

12 years 前 | 1 个回答 | 0

1

个回答