photo

Ayaz Wazir


University of Science and Technology Bannu

自 2017 起处于活动状态

Followers: 0   Following: 0

消息

MSCS Student at University of Science and Technology Bannu
Birth Place: North Wazirstan Agency
Area of Interest: Computer Vision and Networks

统计学

MATLAB Answers

7 个提问
0 个回答

排名
85,939
of 301,313

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
71.43%

收到投票数
0

排名
 of 21,236

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,955

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Extraction of rectangular blob from binary image
i have a binary image having many blobs of different shapes. the one blob is full rectangle. now i want to extract the rectangul...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Hello Dears, i want matlab code for completing the thin border of the number plate to apply imfill function
i want matlab code for completing the thin border of the number plate to apply imfill function to fill the number plate area. t...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can i remove the thin lines from my binary image. i need a code in matlab
i want to remove the thin lines to easily extract the number plate area. the image is attached. <</matlabcentral/answers/uplo...

8 years 前 | 1 个回答 | 0

1

个回答

提问


license plate characters recognition in matlab
i have segmented the characters of license plate. Now i want to write code to recognize and matched the characters with the alre...

9 years 前 | 1 个回答 | 0

1

个回答

提问


i have extracted the number plate from a car, now how can i segment the characters . Need some code. image is attached.
I have extracted the number plate from a car. Now, how can I segment the characters? I need some code. The image is attached. ...

9 years 前 | 3 个回答 | 0

3

个回答

提问


After using Edging and morphological operation i got the following Image. how can i now extract the number plate region. image is attached.
k=rgb2gray(imread('car3.jpg')); %figure, imshow(k); im=imresize(k, [400, NaN]); %figure, imshow(im); se=strel('dis...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How can i calculate vertical histogram. I took a code from somewhere which works for Horizontal processing but how i change it to work for vertical processing. The code is below
img=rgb2gray(imread('n3.jpg')); [rows,cols] = size(img); img2 = zeros(rows,cols); %Calculated the gradients fo...

9 years 前 | 1 个回答 | 0

1

个回答