Kartik Bharadwaj
Followers: 0 Following: 0
Statistics
RANK
95,514
of 295,448
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 0
1
answerQuestion
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...
7 years ago | 1 answer | 0
1
answerHOW TO SEGMENT A WORD INTO CHARACTERS USING VERTICAL PROJECTION?
@Image Analyst, can you please explain the logic behind the code which you have posted?
7 years ago | 0
Question
How do I print the following for loop as A1, A2, A3, A4?
for i = 1:4 print A%d, i end
7 years ago | 3 answers | 0