Kartikey Rai
Followers: 0 Following: 0
統計
MATLAB Answers
7 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Why it is showing error?
function letter = readLetter(snap) load NewTemplates snap = imresize(snap,[42 24]); rec = [ ]; for n = 1:length(NewTempl...
約5年 前 | 1 件の回答 | 0
1
回答質問
Why it is showing error?
close all; clear all; im = imread(' Number Plate Images/ image1.png'); imgray = rgb2gray(im); imbin = imbinarize(imgray); ...
約5年 前 | 1 件の回答 | 0
1
回答質問
Why it is showing error?
% Alphabets A=imread('alpha/A.bmp'); B=imread('alpha/B.bmp'); C=imread('alpha/C.bmp'); D=imread('alpha/D.bmp'); E=imread('a...
約5年 前 | 1 件の回答 | 0
1
回答質問
Why TIME SHIFTING is not happening? (Thank you in advance!)
As you can see, I am defining the value to be 1 after n = 1, t=1. But if you look at the output, it is still starting from 0 in...
約5年 前 | 2 件の回答 | 0
2
回答質問
I was trying a program for car detection. Why it is showing error ? (Please also tell the solution to it)
detector = vision.ForegroundDetector('NumGaussians', 3, 'NumTrainingFrames', 50); videoReader = vision.VideoFileReader('visio...
約5年 前 | 1 件の回答 | 1
1
回答質問
How to use webcam given in our systems?
Hey! I wanted to ask that- How can we use webcam's present in our systems Click pictures from it Store in a folder Tha...
約5年 前 | 1 件の回答 | 0
1
回答質問
Can someone expalin the if statement and the code below it and what does taggedCars doing?
% Detecting light-coloured car's in a traffic video % Accesing the video and getting basic info of it trafficVid = VideoRead...
約5年 前 | 1 件の回答 | 0