WO2018059010A1 - Touch operation recognition method and device - Google Patents

Touch operation recognition method and device Download PDF

Info

Publication number
WO2018059010A1
WO2018059010A1 PCT/CN2017/088288 CN2017088288W WO2018059010A1 WO 2018059010 A1 WO2018059010 A1 WO 2018059010A1 CN 2017088288 W CN2017088288 W CN 2017088288W WO 2018059010 A1 WO2018059010 A1 WO 2018059010A1
Authority
WO
WIPO (PCT)
Prior art keywords
touch
data
edge
touch data
condition
Prior art date
Application number
PCT/CN2017/088288
Other languages
French (fr)
Chinese (zh)
Inventor
平正海
Original Assignee
西安中兴新软件有限责任公司
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 西安中兴新软件有限责任公司 filed Critical 西安中兴新软件有限责任公司
Publication of WO2018059010A1 publication Critical patent/WO2018059010A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/0416Control or interface arrangements specially adapted for digitisers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/0414Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means using force sensing means to determine a position
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/044Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means by capacitive means

Definitions

  • the present application relates to, but is not limited to, the field of touch screen technologies, and in particular, to a touch operation recognition method and apparatus.
  • the border width of the terminal screen is a key factor affecting the visual effect of the terminal.
  • Each terminal manufacturer has successively launched a narrow border or even a borderless terminal to enhance the screen ratio and aesthetics.
  • the screen edge is inevitably touched.
  • the touch is a mistake, and sometimes the touch is not a malfunction.
  • the fingertips will touch the edges on both sides of the screen, and the mobile phone should not respond to the user's accidental touch operation.
  • the lines are drawn to the edge of the screen, and the phone should respond in real time for normal touch operations.
  • the solution to the edge mis-touch problem is basically: dividing the screen into an edge area and a non-edge area, and when detecting a touch, determining whether the contact position falls within the edge area, and if not, responding, if yes, then Touch operations in the edge area are suppressed. That is to say, as long as the contact position falls in the edge region, the terminal directly determines that the touch operation in the edge region is an accidental touch operation, and does not respond to the false touch operation. But this will lead to two problems: First, the continuous sliding of the finger in the edge area will not be responded; Second, in the continuous touch process, as long as the finger slides to the edge area will be suppressed, then the terminal system will consider the current touch action It has ended, but in fact the finger may not end the touch.
  • the existing edge mis-touch solution cannot distinguish the different touch behaviors of the user, especially the inability to distinguish whether the touch behavior is edge mistouching behavior or edge touch behavior.
  • the present invention provides a touch operation recognition method and apparatus for solving the problem that the touch behavior cannot be distinguished as edge mistouch behavior or edge touch behavior.
  • the present invention provides a touch operation recognition method, including: acquiring touch data corresponding to a touch operation, and identifying edge touch data, where the edge touch data is touch data corresponding to a touch operation in an edge region of the touch screen; In the case where the edge touch data conforms to the preset sliding touch condition, it is determined that the edge touch data is valid touch operation data.
  • the method may further include: determining that the edge touch data is invalid touch operation data if the edge touch data does not meet the sliding touch condition.
  • the determining whether the edge touch data meets the preset sliding touch condition may include: determining, according to the edge touch data, whether the contact area of the edge touch is less than a preset threshold; if the contact area is smaller than the preset And determining, by the threshold, that the edge touch data meets the preset sliding touch condition; if the contact area is greater than or equal to the preset threshold, determining that the edge touch data does not meet the preset sliding Touch the condition.
  • the determining whether the edge touch data meets the preset sliding touch condition may include: determining, by using the touch data acquired before the edge touch data, whether the edge touch data meets a preset sliding touch condition.
  • the determining whether the edge touch data meets the sliding touch condition by using the touch data acquired before the edge touch data may include: if the touch data acquired before the edge touch data is a valid touch operation Data, determining that the edge touch data conforms to the preset sliding touch condition; otherwise, determining that the edge touch data does not meet the preset sliding touch condition.
  • the determining whether the edge touch data meets the sliding touch condition by using the touch data acquired before the edge touch data may include: according to the edge touch data and the touch data acquired before the edge touch data. Determining whether the edge touch data is data generated by touch jitter; if not, determining that the edge touch data meets the preset sliding touch condition; if yes, determining that the edge touch data does not meet the preset Sliding touch conditions.
  • the present application further provides a touch operation recognition device, comprising: an acquisition module configured to acquire touch data corresponding to a touch operation and identify edge touch data, wherein the edge touch data is a touch in an edge region of the touch screen Operation corresponding touch data; processing module, configured to be In a case where the edge touch data conforms to a preset sliding touch condition, it is determined that the edge touch data is valid touch operation data.
  • the processing module may be further configured to determine that the edge touch data is invalid touch operation data if the edge touch data does not meet the sliding touch condition.
  • the processing module may be configured to determine whether the edge touch data meets a preset sliding touch condition by determining, according to the edge touch data, whether the contact area of the edge touch is less than a preset threshold; Determining that the edge touch data meets the preset sliding touch condition; if the contact area is greater than or equal to the preset threshold, determining the edge touch data Does not meet the preset sliding touch conditions.
  • the processing module may be configured to determine whether the edge touch data meets the preset sliding touch condition by using touch data acquired before the edge touch data.
  • the processing module may be configured to determine, according to the touch data acquired before the edge touch data, whether the edge touch data meets a sliding touch condition: if the touch data is acquired before the edge touch data If the touch data is valid touch operation data, it is determined that the edge touch data meets the preset sliding touch condition; otherwise, it is determined that the edge touch data does not meet the preset sliding touch condition.
  • the processing module may be configured to determine, according to the touch data acquired before the edge touch data, whether the edge touch data meets a sliding touch condition: according to the edge touch data and prior to the Touch data obtained by the edge touch data, determining whether the edge touch data is data generated by touch jitter; if not, determining that the edge touch data conforms to the preset sliding touch condition; if yes, determining the edge The touch data does not conform to the preset sliding touch condition.
  • the application further provides a terminal device, including: a memory, a processor, and a touch operation recognition program stored on the memory and operable on the processor, wherein the touch operation recognition program is used by the processor.
  • a terminal device including: a memory, a processor, and a touch operation recognition program stored on the memory and operable on the processor, wherein the touch operation recognition program is used by the processor.
  • the present application further provides a machine readable medium storing a touch operation recognition program, wherein the touch operation recognition program is executed by a processor to implement the step of the touch operation recognition method.
  • the present application obtains edge touch data; identifies whether the edge touch data is valid touch operation data, and further can recognize whether the touch behavior of the edge of the touch screen is edge mistouching behavior or edge touch behavior, which can effectively Suppressing invalid touch operations ensures that effective touch operations are not affected, ensuring the operation of the basic functions of the terminal and improving the user experience.
  • FIG. 1 is a flowchart of a touch operation recognition method according to a first embodiment of the present application
  • FIG. 2 is a flow chart showing steps of acquiring touch data according to a second embodiment of the present application.
  • FIG. 3 is a flowchart of a touch operation recognition method according to a third embodiment of the present application.
  • FIG. 4 is a structural diagram of a touch operation recognition device according to a fourth embodiment of the present application.
  • the present application acquires touch data corresponding to a touch operation, and recognizes edge touch data; the edge touch data is touch data corresponding to a touch operation in an edge region of the touch screen; and the touch data meets a preset sliding touch condition And determining that the edge touch data is valid touch operation data. Further, if the edge touch data does not meet the sliding touch condition, the edge touch data is determined to be invalid touch operation data.
  • the application can identify whether the touch behavior of the edge of the touch screen is an edge touch behavior or an edge touch behavior, which can effectively suppress the invalid touch operation, ensure that the effective touch operation is not affected, and ensure the operation of the basic functions of the terminal. User experience.
  • FIG. 1 is a flow chart showing a touch operation recognition method according to a first embodiment of the present application.
  • the execution subject of this embodiment is a terminal including a touch screen.
  • the touch operation identification method of this embodiment includes the following steps:
  • Step S110 acquiring touch data corresponding to the touch operation.
  • a touch signal generated in the touch screen may be detected; when the touch signal is detected, touch data corresponding to the touch operation may be acquired.
  • the touch data includes coordinate data capable of representing a contact area of the user and the touch screen.
  • the types of touch screens include: capacitive screens and pressure screens.
  • the types of touch signals include: electrical signals and pressure signals.
  • Step S120 identifying whether the touch data is edge touch data. If yes, go to step S130; if no, go to step S160.
  • the touch screen is divided into an edge area and a non-edge area in advance.
  • Touch operations are divided into edge touch operations and non-edge touch operations.
  • the edge touch data is touch data corresponding to a touch operation (edge touch operation) in the edge region.
  • the non-edge touch data is touch data corresponding to a touch operation (non-edge touch operation) in the non-edge area.
  • the touch data is edge touch data or non-edge touch data according to the range information of the edge area and the non-edge area, and the coordinate data of the contact area of the user and the touch screen.
  • the contact area of the user and the touch screen may be determined according to the touch data, and if the contact area is completely within the edge area or a predetermined proportion of the contact area falls within the edge area, it is determined that the touch data is edge touch data, Conversely, the touch data is determined to be non-edge touch data.
  • the touch data is edge touch data
  • the user's contact behavior is edge contact behavior
  • Step S130 determining whether the edge touch data conforms to a preset sliding touch condition. If yes, go to step S140; if no, go to step S150.
  • the sliding touch condition is a condition for determining that the current edge touch is a valid touch operation.
  • the sliding touch condition includes a condition that the current edge touch is a part of the continuous touch, in other words, the current edge touch and the previous edge touch are conditions of the continuous touch.
  • the sliding touch condition includes: if the contact area of the edge touch is less than a preset threshold (contact area threshold), the edge touch is an effective touch operation. Then, based on the edge touch data, Determining whether the area of the edge touch is less than a preset threshold; if the contact area is less than the preset threshold, determining that the edge touch data meets a sliding touch condition; if the contact area is greater than or equal to the preset threshold, determining the edge touch The data does not match the sliding touch condition.
  • a preset threshold contact area threshold
  • the sliding touch condition includes: if the current edge touch and the previous multiple touch form a continuous touch, the current edge touch is an effective touch operation. Then, using the touch data acquired before the edge touch data, it is determined whether the edge touch data conforms to the sliding touch condition.
  • the following two scenarios are provided in this embodiment, but the following two scenarios are not intended to limit the present application.
  • the edge touch data acquired before the edge touch data is valid touch operation data, it is determined that the edge touch data meets the sliding touch condition, for example, the touch data acquired before the edge touch data is non-edge touch data.
  • the touch data acquired before the edge touch data is invalid touch operation data, it is determined that the edge touch data does not meet the sliding touch condition.
  • Case 2 determining, according to the edge touch data and the touch data acquired before the edge touch data, whether the edge touch data is data generated by touch jitter; if not, determining that the edge touch data meets a sliding touch condition; if yes, It is determined that the edge touch data does not conform to the sliding touch condition.
  • Touch jitter refers to the jitter behavior that occurs when a finger makes a touch operation on the touch screen.
  • the data generated by the touch jitter may be coordinate data, and the coordinates corresponding to the touch operation are closer to the coordinates when the touch shake occurs.
  • Step S140 determining that the edge touch data is valid touch operation data.
  • the edge touch data conforms to the sliding touch condition, it is determined that the edge touch data is valid touch operation data.
  • the edge touch meets the sliding touch condition, the edge touch is an effective touch operation, and the edge touch data is used as the touch operation data, and the corresponding touch operation is performed according to the touch operation data.
  • the result of the operation can be displayed to the user through the terminal.
  • Step S150 determining that the edge touch data is invalid touch operation data.
  • the edge touch data does not conform to the sliding touch condition, it is determined that the edge touch data is invalid touch operation data.
  • the edge touch is invalid this time.
  • the touch operation can further recognize that the edge touch of the current edge is an edge touch, and the edge touch data can be discarded to suppress the invalid touch operation. By identifying whether the touch operation data is valid, it is possible to avoid the inconvenience caused by the edge misunderstanding.
  • Step S160 determining that the touch data is non-edge touch data, and determining that the non-edge touch data is valid touch operation data.
  • touch data of a single finger on the touch screen is acquired and recognized.
  • the touch data of each finger needs to be separately acquired and separately identified, and the touch data of each finger is recognized and Processing is independent of each other and does not affect each other.
  • the finger identifier assigned to the finger may be added to the touch data to distinguish the touch data of different fingers and separately identify and process. In the process of continuous touch of the same finger, the finger identifier of the touch data is the same.
  • the current touch is an edge touch or a non-edge touch
  • the edge touch can also identify an effective touch operation or an invalid touch.
  • invalid touches can be suppressed, and normal touch is not affected.
  • FIG. 2 is a flow chart of the steps of acquiring touch data according to the second embodiment of the present application.
  • This embodiment takes an electrical signal as an example. As shown in FIG. 2, the process of this embodiment includes the following steps:
  • Step S210 dividing the edge area and the non-edge area for the touch screen.
  • the edge area refers to a narrow area of the four edges of the touch screen, and the area other than the edge area of the touch screen is a non-edge area.
  • an area where the application icon is displayed on the touch screen is used as a non-edge area, and an area of the touch screen near the border of the terminal is an edge area.
  • reasonable edge areas and non-edge areas can be set in the touch screen.
  • the area of the edge area is subject to the user experience.
  • Step S220 detecting an electrical signal generated in the touch screen.
  • the amount of signal generated in the touch screen is generated by the contact of the user's finger and the touch screen.
  • the electrical signal generated in the touch screen is detected every predetermined time.
  • the electrical signal generated in the touch screen is detected every 10 ms.
  • Step S230 if it is detected that the feature of the semaphore of a certain area conforms to the touch feature, the obtained The area coordinates of the area.
  • the touch screen Since the user may inadvertently touch the touch screen, it is necessary to determine whether the user's touch on the touch screen is a touch behavior (touch operation). If an area generates an electrical signal, and the feature of the semaphore meets the characteristics of the contact behavior, it may be determined that the current contact of the user and the touch screen is a touch behavior, the area is a contact area of the touch, and the acquired plurality of area coordinates are touch data.
  • touch behavior touch operation
  • the touch feature includes: an area of the area where the electrical signal is generated is greater than a preset area threshold, and the semaphore of the area is greater than a preset semaphore threshold.
  • step S240 among all the area coordinates, the area coordinates in the edge area are determined, and the coordinate ratio R of the edge area is calculated.
  • the coordinate ratio of the edge regions R the number of region coordinates in the edge region / the number of all region coordinates of the contact region.
  • 100 regional coordinates are collected.
  • the 100 regional coordinates can describe the shape of the contact area.
  • 30 regional coordinates are in the non-edge region
  • 70 regional coordinates are in the edge region.
  • step S250 it is determined whether the coordinate ratio R is greater than a preset reference ratio. If yes, go to step S260; if no, go to step S270.
  • the baseline scale is used to measure whether the current touch of the user and the touch screen is an edge touch.
  • the reference ratio can be set according to the statistical result of the edge touch test.
  • the reference ratio is 0.9
  • the user touches the touch screen and all the coordinates are in the edge region
  • the contact can be considered as the edge contact.
  • step S260 it is determined that the current touch behavior is an edge touch, and the touch data is edge touch data.
  • step S270 it is determined that the current contact behavior is a non-edge touch, and the touch data is non-edge touch data.
  • This embodiment can also use a pressure screen to further improve the accuracy of recognition. If the pressure screen is used, according to the pressure signal of the pressure screen, it is determined whether the current touch is a touch behavior, the coordinates of the pressure deformation region are collected, and the current touch behavior is determined as an edge contact behavior or a non-edge contact behavior according to the coordinate ratio of the edge region. .
  • FIG. 3 is a flowchart of a touch operation recognition method according to a third embodiment of the present application. As shown in FIG. 3, the method of this embodiment includes the following steps:
  • Step S310 in the edge touch data acquired this time, the maximum coordinate difference value is calculated according to all the area coordinates in the edge region.
  • the maximum coordinate difference value includes: a maximum coordinate difference value X ⁇ and a maximum coordinate difference value Y ⁇ .
  • the maximum coordinate difference value X ⁇ is the maximum coordinate difference value of the abscissa in the edge region. In all the area coordinates in the edge area, all the abscissas are acquired, and the difference between the maximum value and the minimum value of the abscissa is calculated, and the absolute value of the difference is taken as the maximum coordinate difference value X ⁇ .
  • the maximum coordinate difference Y ⁇ is the maximum coordinate difference of the ordinate in the edge region. In all the area coordinates in the edge area, all the ordinates are acquired, and the difference between the maximum value and the minimum value of the ordinate is calculated, and the absolute value of the difference is taken as the maximum coordinate difference value Y ⁇ .
  • step S320 it is determined whether the maximum coordinate difference value is greater than the reference coordinate change value. If yes, go to step S390; if no, go to step S330.
  • the reference coordinate change value XY ⁇ is used to measure whether the current touch behavior is a large area contact.
  • Large-area contact refers to a large contact area between the palm and the edge of the user. For example, if the user holds the terminal, the entire thumb is in contact with the edge of the touch screen, and the area of the contact area is large at this time, so that at least one of the abscissa and the ordinate changes a large span.
  • the reference coordinate change value XY ⁇ needs to be set according to the statistical result of a large number of palm large-area contact experiments.
  • the maximum coordinate difference value includes: a maximum coordinate difference value X ⁇ and a maximum coordinate difference value Y ⁇ . At least one of the maximum coordinate difference value X ⁇ and the maximum coordinate difference value Y ⁇ is larger than the reference coordinate change value XY ⁇ , and it can be determined that the maximum coordinate difference value is larger than the reference coordinate change value XY ⁇ .
  • the maximum coordinate difference value X ⁇ and the maximum coordinate difference value Y ⁇ are both smaller than the reference coordinate change value XY ⁇ , and it is determined that the maximum coordinate difference value is not greater than the reference coordinate change value XY ⁇ .
  • the touch is a large-area contact
  • the touch can be regarded as an invalid touch operation and suppressed
  • the touch data generated by the touch can be regarded as Invalid data and no need to escalate to the framework layer.
  • step S330 it is determined whether there is a start data Data start . If yes, go to step S380; if no, go to step S340.
  • the start data Data start is touch data acquired before the edge contact data is acquired this time and has been recognized as valid touch operation data.
  • the first touch data acquired is non-edge touch data
  • the non-edge touch data is valid touch operation data
  • the non-edge touch data is stored as start data Data start for Follow-up use.
  • an edge touch data is acquired, and the edge touch data is not edge touch data generated by a large area contact, and compared with the previous touch data, it can be determined that the edge touch data is not data generated by the jitter.
  • the touch operation data that the edge touch data is valid can be obtained, and the edge touch data is stored as the start data Data start for subsequent use.
  • start data Data start it means that this edge touch behavior is part of one continuous touch. If there is no start data Data start , it means that there is no valid touch operation data before the edge touch behavior, and further judgment is needed to determine whether the current edge contact behavior is valid.
  • step S340 it is determined whether the temporary data Data tmp exists. If not, step S350 is performed, and if yes, step S360 is performed.
  • the temporary data Data tmp calculates the center coordinates of the previous contact area based on the previous acquisition of the touch data.
  • the calculation method of the central coordinates includes: determining the shape of the contact area according to all the area coordinates (X 1 , Y 1 ), (X 2 , Y 2 ), ..., (X n , Y n ) in the edge touch data;
  • the shape of the contact area determines the center of the contact area; according to all the area coordinates of the contact area, the coordinates of the center of the contact area, that is, the center coordinates (X center , Y center ); wherein n>1, are determined.
  • start data Data start and the temporary data Data tmp are only valid for the current touch behavior of the current finger, and the touch behavior of other fingers or the continuous touch behavior of the same finger twice before and after, respectively corresponding to different start data Data start and Temporary data Data tmp .
  • step S350 the edge touch data acquired this time is temporarily stored as temporary data Data tmp .
  • the center coordinates (X center , Y center ) of the edge touch data acquired this time are temporarily stored as temporary data Data tmp for the next use.
  • Step S360 calculating a center coordinate according to the current edge touch data, and calculating a current coordinate rate of change according to the center coordinate and the temporary data Data tmp .
  • the temporary data includes the abscissa and the ordinate, so the current coordinate rate of change includes: the abscissa change rate R x and the ordinate change rate R y .
  • R x
  • means taking the absolute value.
  • R y
  • step S370 it is determined whether the current central coordinate change rate is greater than the reference change rate R std . If yes, go to step S380, if no, go to step S390.
  • the central coordinate change rate is greater than the reference change rate R std , indicating that the current edge touch data is not data generated by touch shake, but is a normal slip.
  • step S380 it is determined that the current edge touch data is valid, and the current edge touch data is stored as the start data Data start .
  • step S390 it is determined that the current edge touch data is invalid.
  • the embodiment can discard the data generated by the large-area contact, identify the continuation data of the continuous touch, and eliminate the data generated by the jitter, thereby accurately identifying whether the edge touch is a touch or a false touch.
  • the user draws a line in the touch screen, draws a line as a continuous touch process, and the line is drawn into the edge area from the non-edge area, and the touch data is acquired every 10 ms.
  • the edge touch data it can be determined by the embodiment.
  • the edge touch data obtained when drawing the line is not the data generated by the large-area contact, and the line is drawn from the non-edge area into the edge area, and there is the start data Data start , then the edge touch data is valid touch operation data,
  • the touch operation corresponding to the touch operation data may be performed, and the execution result is to display a line drawn by the user in the non-edge area.
  • This embodiment provides a touch operation recognition device.
  • 4 is a structural diagram of a touch operation recognition device according to a fourth embodiment of the present application. As shown in FIG. 4, the apparatus of this embodiment includes:
  • the obtaining module 410 is configured to acquire touch data corresponding to the touch operation and identify the edge touch data.
  • the edge touch data is touch data corresponding to a touch operation in an edge region of the touch screen.
  • the processing module 420 is configured to determine that the edge touch data is valid touch operation data if the edge touch data conforms to a preset sliding touch condition.
  • the processing module 420 is further configured to determine that the edge touch data is invalid touch operation data if the edge touch data does not meet the sliding touch condition.
  • the processing module 420 may be configured to determine whether the edge touch data meets a preset sliding touch condition by determining whether the contact area of the edge touch is less than a preset threshold according to the edge touch data. If the contact area is smaller than the preset threshold, determining that the edge touch data conforms to the preset sliding touch condition; if the contact area is greater than or equal to the preset threshold, determining The edge touch data does not conform to the preset sliding touch condition.
  • the processing module 420 can be configured to determine whether the edge touch data meets the preset sliding touch condition by using touch data acquired before the edge touch data.
  • the processing module 420 may be configured to: if the touch data acquired before the edge touch data is valid touch operation data, determine that the edge touch data meets the sliding touch condition; The edge touch data does not conform to the sliding touch condition.
  • the processing module 420 may be configured to determine, according to the edge touch data and the touch data acquired before the edge touch data, whether the edge touch data is data generated by touch jitter; The edge touch data conforms to the preset sliding touch condition; if yes, it is determined that the edge touch data does not meet the preset sliding touch condition.
  • This embodiment provides a terminal device provided with a touch screen.
  • the terminal device includes: a hardware system and a software system.
  • the hardware system mainly includes: an obtaining module 410, a processing module 420, and a display module. Since the functions of the obtaining module 410 and the processing module 420 have been described in the fourth embodiment, the functions that have been described will not be described herein.
  • the processing module 420 is further configured to perform a corresponding touch operation according to the touch operation data.
  • a display module configured to display execution results.
  • the software system mainly includes: a driver layer, a framework layer, and an application layer.
  • the driver layer corresponds to the acquisition module 410 and the processing module 420 in the hardware system
  • the application layer corresponds to the display module in the hardware system.
  • the driving layer is responsible for receiving the touch data sent by the acquiring module 410, and the touch data is processed by the processing module 420, and the processing module 420 performs a touch operation corresponding to the effective touch operation data; the driving layer receiving processing module 420 sends the touch data.
  • the result is executed, and the execution result is reported to the framework layer, and the framework layer distributes the processing result to the application layer, and the data generated by the display module and consistent with the user's touch operation is presented to the user.
  • the embodiment of the present application further provides a terminal device, including: a memory, a processor, and a touch operation recognition program stored on the memory and operable on the processor, where the touch operation recognition program is The step of implementing the touch operation recognition method described above when the processor executes.
  • the embodiment of the present application further provides a machine readable medium storing a touch operation recognition program, where the touch operation recognition program is implemented by the processor to implement the step of the touch operation recognition method.
  • Such software may be distributed on a machine-readable medium, such as a computer-readable medium, which may include computer storage media (or non-transitory media) and communication media (or transitory media).
  • a computer-readable medium includes volatile and nonvolatile, implemented in any method or technology for storing information, such as computer readable instructions, data structures, program modules or other data. Sex, removable and non-removable media.
  • Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disc (DVD) or other optical disc storage, magnetic cartridge, magnetic tape, magnetic disk storage or other magnetic storage device, or may Any other medium used to store the desired information and that can be accessed by the computer.
  • communication media typically includes computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and can include any information delivery media. .
  • the embodiment of the present invention provides a touch operation identification method and device, which can effectively suppress an invalid touch operation, ensure that an effective touch operation is not affected, ensure the operation of the basic functions of the terminal, and improve the user experience.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Position Input By Displaying (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

Disclosed is a touch operation recognition method and device. The method comprises: obtaining touch data corresponding to a touch operation, and recognition edge touch data, the edge touch data being touch data corresponding to a touch operation in an edge area of a touch screen; and in the case that the edge touch data meets a preset sliding touch condition, determining that the edge touch data is valid touch operation data. The present application can recognize whether a touch behavior on the edge of a touch screen is an edge false-touch behavior or an edge touch behavior, and can effectively inhibit an invalid touch operation and ensure that a valid touch operation is not affected.

Description

一种触控操作识别方法和装置Touch operation recognition method and device 技术领域Technical field
本申请涉及但不限于触摸屏技术领域,尤其涉及一种触控操作识别方法和装置。The present application relates to, but is not limited to, the field of touch screen technologies, and in particular, to a touch operation recognition method and apparatus.
背景技术Background technique
目前,终端屏幕的边框宽度是影响终端视觉效果的一大关键因素,各终端厂商争相继推出窄边框甚至是无边框的终端以提升屏占比和美感。用户在使用窄边框或者无边框终端时,必然会触摸到屏幕边缘,有时该触摸是误操作,有时该触摸并非是误操作。比如:用户单手握着手机时,指腹会触摸到屏幕两侧的边缘,对于用户的误触操作,手机不应该响应。又如:在画图应用中,线条被画到了屏幕边缘,对于正常的触摸操作,手机应该实时响应。At present, the border width of the terminal screen is a key factor affecting the visual effect of the terminal. Each terminal manufacturer has successively launched a narrow border or even a borderless terminal to enhance the screen ratio and aesthetics. When a user uses a narrow border or a borderless terminal, the screen edge is inevitably touched. Sometimes the touch is a mistake, and sometimes the touch is not a malfunction. For example, when the user holds the mobile phone with one hand, the fingertips will touch the edges on both sides of the screen, and the mobile phone should not respond to the user's accidental touch operation. Another example: in the drawing application, the lines are drawn to the edge of the screen, and the phone should respond in real time for normal touch operations.
针对边缘误触问题的解决方案基本是:将屏幕划分为边缘区域和非边缘区域,当检测到触摸时,判断接触位置是否落在边缘区域中,如果否,则进行响应,如果是,则对边缘区域中的触摸操作进行抑制。也就是说,只要接触位置落在边缘区域中,终端直接认定边缘区域中的触摸操作为误触操作,并对该误触操作不作响应。但是这将导致两个问题:一,手指在边缘区域的连续滑动不会被响应;二,在连续触摸过程中,只要手指滑动到边缘区域就会被抑制,此时终端系统会认为当前触摸动作已经结束,而实际上手指可能没有结束触摸。比如:用户在画一条连续的曲线时,当手指滑动到屏幕的边缘区域时该曲线就会中断。由此可见,现有的边缘误触解决方案无法区分用户的不同触摸行为,尤其是无法区分触摸行为是边缘误触行为或是边缘触控行为。The solution to the edge mis-touch problem is basically: dividing the screen into an edge area and a non-edge area, and when detecting a touch, determining whether the contact position falls within the edge area, and if not, responding, if yes, then Touch operations in the edge area are suppressed. That is to say, as long as the contact position falls in the edge region, the terminal directly determines that the touch operation in the edge region is an accidental touch operation, and does not respond to the false touch operation. But this will lead to two problems: First, the continuous sliding of the finger in the edge area will not be responded; Second, in the continuous touch process, as long as the finger slides to the edge area will be suppressed, then the terminal system will consider the current touch action It has ended, but in fact the finger may not end the touch. For example, when a user draws a continuous curve, the curve is interrupted when the finger slides to the edge of the screen. It can be seen that the existing edge mis-touch solution cannot distinguish the different touch behaviors of the user, especially the inability to distinguish whether the touch behavior is edge mistouching behavior or edge touch behavior.
发明概述Summary of invention
以下是对本文详细描述的主题的概述。本概述并非是为了限制权利要求的保护范围。 The following is an overview of the topics detailed in this document. This Summary is not intended to limit the scope of the claims.
本申请提供一种触控操作识别方法和装置,用以解决无法区分触摸行为是边缘误触行为或是边缘触控行为的问题。The present invention provides a touch operation recognition method and apparatus for solving the problem that the touch behavior cannot be distinguished as edge mistouch behavior or edge touch behavior.
本申请提供了一种触控操作识别方法,包括:获取触摸操作对应的触摸数据,并识别出边缘触摸数据,所述边缘触摸数据是触摸屏的边缘区域中的触摸操作对应的触摸数据;在所述边缘触摸数据符合预设的滑动触摸条件的情况下,判定所述边缘触摸数据为有效的触控操作数据。The present invention provides a touch operation recognition method, including: acquiring touch data corresponding to a touch operation, and identifying edge touch data, where the edge touch data is touch data corresponding to a touch operation in an edge region of the touch screen; In the case where the edge touch data conforms to the preset sliding touch condition, it is determined that the edge touch data is valid touch operation data.
其中,所述方法还可以包括:在所述边缘触摸数据不符合所述滑动触摸条件的情况下,判定所述边缘触摸数据为无效的触控操作数据。The method may further include: determining that the edge touch data is invalid touch operation data if the edge touch data does not meet the sliding touch condition.
其中,判断所述边缘触摸数据是否符合预设的滑动触摸条件,可以包括:根据所述边缘触摸数据,判断边缘触摸的接触面积是否小于预设的阈值;若所述接触面积小于所述预设的阈值,则判定所述边缘触摸数据符合所述预设的滑动触摸条件;若所述接触面积大于或等于所述预设的阈值,则判定所述边缘触摸数据不符合所述预设的滑动触摸条件。The determining whether the edge touch data meets the preset sliding touch condition may include: determining, according to the edge touch data, whether the contact area of the edge touch is less than a preset threshold; if the contact area is smaller than the preset And determining, by the threshold, that the edge touch data meets the preset sliding touch condition; if the contact area is greater than or equal to the preset threshold, determining that the edge touch data does not meet the preset sliding Touch the condition.
其中,判断所述边缘触摸数据是否符合预设的滑动触摸条件,可以包括:利用先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否符合预设的滑动触摸条件。The determining whether the edge touch data meets the preset sliding touch condition may include: determining, by using the touch data acquired before the edge touch data, whether the edge touch data meets a preset sliding touch condition.
其中,利用先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否符合滑动触摸条件,可以包括:如果先于所述边缘触摸数据获取到的触摸数据是有效的触控操作数据,则判定所述边缘触摸数据符合所述预设的滑动触摸条件;反之,判定所述边缘触摸数据不符合所述预设的滑动触摸条件。The determining whether the edge touch data meets the sliding touch condition by using the touch data acquired before the edge touch data may include: if the touch data acquired before the edge touch data is a valid touch operation Data, determining that the edge touch data conforms to the preset sliding touch condition; otherwise, determining that the edge touch data does not meet the preset sliding touch condition.
其中,利用先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否符合滑动触摸条件,可以包括:根据所述边缘触摸数据以及先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否为触摸抖动产生的数据;若否,则判定所述边缘触摸数据符合所述预设的滑动触摸条件;若是,则判定所述边缘触摸数据不符合所述预设的滑动触摸条件。The determining whether the edge touch data meets the sliding touch condition by using the touch data acquired before the edge touch data may include: according to the edge touch data and the touch data acquired before the edge touch data. Determining whether the edge touch data is data generated by touch jitter; if not, determining that the edge touch data meets the preset sliding touch condition; if yes, determining that the edge touch data does not meet the preset Sliding touch conditions.
本申请还提供了一种触控操作识别装置,包括:获取模块,配置为获取触摸操作对应的触摸数据,并识别出边缘触摸数据,其中,所述边缘触摸数据是触摸屏的边缘区域中的触摸操作对应的触摸数据;处理模块,配置为在 所述边缘触摸数据符合预设的滑动触摸条件的情况下,判定所述边缘触摸数据为有效的触控操作数据。The present application further provides a touch operation recognition device, comprising: an acquisition module configured to acquire touch data corresponding to a touch operation and identify edge touch data, wherein the edge touch data is a touch in an edge region of the touch screen Operation corresponding touch data; processing module, configured to be In a case where the edge touch data conforms to a preset sliding touch condition, it is determined that the edge touch data is valid touch operation data.
其中,所述处理模块,还可以配置为在所述边缘触摸数据不符合所述滑动触摸条件的情况下,判定所述边缘触摸数据为无效的触控操作数据。The processing module may be further configured to determine that the edge touch data is invalid touch operation data if the edge touch data does not meet the sliding touch condition.
其中,所述处理模块,可以配置为通过以下方式判断所述边缘触摸数据是否符合预设的滑动触摸条件:根据所述边缘触摸数据,判断边缘触摸的接触面积是否小于预设的阈值;若所述接触面积小于所述预设的阈值,则判定所述边缘触摸数据符合所述预设的滑动触摸条件;若所述接触面积大于或等于所述预设的阈值,则判定所述边缘触摸数据不符合所述预设的滑动触摸条件。The processing module may be configured to determine whether the edge touch data meets a preset sliding touch condition by determining, according to the edge touch data, whether the contact area of the edge touch is less than a preset threshold; Determining that the edge touch data meets the preset sliding touch condition; if the contact area is greater than or equal to the preset threshold, determining the edge touch data Does not meet the preset sliding touch conditions.
其中,所述处理模块,可以配置为利用先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否符合所述预设的滑动触摸条件。The processing module may be configured to determine whether the edge touch data meets the preset sliding touch condition by using touch data acquired before the edge touch data.
其中,所述处理模块,可以配置为通过以下方式利用先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否符合滑动触摸条件:如果先于所述边缘触摸数据获取到的触摸数据是有效的触控操作数据,则判定所述边缘触摸数据符合所述预设的滑动触摸条件;反之,则判定所述边缘触摸数据不符合所述预设的滑动触摸条件。The processing module may be configured to determine, according to the touch data acquired before the edge touch data, whether the edge touch data meets a sliding touch condition: if the touch data is acquired before the edge touch data If the touch data is valid touch operation data, it is determined that the edge touch data meets the preset sliding touch condition; otherwise, it is determined that the edge touch data does not meet the preset sliding touch condition.
其中,所述处理模块,可以配置为通过以下方式利用先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否符合滑动触摸条件:根据所述边缘触摸数据以及先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否为触摸抖动产生的数据;若否,则判定所述边缘触摸数据符合所述预设的滑动触摸条件;若是,则判定所述边缘触摸数据不符合所述预设的滑动触摸条件。The processing module may be configured to determine, according to the touch data acquired before the edge touch data, whether the edge touch data meets a sliding touch condition: according to the edge touch data and prior to the Touch data obtained by the edge touch data, determining whether the edge touch data is data generated by touch jitter; if not, determining that the edge touch data conforms to the preset sliding touch condition; if yes, determining the edge The touch data does not conform to the preset sliding touch condition.
本申请还提供一种终端设备,包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的触控操作识别程序,所述触控操作识别程序被所述处理器执行时实现上述触控操作识别方法的步骤。The application further provides a terminal device, including: a memory, a processor, and a touch operation recognition program stored on the memory and operable on the processor, wherein the touch operation recognition program is used by the processor The steps of the above touch operation recognition method are implemented at the time of execution.
本申请还提供一种机器可读介质,存储有触控操作识别程序,所述触控操作识别程序被处理器执行时实现上述触控操作识别方法的步骤。 The present application further provides a machine readable medium storing a touch operation recognition program, wherein the touch operation recognition program is executed by a processor to implement the step of the touch operation recognition method.
本申请有益效果如下:本申请获取边缘触摸数据;识别该边缘触摸数据是否为有效的触控操作数据,进而可以识别出触摸屏边缘的触摸行为是边缘误触行为还是边缘触控行为,可以有效地抑制无效的触控操作,保证有效的触控操作不受到影响,保障终端基本功能的运行,提升了用户体验效果。The beneficial effects of the present application are as follows: the present application obtains edge touch data; identifies whether the edge touch data is valid touch operation data, and further can recognize whether the touch behavior of the edge of the touch screen is edge mistouching behavior or edge touch behavior, which can effectively Suppressing invalid touch operations ensures that effective touch operations are not affected, ensuring the operation of the basic functions of the terminal and improving the user experience.
在阅读并理解了附图和详细描述后,可以明白其他方面。Other aspects will be apparent upon reading and understanding the drawings and detailed description.
附图概述BRIEF abstract
图1是根据本申请第一实施例的触控操作识别方法的流程图;1 is a flowchart of a touch operation recognition method according to a first embodiment of the present application;
图2是根据本申请第二实施例的获取触摸数据的步骤流程图;2 is a flow chart showing steps of acquiring touch data according to a second embodiment of the present application;
图3是根据本申请第三实施例的触控操作识别方法的流程图;3 is a flowchart of a touch operation recognition method according to a third embodiment of the present application;
图4是根据本申请第四实施例的触控操作识别装置的结构图。4 is a structural diagram of a touch operation recognition device according to a fourth embodiment of the present application.
详述Detailed
本申请获取触摸操作对应的触摸数据,并识别出边缘触摸数据;该边缘触摸数据是触摸屏的边缘区域中的触摸操作对应的触摸数据;在该边缘触摸数据符合预设的滑动触摸条件的情况下,判定该边缘触摸数据为有效的触控操作数据。进一步地,在该边缘触摸数据不符合所述滑动触摸条件的情况下,判定所述边缘触摸数据为无效的触控操作数据。通过本申请可以识别出触摸屏边缘的触摸行为是边缘误触行为还是边缘触控行为,可以有效地抑制无效的触控操作,保证有效的触控操作不受到影响,保障终端基本功能的运行,提升了用户体验效果。The present application acquires touch data corresponding to a touch operation, and recognizes edge touch data; the edge touch data is touch data corresponding to a touch operation in an edge region of the touch screen; and the touch data meets a preset sliding touch condition And determining that the edge touch data is valid touch operation data. Further, if the edge touch data does not meet the sliding touch condition, the edge touch data is determined to be invalid touch operation data. The application can identify whether the touch behavior of the edge of the touch screen is an edge touch behavior or an edge touch behavior, which can effectively suppress the invalid touch operation, ensure that the effective touch operation is not affected, and ensure the operation of the basic functions of the terminal. User experience.
以下结合附图以及实施例,对本申请进行进一步详细说明。应当理解,此处所描述的实施例仅仅用以解释本申请,并不限定本申请。The present application will be further described in detail below in conjunction with the accompanying drawings and embodiments. It is to be understood that the embodiments described herein are merely illustrative of the application and are not limiting.
实施例一Embodiment 1
本实施例提供一种触控操作识别方法。图1所示为根据本申请第一实施例的触控操作识别方法的流程图。本实施例的执行主体为包括触摸屏的终端。如图1所示,本实施例的触控操作识别方法包括以下步骤:This embodiment provides a touch operation recognition method. FIG. 1 is a flow chart showing a touch operation recognition method according to a first embodiment of the present application. The execution subject of this embodiment is a terminal including a touch screen. As shown in FIG. 1, the touch operation identification method of this embodiment includes the following steps:
步骤S110,获取触摸操作对应的触摸数据。 Step S110, acquiring touch data corresponding to the touch operation.
当用户(如手指)接触触摸屏时,可以检测到触摸屏中产生的触摸信号;在检测到触摸信号时,可以采集该触摸操作对应的触摸数据。When a user (such as a finger) touches the touch screen, a touch signal generated in the touch screen may be detected; when the touch signal is detected, touch data corresponding to the touch operation may be acquired.
触摸数据包括:能够表示用户和触摸屏的接触区域的坐标数据。The touch data includes coordinate data capable of representing a contact area of the user and the touch screen.
触摸屏的种类包括:电容屏和压力屏。触摸信号的种类包括:电信号和压力信号。The types of touch screens include: capacitive screens and pressure screens. The types of touch signals include: electrical signals and pressure signals.
步骤S120,识别该触摸数据是否为边缘触摸数据。若是,则执行步骤S130;若否,则执行步骤S160。Step S120, identifying whether the touch data is edge touch data. If yes, go to step S130; if no, go to step S160.
预先将触摸屏划分为边缘区域和非边缘区域。触摸操作分为边缘触摸操作和非边缘触摸操作。The touch screen is divided into an edge area and a non-edge area in advance. Touch operations are divided into edge touch operations and non-edge touch operations.
边缘触摸数据是边缘区域中的触摸操作(边缘触摸操作)对应的触摸数据。非边缘触摸数据是非边缘区域中的触摸操作(非边缘触摸操作)对应的触摸数据。其中,可以根据边缘区域和非边缘区域的范围信息,以及用户和触摸屏的接触区域的坐标数据,识别触摸数据是边缘触摸数据还是非边缘触摸数据。The edge touch data is touch data corresponding to a touch operation (edge touch operation) in the edge region. The non-edge touch data is touch data corresponding to a touch operation (non-edge touch operation) in the non-edge area. Wherein, the touch data is edge touch data or non-edge touch data according to the range information of the edge area and the non-edge area, and the coordinate data of the contact area of the user and the touch screen.
在示例性实施方式中,根据触摸数据可以确定用户和触摸屏的接触区域,如果该接触区域完全处于边缘区域内或者有预定比例的接触区域落在边缘区域中,则认定触摸数据是边缘触摸数据,反之认定触摸数据为非边缘触摸数据。In an exemplary embodiment, the contact area of the user and the touch screen may be determined according to the touch data, and if the contact area is completely within the edge area or a predetermined proportion of the contact area falls within the edge area, it is determined that the touch data is edge touch data, Conversely, the touch data is determined to be non-edge touch data.
例如:有超过一半的接触区域落在边缘区域中,或者只要有部分接触区域落在边缘区域中,就可以认定触摸数据是边缘触摸数据,用户的接触行为是边缘接触行为。For example, if more than half of the contact area falls in the edge area, or as long as part of the contact area falls in the edge area, it can be determined that the touch data is edge touch data, and the user's contact behavior is edge contact behavior.
步骤S130,判断该边缘触摸数据是否符合预设的滑动触摸条件。若是,则执行步骤S140;若否,则执行步骤S150。Step S130, determining whether the edge touch data conforms to a preset sliding touch condition. If yes, go to step S140; if no, go to step S150.
滑动触摸条件是确定本次的边缘触摸为有效的触控操作的条件。在示例性实施方式中,滑动触摸条件包括:本次的边缘触摸为连续触摸的一部分的条件,换言之,本次的边缘触摸和之前的边缘触摸为连续触摸的条件。The sliding touch condition is a condition for determining that the current edge touch is a valid touch operation. In an exemplary embodiment, the sliding touch condition includes a condition that the current edge touch is a part of the continuous touch, in other words, the current edge touch and the previous edge touch are conditions of the continuous touch.
例如:滑动触摸条件包括:如果边缘触摸的接触面积小于预设的阈值(接触面积阈值),则该边缘触摸为有效的触控操作。那么,根据边缘触摸数据, 判断边缘触摸的面积是否小于预设的阈值;若接触面积小于该预设的阈值,则判定该边缘触摸数据符合滑动触摸条件;若接触面积大于或等于该预设的阈值,则判定该边缘触摸数据不符合滑动触摸条件。For example, the sliding touch condition includes: if the contact area of the edge touch is less than a preset threshold (contact area threshold), the edge touch is an effective touch operation. Then, based on the edge touch data, Determining whether the area of the edge touch is less than a preset threshold; if the contact area is less than the preset threshold, determining that the edge touch data meets a sliding touch condition; if the contact area is greater than or equal to the preset threshold, determining the edge touch The data does not match the sliding touch condition.
又如:滑动触摸条件包括:如果本次的边缘触摸和之前多次的触摸形成连续触摸,则本次的边缘触摸为有效的触控操作。那么,利用先于边缘触摸数据获取到的触摸数据,判断该边缘触摸数据是否符合滑动触摸条件。在本实施例中提供以下两种情形,但是以下两种情形不用于限定本申请。For another example, the sliding touch condition includes: if the current edge touch and the previous multiple touch form a continuous touch, the current edge touch is an effective touch operation. Then, using the touch data acquired before the edge touch data, it is determined whether the edge touch data conforms to the sliding touch condition. The following two scenarios are provided in this embodiment, but the following two scenarios are not intended to limit the present application.
情形一,如果先于边缘触摸数据获取到的触摸数据是有效的触控操作数据,则判定该边缘触摸数据符合滑动触摸条件,如:先于边缘触摸数据获取到的触摸数据为非边缘触摸数据;反之,如果先于所述边缘触摸数据获取到的触摸数据是无效的触控操作数据,则判定该边缘触摸数据不符合滑动触摸条件。In the first case, if the touch data acquired before the edge touch data is valid touch operation data, it is determined that the edge touch data meets the sliding touch condition, for example, the touch data acquired before the edge touch data is non-edge touch data. On the other hand, if the touch data acquired before the edge touch data is invalid touch operation data, it is determined that the edge touch data does not meet the sliding touch condition.
情形二,根据边缘触摸数据以及先于该边缘触摸数据获取到的触摸数据,判断该边缘触摸数据是否为触摸抖动产生的数据;若否,则判定该边缘触摸数据符合滑动触摸条件;若是,则判定该边缘触摸数据不符合滑动触摸条件。触摸抖动是指手指在触摸屏上进行触摸操作时发生的抖动行为。触摸抖动产生的数据可以是坐标数据,触摸操作对应的坐标和发生触摸抖动时的坐标较为接近。Case 2, determining, according to the edge touch data and the touch data acquired before the edge touch data, whether the edge touch data is data generated by touch jitter; if not, determining that the edge touch data meets a sliding touch condition; if yes, It is determined that the edge touch data does not conform to the sliding touch condition. Touch jitter refers to the jitter behavior that occurs when a finger makes a touch operation on the touch screen. The data generated by the touch jitter may be coordinate data, and the coordinates corresponding to the touch operation are closer to the coordinates when the touch shake occurs.
步骤S140,判定该边缘触摸数据为有效的触控操作数据。Step S140, determining that the edge touch data is valid touch operation data.
在边缘触摸数据符合滑动触摸条件的情况下,判定该边缘触摸数据为有效的触控操作数据。In the case where the edge touch data conforms to the sliding touch condition, it is determined that the edge touch data is valid touch operation data.
如果边缘触摸数据符合滑动触摸条件,则说明本次的边缘触摸为有效的触控操作,将该边缘触摸数据作为触控操作数据,根据该触控操作数据,执行对应的触摸操作。操作结果可以通过终端显示给用户。If the edge touch data meets the sliding touch condition, the edge touch is an effective touch operation, and the edge touch data is used as the touch operation data, and the corresponding touch operation is performed according to the touch operation data. The result of the operation can be displayed to the user through the terminal.
步骤S150,判定该边缘触摸数据为无效的触控操作数据。Step S150, determining that the edge touch data is invalid touch operation data.
在边缘触摸数据不符合滑动触摸条件的情况下,判定该边缘触摸数据为无效的触控操作数据。In the case where the edge touch data does not conform to the sliding touch condition, it is determined that the edge touch data is invalid touch operation data.
如果边缘触摸数据不符合滑动触摸条件,则说明本次的边缘触摸为无效 的触控操作,进而可以识别出本次的边缘触摸为边缘误触,可以舍弃该边缘触摸数据,抑制该无效的触控操作。通过识别触控操作数据是否有效,可以避免边缘误触给用户带来的不便。If the edge touch data does not match the sliding touch condition, the edge touch is invalid this time. The touch operation can further recognize that the edge touch of the current edge is an edge touch, and the edge touch data can be discarded to suppress the invalid touch operation. By identifying whether the touch operation data is valid, it is possible to avoid the inconvenience caused by the edge misunderstanding.
步骤S160,判定该触摸数据为非边缘触摸数据,并认定该非边缘触摸数据为有效的触控操作数据。Step S160, determining that the touch data is non-edge touch data, and determining that the non-edge touch data is valid touch operation data.
本实施例获取单个手指在触摸屏上的触摸数据并进行识别,当多个手指在触摸屏上触摸时,需要分别获取每个手指的触摸数据并分别进行识别,针对每个手指的触摸数据的识别和处理相互独立、互不影响。其中,可以在触摸数据中添加为手指分配的手指标识,来区分不同手指的触摸数据并分别进行识别和处理。同一手指连续触摸的过程中,触摸数据的手指标识相同。In this embodiment, touch data of a single finger on the touch screen is acquired and recognized. When multiple fingers touch on the touch screen, the touch data of each finger needs to be separately acquired and separately identified, and the touch data of each finger is recognized and Processing is independent of each other and does not affect each other. Wherein, the finger identifier assigned to the finger may be added to the touch data to distinguish the touch data of different fingers and separately identify and process. In the process of continuous touch of the same finger, the finger identifier of the touch data is the same.
本实施例可以识别出当前触摸是边缘触摸或是非边缘触摸,对于边缘触摸还可以识别出是有效的触控操作或是无效的误触。通过本实施例可以抑制无效的误触,保证正常的触控不受影响。In this embodiment, the current touch is an edge touch or a non-edge touch, and the edge touch can also identify an effective touch operation or an invalid touch. Through this embodiment, invalid touches can be suppressed, and normal touch is not affected.
实施例二Embodiment 2
本实施例对获取触摸数据的步骤进行进一步地描述,图2是根据本申请第二实施例的获取触摸数据的步骤流程图。本实施例以电信号为例。如图2所示,本实施例的流程包括以下步骤:The embodiment further describes the step of acquiring touch data, and FIG. 2 is a flow chart of the steps of acquiring touch data according to the second embodiment of the present application. This embodiment takes an electrical signal as an example. As shown in FIG. 2, the process of this embodiment includes the following steps:
步骤S210,为触摸屏划分边缘区域和非边缘区域。Step S210, dividing the edge area and the non-edge area for the touch screen.
边缘区域是指触摸屏四个边缘的较窄的区域,触摸屏中除了边缘区域之外的区域为非边缘区域。例如:在触摸屏中显示应用图标的区域作为非边缘区域,触摸屏靠近终端边框的区域为边缘区域。The edge area refers to a narrow area of the four edges of the touch screen, and the area other than the edge area of the touch screen is a non-edge area. For example, an area where the application icon is displayed on the touch screen is used as a non-edge area, and an area of the touch screen near the border of the terminal is an edge area.
可以根据测试统计结果,在触摸屏中设定合理的边缘区域和非边缘区域。边缘区域的区域范围以不影响用户体验为准。According to the test statistics, reasonable edge areas and non-edge areas can be set in the touch screen. The area of the edge area is subject to the user experience.
步骤S220,检测触摸屏中产生的电信号。Step S220, detecting an electrical signal generated in the touch screen.
触摸屏中产生的信号量是用户手指和触摸屏接触产生的。The amount of signal generated in the touch screen is generated by the contact of the user's finger and the touch screen.
在示例性实施方式中,每隔预定时间检测一次触摸屏中产生的电信号。例如:每隔10ms检测一次触摸屏中产生的电信号。In an exemplary embodiment, the electrical signal generated in the touch screen is detected every predetermined time. For example, the electrical signal generated in the touch screen is detected every 10 ms.
步骤S230,如果检测到某个区域的信号量的特征符合触摸特征,则获得 该区域的区域坐标。Step S230, if it is detected that the feature of the semaphore of a certain area conforms to the touch feature, the obtained The area coordinates of the area.
由于用户可能会在无意中触碰到触摸屏,所以需要判断用户对触摸屏的触碰是否为触摸行为(触摸操作)。如果某一区域产生电信号,且信号量的特征符合接触行为的特征,则可以确定用户和触摸屏的当前接触为触摸行为,该区域为触摸的接触区域,采集的多个区域坐标为触摸数据。Since the user may inadvertently touch the touch screen, it is necessary to determine whether the user's touch on the touch screen is a touch behavior (touch operation). If an area generates an electrical signal, and the feature of the semaphore meets the characteristics of the contact behavior, it may be determined that the current contact of the user and the touch screen is a touch behavior, the area is a contact area of the touch, and the acquired plurality of area coordinates are touch data.
触摸特征包括:产生电信号的区域的面积大于预设的面积阈值,且该区域的信号量大于预设的信号量阈值。The touch feature includes: an area of the area where the electrical signal is generated is greater than a preset area threshold, and the semaphore of the area is greater than a preset semaphore threshold.
步骤S240,在所有的区域坐标中,确定处于边缘区域中的区域坐标,并计算边缘区域的坐标比例R。In step S240, among all the area coordinates, the area coordinates in the edge area are determined, and the coordinate ratio R of the edge area is calculated.
边缘区域的坐标比例R=处于边缘区域中的区域坐标的数量/接触区域的所有区域坐标的数量。The coordinate ratio of the edge regions R = the number of region coordinates in the edge region / the number of all region coordinates of the contact region.
例如:采集到100个区域坐标,这100个区域坐标可以描述出接触区域的形状,在这100个区域坐标中有30个区域坐标处于非边缘区域,有70个区域坐标处于边缘区域中,则边缘区域的坐标比例R=70/100=0.7。For example, 100 regional coordinates are collected. The 100 regional coordinates can describe the shape of the contact area. In the 100 regional coordinates, 30 regional coordinates are in the non-edge region, and 70 regional coordinates are in the edge region. The coordinate ratio of the edge region is R=70/100=0.7.
步骤S250,判断该坐标比例R是否大于预设的基准比例。若是,则执行步骤S260;若否,则执行步骤S270。In step S250, it is determined whether the coordinate ratio R is greater than a preset reference ratio. If yes, go to step S260; if no, go to step S270.
基准比例用于衡量用户和触摸屏的当前触摸是否为边缘触摸。其中,基准比例可以根据边缘触摸测试的统计结果进行设置。The baseline scale is used to measure whether the current touch of the user and the touch screen is an edge touch. The reference ratio can be set according to the statistical result of the edge touch test.
例如:基准比例为0.9,用户接触触摸屏,所有坐标都处于边缘区域中,那么边缘区域的坐标比例R=1,这时可以认定该接触为边缘接触。For example, the reference ratio is 0.9, the user touches the touch screen, and all the coordinates are in the edge region, then the coordinate ratio of the edge region is R=1, and the contact can be considered as the edge contact.
步骤S260,判定当前触摸行为是边缘触摸,触摸数据为边缘触摸数据。In step S260, it is determined that the current touch behavior is an edge touch, and the touch data is edge touch data.
步骤S270,判定当前接触行为是非边缘触摸,触摸数据为非边缘触摸数据。In step S270, it is determined that the current contact behavior is a non-edge touch, and the touch data is non-edge touch data.
本实施例还可以采用压力屏来进一步提高识别的准确性。如果采用压力屏,则根据压力屏的压力信号,确定当前碰触是否为触摸行为,采集压力形变区域的坐标,并根据边缘区域的坐标比例来确定当前触摸行为是边缘接触行为或是非边缘接触行为。This embodiment can also use a pressure screen to further improve the accuracy of recognition. If the pressure screen is used, according to the pressure signal of the pressure screen, it is determined whether the current touch is a touch behavior, the coordinates of the pressure deformation region are collected, and the current touch behavior is determined as an edge contact behavior or a non-edge contact behavior according to the coordinate ratio of the edge region. .
实施例三 Embodiment 3
本实施例对触摸屏边缘区域的触控操作识别进行进一步地描述。图3是根据本申请第三实施例的触控操作识别方法的流程图。如图3所示,本实施例的方法包括以下步骤:This embodiment further describes the touch operation recognition of the edge area of the touch screen. FIG. 3 is a flowchart of a touch operation recognition method according to a third embodiment of the present application. As shown in FIG. 3, the method of this embodiment includes the following steps:
步骤S310,在本次获取的边缘触摸数据中,根据处于边缘区域中的所有区域坐标,计算最大坐标差值。Step S310, in the edge touch data acquired this time, the maximum coordinate difference value is calculated according to all the area coordinates in the edge region.
最大坐标差值包括:最大坐标差值XΔ和最大坐标差值YΔThe maximum coordinate difference value includes: a maximum coordinate difference value X Δ and a maximum coordinate difference value Y Δ .
最大坐标差值XΔ为边缘区域中横坐标的最大坐标差值。在处于边缘区域的所有区域坐标中,获取所有横坐标,计算横坐标的最大值和最小值的差值,将该差值的绝对值作为最大坐标差值XΔThe maximum coordinate difference value X Δ is the maximum coordinate difference value of the abscissa in the edge region. In all the area coordinates in the edge area, all the abscissas are acquired, and the difference between the maximum value and the minimum value of the abscissa is calculated, and the absolute value of the difference is taken as the maximum coordinate difference value X Δ .
最大坐标差值YΔ为边缘区域中纵坐标的最大坐标差值。在处于边缘区域的所有区域坐标中,获取所有纵坐标,计算纵坐标的最大值和最小值的差值,将该差值的绝对值作为最大坐标差值YΔThe maximum coordinate difference Y Δ is the maximum coordinate difference of the ordinate in the edge region. In all the area coordinates in the edge area, all the ordinates are acquired, and the difference between the maximum value and the minimum value of the ordinate is calculated, and the absolute value of the difference is taken as the maximum coordinate difference value Y Δ .
步骤S320,判断最大坐标差值是否大于基准坐标变化值。若是,则执行步骤S390;若否,则执行步骤S330。In step S320, it is determined whether the maximum coordinate difference value is greater than the reference coordinate change value. If yes, go to step S390; if no, go to step S330.
基准坐标变化值XYΔ用于衡量当前触摸行为是否为大面积接触。大面积接触是指用户的手掌和边缘区域的接触面积较大。如:用户手握终端,整个大拇指都和触摸屏边缘接触,这时接触区域的面积较大,因此横坐标和纵坐标中至少一项的变化跨度较大。其中,基准坐标变化值XYΔ需要根据大量的手掌大面积接触实验的统计结果进行设置。The reference coordinate change value XY Δ is used to measure whether the current touch behavior is a large area contact. Large-area contact refers to a large contact area between the palm and the edge of the user. For example, if the user holds the terminal, the entire thumb is in contact with the edge of the touch screen, and the area of the contact area is large at this time, so that at least one of the abscissa and the ordinate changes a large span. Among them, the reference coordinate change value XY Δ needs to be set according to the statistical result of a large number of palm large-area contact experiments.
如果最大坐标差值大于基准坐标变化值XYΔ,则认定本次接触为大面积接触。其中,最大坐标差值包括:最大坐标差值XΔ和最大坐标差值YΔ。最大坐标差值XΔ和最大坐标差值YΔ中的至少一个大于基准坐标变化值XYΔ,就可以认定最大坐标差值大于基准坐标变化值XYΔ。最大坐标差值XΔ和最大坐标差值YΔ都小于基准坐标变化值XYΔ,认定最大坐标差值不大于基准坐标变化值XYΔIf the maximum coordinate difference is greater than the reference coordinate change value XY Δ , it is determined that the contact is a large area contact. The maximum coordinate difference value includes: a maximum coordinate difference value X Δ and a maximum coordinate difference value Y Δ . At least one of the maximum coordinate difference value X Δ and the maximum coordinate difference value Y Δ is larger than the reference coordinate change value XY Δ , and it can be determined that the maximum coordinate difference value is larger than the reference coordinate change value XY Δ . The maximum coordinate difference value X Δ and the maximum coordinate difference value Y Δ are both smaller than the reference coordinate change value XY Δ , and it is determined that the maximum coordinate difference value is not greater than the reference coordinate change value XY Δ .
如果认定本次触摸为大面积接触,则可以确定本次触摸不是为了进行触控,可以将本次触摸认定为无效的触控操作并对其进行抑制,可以将本次触摸产生的触摸数据视为无效数据并且无需上报至框架层。 If it is determined that the touch is a large-area contact, it can be determined that the touch is not for the touch, and the touch can be regarded as an invalid touch operation and suppressed, and the touch data generated by the touch can be regarded as Invalid data and no need to escalate to the framework layer.
步骤S330,判断是否存在起始数据Datastart。若是,则执行步骤S380;若否,则执行步骤S340。In step S330, it is determined whether there is a start data Data start . If yes, go to step S380; if no, go to step S340.
起始数据Datastart是在本次获取边缘接触数据之前获取到的、并且已经被认定为有效的触控操作数据的触摸数据。The start data Data start is touch data acquired before the edge contact data is acquired this time and has been recognized as valid touch operation data.
例如,在一次连续触摸中,获取到的第一个触摸数据为非边缘触摸数据,非边缘触摸数据为有效的触控操作数据,将该非边缘触摸数据存储为起始数据Datastart,以供后续使用。For example, in one continuous touch, the first touch data acquired is non-edge touch data, and the non-edge touch data is valid touch operation data, and the non-edge touch data is stored as start data Data start for Follow-up use.
又如:在一次连续触摸中,获取一个边缘触摸数据,该边缘触摸数据不是大面积接触产生的边缘触摸数据,而且经过和前一个触摸数据比较,可以认定该边缘触摸数据不是抖动产生的数据,这时可以得到该边缘触摸数据是有效的触控操作数据,将该边缘触摸数据存储为起始数据Datastart,以供后续使用。For another example, in a continuous touch, an edge touch data is acquired, and the edge touch data is not edge touch data generated by a large area contact, and compared with the previous touch data, it can be determined that the edge touch data is not data generated by the jitter. At this time, the touch operation data that the edge touch data is valid can be obtained, and the edge touch data is stored as the start data Data start for subsequent use.
若存在起始数据Datastart,则意味着本次边缘触摸行为属于一次连续触摸的一部分。若不存在起始数据Datastart,则说明在本次边缘触摸行为之前,没有有效的触控操作数据,需要进一步判断以确定当前边缘接触行为是否有效。If there is a start data Data start , it means that this edge touch behavior is part of one continuous touch. If there is no start data Data start , it means that there is no valid touch operation data before the edge touch behavior, and further judgment is needed to determine whether the current edge contact behavior is valid.
步骤S340,判断是否存在临时数据Datatmp,若否,则执行步骤S350,若是,则执行步骤S360。In step S340, it is determined whether the temporary data Data tmp exists. If not, step S350 is performed, and if yes, step S360 is performed.
临时数据Datatmp是根据前一次获取得到触摸数据,计算出前一次的接触区域的中心坐标。The temporary data Data tmp calculates the center coordinates of the previous contact area based on the previous acquisition of the touch data.
中心坐标的计算方法包括:根据边缘触摸数据中的所有区域坐标(X1,Y1)、(X2,Y2)…、(Xn,Yn),可以确定接触区域的形状;根据该接触区域的形状确定该接触区域的中心;根据该接触区域的所有区域坐标,确定该接触区域的中心的坐标,即中心坐标(Xcenter,Ycenter);其中,n>1。The calculation method of the central coordinates includes: determining the shape of the contact area according to all the area coordinates (X 1 , Y 1 ), (X 2 , Y 2 ), ..., (X n , Y n ) in the edge touch data; The shape of the contact area determines the center of the contact area; according to all the area coordinates of the contact area, the coordinates of the center of the contact area, that is, the center coordinates (X center , Y center ); wherein n>1, are determined.
起始数据Datastart和临时数据Datatmp只对当前手指的本次连续触摸行为有效,其他手指的触摸行为,或者同一手指的前后两次的连续触摸行为,分别对应不同的起始数据Datastart和临时数据DatatmpThe start data Data start and the temporary data Data tmp are only valid for the current touch behavior of the current finger, and the touch behavior of other fingers or the continuous touch behavior of the same finger twice before and after, respectively corresponding to different start data Data start and Temporary data Data tmp .
步骤S350,将本次获取的边缘触摸数据作为临时数据Datatmp暂存。 In step S350, the edge touch data acquired this time is temporarily stored as temporary data Data tmp .
将本次获取的边缘触摸数据的中心坐标(Xcenter,Ycenter)作为临时数据Datatmp进行暂存,以供下次使用。The center coordinates (X center , Y center ) of the edge touch data acquired this time are temporarily stored as temporary data Data tmp for the next use.
步骤S360,根据本次的边缘触摸数据计算中心坐标,并根据该中心坐标和临时数据Datatmp,计算本次的中心坐标变化率。Step S360, calculating a center coordinate according to the current edge touch data, and calculating a current coordinate rate of change according to the center coordinate and the temporary data Data tmp .
由于中心坐标包括横坐标和纵坐标,临时数据包括横坐标和纵坐标,所以本次的中心坐标变化率包括:横坐标变化率Rx和纵坐标变化率RySince the center coordinates include the abscissa and the ordinate, the temporary data includes the abscissa and the ordinate, so the current coordinate rate of change includes: the abscissa change rate R x and the ordinate change rate R y .
Rx=|(本次的中心坐标中的横坐标-临时数据中的横坐标)/临时数据中的横坐标|。其中,||表示取绝对值。R x =| (the abscissa in the center coordinate of this time - the abscissa in the temporary data) / the abscissa in the temporary data |. Where || means taking the absolute value.
Ry=|(本次的中心坐标中的纵坐标-临时数据中的纵坐标)/临时数据中的纵坐标|。R y =| (the ordinate in the center coordinate of this time - the ordinate in the temporary data) / the ordinate in the temporary data |.
步骤S370,判断本次的中心坐标变化率是否大于基准变化率Rstd。若是,则执行步骤S380,若否,则执行步骤S390。In step S370, it is determined whether the current central coordinate change rate is greater than the reference change rate R std . If yes, go to step S380, if no, go to step S390.
中心坐标变化率大于基准变化率Rstd,表示本次的边缘触摸数据不是触摸抖动产生的数据,而是正常的滑动。The central coordinate change rate is greater than the reference change rate R std , indicating that the current edge touch data is not data generated by touch shake, but is a normal slip.
若横坐标变化率Rx和纵坐标变化率Ry中至少一个大于基准变化率Rstd,则判定中心坐标变化率大于基准变化率Rstd;若横坐标变化率Rx和纵坐标变化率Ry均不大于基准变化率Rstd,则认定中心坐标变化率不大于基准变化率RstdIf at least one of the abscissa change rate R x and the ordinate change rate R y is greater than the reference change rate R std , it is determined that the central coordinate change rate is greater than the reference change rate R std ; if the abscissa change rate R x and the ordinate change rate R If y is not greater than the reference change rate R std , it is determined that the central coordinate change rate is not greater than the reference change rate R std .
步骤S380,判定本次的边缘触摸数据有效,将本次的边缘触摸数据作为起始数据Datastart进行存储。In step S380, it is determined that the current edge touch data is valid, and the current edge touch data is stored as the start data Data start .
步骤S390,判定本次的边缘触摸数据无效。In step S390, it is determined that the current edge touch data is invalid.
在识别出边缘触摸数据之后,本实施例可以舍弃大面积接触产生的数据,识别连续触摸的延续数据,排除抖动产生的数据,进而可以准确地识别出边缘触摸是触控还是误触。After the edge touch data is recognized, the embodiment can discard the data generated by the large-area contact, identify the continuation data of the continuous touch, and eliminate the data generated by the jitter, thereby accurately identifying whether the edge touch is a touch or a false touch.
例如:用户在触摸屏中画线条,画线条为连续触摸过程,线条从非边缘区域被划入了边缘区域,每隔10ms获取一次触摸数据,针对边缘触摸数据而言,通过本实施例,可以确定画线条时获取出的边缘触摸数据不是大面积接触产生的数据,而且线条是从非边缘区域被划入了边缘区域,存在起始数 据Datastart,那么边缘触摸数据为有效的触控操作数据,可以执行该触控操作数据对应的触控操作,执行结果是显示用户在非边缘区域画出的线条。For example, the user draws a line in the touch screen, draws a line as a continuous touch process, and the line is drawn into the edge area from the non-edge area, and the touch data is acquired every 10 ms. For the edge touch data, it can be determined by the embodiment. The edge touch data obtained when drawing the line is not the data generated by the large-area contact, and the line is drawn from the non-edge area into the edge area, and there is the start data Data start , then the edge touch data is valid touch operation data, The touch operation corresponding to the touch operation data may be performed, and the execution result is to display a line drawn by the user in the non-edge area.
实施例四Embodiment 4
本实施例提供一种触控操作识别装置。图4为根据本申请第四实施例的触控操作识别装置的结构图。如图4所示,本实施例的装置包括:This embodiment provides a touch operation recognition device. 4 is a structural diagram of a touch operation recognition device according to a fourth embodiment of the present application. As shown in FIG. 4, the apparatus of this embodiment includes:
获取模块410,配置为获取触摸操作对应的触摸数据,并识别出边缘触摸数据。其中,所述边缘触摸数据是触摸屏的边缘区域中的触摸操作对应的触摸数据。The obtaining module 410 is configured to acquire touch data corresponding to the touch operation and identify the edge touch data. The edge touch data is touch data corresponding to a touch operation in an edge region of the touch screen.
处理模块420,配置为在所述边缘触摸数据符合预设的滑动触摸条件的情况下,判定所述边缘触摸数据为有效的触控操作数据。The processing module 420 is configured to determine that the edge touch data is valid touch operation data if the edge touch data conforms to a preset sliding touch condition.
处理模块420,还配置为在所述边缘触摸数据不符合所述滑动触摸条件的情况下,判定所述边缘触摸数据为无效的触控操作数据。The processing module 420 is further configured to determine that the edge touch data is invalid touch operation data if the edge touch data does not meet the sliding touch condition.
在一个实施例中,处理模块420,可以配置为通过以下方式判断所述边缘触摸数据是否符合预设的滑动触摸条件:根据所述边缘触摸数据,判断边缘触摸的接触面积是否小于预设的阈值;若所述接触面积小于所述预设的阈值,则判定所述边缘触摸数据符合所述预设的滑动触摸条件;若所述接触面积大于或等于所述预设的阈值,则判定所述边缘触摸数据不符合所述预设的滑动触摸条件。In an embodiment, the processing module 420 may be configured to determine whether the edge touch data meets a preset sliding touch condition by determining whether the contact area of the edge touch is less than a preset threshold according to the edge touch data. If the contact area is smaller than the preset threshold, determining that the edge touch data conforms to the preset sliding touch condition; if the contact area is greater than or equal to the preset threshold, determining The edge touch data does not conform to the preset sliding touch condition.
在另一实施例中,处理模块420,可以配置为利用先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否符合所述预设的滑动触摸条件。下面示意性的提供两种实现方式:In another embodiment, the processing module 420 can be configured to determine whether the edge touch data meets the preset sliding touch condition by using touch data acquired before the edge touch data. The following two schematic implementations are provided:
方式一,处理模块420可以配置为:如果先于所述边缘触摸数据获取到的触摸数据为有效的触控操作数据,则判定所述边缘触摸数据符合所述滑动触摸条件;反之,则判定所述边缘触摸数据不符合所述滑动触摸条件。In a first mode, the processing module 420 may be configured to: if the touch data acquired before the edge touch data is valid touch operation data, determine that the edge touch data meets the sliding touch condition; The edge touch data does not conform to the sliding touch condition.
方式二,处理模块420可以配置为:根据所述边缘触摸数据以及先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否为触摸抖动产生的数据;若否,则判定所述边缘触摸数据符合所述预设的滑动触摸条件;若是,则判定所述边缘触摸数据不符合所述预设的滑动触摸条件。 In a second manner, the processing module 420 may be configured to determine, according to the edge touch data and the touch data acquired before the edge touch data, whether the edge touch data is data generated by touch jitter; The edge touch data conforms to the preset sliding touch condition; if yes, it is determined that the edge touch data does not meet the preset sliding touch condition.
本实施例所述的装置的功能已经在图1至图3所示的方法实施例中进行了描述,故本实施例的描述中未详尽之处,可以参见前述实施例中的相关说明,在此不做赘述。The functions of the device in this embodiment have been described in the method embodiments shown in FIG. 1 to FIG. 3. Therefore, in the description of the present embodiment, reference may be made to the related description in the foregoing embodiment. This will not be repeated.
实施例五Embodiment 5
本实施例提供一种设有触摸屏的终端设备。该终端设备包括:硬件系统和软件系统。This embodiment provides a terminal device provided with a touch screen. The terminal device includes: a hardware system and a software system.
硬件系统主要包括:获取模块410、处理模块420及显示模块。由于获取模块410和处理模块420的功能已经在实施例四中进行了描述,对于已经描述过的功能在此不作赘述。The hardware system mainly includes: an obtaining module 410, a processing module 420, and a display module. Since the functions of the obtaining module 410 and the processing module 420 have been described in the fourth embodiment, the functions that have been described will not be described herein.
处理模块420,还可以配置为根据触控操作数据执行对应的触控操作。The processing module 420 is further configured to perform a corresponding touch operation according to the touch operation data.
显示模块,配置为显示执行结果。A display module configured to display execution results.
软件系统主要包括:驱动层、框架层及应用层。The software system mainly includes: a driver layer, a framework layer, and an application layer.
驱动层对应硬件系统中的获取模块410和处理模块420,应用层对应硬件系统中的显示模块。The driver layer corresponds to the acquisition module 410 and the processing module 420 in the hardware system, and the application layer corresponds to the display module in the hardware system.
驱动层负责接收获取模块410发送的触摸数据,将该触摸数据交由处理模块420进行处理,并由处理模块420执行有效的触控操作数据对应的触控操作;驱动层接收处理模块420发送的执行结果,并将执行结果上报至框架层,框架层将处理结果分发至应用层,由显示模块生成和用户触摸操作相一致的数据,呈现给用户。The driving layer is responsible for receiving the touch data sent by the acquiring module 410, and the touch data is processed by the processing module 420, and the processing module 420 performs a touch operation corresponding to the effective touch operation data; the driving layer receiving processing module 420 sends the touch data. The result is executed, and the execution result is reported to the framework layer, and the framework layer distributes the processing result to the application layer, and the data generated by the display module and consistent with the user's touch operation is presented to the user.
此外,本申请实施例还提供一种终端设备,包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的触控操作识别程序,所述触控操作识别程序被所述处理器执行时实现上述的触控操作识别方法的步骤。In addition, the embodiment of the present application further provides a terminal device, including: a memory, a processor, and a touch operation recognition program stored on the memory and operable on the processor, where the touch operation recognition program is The step of implementing the touch operation recognition method described above when the processor executes.
本申请实施例还提供一种机器可读介质,存储有触控操作识别程序,所述触控操作识别程序被处理器执行时实现上述触控操作识别方法的步骤。The embodiment of the present application further provides a machine readable medium storing a touch operation recognition program, where the touch operation recognition program is implemented by the processor to implement the step of the touch operation recognition method.
本领域普通技术人员可以理解,上文中所公开方法中的全部或某些步骤、系统、装置中的功能模块/单元可以被实施为软件、固件、硬件及其适当的组合。在硬件实施方式中,在以上描述中提及的功能模块/单元之间的划分不一定对应于物理组件的划分;例如,一个物理组件可以具有多个功能,或者一 个功能或步骤可以由若干物理组件合作执行。某些组件或所有组件可以被实施为由处理器,如数字信号处理器或微处理器执行的软件,或者被实施为硬件,或者被实施为集成电路,如专用集成电路。这样的软件可以分布在机器可读介质(比如,计算机可读介质)上,计算机可读介质可以包括计算机存储介质(或非暂时性介质)和通信介质(或暂时性介质)。如本领域普通技术人员公知的,术语计算机存储介质包括在用于存储信息(诸如计算机可读指令、数据结构、程序模块或其他数据)的任何方法或技术中实施的易失性和非易失性、可移除和不可移除介质。计算机存储介质包括但不限于RAM、ROM、EEPROM、闪存或其他存储器技术、CD-ROM、数字多功能盘(DVD)或其他光盘存储、磁盒、磁带、磁盘存储或其他磁存储装置、或者可以用于存储期望的信息并且可以被计算机访问的任何其他的介质。此外,本领域普通技术人员公知的是,通信介质通常包含计算机可读指令、数据结构、程序模块或者诸如载波或其他传输机制之类的调制数据信号中的其他数据,并且可包括任何信息递送介质。Those of ordinary skill in the art will appreciate that all or some of the steps, systems, and functional blocks/units of the methods disclosed above may be implemented as software, firmware, hardware, and suitable combinations thereof. In a hardware implementation, the division between functional modules/units mentioned in the above description does not necessarily correspond to the division of physical components; for example, one physical component may have multiple functions, or one A function or step can be performed cooperatively by several physical components. Some or all of the components may be implemented as software executed by a processor, such as a digital signal processor or microprocessor, or as hardware, or as an integrated circuit, such as an application specific integrated circuit. Such software may be distributed on a machine-readable medium, such as a computer-readable medium, which may include computer storage media (or non-transitory media) and communication media (or transitory media). As is well known to those of ordinary skill in the art, the term computer storage medium includes volatile and nonvolatile, implemented in any method or technology for storing information, such as computer readable instructions, data structures, program modules or other data. Sex, removable and non-removable media. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disc (DVD) or other optical disc storage, magnetic cartridge, magnetic tape, magnetic disk storage or other magnetic storage device, or may Any other medium used to store the desired information and that can be accessed by the computer. Moreover, it is well known to those skilled in the art that communication media typically includes computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and can include any information delivery media. .
尽管为示例目的,已经公开了本申请的示例性实施例,本领域的技术人员将意识到各种改进、增加和取代也是可能的,因此,本申请的范围应当不限于上述实施例。While the exemplary embodiments of the present application have been disclosed for illustrative purposes, those skilled in the art will recognize that various modifications, additions and substitutions are possible. Therefore, the scope of the present application should not be limited to the embodiments described above.
工业实用性Industrial applicability
本申请实施例提供一种触控操作识别方法和装置,可以有效地抑制无效的触控操作,保证有效的触控操作不受到影响,保障终端基本功能的运行,提升了用户体验效果。 The embodiment of the present invention provides a touch operation identification method and device, which can effectively suppress an invalid touch operation, ensure that an effective touch operation is not affected, ensure the operation of the basic functions of the terminal, and improve the user experience.

Claims (14)

  1. 一种触控操作识别方法,包括:A touch operation recognition method includes:
    获取触摸操作对应的触摸数据,并识别出边缘触摸数据,所述边缘触摸数据是触摸屏的边缘区域中的触摸操作对应的触摸数据;Obtaining touch data corresponding to the touch operation, and identifying edge touch data, where the edge touch data is touch data corresponding to a touch operation in an edge region of the touch screen;
    在所述边缘触摸数据符合预设的滑动触摸条件的情况下,判定所述边缘触摸数据为有效的触控操作数据。In a case where the edge touch data conforms to a preset sliding touch condition, it is determined that the edge touch data is valid touch operation data.
  2. 如权利要求1所述的方法,所述方法还包括:The method of claim 1 further comprising:
    在所述边缘触摸数据不符合所述滑动触摸条件的情况下,判定所述边缘触摸数据为无效的触控操作数据。In a case where the edge touch data does not meet the sliding touch condition, it is determined that the edge touch data is invalid touch operation data.
  3. 如权利要求2所述的方法,其中,判断所述边缘触摸数据是否符合预设的滑动触摸条件,包括:The method of claim 2, wherein determining whether the edge touch data conforms to a preset sliding touch condition comprises:
    根据所述边缘触摸数据,判断边缘触摸的接触面积是否小于预设的阈值;Determining, according to the edge touch data, whether a contact area of the edge touch is less than a preset threshold;
    若所述接触面积小于所述预设的阈值,则判定所述边缘触摸数据符合所述预设的滑动触摸条件;If the contact area is smaller than the preset threshold, determining that the edge touch data meets the preset sliding touch condition;
    若所述接触面积大于或等于所述预设的阈值,则判定所述边缘触摸数据不符合所述预设的滑动触摸条件。If the contact area is greater than or equal to the preset threshold, determining that the edge touch data does not meet the preset sliding touch condition.
  4. 如权利要求2所述的方法,其中,判断所述边缘触摸数据是否符合预设的滑动触摸条件,包括:The method of claim 2, wherein determining whether the edge touch data conforms to a preset sliding touch condition comprises:
    利用先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否符合预设的滑动触摸条件。Using the touch data acquired before the edge touch data, it is determined whether the edge touch data conforms to a preset sliding touch condition.
  5. 如权利要求4所述的方法,其中,利用先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否符合滑动触摸条件,包括:The method of claim 4, wherein determining whether the edge touch data meets the sliding touch condition by using touch data acquired prior to the edge touch data comprises:
    如果先于所述边缘触摸数据获取到的触摸数据是有效的触控操作数据,则判定所述边缘触摸数据符合所述预设的滑动触摸条件;如果先于所述边缘触摸数据获取到的触摸数据是无效的触控操作数据,则判定所述边缘触摸数据不符合所述预设的滑动触摸条件。If the touch data acquired before the edge touch data is valid touch operation data, determining that the edge touch data conforms to the preset sliding touch condition; if the touch acquired before the edge touch data If the data is invalid touch operation data, it is determined that the edge touch data does not meet the preset sliding touch condition.
  6. 如权利要求4所述的方法,其中,利用先于所述边缘触摸数据获取 到的触摸数据,判断所述边缘触摸数据是否符合滑动触摸条件,包括:The method of claim 4, wherein the data is acquired prior to the edge touch data The touch data to determine whether the edge touch data meets the sliding touch condition, including:
    根据所述边缘触摸数据以及先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否为触摸抖动产生的数据;Determining, according to the edge touch data and the touch data acquired before the edge touch data, whether the edge touch data is data generated by touch jitter;
    若否,则判定所述边缘触摸数据符合所述预设的滑动触摸条件;If not, determining that the edge touch data meets the preset sliding touch condition;
    若是,则判定所述边缘触摸数据不符合所述预设的滑动触摸条件。If yes, it is determined that the edge touch data does not meet the preset sliding touch condition.
  7. 一种触控操作识别装置,包括:A touch operation recognition device includes:
    获取模块,配置为获取触摸操作对应的触摸数据,并识别出边缘触摸数据,其中,所述边缘触摸数据是触摸屏的边缘区域中的触摸操作对应的触摸数据;The acquiring module is configured to acquire touch data corresponding to the touch operation, and identify the edge touch data, wherein the edge touch data is touch data corresponding to the touch operation in the edge area of the touch screen;
    处理模块,配置为在所述边缘触摸数据符合预设的滑动触摸条件的情况下,判定所述边缘触摸数据为有效的触控操作数据。The processing module is configured to determine that the edge touch data is valid touch operation data if the edge touch data conforms to a preset sliding touch condition.
  8. 如权利要求7所述的装置,其中,所述处理模块,还配置为在所述边缘触摸数据不符合所述滑动触摸条件的情况下,判定所述边缘触摸数据为无效的触控操作数据。The device of claim 7, wherein the processing module is further configured to determine that the edge touch data is invalid touch operation data if the edge touch data does not conform to the sliding touch condition.
  9. 如权利要求8所述的装置,其中,所述处理模块,还配置为通过以下方式判断所述边缘触摸数据是否符合预设的滑动触摸条件:The device of claim 8, wherein the processing module is further configured to determine whether the edge touch data conforms to a preset sliding touch condition by:
    根据所述边缘触摸数据,判断边缘触摸的接触面积是否小于预设的阈值;Determining, according to the edge touch data, whether a contact area of the edge touch is less than a preset threshold;
    若所述接触面积小于所述预设的阈值,则判定所述边缘触摸数据符合所述预设的滑动触摸条件;If the contact area is smaller than the preset threshold, determining that the edge touch data meets the preset sliding touch condition;
    若所述接触面积大于或等于所述预设的阈值,则判定所述边缘触摸数据不符合所述预设的滑动触摸条件。If the contact area is greater than or equal to the preset threshold, determining that the edge touch data does not meet the preset sliding touch condition.
  10. 如权利要求8所述的装置,其中,所述处理模块,还配置为利用先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否符合所述预设的滑动触摸条件。The apparatus of claim 8, wherein the processing module is further configured to determine whether the edge touch data conforms to the preset sliding touch condition by using touch data acquired prior to the edge touch data.
  11. 如权利要求10所述的装置,其中,所述处理模块,配置为通过以下方式利用先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否符合滑动触摸条件: The device of claim 10, wherein the processing module is configured to determine whether the edge touch data meets a sliding touch condition by using touch data acquired prior to the edge touch data:
    如果先于所述边缘触摸数据获取到的触摸数据是有效的触控操作数据,则判定所述边缘触摸数据符合所述预设的滑动触摸条件;如果先于所述边缘触摸数据获取到的触摸数据是无效的触控操作数据,则判定所述边缘触摸数据不符合所述预设的滑动触摸条件。If the touch data acquired before the edge touch data is valid touch operation data, determining that the edge touch data conforms to the preset sliding touch condition; if the touch acquired before the edge touch data If the data is invalid touch operation data, it is determined that the edge touch data does not meet the preset sliding touch condition.
  12. 如权利要求10所述的装置,其中,所述处理模块,配置为通过以下方式利用先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否符合滑动触摸条件:The device of claim 10, wherein the processing module is configured to determine whether the edge touch data meets a sliding touch condition by using touch data acquired prior to the edge touch data:
    根据所述边缘触摸数据以及先于所述边缘触摸数据获取到的触摸数据,判断所述边缘触摸数据是否为触摸抖动产生的数据;Determining, according to the edge touch data and the touch data acquired before the edge touch data, whether the edge touch data is data generated by touch jitter;
    若否,则判定所述边缘触摸数据符合所述预设的滑动触摸条件;If not, determining that the edge touch data meets the preset sliding touch condition;
    若是,则判定所述边缘触摸数据不符合所述预设的滑动触摸条件。If yes, it is determined that the edge touch data does not meet the preset sliding touch condition.
  13. 一种终端设备,包括:存储器、处理器及存储在所述存储器上并可在所述处理器上运行的触控操作识别程序,所述触控操作识别程序被所述处理器执行时实现如权利要求1至6中任一项所述的触控操作识别方法的步骤。A terminal device includes: a memory, a processor, and a touch operation recognition program stored on the memory and operable on the processor, where the touch operation recognition program is executed by the processor, for example The steps of the touch operation recognition method according to any one of claims 1 to 6.
  14. 一种机器可读介质,存储有触控操作识别程序,所述触控操作识别程序被处理器执行时实现如权利要求1至6中任一项所述的触控操作识别方法的步骤。 A machine readable medium storing a touch operation recognition program, wherein the touch operation recognition program is executed by a processor to implement the steps of the touch operation recognition method according to any one of claims 1 to 6.
PCT/CN2017/088288 2016-09-27 2017-06-14 Touch operation recognition method and device WO2018059010A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610853012.8 2016-09-27
CN201610853012.8A CN107870685B (en) 2016-09-27 2016-09-27 Touch operation identification method and device

Publications (1)

Publication Number Publication Date
WO2018059010A1 true WO2018059010A1 (en) 2018-04-05

Family

ID=61752066

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/088288 WO2018059010A1 (en) 2016-09-27 2017-06-14 Touch operation recognition method and device

Country Status (2)

Country Link
CN (1) CN107870685B (en)
WO (1) WO2018059010A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114201079A (en) * 2021-12-06 2022-03-18 苏州长风航空电子有限公司 Reliability verification method and system for infrared touch screen

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108897446A (en) * 2018-05-28 2018-11-27 Oppo广东移动通信有限公司 Press area optimization method, device, mobile terminal and storage medium
CN109618028A (en) * 2018-12-10 2019-04-12 珠海晨新科技有限公司 Mobile terminal handheld display screen and ambulatory handheld display device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120182228A1 (en) * 2011-01-19 2012-07-19 Himax Technologies Limited Method and apparatus for detecting touch point movement
CN103235695A (en) * 2013-04-11 2013-08-07 广东欧珀移动通信有限公司 Method for preventing misoperation in touch device and device thereof
CN105786391A (en) * 2016-03-24 2016-07-20 京东方科技集团股份有限公司 Touch method and device as well as touch display equipment

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102043566A (en) * 2009-10-19 2011-05-04 纬创资通股份有限公司 Electronic device with touch panel and operating method thereof
CN102650912A (en) * 2011-02-23 2012-08-29 安国国际科技股份有限公司 Signal processing method and system of touch panel
CN103513914B (en) * 2013-03-13 2016-05-11 展讯通信(上海)有限公司 The method of toch control of application and device
CN103246404B (en) * 2013-04-28 2016-04-27 广东威创视讯科技股份有限公司 Two touch track correcting method and the devices that motion identifies
CN104423656B (en) * 2013-08-20 2018-08-17 南京中兴新软件有限责任公司 Mistaken touch recognition methods and device
CN104007932B (en) * 2014-06-17 2017-12-29 华为技术有限公司 A kind of touch point recognition methods and device
CN104199572B (en) * 2014-08-18 2017-02-15 京东方科技集团股份有限公司 Touch positioning method of touch display device and touch display device
CN104375761A (en) * 2014-11-07 2015-02-25 惠州Tcl移动通信有限公司 Method and system for preventing misoperation of touch screen mobile phone
CN105807965B (en) * 2014-12-30 2019-03-29 联想(北京)有限公司 A kind of method and device for preventing from accidentally touching
CN104635985B (en) * 2015-01-30 2017-02-15 努比亚技术有限公司 Mistaken touching preventing method and device for mobile terminal

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120182228A1 (en) * 2011-01-19 2012-07-19 Himax Technologies Limited Method and apparatus for detecting touch point movement
CN103235695A (en) * 2013-04-11 2013-08-07 广东欧珀移动通信有限公司 Method for preventing misoperation in touch device and device thereof
CN105786391A (en) * 2016-03-24 2016-07-20 京东方科技集团股份有限公司 Touch method and device as well as touch display equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114201079A (en) * 2021-12-06 2022-03-18 苏州长风航空电子有限公司 Reliability verification method and system for infrared touch screen
CN114201079B (en) * 2021-12-06 2023-09-22 苏州长风航空电子有限公司 Reliability verification method and system for infrared touch screen

Also Published As

Publication number Publication date
CN107870685A (en) 2018-04-03
CN107870685B (en) 2022-10-18

Similar Documents

Publication Publication Date Title
US9122347B2 (en) Information processing apparatus, information processing method, and program storage medium
US10402005B2 (en) Touch method and device, touch display apparatus
US11093083B2 (en) Method for preventing an edge from being unintentionally touched, touch control apparatus and storage medium
WO2020238435A1 (en) Touch position recognition method and detection apparatus, touch-control apparatus and storage medium
WO2018059010A1 (en) Touch operation recognition method and device
US20200218424A1 (en) Touch detection method and computer-readable storage medium
WO2015131675A1 (en) Compensation method for broken slide paths, electronic device and computer storage medium
KR101870392B1 (en) Method for processing touch signal and terminal device
US11422660B2 (en) Input device, input method and program
TW201023011A (en) Detecting method for photo sensor touch panel and touch control electronic apparatus using the same
CN110796157A (en) Image difference identification method and device and storage medium
US10082909B2 (en) Holding manner determination device and recording medium
CN104951213A (en) Method for preventing false triggering of edge sliding gesture and gesture triggering method
JP2016177343A (en) Signal processing apparatus, input device, signal processing method, and program
US8963867B2 (en) Display device and display method
JP2013186698A (en) Handwriting management program and recording display device
JP6150712B2 (en) Information processing apparatus and program
US20150054795A1 (en) Terminal device
WO2018161421A1 (en) Performance test method and performance test apparatus for touch display screen of terminal device
WO2014087751A1 (en) Information processing device, control method for information processing device, and control program
JP6709022B2 (en) Touch detection device
JP6301809B2 (en) Touch panel input device and computer program
US9182873B2 (en) Click disambiguation on a touch-sensitive input device
CN117331453A (en) Touch recognition method, device, equipment, readable medium and product
JPWO2022249269A5 (en) Data processing device, data processing method, and data processing program

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17854465

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17854465

Country of ref document: EP

Kind code of ref document: A1