photo

Kartikey Rai


Last seen: oltre 4 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
0 Risposte

RANK
30.699
of 299.984

REPUTAZIONE
1

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
42.86%

VOTI RICEVUTI
1

RANK
 of 20.857

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 166.841

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 6 anni fa | 1 risposta | 1

1

risposta

Domanda


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

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 6 anni fa | 1 risposta | 0

1

risposta