JP2011198120A - Image transfer device, method, and program - Google Patents

Image transfer device, method, and program Download PDF

Info

Publication number
JP2011198120A
JP2011198120A JP2010064915A JP2010064915A JP2011198120A JP 2011198120 A JP2011198120 A JP 2011198120A JP 2010064915 A JP2010064915 A JP 2010064915A JP 2010064915 A JP2010064915 A JP 2010064915A JP 2011198120 A JP2011198120 A JP 2011198120A
Authority
JP
Japan
Prior art keywords
work area
image
moving image
window
gui
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
JP2010064915A
Other languages
Japanese (ja)
Other versions
JP5471668B2 (en
Inventor
Takeshi Suzuki
丈司 鈴木
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.)
NEC Embedded Products Ltd
Original Assignee
NEC Embedded Products 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 NEC Embedded Products Ltd filed Critical NEC Embedded Products Ltd
Priority to JP2010064915A priority Critical patent/JP5471668B2/en
Publication of JP2011198120A publication Critical patent/JP2011198120A/en
Application granted granted Critical
Publication of JP5471668B2 publication Critical patent/JP5471668B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Digital Computer Display Output (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To achieve efficient image transfer by applying a relatively high image quality to an area which a user may want to attentively view really, and applying a relatively low image quality to the other areas.SOLUTION: An image transfer device includes a communication processing part 105 for transferring a moving image of a GUI (graphical user interface) of an operating system to an image display device and a work area detection part 106 for detecting a work area of a user in the GUI. The moving image to be transferred is generated with a relatively high image quality with respect to the detected work area and with a relatively low image quality with respect to areas other than the work area.

Description

本発明は、画像転送装置、方法及びプログラムに関し、特に、GUI(グラフィカル・インターフェース)の画面を効率的に転送する技術に関する。   The present invention relates to an image transfer apparatus, method, and program, and more particularly, to a technique for efficiently transferring a GUI (graphical interface) screen.

本発明に関連する技術として、特許文献1ないし3に記載の技術がある。特許文献1では、画面をブロックごとに分割し、画面の変化の生じた回数に応じてブロックごとに優先度を設定し、画面の変化の生じた回数の少ないブロックの画面を優先して送信する方式について述べられている。   As technologies related to the present invention, there are technologies described in Patent Documents 1 to 3. In Patent Document 1, the screen is divided into blocks, priorities are set for each block according to the number of times the screen has changed, and the screen of the block with the lower number of screen changes is preferentially transmitted. The method is described.

また、特許文献2には、マルチウィンドウ方式を採るGUIにおいて(特許文献2は「マルチウィンドウ表示装置」と表現する)、アクティブウィンドウを除く領域の輝度を下げる輝度制御を行うことが記載されている。   Patent Document 2 describes that brightness control is performed to reduce the brightness of an area excluding an active window in a GUI employing a multi-window method (Patent Document 2 is expressed as “multi-window display device”). .

画面の送信方法として、MPEGのような動画像圧縮方式(フレーム間予測)を用いる方式がある(例えば、特許文献3)。この方式は、最新のフレーム(画面)全体を一つ前に送信したフレーム(つまり、一つ前のフレームを符号化し、さらにそれを復号した画像)と比較し、その差分を圧縮して送信するというものである。この方式では、フレーム間の差分のデータ量が送信用の帯域より大きい場合には、圧縮時の量子化ステップを大きくすることで画質を下げ、差分が小さく帯域が空いてくると、画質を上げるよう量子化ステップを小さくすることが行われる。この方式によると、画面転送に利用可能な帯域の制約によって実際の画面の更新頻度に比べて送信する画像データの更新頻度が大きく下がることはなく、かつ、画面の変化が小さくなると高い画質での画像送信が可能になる。   As a screen transmission method, there is a method using a moving image compression method (interframe prediction) such as MPEG (for example, Patent Document 3). In this method, the entire latest frame (screen) is compared with the previous frame (that is, an image obtained by encoding and decoding the previous frame), and the difference is compressed and transmitted. That's it. In this method, when the data amount of the difference between frames is larger than the transmission band, the image quality is lowered by increasing the quantization step at the time of compression, and when the difference is small and the band becomes free, the image quality is increased. The quantization step is reduced. According to this method, the update frequency of the image data to be transmitted does not greatly decrease compared to the actual screen update frequency due to the limitation of the bandwidth that can be used for screen transfer. Image transmission becomes possible.

特開2004−086550号公報JP 2004-086550 A 特開平03−282586号公報Japanese Patent Laid-Open No. 03-282586 特開2009−224847号公報JP 2009-224847 A

従来、サーバ・クライアント・システム構成を採用するシンクライアントシステムにおいて、クライアントからサーバにアクセスし、サーバでの作業の内容を画面にキャプチャし、キャプチャされたデータをクライアントに転送して、クライアントでサーバの画面を表示する技術がある。これは、GUIの表示画面の画像を転送する画像転送技術である。この画像転送技術においては、サーバとクライアントの間の伝送路の帯域を効率的に使うことが求められる。そこで、キャプチャ画面中の動きが頻繁であるような部分には相対的に高いフレームレートで、頻繁でないような部分には相対的に低いフレームレートで圧縮して伝送することが考えられてきた。   Conventionally, in a thin client system that employs a server / client system configuration, the client accesses the server, captures the contents of work on the server to the screen, transfers the captured data to the client, There is a technology to display the screen. This is an image transfer technique for transferring an image on a GUI display screen. In this image transfer technique, it is required to efficiently use the bandwidth of the transmission path between the server and the client. Therefore, it has been considered to compress and transmit at a relatively high frame rate for a part where the movement in the capture screen is frequent and a relatively low frame rate for a part where the movement is not frequent.

しかしながら、このような方式では、ユーザがさほど注目していないにもかかわらず動きが頻繁であるような領域を高画質で伝送したりして、効率が落ち、逆にユーザビリティを損ねる結果になる可能性があった。図5を参照して説明する。一般に、GUIデスクトップ上のいわゆるガジェットと呼ばれるアプリケーションの一つに時計ガジェットがある(図5中右上)。時計ガジェットはデスクトップ上にアナログ時計を表示するアプリケーションであるが、秒針が1秒ごとに動きを見せるため、高画質で伝送されてしまい、伝送路の帯域を効率的に使うことができなくなる。   However, with such a method, it is possible to transmit an area where movement is frequent even though the user is not paying much attention with high image quality, resulting in a decrease in efficiency and conversely impairing usability. There was sex. This will be described with reference to FIG. Generally, there is a clock gadget as one of so-called gadget applications on the GUI desktop (upper right in FIG. 5). The clock gadget is an application that displays an analog clock on the desktop. However, since the second hand moves every second, it is transmitted with high image quality, and the bandwidth of the transmission path cannot be used efficiently.

図5中のwindow−xはいわゆるアクティブウィンドウであるからほぼ間違いなくユーザが作業中のウィンドウである。一方、window−y,zはたまたま非アクティブウィンドウであるが、ユーザはwindow−xと見比べながら作業している可能性もある。したがって、本来ユーザが注目して見たいであろう領域を適切に検出する必要がある。   Since window-x in FIG. 5 is a so-called active window, it is almost certainly a window that the user is working on. On the other hand, window-y and z happen to be inactive windows, but the user may be working while comparing with window-x. Therefore, it is necessary to appropriately detect a region that the user originally wants to pay attention to.

本発明は、上述した実情に鑑みてなされたものであって、本来ユーザが注目して見たいであろう領域に対して相対的に高画質を適用し、それ以外の領域に対しては相対的に低画質を適用して、効率的な画像転送を実現する画像転送装置、方法及びプログラムを提供することを目的とする。   The present invention has been made in view of the above-described circumstances, and applies a relatively high image quality to an area that a user originally wants to pay attention to, and is relative to other areas. An object of the present invention is to provide an image transfer apparatus, method, and program for realizing efficient image transfer by applying low image quality to the image.

上記目的を達成するために本発明は、第1の態様として、オペレーティングシステムのGUI(グラフィカル・ユーザ・インターフェース)の動画像を画像表示装置に転送する転送手段と、前記GUIにおけるユーザの作業領域を検出する作業領域検出手段と、検出された前記作業領域に対して相対的に高い画質、前記作業領域を除く領域に対して相対的に低い画質で、前記転送手段が転送する動画像を生成する動画像生成手段と、を有することを特徴とする、画像転送装置を提供するものである。   In order to achieve the above object, the present invention provides, as a first aspect, a transfer means for transferring a moving image of a GUI (Graphical User Interface) of an operating system to an image display device, and a user work area in the GUI. A work area detecting means for detecting, and generating a moving image to be transferred by the transfer means with a relatively high image quality for the detected work area and a relatively low image quality for an area excluding the work area. And a moving image generation means. An image transfer apparatus is provided.

また、本発明は、第2の態様として、オペレーティングシステムのGUI(グラフィカル・ユーザ・インターフェース)におけるユーザの作業領域を検出する作業領域検出工程と、検出された前記作業領域に対して相対的に高い画質、前記作業領域を除く領域に対して相対的に低い画質で、前記GUIの動画像を生成する動画像生成工程と、生成された前記動画像を画像表示装置に転送する転送工程と、を含むことを特徴とする、画像転送方法を提供するものである。   In addition, as a second aspect, the present invention provides a work area detection step for detecting a user work area in a GUI (graphical user interface) of the operating system, and is relatively high with respect to the detected work area. A moving image generating step of generating a moving image of the GUI with a low image quality relative to an area excluding the work area, and a transferring step of transferring the generated moving image to an image display device. It is an object of the present invention to provide an image transfer method.

また、本発明は、第3の態様として、コンピュータに、オペレーティングシステムのGUI(グラフィカル・ユーザ・インターフェース)におけるユーザの作業領域を検出する作業領域検出処理と、検出された前記作業領域に対して相対的に高い画質、前記作業領域を除く領域に対して相対的に低い画質で、前記GUIの動画像を生成する動画像生成処理と、生成された前記動画像を画像表示装置に転送する転送処理と、を実行させることを特徴とする、プログラムを提供するものである。   According to a third aspect of the present invention, as a third aspect, a computer detects a work area detection process for detecting a user work area in a GUI (graphical user interface) of an operating system, and a relative to the detected work area. Moving image generation processing for generating the GUI moving image at a relatively high image quality and relatively low image quality relative to the area excluding the work area, and transfer processing for transferring the generated moving image to the image display device And providing a program characterized in that the program is executed.

本発明によれば、本来ユーザが注目して見たいであろう領域に対して相対的に高画質を適用し、それ以外の領域に対しては相対的に低画質を適用して、効率的な画像転送を実現する画像転送装置、方法及びプログラムを提供することが可能となる。   According to the present invention, a relatively high image quality is applied to an area that the user originally wants to pay attention to, and a relatively low image quality is applied to other areas so as to be efficient. It is possible to provide an image transfer apparatus, method, and program for realizing image transfer.

本発明を好適に実施した一実施形態の構成を示すブロック図(その1)である。It is a block diagram (the 1) which shows the structure of one Embodiment which implemented this invention suitably. 本発明を好適に実施した一実施形態の構成を示すブロック図(その2)である。It is a block diagram (the 2) which shows the structure of one Embodiment which implemented this invention suitably. 本実施形態の作業領域検出部106が持つウィンドウ管理テーブルの一例を示す図である。It is a figure which shows an example of the window management table which the work area detection part 106 of this embodiment has. 図3のウィンドウ管理テーブルを生成するために、作業領域検出部106が実行するウィンドウ変化検出処理の流れを示す図である。FIG. 4 is a diagram showing a flow of window change detection processing executed by a work area detection unit 106 to generate the window management table of FIG. 3. 従来技術の問題点を指摘するための図であり、デスクトップ画面の全領域を示す図である。It is a figure for pointing out the problem of a prior art, and is a figure which shows the whole area | region of a desktop screen.

図1、図2に、本発明を好適に実施した一実施形態に係る画像転送・表示システム1の構成を示す。図1は、ユーザが作業中であると考えられる領域とそうではない領域とについて異なる圧縮率を適用する構成を示す図である。一方、図2は、ユーザが作業中であると考えられる領域とそうではない領域とについて異なるフレームレートでエンコードを行う構成を示す図である。   1 and 2 show the configuration of an image transfer / display system 1 according to an embodiment in which the present invention is suitably implemented. FIG. 1 is a diagram illustrating a configuration in which different compression rates are applied to an area that is considered to be a user's work and an area that is not. On the other hand, FIG. 2 is a diagram illustrating a configuration in which encoding is performed at different frame rates for an area that is considered to be a user's work and an area that is not.

画像転送・表示システム1は、例えば、サーバ・クライアント・システム構成を採用するシンクライアントシステムに本発明を適用した実施形態である。本実施形態においては、クライアントからサーバにアクセスし、サーバでの作業の内容を画面にキャプチャし、キャプチャされたデータをクライアントに転送して、クライアントでサーバの画面を表示する。サーバに相当するのが、図中の画像転送装置100であり、クライアントに相当するのが、画像表示装置200である。   The image transfer / display system 1 is an embodiment in which the present invention is applied to, for example, a thin client system adopting a server / client system configuration. In the present embodiment, the client accesses the server, captures the contents of work on the server on the screen, transfers the captured data to the client, and displays the server screen on the client. The image transfer apparatus 100 in the figure corresponds to the server, and the image display apparatus 200 corresponds to the client.

画像転送装置100は、画面キャプチャ部101、前画面データ記憶部102、更新データ生成処理部103、画像圧縮処理部104、通信処理部105、作業領域検出部106を備える。
画面キャプチャ部101は、画像表示装置200側に表示されている画面のキャプチャを行う。
前画面データ記憶部102は、動画像のデータ量を効率的に圧縮するために、前の画面データとの差分をとって、記憶しておく。
The image transfer apparatus 100 includes a screen capture unit 101, a previous screen data storage unit 102, an update data generation processing unit 103, an image compression processing unit 104, a communication processing unit 105, and a work area detection unit 106.
The screen capture unit 101 captures a screen displayed on the image display apparatus 200 side.
The previous screen data storage unit 102 takes a difference from the previous screen data and stores it in order to efficiently compress the data amount of the moving image.

更新データ生成処理部103は、ある時点において、前回キャプチャした画像データと今回キャプチャした画像データとを比較して、その差分を抽出する処理を行う。この差分を更新データと呼び、差分を抽出する処理のことを更新データ生成処理と呼ぶ。本実施形態において、更新データ生成処理部103は、作業領域検出部106が指定するフレームレートで更新データ生成処理を行う。また、作業領域検出部106が画面全域を複数の領域に分け、領域毎に異なるタイミングで更新データ生成処理を行うよう指定した場合、更新データ生成処理部103は、領域毎に異なるフレームレートで更新データ生成処理を行う。   The update data generation processing unit 103 compares the previously captured image data with the currently captured image data and extracts the difference at a certain point in time. This difference is called update data, and the process of extracting the difference is called update data generation process. In the present embodiment, the update data generation processing unit 103 performs update data generation processing at a frame rate specified by the work area detection unit 106. In addition, when the work area detection unit 106 divides the entire screen into a plurality of areas and designates update data generation processing to be performed at different timing for each area, the update data generation processing unit 103 updates at a different frame rate for each area. Perform data generation processing.

画像圧縮処理部104は、画面キャプチャ部101がキャプチャした画面の画像データ(キーフレーム)や、更新データ生成処理部103が生成した更新データを用いて、画像表示装置200に転送する転送データのデータ量を圧縮する。本実施形態において、画像圧縮処理部104は、作業領域検出部106が指定する圧縮パラメータで圧縮処理を行う。また、作業領域検出部106が画面全域を複数の領域に分け、領域毎に異なる圧縮率でデータ量を圧縮するよう指定した場合、画像圧縮処理部104は、領域毎に異なる圧縮パラメータで圧縮処理を行う。   The image compression processing unit 104 uses screen image data (key frames) captured by the screen capture unit 101 and update data generated by the update data generation processing unit 103 to transfer data to the image display device 200. Compress the amount. In the present embodiment, the image compression processing unit 104 performs compression processing using the compression parameters specified by the work area detection unit 106. In addition, when the work area detection unit 106 divides the entire screen into a plurality of areas and specifies to compress the data amount at different compression rates for each area, the image compression processing unit 104 performs compression processing with different compression parameters for each area. I do.

通信処理部105は、画像圧縮処理部104にて圧縮処理された動画像データを転送データとしてパケット化するなどして、画像表示装置200に転送する通信処理を行う。通信路のアーキテクチャとしては、有線又は無線など種々のものが使える。いわゆる家庭内LANを用いてもよい。   The communication processing unit 105 performs communication processing for transferring the moving image data compressed by the image compression processing unit 104 to the image display apparatus 200 by packetizing the data as transfer data. Various communication paths such as wired or wireless can be used. A so-called home LAN may be used.

作業領域検出部106は、ユーザが作業を行っている領域を検出する処理(「作業領域検出処理」という)を行い、検出結果に基づいて、画面全域を複数の領域に分けたり、領域毎に異なるタイミングで更新データ生成処理を行うよう指定したり、また、領域毎に異なる圧縮率でデータ量を圧縮するよう指定したりする処理を行う。   The work area detection unit 106 performs a process for detecting an area in which the user is working (referred to as “work area detection process”), and divides the entire screen into a plurality of areas based on the detection result. The update data generation process is specified at different timings, or the process of specifying the data amount to be compressed at a different compression rate for each region is performed.

画像表示装置200は、通信処理部201、画像復号処理部202、画像合成処理部203、前画面データ記憶部204、画像表示部205を備える。
通信処理部201は、画像転送装置100から転送データを受信してパケットから動画像データを取り出し、復号処理に渡すなどの処理を行う。
画像復号処理部202は、圧縮された動画像データを復号し伸長する処理を行う。復号されたデータは差分情報を用いているため、画像復号処理部202は、前回の画面のデータを前画面データ記憶部204にいったん記憶させておく。また、差分情報を画像合成処理部203に入力する。
The image display apparatus 200 includes a communication processing unit 201, an image decoding processing unit 202, an image composition processing unit 203, a previous screen data storage unit 204, and an image display unit 205.
The communication processing unit 201 performs processing such as receiving transfer data from the image transfer apparatus 100, extracting moving image data from the packet, and passing it to the decoding process.
The image decoding processing unit 202 performs a process of decoding and expanding the compressed moving image data. Since the decoded data uses the difference information, the image decoding processing unit 202 once stores the previous screen data in the previous screen data storage unit 204. Further, the difference information is input to the image composition processing unit 203.

画像合成処理部203は、前画面データ記憶部204に記憶されている前画面データと画像復号処理部202から入力された差分情報とを用いて合成することにより、表示するための画像を生成する処理を行う。
画像表示部205は、画像合成処理部203が合成した画像を表示する。
The image composition processing unit 203 generates an image to be displayed by combining the previous screen data stored in the previous screen data storage unit 204 and the difference information input from the image decoding processing unit 202. Process.
The image display unit 205 displays the image synthesized by the image synthesis processing unit 203.

図1と図2について、再度要点をまとめる。
図1に示す構成においては、作業領域検出部106が抽出したユーザの作業領域に基づいて、ユーザの作業領域に関しては圧縮パラメータを第1の圧縮率として圧縮する一方で、ユーザの作業領域外に関しては圧縮パラメータを第2の圧縮率として圧縮する。ここで、第1の圧縮率は第2の圧縮率よりも低いものとする。
The main points will be summarized again with reference to FIGS.
In the configuration shown in FIG. 1, the compression parameter is compressed as the first compression rate for the user work area based on the user work area extracted by the work area detection unit 106, while the user work area is outside the user work area. Compresses the compression parameter as the second compression rate. Here, it is assumed that the first compression rate is lower than the second compression rate.

図2に示す構成においては、作業領域検出部106が抽出したユーザの作業領域に基づいて、ユーザの作業領域に関しては第1のタイミングで更新データ生成処理を行う一方、ユーザの作業領域外に関しては第2のタイミングで更新データ生成処理を行う。ここで、第1のタイミングは第2のタイミングよりも頻度が高いものとする。
具体的には、ユーザ作業領域に関しては、差分検出の処理(更新データ生成処理)をすべてのフレームで実施し、ユーザの作業領域外に関しては、差分検出の処理をフレーム数に対して間引いて行うとよい。例えば、単位時間あたりのフレーム数が30fpsのとき、ユーザの作業領域外では差分検出の処理(更新データ生成処理)を10フレームに1回だけ行う処理とする。この場合、ユーザの作業領域外は3fpsの周期で差分検出の処理(更新データ生成処理)を行うこととなる。
上述のように、更新データ生成処理部103と画像圧縮処理部104は、動画像生成手段として機能する。
In the configuration shown in FIG. 2, update data generation processing is performed at the first timing for the user work area based on the user work area extracted by the work area detection unit 106, while the outside of the user work area is performed. Update data generation processing is performed at the second timing. Here, the first timing is assumed to be more frequent than the second timing.
Specifically, for the user work area, the difference detection process (update data generation process) is performed for all frames, and for the outside of the user work area, the difference detection process is performed with respect to the number of frames. Good. For example, when the number of frames per unit time is 30 fps, the difference detection process (update data generation process) is performed only once in 10 frames outside the user's work area. In this case, the difference detection process (update data generation process) is performed outside the user's work area at a cycle of 3 fps.
As described above, the update data generation processing unit 103 and the image compression processing unit 104 function as a moving image generation unit.

次に、作業領域検出部106の処理(作業領域検出処理)について説明する。「作業領域」とは、ユーザが作業中であると考えられる領域のことをいう。
作業領域検出部106は、図3に示すウィンドウ管理テーブルを持つ。図3は、ウィンドウ管理テーブルの一例である。図3のウィンドウ管理テーブルは、ウィンドウ識別子、始点座標、終点座標から構成される。また、各レコード(各要素)の並び順は、ユーザが最後に作業したウィンドウから、最後から2番目に作業したウィンドウ、最後から3番目に作業したウィンドウ、・・・という並び順である。つまり、最上段に来ているウィンドウがいわゆる「アクティブウィンドウ」である。2段目以降が「アクティブウィンドウだったウィンドウの履歴」等である。
Next, the process (work area detection process) of the work area detection unit 106 will be described. “Working area” refers to an area where the user is considered working.
The work area detection unit 106 has a window management table shown in FIG. FIG. 3 is an example of a window management table. The window management table in FIG. 3 includes a window identifier, start point coordinates, and end point coordinates. In addition, the arrangement order of each record (each element) is the arrangement order of the second window from the last window, the third window from the last window, etc. That is, the window at the top is the so-called “active window”. The second and subsequent rows are “history of windows that were active windows”.

ウィンドウ識別子は、各ウィンドウを識別するための識別子である。例えば、Microsoft社のWindows(登録商標)ではウィンドウハンドルなどを用いる。作業領域検出部106は、このウィンドウ識別子を用いて、ウィンドウに変化があったような場合にどのウィンドウに変化が生じているのかなどを検出する。
始点座標はウィンドウの左上の座標であり、終点座標は右下の座標である。つまり、表示可能な全領域(画面全域)におけるウィンドウの位置ないし範囲を特定するものであればよい。
The window identifier is an identifier for identifying each window. For example, a window handle or the like is used in Windows (registered trademark) of Microsoft Corporation. The work area detection unit 106 uses this window identifier to detect which window is changing when the window is changed.
The start point coordinates are the upper left coordinates of the window, and the end point coordinates are the lower right coordinates. That is, it is only necessary to specify the position or range of the window in the entire displayable area (the entire screen).

作業領域検出部106は、ウィンドウ管理テーブルを用いて作業領域を検出する。作業領域検出部106は、ウィンドウ管理テーブルに登録されているウィンドウそれぞれの始点座標と終点座標によって示される領域を加え合わせた領域を作業領域と判断する。すなわち、作業領域は、各ウィンドウが画面全域に占める領域の和集合となる。つまり、ウィンドウ管理テーブルに登録されているウィンドウのいずれかの領域に属するような点の集まりを作業領域とする。他の実施例としては、作業領域を、各ウィンドウの最左端の座標、最右端の座標、最上端の座標、最下端の座標から決定することとしてもよい。図3に示す例でこの方法で作業領域を決定すると、始点座標が(0,0)、終点座標が(520,789)となる矩形の領域となる。   The work area detection unit 106 detects a work area using the window management table. The work area detection unit 106 determines that an area obtained by adding the areas indicated by the start point coordinates and the end point coordinates of each window registered in the window management table is the work area. That is, the work area is a union of areas that each window occupies in the entire screen. That is, a collection of points that belong to any area of the window registered in the window management table is set as a work area. As another embodiment, the work area may be determined from the leftmost coordinate, the rightmost coordinate, the uppermost coordinate, and the lowest coordinate of each window. When the work area is determined by this method in the example shown in FIG. 3, a rectangular area having a start point coordinate (0, 0) and an end point coordinate (520, 789) is obtained.

なお、ウィンドウ管理テーブルが空であって、ウィンドウが一つもない場合もある。この場合は、画面全域を作業領域と判断する。後段の更新データ生成処理部103や画像圧縮処理部104では画面全域に同じ画質を適用することになり、画像表示装置200に画面が一様に送られることになる。   In some cases, the window management table is empty and there is no window. In this case, the entire screen is determined as the work area. In the subsequent update data generation processing unit 103 and the image compression processing unit 104, the same image quality is applied to the entire screen, and the screen is uniformly transmitted to the image display apparatus 200.

図4に、ウィンドウ管理テーブルを生成するために作業領域検出部106が実行するウィンドウ変化検出処理の流れを示す。図4に示す各処理ブロックの処理の主体は作業領域検出部106である。
図4に示すウィンドウ変化検出処理は、例えばウィンドウハンドルなどを用いて、ウィンドウの変化を検出した場合に始まる。作業領域検出部106がオペレーションシステムよりウィンドウの変化を検出する(ステップS101)。
FIG. 4 shows a flow of window change detection processing executed by the work area detection unit 106 to generate the window management table. The main subject of the processing of each processing block shown in FIG.
The window change detection process shown in FIG. 4 starts when a window change is detected using, for example, a window handle. The work area detection unit 106 detects a window change from the operation system (step S101).

アクティブウィンドウの変化を検出した場合(ステップS102/あり)、ウィンドウ管理テーブル内に変化したアクティブウィンドウがあるか検索する(ステップS103)。この検索は、同じウィンドウ識別子を持つウィンドウが存在するかを検索することで行う。   When the change of the active window is detected (step S102 / Yes), it is searched whether there is a changed active window in the window management table (step S103). This search is performed by searching for a window having the same window identifier.

ウィンドウ管理テーブルに同じウィンドウが存在した場合(ステップS104/Yes)、そのウィンドウをウィンドウ管理テーブルの先頭に移動する(ステップS105)。ウィンドウ管理テーブルに同じウィンドウが存在しない場合(ステップS104/No)、新たに検出したウィンドウをウィンドウ管理テーブルの先頭に追加する(ステップS106)。このとき、ウィンドウ識別子や始点座標終点座標の情報も追加する。また、追加することにより、ウィンドウ管理テーブルの領域が足りなくなった場合、末尾のウィンドウの情報を削除する。   When the same window exists in the window management table (step S104 / Yes), the window is moved to the head of the window management table (step S105). If the same window does not exist in the window management table (step S104 / No), the newly detected window is added to the head of the window management table (step S106). At this time, the window identifier and start point / end point coordinate information are also added. Further, when the window management table area becomes insufficient due to the addition, the information of the last window is deleted.

ウィンドウサイズ変更などでウィンドウの座標の変更があった場合(ステップS107/あり)、ウィンドウ管理テーブル内に座標が変化したウィンドウがあるか検索する(ステップS108)。この検索は、同じウィンドウ識別子を持つウィンドウが存在するかを検索することで行う。   If the window coordinates are changed due to a window size change or the like (Yes in step S107), the window management table is searched for a window whose coordinates have changed (step S108). This search is performed by searching for a window having the same window identifier.

ウィンドウ管理テーブルに同じウィンドウが存在した場合(ステップS109/Yes)、そのウィンドウの座標を変更する(ステップS110)。座標の変更は、変化後の始点座標、終点座標をウィンドウ管理テーブルに上書きすることで行う。なお、ウィンドウ管理テーブルに同じウィンドウが存在しない場合(ステップS109/No)、何も処理をしない。   If the same window exists in the window management table (step S109 / Yes), the coordinates of the window are changed (step S110). Coordinates are changed by overwriting the window management table with the changed start point coordinates and end point coordinates. If the same window does not exist in the window management table (step S109 / No), no processing is performed.

ウィンドウのクローズを検出した場合(ステップS111/あり)、又は、ウィンドウの最小化を検出した場合(ステップS112/あり)、ウィンドウ管理テーブル内にクローズ又は最小化を検出したウィンドウがあるか検索する(ステップS113)。この検索は、同じウィンドウ識別子を持つウィンドウが存在するかを検索することで行う。   When the closing of the window is detected (step S111 / present), or when the minimization of the window is detected (step S112 / present), the window management table is searched for a window for which the closing or minimizing is detected (step S112 / present). Step S113). This search is performed by searching for a window having the same window identifier.

クローズ等されたウィンドウが存在した場合(ステップS114/Yes)、そのウィンドウに関する情報をウィンドウ管理テーブルから削除する(ステップS115)。なお、ウィンドウ管理テーブルに同じウィンドウが存在しない場合(ステップS114/No)、何も処理をしない。   If there is a closed window (step S114 / Yes), information about the window is deleted from the window management table (step S115). If the same window does not exist in the window management table (step S114 / No), no processing is performed.

アクティブウィンドウがなくなった場合(ステップS116/Yes)、ウィンドウ管理テーブルの情報をすべて削除する(ステップS117)。   When there is no active window (step S116 / Yes), all the information in the window management table is deleted (step S117).

以上で、作業領域検出部106による作業領域検出処理の説明を終える。
なお、作業領域は、ユーザの画質に対する要求水準や、伝送路の帯域の状態等に応じて、適切な作業領域に調節してもよい。調節は、ウィンドウ管理テーブルに追加するレコード(要素)の個数で行う。ウィンドウ管理テーブルに追加するレコード(要素)の数を1とすると、常にアクティブウィンドウだけを作業領域と見なし、アクティブウィンドウに高画質、それ以外の領域に低画質を適用して画像転送を行う。個数を2以上の数(ただし、有限個)とすると、アクティブウィンドウに加えてユーザが過去に作業したアプリケーションのウィンドウの履歴の中で比較的新しいもののみを作業領域と見なす。個数を無限個とすると、ユーザが過去に作業したアプリケーションのウィンドウ(過去にアクティブとなったことのあるウィンドウ)をすべて記憶しておき、それらを重ね合わせた領域を作業領域と見なす。
This is the end of the description of the work area detection processing performed by the work area detection unit 106.
Note that the work area may be adjusted to an appropriate work area according to the user's required level of image quality, the state of the bandwidth of the transmission path, and the like. Adjustment is performed by the number of records (elements) added to the window management table. When the number of records (elements) added to the window management table is 1, only the active window is always regarded as a work area, and image transfer is performed by applying high image quality to the active window and applying low image quality to the other areas. When the number is 2 or more (however, a finite number), in addition to the active window, only relatively new ones in the history of windows of applications that the user has worked in the past are regarded as work areas. If the number is infinite, all windows of applications that the user has worked in the past (windows that have become active in the past) are stored, and the overlapped area is regarded as a work area.

上述した本実施形態によれば、本来ユーザが注目して見たいであろう領域、つまり作業領域に対して相対的に高画質を適用し、それ以外の領域に対しては相対的に低画質を適用することができ、効率的な画像転送が実現する。   According to the above-described embodiment, a relatively high image quality is applied to an area that the user originally wants to watch, that is, a work area, and a relatively low image quality is applied to other areas. It can be applied to achieve efficient image transfer.

なお、画像転送装置100、画像表示装置200は、それぞれ汎用のコンピュータを用いて、上記実施形態において説明したような各処理をコンピュータに実行させるプログラムによっても実現することができる。   Note that the image transfer apparatus 100 and the image display apparatus 200 can also be realized by a program that causes a computer to execute each process described in the above embodiment using a general-purpose computer.

1 画像転送・表示システム
100 画像転送装置
101 画面キャプチャ部
102 前画面データ記憶部
103 更新データ生成処理部
104 画像圧縮処理部
105 通信処理部
106 作業領域検出部
200 画像表示装置
201 通信処理部
202 画像復号処理部
203 画像合成処理部
204 前画面データ記憶部
205 画像表示部
DESCRIPTION OF SYMBOLS 1 Image transfer / display system 100 Image transfer apparatus 101 Screen capture part 102 Previous screen data storage part 103 Update data generation process part 104 Image compression process part 105 Communication process part 106 Work area detection part 200 Image display apparatus 201 Communication process part 202 Image Decoding processing unit 203 Image composition processing unit 204 Previous screen data storage unit 205 Image display unit

