SHUBHDEEP KAUR
Followers: 0 Following: 0
Statistica
4 Domande
0 Risposte
RANK
121.383
of 295.712
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
75.0%
VOTI RICEVUTI
0
RANK
of 154.359
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 to read an excel file as input in fuzzy toolbox?
I want to read excel file as an input in fuzzy toolbox..
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
I want RGB to HSV conversion. What changes are required in the following code?
X = im2double(imread('path')); R = X(:,:,1); G= X(:,:,2); B = X(:,:,3); z = zeros(size(R)); ...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
I want to apply Marker-Controlled Watershed Segmentation on a folder containing .jpg images..So what modifications are required in the following code and I also want to store that results in a folder
path_directory='C:\Users\TIET\Desktop\tomato'; % 'Folder name' original_files=dir([path_directory '/*.jpg']); %Note on Image Fo...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
what changes are to be made in the following code to convert all the images in grayscale?
images ='C:\Users\TIET\Desktop\tomato'; jpgfiles=dir(fullfile(images,'\*.jpg*')) n=numel(jpgfiles); idx=randi(n); im=jpgfile...
circa 6 anni fa | 1 risposta | 0