[go: up one dir, main page]

CN102164167A - Method and system for remote-control classified transmission - Google Patents

Method and system for remote-control classified transmission Download PDF

Info

Publication number
CN102164167A
CN102164167A CN2011100412563A CN201110041256A CN102164167A CN 102164167 A CN102164167 A CN 102164167A CN 2011100412563 A CN2011100412563 A CN 2011100412563A CN 201110041256 A CN201110041256 A CN 201110041256A CN 102164167 A CN102164167 A CN 102164167A
Authority
CN
China
Prior art keywords
zone
classification
area
thresholding
network side
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.)
Granted
Application number
CN2011100412563A
Other languages
Chinese (zh)
Other versions
CN102164167B (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 Qihoo Technology Co Ltd
Original Assignee
Beijing Qihoo Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Qihoo Technology Co Ltd filed Critical Beijing Qihoo Technology Co Ltd
Priority to CN201410460831.7A priority Critical patent/CN104184833B/en
Priority to CN201110041256.3A priority patent/CN102164167B/en
Publication of CN102164167A publication Critical patent/CN102164167A/en
Application granted granted Critical
Publication of CN102164167B publication Critical patent/CN102164167B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)

Abstract

The invention discloses a method and a system for remote-control classified transmission. The method comprises the following steps: acquiring an image of a window from a local side and dividing the image into a plurality of regions; identifying the elements contained in each region; and compressing the region in the corresponding compressing manner of the element with maximal area in each region and transmitting the compressed region to a network side. By using the method and system provided by the invention, the data volume of network transmission is efficiently reduced, the transmission rate is increased, and the data processing efficiency of the network side is increased.

Description

一种用于远程控制的分类传输方法和系统Classified transmission method and system for remote control

技术领域technical field

本发明属于远程控制领域,具体地说,涉及一种用于远程控制的分类传输方法和系统。The invention belongs to the field of remote control, and in particular relates to a classified transmission method and system for remote control.

背景技术Background technique

所谓远程控制,是指管理人员通过互联网联通处于异地的被控制的电脑,将被控电脑的桌面环境显示到自己的电脑中,通过本地电脑对处于异地的被控电脑进行配置、软件安装程序、修改等工作。The so-called remote control means that the management staff connects to the controlled computer in a different place through the Internet, displays the desktop environment of the controlled computer on their own computer, and configures, installs software, Modify and so on.

远程控制的工作原理:远程控制必须通过网络才能进行。位于本地的电脑是操纵指令的发出端,称为主控端,非本地的被控电脑称为被控端。主控端和被控端可以是位于同一局域网中,也可以是连入互联网的处在任何位置的两台或多台电脑。通常在主控端的电脑中安装服务器端程序,在被控端的电脑中安装客户端程序;使用时主控端的电脑中的服务器端程序向被控端的电脑中的客户端程序发出信号,建立一个特殊的远程服务,然后通过这个远程服务,使用各种远程控制功能发送远程控制命令,控制被控端的电脑中的各种应用程序运行。How remote control works: Remote control must be done through the network. The local computer is the sending end of the manipulation command, called the master control end, and the non-local controlled computer is called the controlled end. The master control end and the controlled end can be located in the same local area network, or two or more computers connected to the Internet at any location. Usually, the server-side program is installed in the computer of the master control end, and the client-side program is installed in the computer of the controlled end; when in use, the server-side program in the computer of the master control end sends a signal to the client program in the computer of the controlled end to establish a special Then through this remote service, use various remote control functions to send remote control commands to control the operation of various applications in the computer at the controlled end.

VNC(Virtual Network Computing虚拟网络计算机)就是一种远程控制技术,实质上属于一种跨平台的显示系统,将被控端的电脑的完整的窗口界面通过网络传输到主控端的电脑屏幕上显示。当操作者使用主控端的电脑控制被控端的电脑时,就如同坐在被控端的电脑的屏幕前一样,可以启动被控端电脑的应用程序,可以使用或窃取被控端电脑的文件资料,甚至可以利用被控端电脑的外部打印设备(打印机)和通信设备(调制解调器或者专线等)来进行打印和访问外网和内网。VNC (Virtual Network Computing virtual network computer) is a remote control technology, which is essentially a cross-platform display system, which transmits the complete window interface of the computer at the controlled end to the computer screen at the main control end through the network for display. When the operator uses the host computer to control the controlled computer, as if sitting in front of the screen of the controlled computer, the operator can start the application program of the controlled computer, use or steal the files and materials of the controlled computer, It is even possible to use the external printing device (printer) and communication device (modem or dedicated line, etc.) of the controlled computer to print and access the external network and intranet.

因为VNC是一个抽象工具,和客户机本机的图形系统并没有直接联系,VNC技术是对被控端的整个屏幕进行抓取,在本地侧直接将全屏幕抓取为一个位图传输到主控端并加以显示,而对于在本地侧截取的位图文件,即使进行压缩,其文件尺寸也必然很大,在需要连续多次对整个屏幕进行截屏传输时,所需传输的数据量必然会很大,网络传输效率较低;而且在位于网络侧主控端重现屏幕也会耗费更多资源处理这些大尺寸的位图文件,处理效率很低。这就会直接导致主控端所显示的画面更新速度很慢,画面严重滞后,并且刷新的效果不明显,从而影响主控端对被控端的远程控制,给被控端的用户的感觉就是远程控制的主控端的反应非常不灵敏,存在非常大的延迟。当被控端的一些图形画面变化很快的应用程序打开的时候,VNC更加难以应付,延迟会更明显。Because VNC is an abstract tool, it has no direct connection with the graphics system of the client machine. VNC technology captures the entire screen of the controlled end, and directly captures the full screen as a bitmap on the local side and transmits it to the master. As for the bitmap file captured on the local side, even if it is compressed, the file size will inevitably be large. When it is necessary to continuously capture and transmit the entire screen for multiple times, the amount of data to be transmitted will inevitably be very large. Large, the network transmission efficiency is low; and reappearing the screen on the network side host will consume more resources to process these large-sized bitmap files, and the processing efficiency is very low. This will directly cause the update speed of the screen displayed by the master control terminal to be very slow, the screen is severely lagged, and the refresh effect is not obvious, thus affecting the remote control of the controlled terminal by the master control terminal, and giving the user of the controlled terminal the feeling of remote control The response of the master control end is very insensitive, and there is a very large delay. When some applications with fast-changing graphics on the controlled end are opened, VNC is more difficult to cope with, and the delay will be more obvious.

发明内容Contents of the invention

