philppine banknote recognition

22
Philippine Banknote Philippine Banknote Recognition Recognition CE 150 Interfacing Angelo Carlo E. Arceta Barbra Francine V. Te Michelle Christine L. Yap V BS Ch-ACS

Upload: barbie-te

Post on 11-Apr-2015

74 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Philppine Banknote Recognition

Philippine Banknote Philippine Banknote RecognitionRecognition

CE 150 Interfacing

Angelo Carlo E. ArcetaBarbra Francine V. Te

Michelle Christine L. YapV BS Ch-ACS

Page 2: Philppine Banknote Recognition

IntroductionIntroductionaround 4.62% of Filipinos are

visually impaired in one or both eyes. This figure she said was based on the third Philippine National Survey of Blindness conducted in 2005.

Page 3: Philppine Banknote Recognition

Specific ObjectivesSpecific ObjectivesImplement the code for illumination or

brightness adjustmentImplement the code for Similarity

Measure namely Sum of Square Differences (SSD) and Normalized Cross Correlation

Code and implement a GUI for the desired application

Interface the program with a mobile phone, Bluetooth adapter, modem driver, and a com port

Page 4: Philppine Banknote Recognition

LimitationsLimitationsSample images that are smaller

than the sizes of the database images will not be processed

Sample images are not sent from a mobile phone. They were obtained from a scanner and were resized manually to meet the standard size.

SMS of the result is still manual. SPAWN ( ) function is not available in wxDev-C++

Page 5: Philppine Banknote Recognition

Gantt ChartGantt Chart

Page 6: Philppine Banknote Recognition

Final Output with the GUIFinal Output with the GUIThe user should first open a sample

image of a peso bill.The sample image is illuminated

accordingly with respect to the templates

The user should select the ‘Identify Bank Note’ key to find a match in the database.

After a match is found, a message box will display “You have a __ peso bill.”

Page 7: Philppine Banknote Recognition
Page 8: Philppine Banknote Recognition

Final Output with the GUIFinal Output with the GUI A ‘quantitative similarity’ of the

images, based on the selected similarity measure is also displayed

The result will be sent to a mobile phone via the Microsoft SMS Sender

Page 9: Philppine Banknote Recognition

Matching MethodologyMatching Methodology

Page 10: Philppine Banknote Recognition

Interfacing DetailsInterfacing DetailsMobile phone

◦Installed as a modem over the chosen interface

Bluetooth device◦Opens a connection to

the serial portPhone modem driverSerial Com Ports

◦Have the appropriate modem driver installed for the mobile phone

Page 11: Philppine Banknote Recognition

General Interfacing Block General Interfacing Block DiagramDiagram

The mobile phone’s modem driver is installed in one of the serial com ports. Physically, the GSM modem is outside the PC. With the bluetooth interface, the PC is able to access the GSM modem found inside the mobile phone.

Page 12: Philppine Banknote Recognition

Interfacing RemindersInterfacing RemindersSMS : computer to mobile device

◦Vice-versa, not possibleStandard SMS

◦MMS and Flash SMS are not supported

End-to-end transmission and Cost◦Service Provider

Install the modem driver before proceeding with SMS

Page 13: Philppine Banknote Recognition

Modem Configuration Flow Modem Configuration Flow ChartChart

Page 14: Philppine Banknote Recognition

Configure Modem OptionsConfigure Modem Options

Page 15: Philppine Banknote Recognition

Installing a New ModemInstalling a New Modem

Page 16: Philppine Banknote Recognition

Specify the Modem DriverSpecify the Modem Driver

Page 17: Philppine Banknote Recognition

Select the Appropriate COM Select the Appropriate COM portport

Page 18: Philppine Banknote Recognition

Interfacing Detailed Flow Interfacing Detailed Flow ChartChart

Page 19: Philppine Banknote Recognition

No connection at the No connection at the serial portserial port

Page 20: Philppine Banknote Recognition

Establish connection with a Establish connection with a COM portCOM port

Page 21: Philppine Banknote Recognition

Check the Bluetooth Check the Bluetooth ConnectionConnection

Page 22: Philppine Banknote Recognition

SMS SenderSMS Sender