Week 2
[Spine]
Take a picture of the letter / number
Download it to the computer - Matlab
Thee program will trim the picture down by cutting out the letter out into a box, and leave some blank junk
The Program will then enlarge or shrink the image to fit into the template
The program will convert convert the image into a binary array, and cross reference it with the database. In order to find out which number/letter it is.
Other possible designs:
1. calculate the percentage of black parts and compare to the other images one the database.
2. Check the distance of the digit from the border.
3. Check inter-looping point and end points, and compare with other images from the database.
Workload
bench - Jiannan
code - Heng and Qing Plus help
Poster - Sam
Report - Jia plus Help
Blog - Sam
meeting notes:-
read our differenet subject areas
:- discussed or findings
:- meet with the supervisor on friday
:- organised how to do sustainability report
:- blog update.
:- organised midweek meeting to do the sustainability together
Problems-:
How to convert an image into binary array?
how to