GUDIVADA ROKESH KUMAR - MATLAB Central
photo

GUDIVADA ROKESH KUMAR


NIT ROURKELA

2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 12/18 to 04/25Use left and right arrows to move selectionFrom 12/18Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

12 質問
0 回答

ランク
286,724
of 298,204

評判
0

コントリビューション
12 質問
0 回答

回答採用率
25.0%

獲得投票数
0

ランク
 of 20,548

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,571

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

6年弱 前 | 1 件の回答 | 0

1

回答

質問


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?

約6年 前 | 0 件の回答 | 0

0

回答

質問


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

約6年 前 | 0 件の回答 | 0

0

回答

質問


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

約6年 前 | 0 件の回答 | 0

0

回答

質問


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

約6年 前 | 1 件の回答 | 0

1

回答

質問


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

約6年 前 | 1 件の回答 | 0

1

回答

質問


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

約6年 前 | 1 件の回答 | 0

1

回答

質問


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

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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.

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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

6年以上 前 | 1 件の回答 | 0

1

回答

質問


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

6年以上 前 | 0 件の回答 | 0

0

回答