CN106339173A - 一种智慧桌面系统 - Google Patents

一种智慧桌面系统 Download PDF

Info

Publication number
CN106339173A
CN106339173A CN201610796512.2A CN201610796512A CN106339173A CN 106339173 A CN106339173 A CN 106339173A CN 201610796512 A CN201610796512 A CN 201610796512A CN 106339173 A CN106339173 A CN 106339173A
Authority
CN
China
Prior art keywords
gesture
touch
touch data
processing interface
operating system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201610796512.2A
Other languages
English (en)
Inventor
骆大章
王高伟
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
BEIJING ZHIJIAOTONG EDUCATION TECHNOLOGY CO., LTD.
Original Assignee
Sino Business Bridge Sbb Counsulting And Services Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sino Business Bridge Sbb Counsulting And Services Co Ltd filed Critical Sino Business Bridge Sbb Counsulting And Services Co Ltd
Priority to CN201610796512.2A priority Critical patent/CN106339173A/zh
Publication of CN106339173A publication Critical patent/CN106339173A/zh
Pending legal-status Critical Current

Links

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/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
    • G06F3/04883Interaction 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 for inputting data by handwriting, e.g. gesture or text
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2203/00Indexing scheme relating to G06F3/00 - G06F3/048
    • G06F2203/048Indexing scheme relating to G06F3/048
    • G06F2203/04808Several contacts: gestures triggering a specific function, e.g. scrolling, zooming, right-click, when the user establishes several contacts with the surface simultaneously; e.g. using several fingers or a combination of fingers and pen

Abstract

本发明公开了一种智慧桌面系统。其包括:触控数据接收模块、智能识别模块、手势处理接口和操作系统处理接口;其中,所述触控数据接收模块用于接收来自底层系统多点触控驱动发送的触控数据,并将所述触控数据打包传递给智能识别模块;所述智能识别模块用于根据接收到的触控数据对使用者意图进行识别处理,并产生识别手势,之后将所述识别手势传递给手势处理接口;所述手势处理接口用于根据不同的操作系统,调用相应的底层API,进行手势处理,实现手势直接操控系统的功能。本发明可根据不同的操作系统,调用相应的底层API,实现手势直接操控系统的效果,从而增强软件系统操作的趣味性、降低软件系统学习的复杂度。

Description

