![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9198088_1522131450318_DEF.jpg)
Manpreet Singh
自 2017 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
how to recognize digits from seven segment display ?
want to acquire weight from seven segment display of weighing machine using ocr
8 years 前 | 0 个回答 | 0
0
个回答提问
i made a code to store height and weight of a person from two images and stored it in excel sheet showing Serial number, height and weight columns. i want to store the data for x persons. please help me with the code.
clc clear all close all a=imread('height.jpg'); i=rgb2gray(a); imshow(i); ht=ocr(i); h=[ht.Text]; b=im...
8 years 前 | 0 个回答 | 0