Claims (8)

オペレーティングシステムのGUI(グラフィカル・ユーザ・インターフェース)におけるユーザの作業領域を検出し、前記作業領域には高画質、前記作業領域外には低画質の画像処理を施した上でGUIの動画像を生成し、前記動画像を画像表示装置に転送することを特徴とする画像転送装置。   Detects the user's work area in the GUI (graphical user interface) of the operating system and generates a moving image of the GUI after performing high-quality image processing on the work area and low-quality image processing outside the work area. And transferring the moving image to an image display device. オペレーティングシステムのGUI(グラフィカル・ユーザ・インターフェース)の動画像を画像表示装置に転送する転送手段と、
前記GUIにおけるユーザの作業領域を検出する作業領域検出手段と、
検出された前記作業領域に対して相対的に高い画質、前記作業領域を除く領域に対して相対的に低い画質で、前記転送手段が転送する動画像を生成する動画像生成手段と、
を有することを特徴とする、画像転送装置。
Transfer means for transferring a moving image of a GUI (graphical user interface) of the operating system to the image display device;
Work area detection means for detecting a user work area in the GUI;
A moving image generating means for generating a moving image to be transferred by the transfer means with a relatively high image quality for the detected work area and a relatively low image quality for an area excluding the work area;
An image transfer apparatus comprising:
前記動画像生成手段は、フレーム間予測を用いて動画像を生成し、
前記作業領域について、第1のタイミングで前記フレーム間予測に用いる差分を生成し、
前記作業領域を除く領域について、第2のタイミングで前記フレーム間予測に用いる差分を生成し、
前記第1のタイミングは、前記第2のタイミングよりも頻度が高いことを特徴とする、請求項2記載の画像転送装置。
The moving image generating means generates a moving image using inter-frame prediction,
For the work area, generate a difference used for the inter-frame prediction at a first timing,
For the area excluding the work area, a difference used for the inter-frame prediction is generated at a second timing,
The image transfer apparatus according to claim 2, wherein the first timing has a higher frequency than the second timing.
前記動画像生成手段は、
前記作業領域について、第1の圧縮率で圧縮し、
前記作業領域を除く領域について、第2の圧縮率で圧縮し、
前記第1の圧縮率は、前記第2の圧縮率よりも低率であることを特徴とする、請求項2又は3記載の画像転送装置。
The moving image generating means
For the work area, compress at a first compression rate,
Compress the area excluding the work area at the second compression rate,
4. The image transfer apparatus according to claim 2, wherein the first compression rate is lower than the second compression rate.
前記作業領域検出手段は、アクティブウィンドウ及びアクティブウィンドウとなったことのあるウィンドウを順に登録するウィンドウ管理テーブルを有し、登録されているウィンドウの領域を前記作業領域とすることを特徴とする、請求項2から4のいずれか1項記載の画像転送装置。   The work area detection means has a window management table for sequentially registering active windows and windows that have become active windows, and the registered window area is the work area. Item 5. The image transfer device according to any one of Items 2 to 4. 前記ウィンドウ管理テーブルは、登録されている各ウィンドウの範囲を特定する情報を有し、
前記作業領域検出手段は、前記ウィンドウの範囲を特定する情報に基づいて、各ウィンドウの範囲が重なった領域を前記作業領域とすることを特徴とする、請求項5記載の画像転送装置。
The window management table has information for specifying the range of each registered window,
6. The image transfer apparatus according to claim 5, wherein the work area detection means sets the area where the ranges of the windows overlap as the work area based on information specifying the window range.
オペレーティングシステムのGUI(グラフィカル・ユーザ・インターフェース)におけるユーザの作業領域を検出する作業領域検出工程と、
検出された前記作業領域に対して相対的に高い画質、前記作業領域を除く領域に対して相対的に低い画質で、前記GUIの動画像を生成する動画像生成工程と、
生成された前記動画像を画像表示装置に転送する転送工程と、
を含むことを特徴とする、画像転送方法。
A work area detection step for detecting a user work area in a GUI (graphical user interface) of the operating system;
A moving image generation step of generating a moving image of the GUI with a relatively high image quality for the detected work area and a relatively low image quality for an area excluding the work area;
A transfer step of transferring the generated moving image to an image display device;
An image transfer method comprising:
コンピュータに、
オペレーティングシステムのGUI(グラフィカル・ユーザ・インターフェース)におけるユーザの作業領域を検出する作業領域検出処理と、
検出された前記作業領域に対して相対的に高い画質、前記作業領域を除く領域に対して相対的に低い画質で、前記GUIの動画像を生成する動画像生成処理と、
生成された前記動画像を画像表示装置に転送する転送処理と、
を実行させることを特徴とする、プログラム。
On the computer,
A work area detection process for detecting a user work area in a GUI (graphical user interface) of the operating system;
A moving image generation process for generating a moving image of the GUI with a relatively high image quality for the detected work area and a relatively low image quality for an area excluding the work area;
A transfer process for transferring the generated moving image to an image display device;
A program characterized by having executed.
JP2010064915A 2010-03-19 2010-03-19 Image transfer apparatus, method and program Expired - Fee Related JP5471668B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010064915A JP5471668B2 (en) 2010-03-19 2010-03-19 Image transfer apparatus, method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010064915A JP5471668B2 (en) 2010-03-19 2010-03-19 Image transfer apparatus, method and program

Publications (2)

Publication Number Publication Date
JP2011198120A true JP2011198120A (en) 2011-10-06
JP5471668B2 JP5471668B2 (en) 2014-04-16

Family

ID=44876218

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010064915A Expired - Fee Related JP5471668B2 (en) 2010-03-19 2010-03-19 Image transfer apparatus, method and program

Country Status (1)

Country Link
JP (1) JP5471668B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013105298A (en) * 2011-11-14 2013-05-30 Toshiba Corp Screen transfer device, screen transfer method and screen transfer program
JP2013235462A (en) * 2012-05-09 2013-11-21 Toshiba Corp Electronic apparatus, control method of electronic apparatus, and control program of electronic apparatus
JP2019023803A (en) * 2017-07-24 2019-02-14 株式会社日立製作所 Work Improvement Support System and Method
WO2019215857A1 (en) * 2018-05-09 2019-11-14 株式会社ワコム Pen, sensor device, and pen system
JP2022075948A (en) * 2018-05-09 2022-05-18 株式会社ワコム Pen and pen system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09231044A (en) * 1996-02-26 1997-09-05 Canon Inc System and method for sharing screen
JPH10222337A (en) * 1997-02-13 1998-08-21 Meidensha Corp Computer system
JP2001166756A (en) * 1999-12-09 2001-06-22 Nippon Telegr & Teleph Corp <Ntt> Adaptive picture reading method and storage medium with stored adaptive picture reading program
JP2009246415A (en) * 2008-03-28 2009-10-22 Nec Personal Products Co Ltd Screen data transmitter, screen data transmission method, and screen data transmission program
JP2010010959A (en) * 2008-06-25 2010-01-14 Fujitsu Ltd Image coding method in thin client system and image encoding program in the thin client system
JP2010055600A (en) * 2008-07-31 2010-03-11 Fujitsu Ltd Server apparatus
JP2010186369A (en) * 2009-02-13 2010-08-26 Nec Personal Products Co Ltd Image transfer device, method and program

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09231044A (en) * 1996-02-26 1997-09-05 Canon Inc System and method for sharing screen
JPH10222337A (en) * 1997-02-13 1998-08-21 Meidensha Corp Computer system
JP2001166756A (en) * 1999-12-09 2001-06-22 Nippon Telegr & Teleph Corp <Ntt> Adaptive picture reading method and storage medium with stored adaptive picture reading program
JP2009246415A (en) * 2008-03-28 2009-10-22 Nec Personal Products Co Ltd Screen data transmitter, screen data transmission method, and screen data transmission program
JP2010010959A (en) * 2008-06-25 2010-01-14 Fujitsu Ltd Image coding method in thin client system and image encoding program in the thin client system
JP2010055600A (en) * 2008-07-31 2010-03-11 Fujitsu Ltd Server apparatus
JP2010186369A (en) * 2009-02-13 2010-08-26 Nec Personal Products Co Ltd Image transfer device, method and program

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013105298A (en) * 2011-11-14 2013-05-30 Toshiba Corp Screen transfer device, screen transfer method and screen transfer program
JP2013235462A (en) * 2012-05-09 2013-11-21 Toshiba Corp Electronic apparatus, control method of electronic apparatus, and control program of electronic apparatus
JP2019023803A (en) * 2017-07-24 2019-02-14 株式会社日立製作所 Work Improvement Support System and Method
WO2019215857A1 (en) * 2018-05-09 2019-11-14 株式会社ワコム Pen, sensor device, and pen system
JPWO2019215857A1 (en) * 2018-05-09 2021-05-20 株式会社ワコム Pens, sensor devices, and pen systems
JP7048730B2 (en) 2018-05-09 2022-04-05 株式会社ワコム Pens, sensor devices, and pen systems
JP2022075948A (en) * 2018-05-09 2022-05-18 株式会社ワコム Pen and pen system
JP7270093B2 (en) 2018-05-09 2023-05-09 株式会社ワコム pen and pen system

