photo

Kartikey Rai


Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
30,425
of 300,343

REPUTATION
1

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
42.86%

VOTES RECEIVED
1

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,149

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Why it is showing error?
function letter = readLetter(snap) load NewTemplates snap = imresize(snap,[42 24]); rec = [ ]; for n = 1:length(NewTempl...

6 years ago | 1 answer | 0

1

answer

Question


Why it is showing error?
close all; clear all; im = imread(' Number Plate Images/ image1.png'); imgray = rgb2gray(im); imbin = imbinarize(imgray); ...

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 2 answers | 0

2

answers

Question


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

6 years ago | 1 answer | 1

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer