SHUBHDEEP KAUR
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
121 342
of 295 486
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20 236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
how to read an excel file as input in fuzzy toolbox?
I want to read excel file as an input in fuzzy toolbox..
ungefär 6 år ago | 1 answer | 0
1
answerQuestion
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)); ...
ungefär 6 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 6 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 6 år ago | 1 answer | 0