CN101639896A - Data filtering and smoothing method applied to touch screen - Google Patents

Data filtering and smoothing method applied to touch screen Download PDF

Info

Publication number
CN101639896A
CN101639896A CN200910051532A CN200910051532A CN101639896A CN 101639896 A CN101639896 A CN 101639896A CN 200910051532 A CN200910051532 A CN 200910051532A CN 200910051532 A CN200910051532 A CN 200910051532A CN 101639896 A CN101639896 A CN 101639896A
Authority
CN
China
Prior art keywords
data
touch
parameter
current
sampling
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN200910051532A
Other languages
Chinese (zh)
Inventor
梁仲华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Wingtech Electronic Technology Co Ltd
Original Assignee
Shanghai Wingtech Electronic Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Wingtech Electronic Technology Co Ltd filed Critical Shanghai Wingtech Electronic Technology Co Ltd
Priority to CN200910051532A priority Critical patent/CN101639896A/en
Publication of CN101639896A publication Critical patent/CN101639896A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Position Input By Displaying (AREA)

Abstract

The invention discloses a data filtering and smoothing method applied to a touch screen, comprising the following steps: establishing stable data sampled when touching, screening effective data and caching; filtering exceptional data sampled when touching; and performing smoothing treatment to data converted to display a coordinate point when sweeping. When the touch screen is applied to various mobile phone platforms, ADC data sampling is carried out on the clicking point for clicking the touch screen, and the sampled data is subject to necessary data filtering and smoothing before being usedfor specific software algorithm relevantly matched with the display zone on the display screen so as to eliminate the problems of clicking abnormality, untidy writing, discontinuous writing and the like. The invention provides the method for filtering and smoothing the data, ensures that the touch point and the display zone are accurately associated and matched, avoids the phenomena of inaccurateclicking, misoperation or inconvenient use and the like.

Description

Be applied to the data filter of touch-screen and level and smooth method
Technical field
The invention belongs to the mobile communication technology field, be specifically related to a kind of data filter of touch-screen and level and smooth method of being applied to.
Background technology
Under the environment of the continuous development of personal mobile communication technology, mobile phone is increasing to people's effect now, and that the alternating interface between man and computer of mobile phone is also done is more and more abundanter, the more and more hommization that the control operation mode is also done.Specific to in the input of the mobile phone control, now general control input mode be except button be exactly the screen touch mode.The input mode of screen touch has almost become now the standard configuration of mobile phone, and people also are liking very for this convenient, flexible input mode.The input mode of screen touch, inevitably can run into the whether accurately problem of associated match of a touch point and viewing area, clicking point and viewing area can accurately be mapped, inaccurate, maloperation will occur clicking or use inconvenient or the like problem, and one of them of these all kinds of problems important induce factor, be exactly to the ADC sampled data that touches clicking point filter and smoothing processing on incorrect, so how these data are filtered and smoothly, are one and are solving important step on the touch-screen result of use.
Summary of the invention
The technical problem to be solved in the present invention provides a kind of data filter of touch-screen and level and smooth method of being applied to, the sampled data filtering screening and the data smoothing of line that are divided into are a little handled, in the sampled data filtering screening of its mid point, on the different time points according to touch data sampling and processing, the abnormal data that is divided into sampling when touch is started to write filters, and stablizes data screening and valid data caching process; Data in touching the data use of stable back are screened again; Data exception when touching the first stroke of a Chinese character is handled; Also have in metal marker and smoothly go abnormity point to handle to the data that are converted to displaing coordinate point, it is unusual to eliminate click, writes to occur writing quickly problems such as disconnected pen.
For reaching above purpose, the invention provides a kind of data filter of touch-screen and level and smooth method of being applied to, it may further comprise the steps:
The stable data of sampling are set up and valid data screening and buffer memory when (1) touching:
Start sampling TIMER, in the Interrupt Process function of sampling TIMER, the ADC sampling is carried out in the touch point, just begun the ADC sampling parameter that obtains, can't directly send into buffer area and be used for follow-up task detection use, before this, must filter through abnormal data, and the prerequisite that abnormal data filters is the incipient stability data that obtain the current touch point of a more stable representative state.In order to obtain this incipient stability data, in just beginning one section more stable continuous sampled data, use data filter to filter out incipient stability data, wherein, based on removing to shake the stable gradually of back device, and sampling ADC module stable working, think and tend towards stability near the data the 20ms that continuous three sampled datas of getting current slot are sent into and filtered out initial stable data (temp.x in the data filter at the back data sampling that begins to sample; Temp.y).The foundation of filtrator, the foundation of filtrator is based on so prerequisite: in the sampling of continuous three points, wherein, expending time in is 6ms, and the time of 6ms with respect to touch action (no matter clicking or paddling), the time is very short, so think and remain same point, (sample1, sample2 sample3) are exactly three sampled result of same touch point to the data of described continuous three samplings.Under this prerequisite, filtrator is separated into X-axis parameter and Y-axis parameter with these three sampling parameters in calculating and filtering, and is example with the X-axis parameter, and it is as follows to obtain difference respectively between three supplemental characteristics:
abs(sample1.x-sample2.x);
abs(sample2.x-sample3.x);
abs(sample1.x-sample3.x)/2;
Wherein, spacing difference owing to point before and after considering in the paddling between sample1.x and sampel3.x compensates, so in the processing that again spacing reduced by half, calculate the minimum value of difference between parameter, (such as sample1.x, mean value sample2.x) is as the final valid data of current touch point with two parameters of the correspondence of this minimal difference.
The abnormal data of sampling filters when (2) touching:
In sampling Interrupt Process function, at first get access to when time sampling parameter value through the function that calls the ADC module; This sampled value is compared the difference between drawing with previous effective value.And difference hereto, we have set two regional extents: one is effective range (0<difference<valid_limit), one is critical range (valid_limit<difference<invalid_limit), when difference in effective range, current sampled value is effective, the touch point is non-abnormity point, advances to touch the sampling parameter buffer memory in the data buffer area of handling; Be positioned at critical range and work as difference, illustrating that current sampled data has slightly departs from, but can use the correction of last efficiently sampling value, so this sampled value and previous effective sampled value are averaged processing, the result after the processing is saved in the valid data buffer area; And if the difference size outside critical range, it is unusual that so current sampled value just is considered to, and can only discard, and waits for next sampled data;
(3) in the metal marker data that are converted to displaing coordinate point are carried out smoothing processing:
The parameter of the touch point of the sudden change that occurs in the paddling process is handled, according to the several touch point, front and the parameter of current touch point, current touch point parameter is carried out the processing of variable weight, make it to meet and do not influence simultaneously the direction of motion of its actual representative with the track trend of paddling.Concrete computing is followed following formula and is carried out: prerequisite, definition H2[n], H1[n], H0[n] and, CURR[n] representing the computing effective value of current data respectively, the touch point parameter of current two transient state values and current input, n represents the parameter current sequence number.Wherein, the processing computing of current computing effective value is: H2[n]=(H2[n-1]+H1[n-1]+H0[n-1]+CURR[n])/4;
Wherein,
H2[n-1]=(H2[n-2]+H1[n-2]+H0[n-2]+CURR[n-1])/4;
H1[n-1]=(H1[n-2]+H0[n-2]+CURR[n-1]+CURR[n-1])/4;
H0[n-1]=(H0[n-2]+CURR[n-1])/2;
The application parameter of current touch point is by the parameter cum rights computing of touch point that constituted the paddling track and current touch point in the past thus.And the application parameter that this generates also will be included in the computing of next touch point application parameter
A kind of data filter of touch-screen and level and smooth method of being applied to of the present invention, data are filtered and smoothly by a series of processing, eliminate and click unusually, write and occur writing quickly, problems such as disconnected pen, make the accurate associated match in touch point and viewing area, avoid occur clicking inaccurate, maloperation or use inconvenient or the like phenomenon.
Description of drawings
Fig. 1 is that the present invention is applied to the data filter of touch-screen and contact screen information processing and the filtration and the level and smooth main control process flow of level and smooth method.
Fig. 2 is that the present invention is applied to the treatment scheme that sampled data in the sampling Interrupt Process of the data filter of touch-screen and level and smooth method is filtered abnormity point and obtained actual parameter.
Fig. 3 is that the present invention is applied to the data filter of touch-screen and the touch-screen sampled data of level and smooth method is filtered the filter interior flow process of using.
Embodiment
The invention will be further elaborated below in conjunction with accompanying drawing.
As shown in Figure 1 to Figure 3, the invention provides a kind of data filter of touch-screen and level and smooth method of being applied to, it may further comprise the steps:
The stable data of sampling are set up and valid data screening and buffer memory when (1) touching;
The abnormal data of sampling filters when (2) touching;
(3) in the metal marker data that are converted to displaing coordinate point are carried out smoothing processing.
Successively each step is explained in detail below.
The stable data of sampling are set up and valid data screening and buffer memory when (1) touching
In the beginning moment of touch action (starting to write the primary stage), owing to rigidly connect and touch, device state is in and changes in the stable process, the data that sample this time can accurately not expressed the touch point position state, so all need this time one to wait for the stable time of device state, be used to remove this device shake, wherein, the described empirical value time of removing shake time use 30ms.After going dither process, begin to start sampling TIMER, in the Interrupt Process function of sampling TIMER, the ADC sampling is carried out in the touch point.Just begun the ADC sampling parameter that obtains, can't directly send into buffer area and be used for follow-up task detection use, before this, must filter through abnormal data, and the prerequisite that abnormal data filters is the incipient stability data that obtain the current touch point of a more stable representative state.In order to obtain this incipient stability data, the operation parameter filtrator filters out incipient stability data in just beginning one section more stable continuous sampled data, wherein, based on removing to shake the stable gradually of back device, and sampling ADC module stable working, think that data sampling tends towards stability near the data the 20ms beginning to sample afterwards.Continuous three sampled datas of getting current slot are sent into and are filtered out initial stable data (temp.x in the data filter; Temp.y).The foundation of filtrator, the foundation of filtrator are based on so prerequisite: in the sampling of continuous three points, wherein, expending time in is 6ms, and the time of 6ms with respect to touch action (no matter clicking or paddling), the time is very short, so think and remain same point.(sample1, sample2 sample3) are exactly three sampled result of same touch point to the data of described continuous three samplings.Under this prerequisite, filtrator is separated into X-axis parameter and Y-axis parameter with these three sampling parameters in filtering, and is example with the X-axis parameter, and it is as follows to obtain difference respectively between three supplemental characteristics:
abs(sample1.x-sample2.x);
abs(sample2.x-sample3.x);
abs(sample1.x-sample3.x)/2;
Wherein, the spacing difference owing to point before and after considering in the paddling between sample1.x and sampel3.x compensates, so in the processing that again spacing reduced by half.Calculate the minimum value of difference between parameter, (such as sample1.x, mean value sample2.x) is as the final valid data of current touch point with two parameters of the correspondence of this minimal difference.
The abnormal data of sampling filters when (2) touching
It is mainly together finished in the Interrupt Process function of sampling.In sampling Interrupt Process function, at first get access to when time sampling parameter value through the function that calls the ADC module; This sampled value is compared the difference between drawing with previous effective value.And difference hereto, we have set two regional extents: one is effective range (0<difference<valid_limit), one is critical range (valid_limit<difference<invalid_limit), when difference in effective range, current sampled value is effective, the touch point is non-abnormity point, advances to touch the sampling parameter buffer memory in the data buffer area of handling; Be positioned at critical range and work as difference, illustrating that current sampled data has slightly departs from, but can use the correction of last efficiently sampling value, so this sampled value and previous effective sampled value are averaged processing, the result after the processing is saved in the valid data buffer area; And if the difference size outside critical range, it is unusual that so current sampled value just is considered to, and can only discard, and waits for next sampled data;
(3) in the metal marker data that are converted to displaing coordinate point are carried out smoothing processing
In front in two steps, though carried out the filtration and the screening of data since touch the difference of sheet material and top data processing not exclusively, parameter and the numerical value on the actual physics in the continuous sampled point always have certain difference.And this species diversity performance more obvious at paddling and when showing the paddling track will exert an influence to carry out write operation on touch-screen like this.In order to address this problem the smoothing processing the when actual parameter by sampling is carried out paddling through the converted displaing coordinate parameter of location algorithm.And the ultimate principle of the smoothing processing of these data is based on continuity that actual physical location in the paddling process changes and mutability not.The parameter of the touch point of the sudden change that will occur in the paddling process is handled, according to the several touch point, front and the parameter of current touch point, current touch point parameter is carried out the processing of variable weight, make it to want to meet and do not influence simultaneously the direction of motion of its actual representative with the track of paddling trend.Concrete computing is followed following formula and is carried out: prerequisite, definition H2[n], H1[n], H0[n] and, CURR[n] representing the computing effective value of current data respectively, the touch point parameter of current two transient state values and current input, n represents the parameter current sequence number.Wherein, the processing computing of current computing effective value is:
H2[n]=(H2[n-1]+H1[n-1]+H0[n-1]+CURR[n])/4;
Wherein,
H2[n-1]=(H2[n-2]+H1[n-2]+H0[n-2]+CURR[n-1])/4;
H1[n-1]=(H1[n-2]+H0[n-2]+CURR[n-1]+CURR[n-1])/4;
H0[n-1]=(H0[n-2]+CURR[n-1])/2;
The application parameter of current touch point is by the parameter cum rights computing of touch point that constituted the paddling track and current touch point in the past thus.And the application parameter that this generates also will be included in the computing of next touch point application parameter, so circulation is gone down, current coordinate data was got up with different weighted associations with former coordinate points, finally obtain the coordinate data after the smoothing processing of accompany movement track trend.
By the foregoing description, purpose of the present invention is by in full force and effect having reached.The personage who is familiar with this skill should be understood that the content that the present invention includes but be not limited to describe in the top embodiment.Any modification that does not depart from function of the present invention and structural principle all will be included in the scope of claims.

Claims (7)

1. one kind is applied to the data filter of touch-screen and level and smooth method, and it may further comprise the steps:
Start sampling TIMER, in the Interrupt Process function of sampling TIMER, the ADC sampling is carried out in the touch point;
Obtain the sampled data of the current touch point of representative state, filter out initial stable data by data filter;
In the metal marker data that are converted to displaing coordinate point are carried out smoothing processing:
The parameter of the touch point of the sudden change that will occur in the paddling process is handled, according to the touch point of sampling before and the parameter of current touch point, current touch point parameter is carried out the processing of variable weight, make it to meet and do not influence simultaneously the direction of motion of its actual representative with the track trend of paddling, concrete computing is followed following formula and is carried out: definition H2[n], H1[n], H0[n], CURR[n] represent the computing effective value of current data respectively, the touch point parameter of current two transient state values and current input, n represents the parameter current sequence number, wherein, the processing computing of current computing effective value is: H2[n]=(H2[n-1]+H1[n-1]+H0[n-1]+CURR[n])/4;
Wherein,
H2[n-1]=(H2[n-2]+H1[n-2]+H0[n-2]+CURR[n-1])/4;
H1[n-1]=(H1[n-2]+H0[n-2]+CURR[n-1]+CURR[n-1])/4;
H0[n-1]=(H0[n-2]+CURR[n-1])/2;
The application parameter of current touch point is by the parameter cum rights computing of touch point that constituted the paddling track and current touch point in the past thus, and the application parameter that this generates also will be included in the computing of next touch point application parameter.
2. the data filter of touch-screen and the level and smooth method of being applied to as claimed in claim 1, it is characterized in that, in sampling Interrupt Process function, at first get access to when time sampling parameter value through the function that calls the ADC module, this sampled value is compared with previous effective value, difference between drawing, difference hereto, set two regional extents: one is effective range (0<difference<valid_limit), one be critical range (valid_limit<difference<invalid_limit), when difference in effective range, current sampled value is effective, the touch point is non-abnormity point, advances to touch the sampling parameter buffer memory in the data buffer area of handling; And be positioned at critical range when difference, and illustrating that current sampled data has slightly departs from, and uses the correction of last efficiently sampling value, so this sampled value and previous effective sampled value are averaged processing, the result after the processing is saved in the valid data buffer area; And if the difference size outside critical range, it is unusual that so current sampled value just is considered to, and can only discard, and waits for next sampled data.
3. the data filter of touch-screen and the level and smooth method of being applied to as claimed in claim 1, it is characterized in that, filter out the flow process of incipient stability data by data filter: continuous three sampled datas of getting current slot are sent into and are filtered out initial stable data (temp.x in the data filter; Temp.y), the foundation of filtrator, the foundation of filtrator is based on so prerequisite: in the sampling of continuous three points, time is very short, with respect to touch action, no matter click or paddling, think to remain same some data (sample1, the sample2 of described continuous three samplings, sample3) be three sampled result of same touch point, under this prerequisite, filtrator is separated into X-axis parameter and Y-axis parameter with these three sampling parameters in filtering, with the X-axis parameter is example, and it is as follows to obtain difference respectively between three supplemental characteristics:
abs(sample1.x-sample2.x);
abs(sample2.x-sample3.x);
abs(sample1.x-sample3.x)/2;
Wherein, spacing difference owing to point before and after considering in the paddling between sample1.x and sampel3.x compensates, so with the spacing processing that reduces by half, calculate the minimum value of difference between parameter, with the mean value of two parameters of the correspondence of this minimal difference final valid data as current touch point.
4. the data filter of touch-screen and the level and smooth method of being applied to as claimed in claim 2 is characterized in that, the sampling of continuous three points, and expending time in is 6ms.
5. the data filter of touch-screen and the level and smooth method of being applied to as claimed in claim 1 is characterized in that: the data that filtrator adopts are the data behind the beginning sampled data 20ms.
6. the data filter of touch-screen and the level and smooth method of being applied to as claimed in claim 1 is characterized in that, in the whole course of action of touch action, this task uses the frequency of 333Hz to carrying out the sample collection data when time touch.
7. the data filter of touch-screen and the level and smooth method of being applied to as claimed in claim 1 is characterized in that, after the beginning of touch action, before the startup sampling TIMER, going the shake time of 30ms arranged.
CN200910051532A 2009-05-19 2009-05-19 Data filtering and smoothing method applied to touch screen Pending CN101639896A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910051532A CN101639896A (en) 2009-05-19 2009-05-19 Data filtering and smoothing method applied to touch screen

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910051532A CN101639896A (en) 2009-05-19 2009-05-19 Data filtering and smoothing method applied to touch screen

Publications (1)

Publication Number Publication Date
CN101639896A true CN101639896A (en) 2010-02-03

Family

ID=41614869

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910051532A Pending CN101639896A (en) 2009-05-19 2009-05-19 Data filtering and smoothing method applied to touch screen

Country Status (1)

Country Link
CN (1) CN101639896A (en)

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101957721A (en) * 2010-08-19 2011-01-26 苏州佳世达电通有限公司 Method for displaying connecting line of touch screen
CN102236497A (en) * 2011-07-28 2011-11-09 华为终端有限公司 Method and device for processing pixel points in touch screen
CN102253785A (en) * 2011-07-06 2011-11-23 华为终端有限公司 Method and device for detecting resistive touch screen
CN103019440A (en) * 2012-11-28 2013-04-03 广东欧珀移动通信有限公司 Abnormal touch point removing method and device based on gesture recognition and touch screen
CN103105957A (en) * 2011-11-14 2013-05-15 联想(北京)有限公司 Display method and electronic equipment
CN103150051A (en) * 2013-02-25 2013-06-12 深圳市汇顶科技股份有限公司 Touch operation response method, system and touch screen terminal
CN103412698A (en) * 2013-07-30 2013-11-27 深圳市汇顶科技股份有限公司 Touch screen coordinate debouncing method and system and touch screen terminal
CN103492986A (en) * 2011-02-16 2014-01-01 Nec卡西欧移动通信株式会社 Input device, input method, and recording medium
CN103605441A (en) * 2013-11-26 2014-02-26 厦门雅迅网络股份有限公司 Touch screen sampling optimization method based on dual circular domain
CN103699254A (en) * 2012-11-01 2014-04-02 北京途拓科技有限公司 Method, device and system for multi-point touch positioning
CN104380214A (en) * 2012-06-08 2015-02-25 Avl里斯脱有限公司 Method for processing data
CN104731434A (en) * 2015-03-27 2015-06-24 惠州Tcl移动通信有限公司 Touch screen interference prevention method and system and mobile terminal
CN104991639A (en) * 2015-05-27 2015-10-21 中国康复研究中心 Virtual reality rehabilitation training system and method
CN105183341A (en) * 2015-08-07 2015-12-23 广州汽车集团股份有限公司 Handwriting correcting method and system of touch screen
CN105892753A (en) * 2016-04-29 2016-08-24 努比亚技术有限公司 Method and device for touch screen equipment
CN105975127A (en) * 2016-04-29 2016-09-28 上海与德通讯技术有限公司 Touch screen report point compensation method and device
CN106339460A (en) * 2016-08-26 2017-01-18 厦门优莱柏网络科技有限公司 Online drawing processing system and online drawing processing method
CN103034362B (en) * 2011-09-30 2017-05-17 三星电子株式会社 Method and apparatus for handling touch input in a mobile terminal
CN106843596A (en) * 2017-03-20 2017-06-13 深圳市亿维自动化技术有限公司 A kind of touch detecting method and device
CN107491212A (en) * 2017-08-28 2017-12-19 江苏沁恒股份有限公司 A kind of touch-screen stabilization optimization method, system and touch screen terminal
CN108717349A (en) * 2018-06-01 2018-10-30 Oppo广东移动通信有限公司 The bright screen control method of terminal, device, terminal and storage medium
CN109240531A (en) * 2018-07-16 2019-01-18 青岛海信移动通信技术股份有限公司 Sampling compensation method, device, mobile terminal and the storage medium of touch data
CN111585572A (en) * 2020-04-28 2020-08-25 广州视源电子科技股份有限公司 Sampling method, device, terminal equipment and storage medium
CN112687218A (en) * 2019-10-17 2021-04-20 联詠科技股份有限公司 Display driver, device applied to display driver and display panel driving method

Cited By (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101957721A (en) * 2010-08-19 2011-01-26 苏州佳世达电通有限公司 Method for displaying connecting line of touch screen
CN103492986A (en) * 2011-02-16 2014-01-01 Nec卡西欧移动通信株式会社 Input device, input method, and recording medium
CN103492986B (en) * 2011-02-16 2017-08-15 日本电气株式会社 Input equipment, input method and recording medium
CN102253785A (en) * 2011-07-06 2011-11-23 华为终端有限公司 Method and device for detecting resistive touch screen
CN102253785B (en) * 2011-07-06 2013-04-24 华为终端有限公司 Method and device for detecting resistive touch screen
CN102236497B (en) * 2011-07-28 2013-12-18 华为终端有限公司 Method and device for processing pixel points in touch screen
CN102236497A (en) * 2011-07-28 2011-11-09 华为终端有限公司 Method and device for processing pixel points in touch screen
US10120481B2 (en) 2011-09-30 2018-11-06 Samsung Electronics Co., Ltd. Method and apparatus for handling touch input in a mobile terminal
CN103034362B (en) * 2011-09-30 2017-05-17 三星电子株式会社 Method and apparatus for handling touch input in a mobile terminal
CN103105957A (en) * 2011-11-14 2013-05-15 联想(北京)有限公司 Display method and electronic equipment
CN103105957B (en) * 2011-11-14 2016-10-05 联想(北京)有限公司 Display packing and electronic equipment
CN104380214A (en) * 2012-06-08 2015-02-25 Avl里斯脱有限公司 Method for processing data
CN104380214B (en) * 2012-06-08 2017-12-08 Avl里斯脱有限公司 method for processing data
CN103699254A (en) * 2012-11-01 2014-04-02 北京途拓科技有限公司 Method, device and system for multi-point touch positioning
CN103019440A (en) * 2012-11-28 2013-04-03 广东欧珀移动通信有限公司 Abnormal touch point removing method and device based on gesture recognition and touch screen
CN103019440B (en) * 2012-11-28 2016-01-20 广东欧珀移动通信有限公司 A kind of abnormal touch point minimizing technology based on gesture identification, device and touch-screen
CN103150051A (en) * 2013-02-25 2013-06-12 深圳市汇顶科技股份有限公司 Touch operation response method, system and touch screen terminal
CN103150051B (en) * 2013-02-25 2016-03-02 深圳市汇顶科技股份有限公司 Touch operation response method, system and touch screen terminal
CN103412698A (en) * 2013-07-30 2013-11-27 深圳市汇顶科技股份有限公司 Touch screen coordinate debouncing method and system and touch screen terminal
CN103605441B (en) * 2013-11-26 2018-06-01 厦门雅迅网络股份有限公司 Touch-screen sampling optimization method based on dual circular domain
CN103605441A (en) * 2013-11-26 2014-02-26 厦门雅迅网络股份有限公司 Touch screen sampling optimization method based on dual circular domain
CN104731434A (en) * 2015-03-27 2015-06-24 惠州Tcl移动通信有限公司 Touch screen interference prevention method and system and mobile terminal
CN104991639A (en) * 2015-05-27 2015-10-21 中国康复研究中心 Virtual reality rehabilitation training system and method
CN105183341B (en) * 2015-08-07 2018-12-18 广州汽车集团股份有限公司 The person's handwriting bearing calibration of touch screen and system
CN105183341A (en) * 2015-08-07 2015-12-23 广州汽车集团股份有限公司 Handwriting correcting method and system of touch screen
CN105975127B (en) * 2016-04-29 2018-10-09 南昌振华通信设备有限公司 A kind of touch screen report point compensation method and device
CN105975127A (en) * 2016-04-29 2016-09-28 上海与德通讯技术有限公司 Touch screen report point compensation method and device
CN105892753B (en) * 2016-04-29 2019-01-01 努比亚技术有限公司 A kind of method and device towards touch-screen equipment
CN105892753A (en) * 2016-04-29 2016-08-24 努比亚技术有限公司 Method and device for touch screen equipment
CN106339460A (en) * 2016-08-26 2017-01-18 厦门优莱柏网络科技有限公司 Online drawing processing system and online drawing processing method
CN106339460B (en) * 2016-08-26 2019-09-10 厦门优莱柏网络科技有限公司 A kind of online processing system and method for painting
CN106843596B (en) * 2017-03-20 2019-11-26 深圳市亿维自动化技术有限公司 A kind of touch detecting method and device
CN106843596A (en) * 2017-03-20 2017-06-13 深圳市亿维自动化技术有限公司 A kind of touch detecting method and device
CN107491212A (en) * 2017-08-28 2017-12-19 江苏沁恒股份有限公司 A kind of touch-screen stabilization optimization method, system and touch screen terminal
CN108717349A (en) * 2018-06-01 2018-10-30 Oppo广东移动通信有限公司 The bright screen control method of terminal, device, terminal and storage medium
CN108717349B (en) * 2018-06-01 2021-01-26 Oppo广东移动通信有限公司 Terminal bright screen control method and device, terminal and storage medium
CN109240531A (en) * 2018-07-16 2019-01-18 青岛海信移动通信技术股份有限公司 Sampling compensation method, device, mobile terminal and the storage medium of touch data
CN112687218A (en) * 2019-10-17 2021-04-20 联詠科技股份有限公司 Display driver, device applied to display driver and display panel driving method
CN111585572A (en) * 2020-04-28 2020-08-25 广州视源电子科技股份有限公司 Sampling method, device, terminal equipment and storage medium

Similar Documents

Publication Publication Date Title
CN101639896A (en) Data filtering and smoothing method applied to touch screen
EP3046094A1 (en) Map information display device, map information display method, and map information display program
EP2652580B1 (en) Using movement of a computing device to enhance interpretation of input events produced when interacting with the computing device
EP2652579B1 (en) Detecting gestures involving movement of a computing device
JP5506375B2 (en) Information processing apparatus and control method thereof
JP5674674B2 (en) Occurrence of gestures tailored to the hand placed on the surface
CN106598455B (en) Touch behavior response method and device for handheld touch equipment and corresponding equipment
RU2623885C2 (en) Formula entry for limited display device
CN107329644B (en) Icon moving method and device
CN106527693A (en) Application control method and mobile terminal
EP3961364A1 (en) Page operation method and apparatus, and terminal and storage medium
JPWO2017163297A1 (en) Coordinate correction apparatus, coordinate correction method, and coordinate correction program
CN104615332A (en) Mobile terminal and application icon arrangement method
CN107704157B (en) Multi-screen interface operation method and device and storage medium
US9025878B2 (en) Electronic apparatus and handwritten document processing method
CN108710457B (en) Interaction method and terminal equipment
KR101891306B1 (en) Method and Apparatus for Realizaing Human-Machine Interaction
CN112667105A (en) Touch screen control method, device, equipment and storage medium
WO2013175389A2 (en) Methods circuits apparatuses systems and associated computer executable code for providing projection based human machine interfaces
CN102915193A (en) Method, device and intelligent terminal for browsing web pages
CN103309593B (en) Interface of input method display system and method
CN105808129B (en) Method and device for quickly starting software function by using gesture
JP2015138360A (en) System, control program, and control method for object manipulation
US10025420B2 (en) Method for controlling display of touchscreen, and mobile device
CN106446643B (en) Terminal control method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20100203