有鉴于此,本发明所要解决的技术问题是提供了一种用于远程控制的分类传输方法和系统,可以有效降低网络传输的数据量,提升了传输速率,同时也有利于网络侧提升数据处理效率。In view of this, the technical problem to be solved by the present invention is to provide a classified transmission method and system for remote control, which can effectively reduce the amount of data transmitted by the network, increase the transmission rate, and also facilitate the improvement of data processing on the network side efficiency.

为了解决上述技术问题,本发明公开了一种用于远程控制的分类传输方法,包括:在本地侧获取一窗体的图像并划分为若干区域;针对每一区域识别其中包含的元素,使用每一区域中面积最大的元素的相应压缩方式对所述区域进行压缩并传输至网络侧。In order to solve the above-mentioned technical problems, the present invention discloses a classification transmission method for remote control, which includes: obtaining an image of a window on the local side and dividing it into several areas; identifying the elements contained in each area, using each A corresponding compression of the largest-area element in a region compresses said region and transmits it to the network side.

进一步地,针对每一区域识别其中包含的元素,使用每一区域中面积最大的元素的相应压缩方式对所述区域进行压缩并传输至网络侧的步骤,包括:针对每一区域,识别其中包含的元素,如果存在一元素面积最大且占所述区域的面积的比重超过一门限,使用与所述元素的类别相应的压缩方式对所述区域进行压缩并传输至网络侧。Further, for each area, the step of identifying the elements contained therein, using the corresponding compression method of the element with the largest area in each area to compress the area and transmitting it to the network side includes: for each area, identifying the elements contained in it If there is an element with the largest area and its proportion in the area exceeds a threshold, use a compression method corresponding to the type of the element to compress the area and transmit it to the network side.

进一步地,针对每一区域识别其中包含的元素,如果所述元素占所述区域的比重超过一门限,使用与所述元素类别相应的压缩方式对所述区域进行压缩并传输至网络侧的步骤,包括:如果所述元素占所述区域的面积的比重未超过所述门限,将所述区域再划分为若干二级区域,针对每个二级区域再次执行本步骤。Further, for each area, identify the elements contained therein, and if the proportion of the element in the area exceeds a threshold, use the compression method corresponding to the element category to compress the area and transmit it to the network side , including: if the proportion of the element in the area of the area does not exceed the threshold, divide the area into several second-level areas, and perform this step again for each second-level area.

进一步地,还包括:将各区域的位置信息传输至网络侧;在所述网络侧接收并解压缩各区域的图像,依据所述各区域的位置信息对各区域进行重组,将所述窗体还原。Further, it also includes: transmitting the location information of each area to the network side; receiving and decompressing the images of each area on the network side, reorganizing each area according to the location information of each area, and converting the window reduction.

进一步地,包括:在所述本地侧根据系统内部的图形设备接口获取所述窗体的图像。Further, the method includes: acquiring the image of the window at the local side according to the graphics device interface inside the system.

进一步地,针对每一区域识别其中包含的元素的步骤,包括:在所述本地侧根据系统内部的图形设备接口识别所述区域内的元素,所述元素包括背景。Further, the step of identifying elements included in each area includes: identifying elements in the area at the local side according to a graphics device interface inside the system, the elements including the background.

进一步地,针对每一区域识别其中包含的元素的步骤,包括:在所述本地侧获取所述区域所包含的颜色种类,根据所述颜色种类的数量识别所述区域内的元素,所述元素至少包括文字和/或图片。Further, the step of identifying the elements contained in each area includes: obtaining the color types contained in the area at the local side, identifying the elements in the area according to the number of color types, and the elements Include at least text and/or images.

进一步地,根据所述颜色种类的数量识别所述区域内的元素的步骤,包括:设定一门限,当所述颜色种类的数量小于所述门限时,识别所述元素为文字;当所述颜色种类的数量大于所述门限时,识别所述元素为图片。Further, the step of identifying elements in the area according to the number of color types includes: setting a threshold, and when the number of color types is less than the threshold, identifying the element as a text; when the When the number of color types is greater than the threshold, the element is identified as a picture.

为了解决上述技术问题,本发明公开了一种用于远程控制的分类传输系统,包括:位于本地侧的分类传输装置和位于网络侧的分类接收装置,其中,所述分类传输装置,用于获取一窗体的图像并划分为若干区域,针对每一区域识别其中包含的元素,使用每一区域中面积最大的元素的相应压缩方式对所述区域进行压缩并随所述区域的位置信息一起传输至所述分类接收装置;所述分类接收装置,用于接收并解压缩各区域的图像,依据各区域的位置信息对各区域进行重组,将所述窗体还原。In order to solve the above technical problems, the present invention discloses a classification transmission system for remote control, including: a classification transmission device on the local side and a classification receiving device on the network side, wherein the classification transmission device is used to obtain An image of a form and divided into several regions, identifying the elements contained in it for each region, compressing the region using the corresponding compression method of the element with the largest area in each region and transmitting it together with the location information of the region To the classification receiving device; the classification receiving device is used to receive and decompress the images of each area, reorganize each area according to the location information of each area, and restore the window.

进一步地,所述分类传输装置,进一步用于针对每一区域,识别其中包含的元素,如果存在一元素面积最大且占所述区域的面积的比重超过一门限,使用与所述元素的类别相应的压缩方式对所述区域进行压缩。Further, the classifying transmission device is further used to identify the elements contained in each area, and if there is an element with the largest area and the proportion of the area of the area exceeds a threshold, use the element corresponding to the category of the element The compression method for compresses the region.

进一步地,所述分类传输装置,还用于在所述元素占所述区域的面积的比重未超过所述门限时,将所述区域再划分为若干区域。Further, the classifying and transmitting device is further configured to further divide the area into several areas when the proportion of the element in the area of the area does not exceed the threshold.

进一步地,所述分类传输装置,还用于根据系统内部的图形设备接口获取所述窗体。Further, the classifying transmission means is also used to obtain the window according to the graphics device interface inside the system.

进一步地,所述分类传输装置,还用于根据系统内部的图形设备接口识别所述区域内的元素,所述元素包括背景。Further, the classifying transmission means is further configured to identify elements in the area according to the graphics device interface inside the system, and the elements include the background.

进一步地,所述分类传输装置,还用于对所述区域所包含的颜色种类进行识别,根据所述颜色种类的数量识别所述区域内的元素,所述元素至少包括文字和/或图片。Further, the classifying transmission device is further used to identify the color types included in the area, and identify elements in the area according to the number of color types, and the elements include at least text and/or pictures.

进一步地,所述分类传输装置,还用于设定一门限,当所述颜色种类的数量小于所述门限时,识别所述元素为文字;当所述颜色种类的数量大于所述门限时,识别所述元素为图片。Further, the classification transmission device is also used to set a threshold, when the number of the color types is less than the threshold, identify the element as a text; when the number of the color types is greater than the threshold, Identify the element as an image.

与现有的方案相比,本发明所获得的技术效果:Compared with existing solutions, the technical effects obtained by the present invention are:

1)对窗体进行区域划分后,基本将窗体分为了一块块组成区域,所作的核心操作为识别每个区域的主要构成元素;对主要由文字组成的区域,往往承载需要肉眼识别的数据,因此需要保证数据还原的质量,而且文字本身的尺寸也较小,可以使用无损压缩方式;对于主要由色彩不丰富的图片,由于其本身的尺寸并不大,可以使用无损编码压缩方式;对于主要由色彩丰富的图片,对于远程控制来说往往并不是关键数据,允许一定的失真,因此可使用有损编码压缩方式,比如JPG,可以获得较高的压缩比,极大地缩小图片尺寸,在传输时获得较高的速率;1) After the form is divided into areas, the form is basically divided into blocks to form areas, and the core operation is to identify the main constituent elements of each area; for areas mainly composed of text, often carry data that needs to be recognized by the naked eye , so it is necessary to ensure the quality of data restoration, and the size of the text itself is also small, you can use a lossless compression method; for pictures that are mainly not rich in color, because their size is not large, you can use a lossless encoding compression method; for It is mainly composed of colorful pictures, which are often not key data for remote control, and a certain amount of distortion is allowed. Therefore, lossy encoding and compression methods, such as JPG, can be used to obtain a higher compression ratio and greatly reduce the size of the picture. Obtain a higher rate during transmission;

2)本发明经过这样的分类压缩后,可以将窗体的大小缩小30%-50%,大大降低了数据量,使得传输速率大大提高,并且也有利于网络侧提升数据处理效率。2) The present invention can reduce the size of the form by 30%-50% after such classification and compression, greatly reducing the amount of data, greatly improving the transmission rate, and also helping to improve the data processing efficiency on the network side.

附图说明Description of drawings

图1为本发明实施例的方法流程图;Fig. 1 is the method flowchart of the embodiment of the present invention;

图2为本发明应用实例的第一示意图;Fig. 2 is the first schematic diagram of the application example of the present invention;

图3为本发明应用实例的第二示意图Fig. 3 is the second schematic diagram of the application example of the present invention

图4为本发明应用实例的第三示意图;Fig. 4 is the 3rd schematic diagram of the application example of the present invention;

图5为本发明实施例的系统示意图。Fig. 5 is a schematic diagram of the system of the embodiment of the present invention.

具体实施方式Detailed ways

以下将配合图式及实施例来详细说明本发明的实施方式,藉此对本发明如何应用技术手段来解决技术问题并达成技术功效的实现过程能充分理解并据以实施。The implementation of the present invention will be described in detail below in conjunction with the drawings and examples, so that the realization process of how to use technical means to solve technical problems and achieve technical effects in the present invention can be fully understood and implemented accordingly.

本发明的核心构思在于:在本地侧获取一窗体的图像并划分为若干区域;针对每一区域识别其中包含的元素,使用每一区域中面积最大的元素的相应压缩方式对所述区域进行压缩并传输至网络侧。The core idea of the present invention is: obtain an image of a window on the local side and divide it into several areas; Compress and transmit to the network side.

为了获得更好的效果,可以进一步针对每一区域,识别其中包含的元素,如果存在一元素面积最大且占所述区域的面积的比重超过一门限,使用与所述元素的类别相应的压缩方式对所述区域进行压缩并传输至网络侧。In order to obtain a better effect, it is possible to further identify the elements contained in each area, and if there is an element with the largest area and the proportion of the area of the area exceeds a threshold, use the compression method corresponding to the category of the element The area is compressed and transmitted to the network side.

以下以一个实施例对本发明的用于远程控制的分类传输方法进行说明。用户接受服务器的请求,接管用户的终端进行远程控制,在远程控制的过程中,需要服务器实时或周期地抓取用户终端的桌面,并保存为图片的形式发送到服务器上进行显示,从而在服务器上还原用户终端的桌面,方便维护人员在服务器上控制用户的终端。The classification transmission method for remote control of the present invention will be described below with an embodiment. The user accepts the server's request and takes over the user's terminal for remote control. In the process of remote control, the server needs to capture the desktop of the user terminal in real time or periodically, and save it as a picture and send it to the server for display, so that it can be displayed on the server. restore the desktop of the user terminal on the server, so that maintenance personnel can control the user terminal on the server.

本发明的用于远程控制的分类传输方法,应用于在进行远程控制时网络侧接管本地侧,在远程控制的某一时刻抓取本地侧的终端桌面或者所需的终端桌面的一部分热点区域并向网络侧传输的情况,如图1所示,执行如下操作:The classified transmission method for remote control of the present invention is applied to the network side taking over the local side during remote control, grabbing the terminal desktop of the local side or a part of the hotspot area of the terminal desktop required at a certain moment of remote control and For transmission to the network side, as shown in Figure 1, perform the following operations:

步骤S1,在本地侧获取一窗体;Step S1, obtain a form on the local side;

在本地侧根据系统内部的GDI(Graphics Device Interface图形设备接口)获取所述窗体,所获取的为窗体的图像;Acquire the form according to the GDI (Graphics Device Interface) inside the system at the local side, and what is acquired is the image of the form;

步骤S2,将所述窗体划分为若干区域;Step S2, dividing the form into several areas;

将所述窗体按任意方式分为若干区域,例如,可以按九宫格将所属窗体分为九个区域,也可以分成十六格等等,本发明并不限于此;Divide the form into several areas in any manner, for example, the form can be divided into nine areas according to the nine grids, or it can be divided into sixteen grids, etc., the present invention is not limited thereto;

步骤S3,针对每一区域识别其中包含的元素;Step S3, identifying elements contained therein for each region;

所述元素,至少包括:背景、文字、图片;The elements include at least: background, text, and pictures;

根据系统内部的图形设备接口GDI识别所述区域内的元素中的背景;对于背景,可以是颜色丰富的图片,也有可能是单一颜色的图片;Identify the background in the elements in the area according to the graphics device interface GDI inside the system; for the background, it can be a picture with rich colors, or a picture with a single color;

对所述区域所包含的颜色种类进行识别,根据所述颜色种类的数量识别所述区域内的元素中的文字和/或图片;一般来说,图片所包含的颜色的种类会比较丰富,而相对图片来说,文字所包含的颜色种类则较为单一,因此,可以为颜色种类设定一门限,颜色种类的数量小于所述门限时,识别所述元素为文字;所述颜色种类的数量大于所述门限时,识别所述元素为图片;Identify the types of colors contained in the area, and identify the text and/or pictures in the elements in the area according to the number of color types; generally speaking, the types of colors contained in pictures will be richer, and Compared with pictures, the color types contained in text are relatively single. Therefore, a threshold can be set for color types. When the number of color types is less than the threshold, the element is recognized as text; the number of color types is greater than During the threshold, identifying the element as a picture;

当然,还可以对图片进行更细致的划分,可以为颜色种类设定第一门限及第二门限,所述第一门限大于第二门限;颜色种类的数量小于所述第二门限时,识别所述元素为文字;所述颜色种类的数量大于所述第一门限时,识别所述元素为色彩丰富的图片;所述颜色种类在第一门限及第二门限之间时,识别为色彩不丰富的图片;Of course, the picture can also be divided more carefully, and the first threshold and the second threshold can be set for the color type, the first threshold is greater than the second threshold; when the number of color types is smaller than the second threshold, the identified The element is text; when the number of the color types is greater than the first threshold, identify the element as a picture with rich colors; when the color type is between the first threshold and the second threshold, identify the element as not rich in color picture of;

步骤S4,针对每一区域找出其中所占面积最大的元素并判定所述元素占所述区域的面积的比重,如果所述元素占所述区域的面积的比重超过一门限,执行步骤S6,如果所述元素占所述区域的面积的比重未超过一门限,执行步骤S5;Step S4, for each area, find the element with the largest area and determine the proportion of the element in the area of the area, if the proportion of the element in the area of the area exceeds a threshold, perform step S6, If the proportion of the element in the area of the region does not exceed a threshold, perform step S5;

一般来说,如果所述面积最大的元素占所述区域的比重超过一预设门限,则可以认为所述区域主要是由这种元素构成;如果所述元素占所述区域的比重未超过所述门限,则说明所述区域中的元素种类繁多且平均填充,所述区域并不是主要是由某种元素构成;Generally speaking, if the proportion of the element with the largest area in the area exceeds a preset threshold, it can be considered that the area is mainly composed of this element; if the proportion of the element in the area does not exceed the predetermined threshold If the threshold is higher than the above threshold, it means that the elements in the area are of various types and filled on average, and the area is not mainly composed of certain elements;

步骤S5,将所述区域再划分为若干二级区域,针对每个二级区域再次执行步骤S3,识别其中包含的元素;Step S5, divide the area into several second-level areas, and execute step S3 again for each second-level area to identify the elements contained therein;

因为所述区域并不是主要是由某种元素构成,不同类的元素适用于不同的压缩方式,所以此时对所述区域无法选择适合的压缩方式;可以对所述区域再划分为若干二级区域,按任意方式划分二级区域,例如,可以按九宫格将所属窗体分为九个区域,也可以分成十六格等等,本发明并不限于此。如果此时某些二级区域中依然无法确定主要构成元素,也可以对二级区域再次划分,并进行多次迭代,本发明并不限于此;Because the area is not mainly composed of certain elements, and different types of elements are suitable for different compression methods, so it is impossible to choose a suitable compression method for the area at this time; the area can be divided into several levels Areas can be divided into two-level areas in any way. For example, the form can be divided into nine areas according to nine grids, or sixteen grids, etc. The present invention is not limited thereto. If the main constituent elements cannot be determined in some secondary regions at this time, the secondary regions can also be divided again and repeated iterations are performed, the present invention is not limited thereto;

步骤S6,使用与所述元素类别相应的压缩方式对所述区域进行压缩并传输至网络侧,同时将所述区域的位置信息也传输至网络侧;Step S6, using a compression method corresponding to the element category to compress the area and transmit it to the network side, and at the same time transmit the location information of the area to the network side;

因为所述区域主要是由这种元素构成,所以对这个区域使用这种元素相应的压缩方式最有效而且适合的;Since the area is mainly composed of this element, it is most effective and suitable to use the corresponding compression method of this element for this area;

对于压缩方式的选取,可以遵循以下原则:For the selection of compression methods, the following principles can be followed:

对主要由文字组成的区域,文字是主要对象,而文字往往承载需要肉眼识别的数据,因此需要保证数据还原的质量,而且文字本身的尺寸也较小,可以使用无损压缩方式;For an area mainly composed of text, text is the main object, and text often carries data that needs to be recognized by the naked eye, so it is necessary to ensure the quality of data restoration, and the size of the text itself is also small, and lossless compression can be used;

对于主要由色彩不丰富的图片组成的区域,色彩不丰富的图片是主要对象,由于这种图片本身的尺寸并不大,可以使用无损编码压缩方式;For the area mainly composed of pictures with less color, the picture with less color is the main object. Since the size of the picture itself is not large, lossless encoding and compression can be used;

对于主要由色彩丰富的图片组成的区域,色彩丰富的图片是主要对象,对于远程控制来说这种图片往往并不是关键数据,允许一定的失真,因此可使用有损编码压缩方式,比如JPG,可以获得较高的压缩比,极大地缩小图片尺寸,在传输时获得较高的速率。For areas that are mainly composed of colorful pictures, the colorful pictures are the main objects. For remote control, such pictures are often not key data, and certain distortion is allowed. Therefore, lossy encoding compression methods, such as JPG, can be used. A higher compression ratio can be obtained, the image size can be greatly reduced, and a higher rate can be obtained during transmission.

与直接抓取窗体进行传输相比,经过这样的分类压缩后,可以将窗体的大小缩小30%-50%,大大降低了数据量,并使得传输速率大大提高;Compared with directly grabbing the form for transmission, after such classification compression, the size of the form can be reduced by 30%-50%, which greatly reduces the amount of data and greatly improves the transmission rate;

步骤S7,在网络侧接收并解压缩各区域的图像,依据各区域的位置信息在网络侧对各区域进行重组,最终将这一时刻下本地侧的窗体还原显示;Step S7, receiving and decompressing the images of each area on the network side, reorganizing each area on the network side according to the location information of each area, and finally restoring and displaying the window on the local side at this moment;

位置信息可以是各区域在原窗体图像上的横纵坐标。The location information may be the horizontal and vertical coordinates of each area on the original window image.

以下以一应用实例对本发明的方法进行说明。The method of the present invention will be described below with an application example.

用户A接受服务器B的请求,接管用户的电脑对进行远程控制,在远程控制的过程中,需要服务器B实时或周期地抓取用户A的电脑桌面并保存为图片的形式发送到服务器B上进行显示,从而在服务器B上还原用户A的电脑桌面,方便维护人员在服务器B上控制用户A的电脑。User A accepts the request from server B and takes over the user's computer for remote control. In the process of remote control, server B needs to capture user A's computer desktop in real time or periodically and save it as a picture and send it to server B for further processing. display, so as to restore user A's computer desktop on server B, which is convenient for maintenance personnel to control user A's computer on server B.

在远程控制的某一时刻,服务器B将用户A的电脑的桌面抓取,并发送到服务器B上进行显示时,首先根据系统内部的GDI(Graphics DeviceInterface图形设备接口)获取用户A的电脑桌面,电脑桌面是以一窗体的形式被获取的;此时,用户的桌面上打开了一个窗口,窗口内显示着一个文本文件的内容。At a certain moment of remote control, when server B grabs the desktop of user A’s computer and sends it to server B for display, it first obtains user A’s computer desktop according to the GDI (Graphics Device Interface) inside the system. The computer desktop is obtained in the form of a window; at this time, a window is opened on the user's desktop, and the content of a text file is displayed in the window.

如图2所示为用户A所使用的电脑的桌面,此时将电脑桌面的图片按九宫格分为九个区域,针对每一区域识别其中包含的元素,一般来说元素包括:背景、文字、图片。以区域1为例,包含桌面背景和各快捷方式的显示图标(可以将显示图标识别为背景),根据上述步骤S3中描述的方式识别出区域1中的元素为背景。对于区域1,分析得到其中颜色不丰富的图片面积最大且占整个区域的面积的比重为100%,超过了比重门限,此时认为区域1主要是由这种颜色不丰富的图片构成,由于这些图标的色彩不丰富,其本身的尺寸并不大,可以使用无损编码压缩方式对区域1进行压缩并传输至服务器B,同时将区域1的位置坐标也传输至服务器B。再以区域4为例,包含桌面背景,根据上述步骤S3中描述的方式识别出区域4中的元素为背景。对于区域4,分析得到其中背景面积最大且占整个区域的面积的比重为100%,也超过了比重门限,此时认为区域4主要是由背景构成,色彩丰富但不是关键数据,允许一定的失真,而且很可能涉及用户隐私而不需显示,因此可以使用有损编码压缩方式对区域4进行压缩并传输至服务器B,同时将区域4的位置坐标也传输至服务器B。再以区域7为例,包含桌面背景和文字,根据上述步骤S3中描述的方式识别出区域7中的元素为背景和文字。对于区域7,分析得到其中文字部分面积最大且占整个区域的面积的比重为70%,超过了比重门限,此时认为区域7主要是由文字构成,需要保证数据还原的质量,因此可以使用无损压缩方式对区域7进行压缩并传输至服务器B,同时将区域7的位置坐标也传输至服务器B。其他区域也依据类似的方式进行分类压缩后传输至服务器B,同时将位置坐标也传输至服务器B。As shown in Figure 2, it is the desktop of the computer used by user A. At this time, the picture of the computer desktop is divided into nine areas according to the nine-square grid, and the elements contained therein are identified for each area. Generally speaking, the elements include: background, text, picture. Taking area 1 as an example, it includes the desktop background and the display icons of shortcuts (the display icon can be identified as the background), and the elements in area 1 are identified as the background according to the method described in step S3 above. For area 1, the analysis shows that the picture with less color has the largest area and accounts for 100% of the entire area, exceeding the proportion threshold. At this time, it is considered that area 1 is mainly composed of pictures with less color, because these The color of the icon is not rich, and its size is not large. Area 1 can be compressed using a lossless encoding method and transmitted to server B. At the same time, the location coordinates of area 1 are also transmitted to server B. Taking area 4 again as an example, including the desktop background, the elements in area 4 are identified as the background according to the method described in step S3 above. For area 4, the analysis shows that the background area is the largest and accounts for 100% of the entire area, which also exceeds the proportion threshold. At this time, it is considered that area 4 is mainly composed of background, rich in color but not key data, and certain distortion is allowed , and it is likely to involve user privacy and does not need to be displayed, so the area 4 can be compressed using a lossy coding compression method and transmitted to server B, and the location coordinates of area 4 are also transmitted to server B. Taking area 7 again as an example, which includes desktop background and text, the elements in area 7 are identified as background and text according to the method described in step S3 above. For area 7, the analysis shows that the text part has the largest area and accounts for 70% of the entire area, which exceeds the proportion threshold. At this time, it is considered that area 7 is mainly composed of text, and the quality of data restoration needs to be guaranteed, so lossless can be used. The compression method compresses the area 7 and transmits it to the server B, and at the same time transmits the location coordinates of the area 7 to the server B. Other areas are also classified and compressed in a similar manner and then transmitted to server B, and the location coordinates are also transmitted to server B.

服务器B对收到的各区域的图像解压缩后,依据各区域的位置坐标进行重组,最终在服务器B的桌面上显示出这一时刻用户A的电脑桌面,从而可以方便维护人员根据服务器B上显示的情况,在服务器B上对用户A的电脑进行远程控制。After server B decompresses the received images of each area, it reorganizes according to the position coordinates of each area, and finally displays the computer desktop of user A at this moment on the desktop of server B, so that it is convenient for maintenance personnel to In the displayed situation, the computer of user A is remotely controlled on server B.

以下再以一应用实例对本发明的方法进行说明。The method of the present invention will be described below with an application example.

在上述图2所示的应用实例的基础上,如图3所示,发现桌面上显示文本文件内容的窗口内还显示着图片,也就是说区域7中包含桌面背景、图片和文字,根据上述步骤S3中描述的方式识别出区域7中的元素为背景、图片和文字。对于区域7,分析得到其中文字部分、图片部分和背景部分占整个区域的比重均没有超过比重门限,此时无法确定构成区域7的主要元素,则对区域7再次按九宫格划分为九个区域,如图4所示,以区域71为例,其中包含桌面背景、图片和文字,根据上述步骤S3中描述的方式识别出区域71中的元素为背景、图片和文字。对于区域71,分析得到其中图片面积最大且占整个区域的面积的比重为超过了比重门限,此时认为区域71主要是由图片构成,色彩丰富但不是关键数据,允许一定的失真,因此可以使用有损编码压缩方式对区域71进行压缩并传输至服务器B,同时将区域71的位置坐标也传输至服务器B。以同样的方式其他区域72-79也依据类似的方式进行分类压缩后传输至服务器B,同时将位置坐标也传输至服务器B。另外,区域1-6和区域8、9如上一应用实例的方式进行分类压缩后传输至服务器B,同时将位置坐标也传输至服务器B。On the basis of the application example shown in Figure 2 above, as shown in Figure 3, it is found that pictures are also displayed in the window displaying text file content on the desktop, that is to say, area 7 contains desktop background, pictures and text, according to the above The method described in step S3 identifies the elements in area 7 as background, picture and text. For area 7, the analysis shows that the proportion of text, picture and background in the entire area does not exceed the proportion threshold. At this time, it is impossible to determine the main elements of area 7. Then, area 7 is divided into nine areas according to the nine-square grid. As shown in FIG. 4 , taking area 71 as an example, which includes desktop background, pictures and text, the elements in area 71 are recognized as background, picture and text according to the method described in step S3 above. For area 71, the analysis shows that the picture area is the largest and the proportion of the entire area exceeds the proportion threshold. At this time, it is considered that area 71 is mainly composed of pictures, rich in color but not key data, and certain distortion is allowed, so it can be used The lossy coding compression method compresses the area 71 and transmits it to the server B, and transmits the position coordinates of the area 71 to the server B at the same time. In the same manner, other areas 72-79 are also classified and compressed in a similar manner and then transmitted to server B, and the location coordinates are also transmitted to server B. In addition, areas 1-6 and areas 8 and 9 are classified and compressed as in the previous application example and then transmitted to server B, and the location coordinates are also transmitted to server B.

服务器B对收到的区域71-79的数据解压缩后,依据各区域的位置坐标进行重组获得区域7,服务器B还对收到的区域1-6和区域8、9的图像解压缩后,再依据区域1-9的位置坐标最终在服务器B的桌面上重组出这一时刻用户A的电脑桌面,从而可以方便维护人员根据服务器B上显示的情况,在服务器B上对用户A的电脑进行远程控制。After server B decompresses the received data of areas 71-79, it reorganizes according to the location coordinates of each area to obtain area 7. After server B also decompresses the received images of areas 1-6 and areas 8 and 9, Finally, according to the position coordinates of areas 1-9, the computer desktop of user A at this moment is reorganized on the desktop of server B, so that it is convenient for maintenance personnel to perform maintenance on user A’s computer on server B according to the situation displayed on server B. remote control.

以下以一个实施例对本发明的用于远程控制的分类传输系统进行说明。The classified transmission system for remote control of the present invention will be described below with an embodiment.

所述用于远程控制的分类传输系统,应用于在进行远程控制时,网络侧接管本地侧,将本地侧的终端桌面抓取并向网络侧传输的情况,如图5所示,具体包括:本地侧装置A,即用于远程控制的分类传输装置,和网络侧装置B,即用于远程控制的分类接收装置;The classification transmission system for remote control is applied to the situation where the network side takes over the local side during remote control, captures the terminal desktop on the local side and transmits it to the network side, as shown in Figure 5, specifically including: The local side device A is the classification transmission device for remote control, and the network side device B is the classification reception device for remote control;

本地侧装置A,用于获取一窗体的图像并划分为若干区域,针对每一区域识别其中包含的元素,在面积最大的元素占所述区域的比重超过一门限时使用与所述元素类别相应的压缩方式对所述区域进行压缩并随所述区域的位置信息一起传输至所述网络侧装置B;The local side device A is used to obtain an image of a window and divide it into several regions, identify the elements contained in each region, and use the element category when the proportion of the element with the largest area in the region exceeds a threshold Compressing the area in a corresponding compression manner and transmitting it to the network side device B together with the location information of the area;

网络侧装置B,用于接收并解压缩各区域的图像,依据各区域的位置信息对各区域进行重组,将所述窗体还原。The network side device B is used to receive and decompress the images of each area, reorganize each area according to the location information of each area, and restore the window.

具体来说,本地侧装置A,还用于在所述元素占所述区域的比重未超过所述门限时,将所述区域再划分为若干区域。Specifically, the local device A is further configured to further divide the area into several areas when the proportion of the element in the area does not exceed the threshold.

本地侧装置A,还用于根据系统内部的图形设备接口获取所述窗体。The local side device A is further configured to obtain the window according to the graphics device interface inside the system.

本地侧装置A,还用于根据系统内部的图形设备接口性识别所述区域内的元素,所述元素包括背景。The local side device A is further configured to identify the elements in the area according to the graphics device interface inside the system, and the elements include the background.

本地侧装置A,还用于对所述区域所包含的颜色种类进行识别,根据所述颜色种类的数量识别所述区域内的元素,所述元素至少包括文字和/或图片。The local device A is further configured to identify the color types contained in the area, and identify elements in the area according to the number of color types, and the elements include at least text and/or pictures.

本地侧装置A,还用于设定一门限,当所述颜色种类的数量小于所述门限时,识别所述元素为文字;当所述颜色种类的数量大于所述门限时,识别所述元素为图片。The local side device A is also used to set a threshold. When the number of the color types is less than the threshold, the element is identified as text; when the number of the color types is greater than the threshold, the element is identified. for the picture.

上述系统和装置与前述用于远程控制的分类传输方法的特征对应,不足之处可以参考前述用于远程控制的分类传输方法。The above-mentioned system and device correspond to the features of the above-mentioned classification transmission method for remote control, and for the shortcomings, please refer to the above-mentioned classification transmission method for remote control.

上述说明示出并描述了本发明的若干优选实施例,但如前所述,应当理解本发明并非局限于本文所披露的形式,不应看作是对其他实施例的排除,而可用于各种其他组合、修改和环境,并能够在本文所述发明构想范围内,通过上述教导或相关领域的技术或知识进行改动。而本领域人员所进行的改动和变化不脱离本发明的精神和范围,则都应在本发明所附权利要求的保护范围内。The above description shows and describes several preferred embodiments of the present invention, but as mentioned above, it should be understood that the present invention is not limited to the forms disclosed herein, and should not be regarded as excluding other embodiments, but can be used in various Various other combinations, modifications, and environments can be made within the scope of the inventive concept described herein, by the above teachings or by skill or knowledge in the relevant field. However, changes and changes made by those skilled in the art do not depart from the spirit and scope of the present invention, and should all be within the protection scope of the appended claims of the present invention.

Claims (15)

1. a classification transmission method that is used for Long-distance Control is characterized in that, comprising:
Obtain the image of forms and be divided into several regions in local side;
At the element that each zone identification wherein comprises, use the corresponding compress mode of the element of area maximum in each zone that described zone is compressed and transfer to network side.
2. classification transmission method as claimed in claim 1, it is characterized in that, at the element that each zone identification wherein comprises, use the corresponding compress mode of the element of area maximum in each zone that the step of network side is compressed and transferred in described zone, further comprise:
At each zone, the element that wherein comprises of identification if exist the long-pending maximum and proportion that account for the area in described zone of monobasic vegetarian noodles to surpass a thresholding, uses and with the corresponding compress mode of classification of described element described zone is compressed and transferred to network side.
3. classification transmission method as claimed in claim 2, it is characterized in that, discern the element that wherein comprises at each zone, if accounting for the proportion in described zone, described element surpasses a thresholding, use with the corresponding compress mode of described element classification the step of network side compressed and transferred in described zone, further comprise:
Do not surpass described thresholding if described element accounts for the proportion of the area in described zone, described zone is divided into some level-2 areas again, carry out this step once more at each level-2 area.
4. classification transmission method as claimed in claim 1 is characterized in that, also comprises:
The positional information that each is regional transfers to network side;
Receive and each regional image that decompresses at described network side, recombinated in each zone, with described forms reduction according to described each regional positional information.
5. classification transmission method as claimed in claim 1 is characterized in that, obtains the step of the image of forms in local side, further comprises:
Obtain the image of described forms according to the GDI of internal system at described local lateral root.
6. classification transmission method as claimed in claim 1 is characterized in that, at each regional step of discerning the element that wherein comprises, further comprises:
Discern element in the described zone at described local lateral root according to the GDI of internal system, described element comprises background.
7. classification transmission method as claimed in claim 1 is characterized in that, at each regional step of discerning the element that wherein comprises, further comprises:
Obtain the color category that described zone comprises in described local side, discern element in the described zone according to the quantity of described color category, described element comprises literal and/or picture at least.
8. classification transmission method as claimed in claim 7 is characterized in that, discerns the step of the element in the described zone according to the quantity of described color category, further comprises:
Set a thresholding, when the quantity of described color category during less than described thresholding, discerning described element is literal; When the quantity of described color category during greater than described thresholding, discerning described element is picture.
9. a classification transmission system that is used for Long-distance Control is characterized in that, comprising: be positioned at the classification transmitting device and the classification receiving system that is positioned at network side of local side, wherein,
Described classification transmitting device, be used to obtain the image of forms and be divided into several regions, at the element that each zone identification wherein comprises, use the corresponding compress mode of the element of area maximum in each zone that described zone is compressed and transfer to described classification receiving system with the positional information in described zone;
Described classification receiving system is used to receive and each regional image that decompresses, and according to each regional positional information is recombinated in each zone, with described forms reduction.
10. classification transmission system as claimed in claim 9 is characterized in that,
Described classification transmitting device, be further used at each zone, the element that wherein comprises of identification if exist the long-pending maximum and proportion that account for the area in described zone of monobasic vegetarian noodles to surpass a thresholding, uses with the corresponding compress mode of classification of described element described zone is compressed.
11. classification transmission system as claimed in claim 10 is characterized in that,
Described classification transmitting device also is used for when the proportion that described element accounts for the area in described zone surpasses described thresholding described zone being divided into several regions again.
12. classification transmission system as claimed in claim 9 is characterized in that,
Described classification transmitting device also is used for obtaining described forms according to the GDI of internal system.
13. classification transmission system as claimed in claim 9 is characterized in that,
Described classification transmitting device also is used for discerning element in the described zone according to the GDI of internal system, and described element comprises background.
14. classification transmission system as claimed in claim 9 is characterized in that,
Described classification transmitting device, the color category that also is used for described zone is comprised is discerned, and discerns element in the described zone according to the quantity of described color category, and described element comprises literal and/or picture at least.
15. classification transmission system as claimed in claim 14 is characterized in that,
Described classification transmitting device also is used to set a thresholding, and when the quantity of described color category during less than described thresholding, discerning described element is literal; When the quantity of described color category during greater than described thresholding, discerning described element is picture.
CN201110041256.3A 2011-02-21 2011-02-21 Method and system for remote-control classified transmission Expired - Fee Related CN102164167B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201410460831.7A CN104184833B (en) 2011-02-21 2011-02-21 A transmission method and system for remote control
CN201110041256.3A CN102164167B (en) 2011-02-21 2011-02-21 Method and system for remote-control classified transmission

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110041256.3A CN102164167B (en) 2011-02-21 2011-02-21 Method and system for remote-control classified transmission

Related Child Applications (1)

Application Number Title Priority Date Filing Date
CN201410460831.7A Division CN104184833B (en) 2011-02-21 2011-02-21 A transmission method and system for remote control

Publications (2)

Publication Number Publication Date
CN102164167A true CN102164167A (en) 2011-08-24
CN102164167B CN102164167B (en) 2014-10-15

Family

ID=44465136

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110041256.3A Expired - Fee Related CN102164167B (en) 2011-02-21 2011-02-21 Method and system for remote-control classified transmission

Country Status (1)

Country Link
CN (1) CN102164167B (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102752368A (en) * 2012-05-31 2012-10-24 上海必邦信息科技有限公司 Method for improving interface remote display efficiencies and picture qualities between electronic equipment
CN103019641A (en) * 2012-12-13 2013-04-03 北京奇虎科技有限公司 Device and method for data transmission in remote control process
CN103036980A (en) * 2012-12-13 2013-04-10 北京奇虎科技有限公司 Data transmission equipment and method used for remote service
CN103036978A (en) * 2012-12-13 2013-04-10 北京奇虎科技有限公司 Device and method of data transmission
CN103067451A (en) * 2012-12-13 2013-04-24 北京奇虎科技有限公司 Device and method for carrying out data transmission in remote service
CN103067449A (en) * 2012-12-13 2013-04-24 北京奇虎科技有限公司 Data transmission equipment in remote service and method for transmitting data
CN103327322A (en) * 2013-04-26 2013-09-25 深信服网络科技(深圳)有限公司 Method and device for image transmission
CN103873877A (en) * 2012-12-14 2014-06-18 华为技术有限公司 Image transmission method and device for remote desktop
CN105451061A (en) * 2014-09-23 2016-03-30 中兴通讯股份有限公司 Screen sharing method and device
CN106385582A (en) * 2016-10-08 2017-02-08 广东石油化工学院 Lossless rapid image transmission method
CN107888583A (en) * 2017-11-07 2018-04-06 郑州轻工业学院 Hydrographic information monitoring method, apparatus and system
CN107888707A (en) * 2017-12-08 2018-04-06 北京奇艺世纪科技有限公司 A kind of picture transmission method, device and electronic equipment
WO2018196614A1 (en) * 2017-04-26 2018-11-01 腾讯科技(深圳)有限公司 Picture transcoding method, computation device and storage medium
CN108933945A (en) * 2018-08-17 2018-12-04 腾讯科技(深圳)有限公司 A kind of compression method, device and the storage medium of GIF picture
CN109831668A (en) * 2018-12-29 2019-05-31 中兴通讯股份有限公司 Data compression method and apparatus, data encoding/decoding method and device
CN114339305A (en) * 2021-12-22 2022-04-12 深信服科技股份有限公司 Virtual desktop image processing method and related device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1630246A (en) * 2003-12-15 2005-06-22 联想(北京)有限公司 A method for realizing remote desktop data acquisition
US20050134877A1 (en) * 2003-12-17 2005-06-23 Murata Kikai Kabushiki Kaisha Color image processing device and color image processing method
US20050265614A1 (en) * 2004-05-29 2005-12-01 Han-Soo Seong Graphics display systems with data compression and methods of performing data compression of graphics data
CN101098473A (en) * 2006-06-30 2008-01-02 联想(北京)有限公司 Picture coding method and apparatus
CN101465115A (en) * 2008-12-25 2009-06-24 大道计算机技术(上海)有限公司 Network display method for large screen display system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1630246A (en) * 2003-12-15 2005-06-22 联想(北京)有限公司 A method for realizing remote desktop data acquisition
US20050134877A1 (en) * 2003-12-17 2005-06-23 Murata Kikai Kabushiki Kaisha Color image processing device and color image processing method
US20050265614A1 (en) * 2004-05-29 2005-12-01 Han-Soo Seong Graphics display systems with data compression and methods of performing data compression of graphics data
CN101098473A (en) * 2006-06-30 2008-01-02 联想(北京)有限公司 Picture coding method and apparatus
CN101465115A (en) * 2008-12-25 2009-06-24 大道计算机技术(上海)有限公司 Network display method for large screen display system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
何志兰等: "一种远程屏幕图像实时传输方法", 《计算机应用研究》, no. 8, 31 August 2005 (2005-08-31) *
左强翔,吴洁: "一种基于分块采集和压缩技术的屏幕共享方案", 《计算机技术与发展》, vol. 18, no. 4, 30 April 2008 (2008-04-30) *

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102752368A (en) * 2012-05-31 2012-10-24 上海必邦信息科技有限公司 Method for improving interface remote display efficiencies and picture qualities between electronic equipment
CN103036980B (en) * 2012-12-13 2016-09-28 北京奇虎科技有限公司 Data transmission set and method for remote service
CN103067451B (en) * 2012-12-13 2016-09-28 北京奇虎科技有限公司 For the Apparatus and method for carried out data transmission in remote service
CN103036978A (en) * 2012-12-13 2013-04-10 北京奇虎科技有限公司 Device and method of data transmission
CN103067451A (en) * 2012-12-13 2013-04-24 北京奇虎科技有限公司 Device and method for carrying out data transmission in remote service
CN103067449A (en) * 2012-12-13 2013-04-24 北京奇虎科技有限公司 Data transmission equipment in remote service and method for transmitting data
CN103019641B (en) * 2012-12-13 2016-07-06 北京奇虎科技有限公司 Remote control process transmits the Apparatus and method for of data
CN103019641A (en) * 2012-12-13 2013-04-03 北京奇虎科技有限公司 Device and method for data transmission in remote control process
CN103036980A (en) * 2012-12-13 2013-04-10 北京奇虎科技有限公司 Data transmission equipment and method used for remote service
CN103036978B (en) * 2012-12-13 2017-07-04 北京奇虎科技有限公司 Data transmission set and method
CN103873877A (en) * 2012-12-14 2014-06-18 华为技术有限公司 Image transmission method and device for remote desktop
CN103327322A (en) * 2013-04-26 2013-09-25 深信服网络科技(深圳)有限公司 Method and device for image transmission
CN105451061A (en) * 2014-09-23 2016-03-30 中兴通讯股份有限公司 Screen sharing method and device
CN106385582A (en) * 2016-10-08 2017-02-08 广东石油化工学院 Lossless rapid image transmission method
WO2018196614A1 (en) * 2017-04-26 2018-11-01 腾讯科技(深圳)有限公司 Picture transcoding method, computation device and storage medium
CN107888583A (en) * 2017-11-07 2018-04-06 郑州轻工业学院 Hydrographic information monitoring method, apparatus and system
CN107888707A (en) * 2017-12-08 2018-04-06 北京奇艺世纪科技有限公司 A kind of picture transmission method, device and electronic equipment
CN108933945A (en) * 2018-08-17 2018-12-04 腾讯科技(深圳)有限公司 A kind of compression method, device and the storage medium of GIF picture
CN108933945B (en) * 2018-08-17 2020-06-19 腾讯科技(深圳)有限公司 GIF picture compression method, device and storage medium
CN109831668A (en) * 2018-12-29 2019-05-31 中兴通讯股份有限公司 Data compression method and apparatus, data encoding/decoding method and device
CN109831668B (en) * 2018-12-29 2022-06-24 中兴通讯股份有限公司 Data compression method and device, data coding/decoding method and device
CN114339305A (en) * 2021-12-22 2022-04-12 深信服科技股份有限公司 Virtual desktop image processing method and related device

Also Published As

Publication number Publication date
CN102164167B (en) 2014-10-15

Similar Documents

Publication Publication Date Title
CN102164167A (en) Method and system for remote-control classified transmission
US8254704B2 (en) Remote computing platforms providing high-fidelity display and interactivity for clients
CN100583080C (en) A method and system of computer remote control
CN103312814B (en) Method for establishing VNC hidden channel between cloud management platform and virtual machine terminal user
CN103412701B (en) remote desktop image processing method and device
CN102664924B (en) Information processing method and device in remote assistance process
CN102611869A (en) Output-oriented network transmission technique of multi-screen splicing system
CN102164166A (en) Method and system for remote-control sector transmission
CN102546793B (en) Self-adaption method and system of mobile terminal based on cloud computing
US20130249774A1 (en) Method and System for Remote Computing
CN102007772A (en) System and method for separated image compression
CN104158915B (en) A kind of subregion transmission method and system for remote control
CN102164168B (en) Method and system for transmitting and displaying dragged image
CN102546803B (en) Remote desktop communication method based on capability set
CN117676241A (en) Digital factory large scene display method and system based on server three-dimensional rendering
CN113839998A (en) Image data transmission method, device, equipment, storage medium and program product
CN103957236A (en) Image display method and transmission method based on remote control
US20150186095A1 (en) Inter-terminal image sharing method, terminal device, and communications system
CN101984402A (en) Image acquisition and compression method and related device
CN112035082A (en) Image processing method, device and system, electronic equipment
CN101035285B (en) Image decomposition and recovery method in the network transmission
CN104462996B (en) Realize the method and system that cooperating forensic analysis is carried out to long-range evidence obtaining target terminal
CN102984518B (en) A kind of VNC image transmission data processing method
CN105610979B (en) Network resource transmission system and method based on virtualization technology
CN104184833A (en) Transmission method and system used for remote control

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20141015