Also Published As

Publication number Publication date
JP5471668B2 (en) 2014-04-16

Similar Documents

Publication Publication Date Title
CN108737908B (en) Media playing method, device and storage medium
US8379098B2 (en) Real time video process control using gestures
US9820008B2 (en) Capture and recall of home entertainment system session
AU2011215017B2 (en) Apparatus and method for performing multi-tasking
EP2449550B1 (en) Method and apparatus for providing mobile device interoperability
US20180035137A1 (en) Video sharing method and device, and video playing method and device
JP5471668B2 (en) Image transfer apparatus, method and program
CN107682714B (en) Method and device for acquiring online video screenshot
JP5899897B2 (en) Information processing apparatus, information processing method, and program
US10831512B2 (en) Capturing user interactions
KR102147389B1 (en) Display apparatus and Method for controlling display apparatus thereof
WO2015078257A1 (en) Search information display device and method
US9001131B2 (en) Information processing device, image transmission method and image transmission program
US20130181905A1 (en) Apparatus and method for managing instant messaging
CN104836936A (en) Data transmission method
JP5675902B2 (en) Movie generation method and apparatus
KR20210156768A (en) Image processing method, device, electronic equipment and readable storage medium
CN113852756A (en) Image acquisition method, device, equipment and storage medium
US20160155429A1 (en) Information processing apparatus and terminal device
JP5200979B2 (en) Image transfer apparatus, method and program
TW201347541A (en) Video encoding system, method and computer readable medium thereof
US20080036695A1 (en) Image display device, image display method and computer readable medium
US20150271431A1 (en) Information Transmission Method and Wireless Display System
JP2015231145A (en) Transmitter, receiver and programs thereof
JPWO2011080809A1 (en) server

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20110920

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130218

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131002

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131015

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20131212

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140107

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140120

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees