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
7년 초과 전 | 답변 수: 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...
7년 초과 전 | 답변 수: 0 | 0