Kartik Bharadwaj
Followers: 0 Following: 0
Statistiques
RANG
95 558
of 295 673
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 262
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 257
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
Feeds
Question
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...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 7 ans il y a | 1 réponse | 0
1
réponseHOW TO SEGMENT A WORD INTO CHARACTERS USING VERTICAL PROJECTION?
@Image Analyst, can you please explain the logic behind the code which you have posted?
environ 7 ans il y a | 0
Question
How do I print the following for loop as A1, A2, A3, A4?
for i = 1:4 print A%d, i end
environ 7 ans il y a | 3 réponses | 0