photo

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年弱 前 | 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年弱 前 | 0 件の回答 | 0

0

回答