GUDIVADA ROKESH KUMAR
NIT ROURKELA
Followers: 0 Following: 0
Statistik
12 Fragen
0 Antworten
RANG
128.470
of 295.467
REPUTATION
0
BEITRÄGE
12 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How to find the confusion matrix of a given network?
%% Folder = 'C:\Users\Vishal\Desktop\Rokesh\NntestCopy\Bacteria'; if ~isdir(Folder) Message = sprintf('Error: cant find the...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I crop a particular area of several images (23 in no.) of size 804x566?
How can I crop a particular area of several images (23 in no.) of size 804x566?
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I wan to get 'normxcorr2' of all the images, whicih are in a folder located in my computer?
% This Code is for two images but i need it for entire folder having 23 images(like i1, i2,...i23.jpg) im1 = rgb2gray(imread(...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I'm using a 'convolution2dLayer' in my program but I'm unable to get that what it is doing after applying it to an image?
layers=[... imageInputLayer([566 804 3]) convolution2dLayer(5,20,'stride',6) % I WANTED KNOW BACKGROUND OF THIS LAYER,...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Command window showing the errror 'Index exceeds matrix dimensions'. How to resolve it? Following is my code if possible resolve the code.
layers=[ ... imageInputLayer([566 804 3]) convolution2dLayer([50 50],10,'stride',[6 6],'padding',[0 0]) reluLayer...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
My image size is of [566 804 3], what are the useful convolution filter sizes? How can I predict them? Every where I just given the same filter size and same number of filters?
layers=[... imageInputLayer([566 804 3]) convolution2dLayer(50, 20) reluLayer crossChannelNormalizationLayer...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I'm getiing this error while running the below code and the error is "Function 'subsindex' is not defined for values of class 'cell'". Could anyone tell me the way to minimize it?
options = trainingOptions('sgdm',... 'LearnRateSchedule','piecewise',... 'LearnRateDropFactor',0.2,... 'LearnRate...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I add images from a folder to a neural network?
imgDataPath = fullfile('C:\Users\Rokesh\Desktop\MATLAB\Project\E.Coli'); imds = imageDatastore(imgDataPath, ... 'IncludeSu...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to take multiple snapshots and How to save these figures through each run of a for loop while using with webcam?
Actually I want to save each and every sanpshot of webcam in my laptop.
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have two images taken by projecting laser light onto a agar plate. We have taken images at starting point and after an interval of 20 minutes, where we cultured bacteria on it. Then we applied imsubtract(a,b), (b,a) both giving different answers ?
a=imread('im5.jpg'); b=imread('im7.jpg'); c=imsubtract(a,b): imshow(c) d=imsubtract(b,a); imshow(d) after that in the outp...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is it possible to find the surface densities of images by applying any kind of matlab functions?
I've taken one image with no light and one with laser light projecting onto the surface which I wanted. So now, definitely some ...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I collected several images and then i applied this xcorr2(a,b) function. Now i got a value like 3.0281, after one minute I applied same function and got a result of 3.0282 like this. What is this value represents and why it is changing?
normxcorr2(a,b) corr2(a,b) autocorr(a) autocorr(a,lags) What is the output represented by above mentioned functions: I kne...
fast 6 Jahre vor | 0 Antworten | 0