一种智慧桌面系统
技术领域
本发明涉及软件系统领域,尤其涉及一种智慧桌面系统。
背景技术
目前多点触控硬件设备越来越普及,但是相应的软件应用并没有跟上硬件发展的速度,很多传统的应用是根据鼠标、键盘等输入设备而设计,在触控环境下使用非常困难,如果重新设计、开发原有应用,面临周期长,开发成本高等困难。因此,需要对原有的软件系统内部模块进行改变,使原有的软件系统具有能够享受多点触控、自然手势操作的功能。
发明内容
本发明的目的在于提供一种智慧桌面系统,旨在解决现有软件系统无法实现多点触控操作,以及重新开发软件造成的成本高、周期长的问题。
本发明提供了一种智慧桌面系统,包括:触控数据接收模块、智能识别模块、手势处理接口和操作系统处理接口;其中,所述触控数据接收模块用于接收来自底层系统多点触控驱动发送的触控数据,并将所述触控数据打包传递给智能识别模块;所述智能识别模块用于根据接收到的触控数据对使用者意图进行识别处理,并产生识别手势,之后将所述识别手势传递给手势处理接口;所述手势处理接口用于根据不同的操作系统,调用相应的底层API,进行手势处理,实现手势直接操控系统的功能。
所述触控数据接收模块还用于截断多点触控驱动向操作系统底层发送的触控信息。
所述操作系统处理接口用于在不同的平台或操作系统上,将所述手势处理接口产生的触控信息入侵到特定系统的消息队列之中。
所述智能识别模块还用于过滤因使用者误触而产生的噪音数据。
与现有技术相比,本发明的有益效果是:
本发明通过将系统中的手势、意图识别与手势意图处理的分层、抽象,使系统的可扩展性、实用性大大增强,手势处理根据不同的操作系统,调用相应的底层API,实现手势直接操控系统的能力。本发明智慧桌面系统采用全新的设计思路,将多点触控手势识别、手势处理逐层分离,让原有软件系统能够享受多点触控的方便、自然的手势操作,从而增强了系统操作的趣味性、降低了系统学习的复杂度。
附图说明
图1为本发明实施例中一种智慧桌面系统的结构示意图。
具体实施方式
为了使本发明的目的、技术方案及优点更加清楚明白,下面结合附图和具体实施方式对本发明作进一步详细说明。
如图1所示,为本发明实施例中一种智慧桌面系统的结构示意图。参考图1,本发明实施例提供了一种智慧桌面系统,包括:触控数据接收模块、智能识别模块、手势处理接口和操作系统处理接口;
其中,触控数据接收模块用于接收来自底层系统多点触控驱动发送的触控数据,并将触控数据打包传递给智能识别模块;智能识别模块用于根据接收到的触控数据对使用者意图进行识别处理,并产生识别手势,之后将识别手势传递给手势处理接口;手势处理接口用于根据不同的操作系统,调用相应的底层API,进行手势处理,实现手势直接操控系统的功能,手势处理接口还定义了跨平台、跨操作系统的手势处理操作。
进一步的,触控数据接收模块在接收底层触控数据的同时,还负责截断多点触控驱动向操作系统底层发送的触控信息,避免操作系统在使用者进行操作的时候,同时会接收触控信息以及智能桌面传递给操作系统的手势处理信息。
进一步的,操作系统处理接口用于在不同的平台或操作系统上,将手势处理接口产生的触控信息入侵到特定系统的消息队列之中或调用不同系统的底层接口。
进一步的,智能识别模块还用于过滤因使用者误触而产生的噪音数据。
本发明的有益效果是:通过将系统中的手势、意图识别与手势意图处理的分层、抽象,使系统的可扩展性、实用性大大增强,手势处理根据不同的操作系统,调用相应的底层API,实现手势直接操控系统的能力。本发明智慧桌面系统采用全新的设计思路,将多点触控手势识别、手势处理逐层分离,让原有软件系统能够享受多点触控的方便、自然的手势操作,从而增强了系统操作的趣味性、降低了系统学习的复杂度。
以上所述,仅为本发明较佳的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到的变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应该以权利要求书的保护范围为准。

Claims (4)

1.一种智慧桌面系统,其特征在于,包括:触控数据接收模块、智能识别模块、手势处理接口和操作系统处理接口;其中,所述触控数据接收模块用于接收来自底层系统多点触控驱动发送的触控数据,并将所述触控数据打包传递给智能识别模块;所述智能识别模块用于根据接收到的触控数据对使用者意图进行识别处理,并产生识别手势,之后将所述识别手势传递给手势处理接口;所述手势处理接口用于根据不同的操作系统,调用相应的底层API,进行手势处理,实现手势直接操控系统的功能。
2.根据权利要求1所述的智慧桌面系统,其特征在于,所述触控数据接收模块还用于截断多点触控驱动向操作系统底层发送的触控信息。
3.根据权利要求1所述的智慧桌面系统,其特征在于,所述操作系统处理接口用于在不同的平台或操作系统上,将所述手势处理接口产生的触控信息入侵到特定系统的消息队列之中。
4.根据权利要求1所述的智慧桌面系统,其特征在于,所述智能识别模块还用于过滤因使用者误触而产生的噪音数据。
CN201610796512.2A 2016-08-31 2016-08-31 一种智慧桌面系统 Pending CN106339173A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610796512.2A CN106339173A (zh) 2016-08-31 2016-08-31 一种智慧桌面系统

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610796512.2A CN106339173A (zh) 2016-08-31 2016-08-31 一种智慧桌面系统

Publications (1)

Publication Number Publication Date
CN106339173A true CN106339173A (zh) 2017-01-18

Family

ID=57823665

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610796512.2A Pending CN106339173A (zh) 2016-08-31 2016-08-31 一种智慧桌面系统

Country Status (1)

