photo

SHUBHDEEP KAUR


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to read an excel file as input in fuzzy toolbox?
I want to read excel file as an input in fuzzy toolbox..

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort