Rinku - MATLAB Central
photo

Rinku


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 12/14 to 03/25Use left and right arrows to move selectionFrom 12/14Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
3 个回答

排名
98,984
of 297,672

声誉
0

贡献数
7 个提问
3 个回答

回答接受率
28.57%

收到投票数
0

排名
 of 20,464

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,351

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1
  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Can anyone please clear my doubt on this. I'm doing character recognition from vehicle number plates.
clc; % Clear command window. clear all; % Delete all variables. close all; % Close all figure windows except those creat...

7 years 前 | 0

提问


matlab code for character segmentation by horizontal and vertical projection profile
I do segmentation by Bounding Box but i try by projection profile method.For bounding box method the cod is, %% Label connect...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How do I remove the square box surrounding on the single digit?
<</matlabcentral/answers/uploaded_files/24114/pic.png>> when i try to recognize the digit that surrounded by square box ,but ...

10 years 前 | 2 个回答 | 0

2

个回答

已回答
How to automatically identify text lines from projection plot?
try this code; img = rgb2gray(imread('arabic.jpg')); [R, xp] = radon(bw_closed, [0 90]); figure; plot(xp,R(:,2)); title('at a...

10 years 前 | 0

提问


matlab code for character segmentation
Can anyone please clear my doubt on this. My requirement is to isolate the region from the whole image and i have to recognize t...

10 years 前 | 0 个回答 | 0

0

个回答

提问


matlab code for line segmentation row by row by ostu's method
Can anyone please clear my doubt on this. My requirement is to isolate the region from the whole image and i have to recognize t...

10 years 前 | 0 个回答 | 0

0

个回答

已回答
character recognition
Hello Ashish, I am also doing some related work like container plate. Can you help me. I cannot extract the characters from the ...

10 years 前 | 0

提问


matlab code for character segmentation by horizontal and vertical projection profile
Hello,I am doing number plate recognition.please help me in number plate character segmentation by horizontal and vertical proje...

10 years 前 | 0 个回答 | 0

0

个回答

提问


matlab code for character segmentation
Hello,I am doing number plate recognition.please help me in number plate character segmentation by ostu's method

10 years 前 | 0 个回答 | 0

0

个回答

提问


Matlab code for image binarization by Otsu's thresholding
binarize image

10 years 前 | 2 个回答 | 0

2

个回答