kyawt kyawt
Followers: 0 Following: 0
Statistica
14 Domande
0 Risposte
RANK
19.508
of 301.432
REPUTAZIONE
2
CONTRIBUTI
14 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
57.14%
VOTI RICEVUTI
2
RANK
of 174.555
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
circa 11 anni fa | 1 risposta | 1
1
rispostaDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 12 anni fa | 0 risposte | 0
0
risposteDomanda
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...
circa 12 anni fa | 0 risposte | 0
0
risposteDomanda
How can i obtain inner region of the segmented regions, dynamically.
clear all clc [filename, pathname] = uigetfile({'*.*'},'Browse'); name=[pathname,filename]; rgb = imread(name); ...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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) ; ...
circa 12 anni fa | 1 risposta | 1
1
rispostaDomanda
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 = ...
circa 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 12 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 12 anni fa | 1 risposta | 0
