photo

Kartikey Rai


Last seen: plus de 4 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

7 Questions
0 Réponses

RANG
30 678
of 300 379

RÉPUTATION
1

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
42.86%

VOTES REÇUS
1

RANG
 of 20 931

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 299

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

environ 6 ans il y a | 1 réponse | 0

1

réponse

Question


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

environ 6 ans il y a | 1 réponse | 0

1

réponse

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

environ 6 ans il y a | 1 réponse | 0

1

réponse

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

environ 6 ans il y a | 2 réponses | 0

2

réponses

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

environ 6 ans il y a | 1 réponse | 1

1

réponse

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

environ 6 ans il y a | 1 réponse | 0

1

réponse

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

environ 6 ans il y a | 1 réponse | 0

1

réponse