photo

Kartik Bharadwaj


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

MATLAB Answers

4 Fragen
1 Antwort

RANG
97.722
of 300.338

REPUTATION
0

BEITRÄGE
4 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
0

RANG
 of 20.922

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.149

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to stabilize dynamic background in a video using Computer Vision Toolbox?
My video consists of a constant FOV with an object in motion in dynamic background. My goal is to make the background static i.e...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I extract characters from a binary image when I have its centroid?
I = imread('download5.png'); J = rgb2gray(I); K = bwareaopen(J,10,8); h1 = fspecial('gaussian', 3, 1); h2 = fspecial...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How should I denoise the image to extract the characters from the image?
<</matlabcentral/answers/uploaded_files/88526/test.png>> I tried to denoise the image using Gaussian filter and imerosion, howe...

etwa 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
HOW TO SEGMENT A WORD INTO CHARACTERS USING VERTICAL PROJECTION?
@Image Analyst, can you please explain the logic behind the code which you have posted?

etwa 8 Jahre vor | 0

Frage


How do I print the following for loop as A1, A2, A3, A4?
for i = 1:4 print A%d, i end

etwa 8 Jahre vor | 3 Antworten | 0

3

Antworten