photo

Kartik Bharadwaj


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
1 个回答

排名
156,986
of 299,830

声誉
0

贡献数
4 个提问
1 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,813

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,163

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

7 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

已回答
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?

8 years 前 | 0

提问


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

8 years 前 | 3 个回答 | 0

3

个回答