Country Link
CN (1) CN106339173A (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109240502A (zh) * 2018-09-20 2019-01-18 江苏电力信息技术有限公司 一种自动适应多种触摸方式的手势识别方法
WO2023216012A1 (zh) * 2022-05-07 2023-11-16 广州视源电子科技股份有限公司 基于处理器的手势处理方法、装置及设备

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103324348A (zh) * 2013-06-28 2013-09-25 华南理工大学 一种基于智能移动终端的Windows桌面控制方法
CN103984494A (zh) * 2013-02-07 2014-08-13 上海帛茂信息科技有限公司 用于多种设备间的直觉式用户互动系统及方法
CN104077063A (zh) * 2013-03-25 2014-10-01 百资信息科技(上海)有限公司 一种通过手势调用功能的处理方法
CN104267902A (zh) * 2014-09-22 2015-01-07 深圳市中兴移动通信有限公司 一种应用程序交互控制方法、装置及终端

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103984494A (zh) * 2013-02-07 2014-08-13 上海帛茂信息科技有限公司 用于多种设备间的直觉式用户互动系统及方法
CN104077063A (zh) * 2013-03-25 2014-10-01 百资信息科技(上海)有限公司 一种通过手势调用功能的处理方法
CN103324348A (zh) * 2013-06-28 2013-09-25 华南理工大学 一种基于智能移动终端的Windows桌面控制方法
CN104267902A (zh) * 2014-09-22 2015-01-07 深圳市中兴移动通信有限公司 一种应用程序交互控制方法、装置及终端

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
内格尔: "《C#高级编程》", 30 November 2013, 清华大学出版社 *
陈萌: "《C语言编程思维》", 31 January 2014, 清华大学出版社 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109240502A (zh) * 2018-09-20 2019-01-18 江苏电力信息技术有限公司 一种自动适应多种触摸方式的手势识别方法
CN109240502B (zh) * 2018-09-20 2021-06-29 江苏电力信息技术有限公司 一种自动适应多种触摸方式的手势识别方法
WO2023216012A1 (zh) * 2022-05-07 2023-11-16 广州视源电子科技股份有限公司 基于处理器的手势处理方法、装置及设备

Similar Documents

Publication Publication Date Title
CN108885521B (zh) 跨环境共享
US9348666B2 (en) Translating user interfaces of applications
CN101498973B (zh) 一种以多指手势进行触控操作的触控解译装置与方法
US20130212541A1 (en) Method, a device and a system for receiving user input
CN105224069A (zh) 一种增强现实虚拟键盘输入方法及使用该方法的装置
US9880697B2 (en) Remote multi-touch control
WO2008000498A3 (en) Defining a status model for a computer system
CN105117132B (zh) 一种触摸控制方法及装置
WO2010048050A2 (en) Multi-touch manipulation of application objects
CN205068294U (zh) 机器人人机交互装置
CN102768595B (zh) 一种识别触摸屏上触控操作指令的方法及装置
WO2007053116A1 (en) Virtual interface system
CN106909297A (zh) 一种数据通信处理方法、装置及电子设备、触摸显示设备
CN102637127A (zh) 一种控制鼠标模块的方法及电子设备
CN106484270A (zh) 一种语音操作事件添加方法及终端
CN106657609A (zh) 一种虚拟现实设备及其控制装置和方法
CN108108250A (zh) 分享信息的处理方法、设备及计算机可读存储介质
CN106339173A (zh) 一种智慧桌面系统
US20150138085A1 (en) Electronic apparatus for simulating or interfacing a backward compatible human input device by means or control of a gesture recognition system
CN109388431A (zh) 车载系统的屏幕唤醒方法、装置和存储介质
CN103157282A (zh) 进行触控游戏的方法及相关娱乐系统
US20140075458A1 (en) Device specific data in a unified pointer message
CN103150024B (zh) 一种计算机操作方法
CN107770253A (zh) 远程控制方法及系统
CN103905772A (zh) 一种提示的方法及电子设备

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20190708

Address after: 100000 Beijing Haidian District West Third Ring North Road 50 Courtyard 6 Building 9 Floor 101-1

Applicant after: BEIJING ZHIJIAOTONG EDUCATION TECHNOLOGY CO., LTD.

Address before: 100037 Block B 1506, Century Economic and Trade Building, 72 North West Third Ring Road, Haidian District, Beijing

Applicant before: Xinnuo Shangqiao Technology (Beijing) Co., Ltd.

TA01 Transfer of patent application right
RJ01 Rejection of invention patent application after publication

Application publication date: 20170118

RJ01 Rejection of invention patent application after publication