photo

Kartik Bharadwaj


2017년부터 활동

Followers: 0   Following: 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...

대략 6년 전 | 답변 수: 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...

거의 7년 전 | 답변 수: 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...

거의 7년 전 | 답변 수: 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?

거의 7년 전 | 0

질문


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

거의 7년 전 | 답변 수: 3 | 0

3

답변