20
SEMINOR ON A PAPERLESS FAX MACHINE WITH A SINGLE-TOUCH PANEL

Paperless fax machine

Embed Size (px)

Citation preview

Page 1: Paperless fax machine

SEMINOR ON

A PAPERLESS FAX MACHINE WITH A SINGLE-TOUCH PANEL

Page 2: Paperless fax machine

CONTENTS

• INTRODUCTION• HARDWARE CONFIGURATION• OPERATING PROCEDURES• HANDWRITING RECONSTRUCTION• CONCLUSIONS• REFERENCES

Page 3: Paperless fax machine

INTRODUCTION

Fax machines became popular around the world in the 1980s.

In order to reduce paper consumption we use paperless fax machine.

In this paperless fax machine single-touch panel is used as input and output device.

Page 4: Paperless fax machine

Transmitted and received fax documents are stored in memory.

A pressure sensitive stylus is used to write on the touch panel.

Handwriting reconstruction algorithm is used.

Page 5: Paperless fax machine

HARDWARE CONFIGURATION

Page 6: Paperless fax machine

The modem module for sending and receiving faxes.

The touch panel displays the fax documents and accepts the handwriting signatures.

The tip of the pressure sensitive stylus is connected to a pressure sensor through a spring coil.

During a signing act, the pressure at the tip is measured, digitalized by an ADC, and finally sent to MCU for subsequent processing.

Page 7: Paperless fax machine

OPERATING PROCEDURES

The touch panel fax machine can operate in one of the three modes:

1. Fax receiving mode

2. Browsing and handwriting mode

3. Fax transmitting mode

Page 8: Paperless fax machine

HANDWRITING RECONSTRUCTION

The handwriting reconstruction algorithm, turn an user’s signing act into a digital signature as close to the original as possible.

During the signing act, the data from the pressure sensitive stylus and the touch panel are sampled by using timer interrupts in MCU.

Page 9: Paperless fax machine

The sampled analog values are then converted into digital values by ADCs and buffered in two FIFO queues in order as shown in figure.

Page 10: Paperless fax machine

Some issues that are considered in data collection and processing.

1. Resolution of touch panel2. Signal synchronization3. Pressure and Strokes4. Handwriting Reconstruction

Page 11: Paperless fax machine

Resolution of touch panels:

A single-touch panel is composed of two major parts, an LCD screen for displaying and a thin touch layer for inputs.

The resolution of an LCD screen is specified explicitly by enumerating the number of pixels both in width and height.

The resolution of the touch panel is determined by the number of bits used in the ADCs adopted.

Page 12: Paperless fax machine

Signal synchronization:

Single-touch panels can response exact one location that is being touched at a time.

Timer interrupt intervals are made set to be constant.

According to changes in the pressure data measured, handwriting reconstruction algorithm can generate the strokes with different thickness.

Page 13: Paperless fax machine

Pressure and Strokes: A simple two-step calibration

procedure for the stylus is performed before writing.

First, press the pen tip all the way down and record the pressure reading as PF .

Next, let the tip off the touch panel and record the pressure again as PE.

For any pressure P, the pressure ratio(PR) is calculated as

PR=(P-PE)/(PF-PE)

Page 14: Paperless fax machine

Handwriting reconstruction:

There are two types of methods to generate thickness of the stroke

1. line extension

2. circular extension

Page 15: Paperless fax machine

Circular extension is used in handwriting reconstruction.

Page 16: Paperless fax machine
Page 17: Paperless fax machine

CONCLUSION

By using handwriting reconstruction algorithm the signature can be exactly reproduced.

Consumption of paper can be reduced.

Page 18: Paperless fax machine

REFERENCES

• http://ieee.ieeexplore.org/ • ITU-T.37: Procedures for the Transfer of Facsimile Data via

Store-and forward on the Internet, 1998.• ITU-T.38: Procedures for Real-time Group 3 Facsimile

Communication over IP Networks, Amendment 1, 1999.

• Handwriting Recognition Group, <hwr.nici.kun.nl>, May, 2008.

Page 19: Paperless fax machine

QUERIES ?

Page 20: Paperless fax machine

THANK YOU