JP6646200B2 - Information processing apparatus, processing method thereof, and program - Google Patents
Information processing apparatus, processing method thereof, and program Download PDFInfo
- Publication number
- JP6646200B2 JP6646200B2 JP2015091566A JP2015091566A JP6646200B2 JP 6646200 B2 JP6646200 B2 JP 6646200B2 JP 2015091566 A JP2015091566 A JP 2015091566A JP 2015091566 A JP2015091566 A JP 2015091566A JP 6646200 B2 JP6646200 B2 JP 6646200B2
- Authority
- JP
- Japan
- Prior art keywords
- capture
- screen
- instruction
- information processing
- dimensional model
- 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.)
- Active
Links
- 230000010365 information processing Effects 0.000 title claims description 98
- 238000003672 processing method Methods 0.000 title claims description 6
- 238000000034 method Methods 0.000 description 65
- 230000008569 process Effects 0.000 description 60
- 238000012545 processing Methods 0.000 description 44
- 238000007726 management method Methods 0.000 description 42
- 230000008859 change Effects 0.000 description 28
- 230000006870 function Effects 0.000 description 24
- 238000010586 diagram Methods 0.000 description 16
- 238000013500 data storage Methods 0.000 description 11
- 238000006243 chemical reaction Methods 0.000 description 10
- 238000004891 communication Methods 0.000 description 6
- 230000004044 response Effects 0.000 description 5
- 230000007246 mechanism Effects 0.000 description 4
- 238000013461 design Methods 0.000 description 3
- 230000005540 biological transmission Effects 0.000 description 2
- 238000004590 computer program Methods 0.000 description 2
- 238000007796 conventional method Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 230000007704 transition Effects 0.000 description 2
- 239000008186 active pharmaceutical agent Substances 0.000 description 1
- 238000012508 change request Methods 0.000 description 1
- 238000012217 deletion Methods 0.000 description 1
- 230000037430 deletion Effects 0.000 description 1
- 238000009434 installation Methods 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 239000000463 material Substances 0.000 description 1
- 230000000414 obstructive effect Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
Images
Landscapes
- Processing Or Creating Images (AREA)
Description
本発明は、画面キャプチャをすることが可能な情報処理装置、その処理方法、及びプログラムに関する。 The present invention relates to an information processing apparatus capable of the screen capture, the processing method, and a program.
従来、PC等のディスプレイに表示された画面をOS(Operating System)のスクリーンショット機能によってキャプチャし、画像データ(キャプチャ画像)として保存する仕組みが存在する。具体的には、ユーザが所定の操作を行うことで、OSが持つキャプチャのためのAPI(Application Programming Interface)を動作させ、ディスプレイに表示されている画面をキャプチャし、キャプチャ画像を生成する。そして、生成されたキャプチャ画像は、OSのクリップボード機能で呼び出し可能なように、RAM等のメモリ領域に一時保存される。 2. Description of the Related Art Conventionally, there is a mechanism that captures a screen displayed on a display of a PC or the like by a screen shot function of an OS (Operating System) and saves it as image data (captured image). Specifically, when a user performs a predetermined operation, an API (Application Programming Interface) for capturing possessed by the OS is operated, a screen displayed on a display is captured, and a captured image is generated. Then, the generated captured image is temporarily stored in a memory area such as a RAM so that it can be called by the clipboard function of the OS.
一時保存されたキャプチャ画像は、ユーザからの貼り付け操作に応じて、指定された場所にキャプチャ画像として貼り付けられている。利用用途としては、例えば、アプリケーションのマニュアル作成や技術資料作成がある。マニュアルや技術資料において文章だけで説明を行ったとしても、理解しにくい場合も多い。このような場合に、キャプチャ画像を使用することで、文章だけで説明するよりも、資料の理解度をより深めることができる。 The temporarily saved capture image is pasted as a capture image at a designated location in response to a paste operation from the user. The usage is, for example, creation of an application manual or technical data. It is often difficult to understand even if explanations are given only in sentences in manuals and technical documents. In such a case, by using the captured image, it is possible to deepen the understanding of the material as compared with the case where only the text is explained.
キャプチャ画像の作成や管理は非常に手間であるが、上述したように、ユーザの理解を深めるためには重要なコンテンツである。下記の特許文献1では、スクリーンショット画像(キャプチャ画像)と、スクリーンショットされたコンテンツの表示内容や状態を保存したメタデータとを対応づけて記憶しておき、スクリーンショット画像の検索がなされたときに、メタデータから検索を行い、対応するスクリーンショット画像を検索結果として出力する仕組みが存在する。 Creating and managing a captured image is very troublesome, but as described above, it is an important content to deepen the user's understanding. In Patent Literature 1 below, a screen shot image (captured image) is stored in association with metadata in which the display content and the state of the screen shot content are stored, and the screen shot image is searched. There is a mechanism for performing a search from metadata and outputting a corresponding screen shot image as a search result.
このように、画面をキャプチャする機能が種々存在するが、アプリケーションの独自の機能として、アプリケーションが表示しているファイルの画像を保存する機能を有する場合がある。その場合は、アプリケーションの機能を実行して、ファイル画像保存を実行する操作がなされる。また、ファイル画像ではなく、画面全体や画面の一部をキャプチャしたい場合には、OSの画面キャプチャ機能を実行して、クリップボードに登録された画像を任意のファイルに保存する操作がなされる。
つまり、ファイル画像のキャプチャする場合と、画面の一部分をキャプチャする場合とで使用するプログラムが異なってしまう。
As described above, there are various functions for capturing a screen, and an application may have a function of saving an image of a file displayed by the application as a function unique to the application. In that case, an operation of executing the function of the application and executing the saving of the file image is performed. If the user wants to capture not the file image but the entire screen or a part of the screen, an operation of executing the screen capture function of the OS and saving the image registered on the clipboard to an arbitrary file is performed.
In other words, the programs used for capturing a file image and capturing a part of the screen are different.
そのため、画面の一部分をキャプチャするため、一方のプログラムで範囲指定している際に、ファイル画像(表示データ全体)のキャプチャがしたくなったら他方のプログラムを実行し、他のプログラムでの操作に切り替えを行わなければならず、作業が煩雑となってしまうという問題があった。ファイル画像のキャプチャをしようとプログラムを立ち上げている場合から、画面の一部分のキャプチャへ切り替える場合も同様の問題があった。
また、プログラムを切り替えてキャプチャすることで、キャプチャの設定を誤ってしまい、ユーザが所望する画像が得られないという問題があった。
Therefore, if you want to capture a file image (entire display data) while specifying the range in one program to capture a part of the screen, execute the other program and use it in another program. There is a problem that the switching has to be performed and the operation becomes complicated. A similar problem occurs when switching from capturing a file image to launching a program to capturing part of the screen.
In addition, there is a problem in that the capture setting is erroneously made by switching the program and capturing, so that an image desired by the user cannot be obtained.
このように、2つのプログラムを用いることになると、ユーザがその都度操作するプログラムを切り替える、設定を適切に行わなければならず、多大な手間が発生してしまっていた。 As described above, when two programs are used, the user must switch the program to be operated each time and appropriately perform the setting, which causes a great deal of trouble.
そこで、本発明の目的は、全体キャプチャボタンと範囲キャプチャボタンとを表示して、ユーザがアプリケーションを意識することなく所定の画面キャプチャを容易に行う仕組みを提供することである。 Therefore, an object of the present invention is to provide a mechanism for displaying a whole capture button and a range capture button to easily perform a predetermined screen capture without the user being conscious of the application.
本発明の目的を達成するための、3次元モデルを表示するアプリケーションとオペレーションシステムとを有する情報処理装置であって、前記3次元モデルの全体のキャプチャの実行指示、または、前記3次元モデルの任意の範囲のキャプチャの実行指示を受け付ける受付手段と、前記受付手段で前記3次元モデルの全体のキャプチャの実行指示を受け付けた場合には前記アプリケーションにキャプチャ要求を出力し、また、前記受付手段で前記3次元モデルの任意の範囲のキャプチャの実行指示を受け付けた場合には前記オペレーションシステムに前記任意の範囲のキャプチャ要求を出力する出力手段とを備えることを特徴とする。 To achieve the object of the present invention, an information processing apparatus having an application and an operating system for displaying a three-dimensional model, the execution instruction of the whole of the capture of the three-dimensional model, or any of the three-dimensional model Receiving means for receiving an instruction to execute the capture of a range of, and outputting a capture request to the application when the receiving means receives an instruction to execute the entire capture of the three-dimensional model; when receiving an instruction to execute capture any range of the three-dimensional model is characterized in that an output means for outputting the capture request for the given range in the operation system.
本発明によれば、全体キャプチャボタンと範囲キャプチャボタンとを表示して、ユーザがアプリケーションを意識することなく所定の画面キャプチャを容易に行うことができる。 According to the present invention, the entire capture button and the range capture button are displayed, so that the user can easily perform a predetermined screen capture without being conscious of the application.
以下、図面を参照して、本発明の実施の形態の一例について説明する。 Hereinafter, an example of an embodiment of the present invention will be described with reference to the drawings.
図1は、本発明の3次元CADシステム100のシステム構成の一例を示す図である。本発明の3次元CADシステム100は、情報処理装置101、サーバ102が設置されており、それら装置はLAN(Local Area Network)等のネットワーク103を介して相互にデータ通信可能に接続されている。図1のネットワーク103上に接続される各種端末あるいはサーバの構成は一例であり、用途や目的に応じて様々な構成例があることは言うまでもない。
FIG. 1 is a diagram showing an example of a system configuration of a three-
情報処理装置101は、オペレーティングシステム上で3次元CADアプリケーションと画面キャプチャプログラムを実行する装置である。3次元CADアプリケーションと画面キャプチャプログラムは後述する図2のROM202または外部メモリ211に記憶されており、ユーザからの指示に応じて、CPU201がRAM203に読み出して各種動作を行う。すなわち、設計物の立体形状を示す3次元モデルを表示するアプリケーションとオペレーティングシステムを有する情報処理装置の一例を示す。
The
オペレーティングシステムは、情報処理装置101を動作させるための基本的なアプリケーションである。オペレーティングシステム上で3次元CADアプリケーションや画面キャプチャプログラム、その他各種プログラムを動作させることができる。また、オペレーティングシステムが備える機能を3次元CADアプリケーションや画面キャプチャプログラムから呼び出すことで、当該機能を実行することが可能である。例えば、画面キャプチャプログラムからオペレーティングシステムが備えるキャプチャに関する機能(例えば、API)を呼び出すと、情報処理装置101の画面全体をキャプチャしたり、任意の範囲だけキャプチャしたりすることができる。
The operating system is a basic application for operating the
3次元CADアプリケーションは、ユーザからの操作に応じて、設計物の立体形状を示す3次元モデルの作成や構築、また3次元モデルに基づく2次元図面の作成を行う。更に、3次元CADアプリケーションでは、3次元モデルを表示し、ユーザからの操作によって、任意の表示方向に変更することができる。 The three-dimensional CAD application creates and builds a three-dimensional model showing the three-dimensional shape of the design, and creates a two-dimensional drawing based on the three-dimensional model according to an operation from the user. Further, in a three-dimensional CAD application, a three-dimensional model is displayed, and can be changed to an arbitrary display direction by a user operation.
画面キャプチャプログラムは、3次元モデルに表示された3次元モデルを所定の条件でキャプチャすることの可能なプログラムである。3次元モデルをキャプチャする際には、画面キャプチャプログラムは、前述したオペレーティングシステムのキャプチャを行うAPIに対して、画面のキャプチャ指示を行う。また、3次元CADアプリケーションのAPIに対して表示方向の変更指示を送ることもできる。3次元CADアプリケーションは、この指示を受けると、表示方向を変更するAPIが指定された表示方向に変更する。更に、3次元CADアプリケーションのAPIに対して背景色の変更指示を出すと、当該APIが指定された背景色に変更する。このように、画面キャプチャプログラムは、オペレーティングシステムと3次元CADアプリケーションに備えられた各種APIに対して指示を送付することが可能なプログラムである。画面キャプチャプログラムは、3次元CADアプリケーションのアドオン(アドイン)であることが望ましいが、3次元CADアプリケーションとオペレーティングシステムにキャプチャ要求ができるものであれば別個の独立したプログラムであってもよい。 The screen capture program is a program capable of capturing a three-dimensional model displayed on the three-dimensional model under predetermined conditions. When capturing the three-dimensional model, the screen capture program instructs the API for capturing the operating system described above to capture the screen. It is also possible to send a display direction change instruction to the API of the three-dimensional CAD application. Upon receiving this instruction, the three-dimensional CAD application changes the API for changing the display direction to the specified display direction. Further, when an instruction to change the background color is issued to the API of the three-dimensional CAD application, the API is changed to the specified background color. As described above, the screen capture program is a program that can send instructions to various APIs provided in the operating system and the three-dimensional CAD application. The screen capture program is desirably an add-on (add-in) for the three-dimensional CAD application, but may be a separate and independent program as long as it can issue a capture request to the three-dimensional CAD application and the operating system.
サーバ102は、情報処理装置101で作成された各種データを記憶管理する装置である。3次元モデルは、複数のユーザによって作成される場合があり、その場合には1つのサーバ102に各ユーザの情報処理装置101で作成された3次元モデルを一元管理する。
The
尚、情報処理装置101が、サーバ102の構成を含んでもよいし、サーバ102が情報処理装置101の構成を含んでもよい。また、本実施例においては、情報処理装置101に各種データが記憶され、ユーザからの操作によって動作させる形態に基づいて説明を行う。
Note that the
図2は、本発明の実施形態における各種端末のハードウェア構成を示す図である。
CPU201は、システムバス204に接続される各デバイスやコントローラを統括的に制御する。
FIG. 2 is a diagram illustrating a hardware configuration of various terminals according to the embodiment of the present invention.
The
また、ROM202あるいは外部メモリ211(記憶)には、CPU201の制御プログラムであるBIOS(Basic Input / OutputSystem)やオペレーティングシステムプログラム(以下、OS)や、各サーバ或いは各PCの実行する機能を実現するために必要な後述する各種プログラム等が記憶されている。RAM203は、CPU201の主メモリ、ワークエリア等として機能する。
CPU201は、処理の実行に際して必要なプログラム等をRAM203にロードして、プログラムを実行することで各種動作を実現するものである。
また、入力コントローラ(入力C)205は、キーボード209や不図示のマウス等のポインティングデバイスからの入力を制御する。
Further, the
The
An input controller (input C) 205 controls input from a pointing device such as a
ビデオコントローラ(VC)206は、CRTディスプレイ(CRT)210等の表示器への表示を制御する。表示器はCRTだけでなく、液晶ディスプレイでも構わない。これらは必要に応じて管理者が使用するものである。 A video controller (VC) 206 controls display on a display such as a CRT display (CRT) 210. The display may be not only a CRT but also a liquid crystal display. These are used by the administrator as needed.
メモリコントローラ(MC)207は、ブートプログラム、ブラウザソフトウエア、各種のアプリケーション、フォントデータ、ユーザファイル、編集ファイル、各種データ等を記憶するハードディスク(HD)やフロッピーディスク(登録商標 FD)或いはPCMCIAカードスロットにアダプタを介して接続されるカード型メモリ等の外部メモリ211へのアクセスを制御する。
A memory controller (MC) 207 is a hard disk (HD), a floppy disk (registered trademark FD) or a PCMCIA card slot for storing a boot program, browser software, various applications, font data, user files, edited files, various data, and the like. , And controls access to an
通信I/Fコントローラ(通信I/FC)208は、ネットワークを介して、外部機器と接続・通信するものであり、ネットワークでの通信制御処理を実行する。例えば、TCP/IPを用いたインターネット通信等が可能である。 A communication I / F controller (communication I / FC) 208 connects and communicates with external devices via a network, and executes communication control processing on the network. For example, Internet communication using TCP / IP is possible.
尚、CPU201は、例えばRAM203内の表示情報用領域へアウトラインフォントの展開(ラスタライズ)処理を実行することにより、CRT210上での表示を可能としている。また、CPU201は、CRT210上の不図示のマウスカーソル等でのユーザ指示を可能とする。
Note that the
本発明の情報処理装置101が後述する各種処理を実行するために用いられる各種プログラム等は外部メモリ211に記録されており、必要に応じてRAM203にロードされることによりCPU201によって実行されるものである。さらに、本発明に係わるプログラムが用いる定義ファイルや各種情報テーブルは外部メモリ211に格納されている。
Various programs and the like used by the
次に、情報処理装置101及びサーバ102のモジュール構成を示す機能構成図について、図3を用いて説明する。尚、図3の各種端末あるいはサーバのモジュール構成は一例であり、用途や目的に応じて様々な構成例があることは言うまでもない。
Next, a functional configuration diagram illustrating a module configuration of the
情報処理装置101の3次元CADアプリケーション300は、CADデータ記憶モジュール301、CADデータ表示モジュール302、表示方向管理モジュール303、背景色管理モジュール304を備える。
The three-dimensional CAD application 300 of the
CADデータ記憶モジュール301は、3次元CADアプリケーションによって作成された設計物の立体形状を示す3次元モデルを記憶するモジュールである。CADデータ記憶モジュール301によって記憶された3次元モデルは、情報処理装置101の外部メモリ211等に記憶され、必要に応じて、CADデータ記憶モジュール301によって読みだされる。
The CAD
CADデータ表示モジュール302は、CADデータ記憶モジュール301によって記憶された3次元モデルを情報処理装置101のCRT210に表示させるためのモジュールである。3次元CADアプリケーションでユーザから3次元モデルを表示する指示があった場合には、ユーザに対して閲覧可能に3次元モデルを表示する。
The CAD
表示方向管理モジュール303は、CADデータ表示モジュール302によって表示された3次元モデルの表示方向を変更するためのモジュール(API)である。ユーザからの指示に応じて3次元モデルを回転させる他、画面キャプチャプログラム310からの指示に応じて3次元モデルを回転させることができる。また、画面キャプチャプログラム310からの指示に応じて、現在の表示方向を取得し、画面キャプチャプログラム310に対して返すことができる。
The display
背景色管理モジュール304は、3次元CADアプリケーションの背景色を変更するためのモジュール(API)である。ユーザからの指示に応じて3次元CADアプリケーションの背景色を変更する他、画面キャプチャプログラム310からの指示に応じて背景色を変更することができる。また、画面キャプチャプログラム310からの指示に応じて、現在の背景色を取得し、画面キャプチャプログラム310に対して返すことができる。尚、本実施形態における背景色とは、3次元モデルの背景となっている背景色を示す。
The background
情報処理装置101の画面キャプチャプログラム310は、テーブル管理モジュール311、画面表示制御モジュール312、キャプチャ設定モジュール313、キャプチャ指示モジュール314、キャプチャ画像変換モジュール315、表示方向指示モジュール316、背景色指示モジュール317、キャプチャ範囲設定モジュール318、属性情報管理モジュール319、タイマーモジュール320、サムネイル画像管理モジュール321を備える。
The screen capture program 310 of the
テーブル管理モジュール311は、後述する図12の設定テーブル1200や属性情報テーブル1210の記憶や更新等を行うためのモジュールである。各種テーブルは、外部メモリ211に記憶され、必要に応じてRAM203に読み出す。
The
画面表示制御モジュール312は、各種ウィンドウやダイアログといったオブジェクトを情報処理装置101のCRT210に表示するためのモジュールである。表示だけでなく、必要に応じてウィンドウ等のオブジェクトを非表示とすることもできる。本実施形態においては、後述する図8のキャプチャ処理受付画面800、図9のキャプチャ情報設定画面900、図11のタイマー画面1100、図14のキャプチャ処理受付画面1400の表示制御を行う。尚、本実施形態において、ウィンドウといった場合にはダイアログ等の他の形態のGUI(Graphical User Interface)も含むものとする。
The screen
キャプチャ設定モジュール313は、キャプチャのための各種設定を行うためのモジュールである。キャプチャ設定モジュール313では、図9のキャプチャ情報設定画面900を通じてキャプチャの設定を受け付け、確定された設定情報を図12の設定テーブル1200に登録する。
The
キャプチャ指示モジュール314は、ユーザからキャプチャの指示を受け付けた場合に、オペレーティングシステム330または3次元CADアプリケーションのキャプチャ制御モジュール331に対して、画面のキャプチャ指示を出すモジュールである。範囲キャプチャ指示を出す場合には、キャプチャ範囲設定モジュール318で設定された範囲の座標値をオペレーティングシステム330に渡す。また、全体キャプチャ指示を出す場合には、3次元CADアプリケーションのAPIを用いて、現在表示している3次元モデルの画面キャプチャ要求を3次元CADアプリケーションに出力する。より詳細には、キャプチャ指示モジュール314は範囲キャプチャボタンがユーザに押下された場合に、オペレーティングシステム330に対して範囲設定を含む範囲キャプチャ指示を出すモジュールである。また、キャプチャ指示モジュール314は、全体キャプチャボタンがユーザに押下された場合に、3次元CADアプリケーションに対して全体キャプチャ指示を出すモジュールである。この範囲キャプチャボタンと全体キャプチャボタンを備えることにより、ユーザがオペレーティングシステムと3次元CADアプリケーションを切り替えることなく所望のキャプチャ画像を取得することが可能となる。
The
キャプチャ画像変換モジュール315は、オペレーティングシステム330のキャプチャ制御モジュール331でキャプチャされた画像を取得して、キャプチャ設定モジュール313で設定された設定に応じて、キャプチャ画像を変換するモジュールである。また、キャプチャ画像変換モジュール315は、ファイル形式が「PNG」で透過色を設定されている場合には、指定された色を透過色にした「PNG」形式の画像に変換する。
The capture
表示方向指示モジュール316は、画面キャプチャプログラム310を通じてユーザから指示された表示方向に変更するべく、3次元CADアプリケーション300の表示方向管理モジュール303に対して表示方向の変更指示を出すモジュールである。表示方向の変更指示を行う際には、ユーザから指定された表示方向に対応する回転角度を表示方向管理モジュール303に渡す。
The display
背景色指示モジュール317は、画面キャプチャプログラム310のキャプチャ設定モジュール313で設定された背景色に変更するべく、3次元CADアプリケーション300の背景色管理モジュール304に対して背景色の変更指示を出すモジュールである。背景色の変更指示を行う際には、ユーザから指示された背景色を背景色管理モジュール304に渡す。
The background
キャプチャ範囲設定モジュール318は、3次元モデルのキャプチャ範囲を設定するためのモジュールである。図10のキャプチャウィンドウ枠1000に示すようなインターフェースを3次元CADアプリケーションの表示画面上に表示させ、キャプチャ範囲設定モジュール318は、ユーザからの指示に応じてこのキャプチャウィンドウ枠1000の大きさを変更することで、キャプチャ範囲を設定できる。
The capture
属性情報管理モジュール319は、オペレーティングシステム330のキャプチャ制御モジュール331でキャプチャされた3次元モデルの状態を図12の属性情報テーブル1210に登録するモジュールである。登録する情報は、キャプチャされた時の表示方向やキャプチャウィンドウ枠の大きさ等である。これらは、表示方向管理モジュール303やキャプチャ範囲設定モジュール318等から取得する。
The attribute
タイマーモジュール320は、キャプチャ設定モジュール313で設定された所定時間だけキャプチャを待機するためのモジュールである。所定時間経過すると、キャプチャ指示モジュール314でキャプチャの指示がなされる。
The
サムネイル画像管理モジュール321は、キャプチャ画像変換モジュール315で生成されたキャプチャ画像からサムネイル画像を生成し、属性情報テーブル1210に登録するモジュールである。また、サムネイル画像管理モジュール321は、画面表示制御モジュール312で表示するキャプチャ処理受付画面800に生成したサムネイル画像を渡す。
オペレーティングシステム330は、キャプチャ制御モジュール331を備える。
The thumbnail
The operating system 330 includes a
キャプチャ制御モジュール331は、情報処理装置101のCRT210に表示された画面をキャプチャするためのモジュールである。また、画面キャプチャプログラム310のキャプチャ指示モジュール314からの指示を受け付けて、その指示に応じて画面をキャプチャし、キャプチャ画像を画面キャプチャプログラム310に渡す。画面キャプチャプログラムのキャプチャ指示モジュール314からキャプチャ範囲の指定があった場合には、指定された座標値に基づいて指定された範囲をキャプチャする。
The
サーバ102は、CADデータ記憶モジュール340を備える。CADデータ記憶モジュール340は、前述した情報処理装置101のCADデータ記憶モジュール301と同様である。情報処理装置101に3次元モデルを記憶管理させる場合には情報処理装置101のCADデータ記憶モジュール301を利用し、サーバ102に3次元モデルを記憶管理させる場合にはサーバ102のCADデータ記憶モジュール340を利用する。本実施例では、情報処理装置101のCADデータ記憶モジュール301を利用するものとして説明を行う。
The
以下、本実施形態における各処理について説明するが、本実施形態における特徴的な処理は、ステップS431、ステップS420(特にステップS510)、ステップS435(特にステップS522)である。そのほか特徴的な処理は、ステップS432、ステップS433、S521などである。 Hereinafter, each process in the present embodiment will be described. Characteristic processes in the present embodiment are step S431, step S420 (particularly, step S510), and step S435 (particularly, step S522). Other characteristic processes include step S432, step S433, and S521.
次に、本発明の実施形態における情報処理装置101によって行われる一連の処理について、図4に示すフローチャートを用いて説明する。尚、ステップS401乃至ステップS422の各ステップは情報処理装置101におけるCPU201の制御の下、処理が行われる。
Next, a series of processes performed by the
まず、ステップS401では、情報処理装置101は、ユーザからの指示に応じて3次元CADアプリケーション300を起動させ、CADデータ表示モジュール302によって外部メモリ211に記憶された3次元モデルを開く。
First, in step S401, the
ステップS402では、情報処理装置101の3次元CADアプリケーション300は、ユーザからの指示に応じて画面キャプチャプログラム310を起動し、画面キャプチャプログラム310は、画面表示制御モジュール312によって図8に示すキャプチャ処理受付画面800を表示する。キャプチャ処理受付画面800は、キャプチャの実行指示を受け付ける範囲キャプチャボタン801、開いた3次元モデル全体のキャプチャの実行指示を受ける全体キャプチャボタン805、設定を受け付ける設定ボタン802、サムネイル画像一覧803、即キャプチャチェックボックス804から構成される。803と804は、範囲キャプチャボタン801が押下された場合に、有効となるものとする。すなわち、3次元モデルの全体のキャプチャの実行指示を受け付ける全体キャプチャボタンと、任意の範囲のキャプチャの実行指示を受け付ける範囲キャプチャボタンを含む指示画面を表示する指示画面表示の一例を示す。
In step S402, the three-dimensional CAD application 300 of the
ステップS403では、情報処理装置101の画面キャプチャプログラム310は、ステップS401で開いた3次元モデルの前回キャプチャ状態を、図12に示す属性情報テーブル1210を用いて再現する。具体的には、ステップS401で開いた3次元モデルのファイル名と一致するCADファイル名1211を特定し、当該レコードのモデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、拡大率1221を3次元CADアプリケーション300に渡して、表示方向管理モジュール303によってキャプチャ時の3次元モデルの表示状態を再現する。モデル表示方向のパラメータは、正面から見て、X、Y、Z軸に基づいて指定されたパラメータ分の角度だけ3次元モデルを回転させる。拡大率1221は、表示されている3次元モデルの大きさを指定されたパラメータだけ拡大する
In step S403, the screen capture program 310 of the
また、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220を用いて、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318でキャプチャウィンドウ枠の大きさと位置を設定する。キャプチャウィンドウ枠の大きさで縦と横の大きさを設定し、キャプチャウィンドウ枠位置で画面の左上を原点とした位置を設定する。途中でキャプチャ作業が中断してしまうと、表示方向やキャプチャウィンドウ枠の設定をし直す必要があるのだが、こうすることによって、前回キャプチャ作業していた続きを再現することが可能となる。尚、3次元モデルの回転や拡大、キャプチャウィンドウ枠の大きさや位置の設定の詳細な仕組みは、従来技術を用いるため、説明を省略する。
Further, a screen capture program using a capture window frame size (horizontal) 1217, a capture window frame size (vertical) 1218, a capture window frame position (X position) 1219, and a capture window frame position (Y position) 1220. A capture
属性情報テーブル1210(図12参照)は、CADファイル名1211、キャプチャファイル名1212、サムネイル画像名1213、モデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220、拡大率1221から構成される。CADファイル名1211は、3次元モデルのファイル名を示す。キャプチャファイル名1212は、当該3次元モデルをキャプチャしたキャプチャ画像のファイル名を示す。サムネイル画像名1213は、キャプチャ画像から生成したサムネイル画像のファイル名を示す。モデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216は、キャプチャ時の3次元モデルの表示方向を示すパラメータである。キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218は、キャプチャ時のキャプチャウィンドウ枠の大きさを示すパラメータである。キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220は、キャプチャ時のキャプチャウィンドウ枠の位置を示すパラメータである。拡大率1221は、キャプチャ時の拡大率を示すパラメータである。
The attribute information table 1210 (see FIG. 12) includes a
ステップS431では、画面キャプチャプログラム310が、キャプチャ処理受付画面800で範囲キャプチャボタン801、全体キャプチャボタン805、設定ボタン802が押下されたか否かを判定する。範囲キャプチャボタン801が押下された場合には、ステップS406へ処理を移す。全体キャプチャボタン805が押下された場合には、ステップS435へ処理を移す。設定ボタン802が押下された場合には、ステップS432へ処理を移す。
In step S431, the screen capture program 310 determines whether the
ステップS435では、開かれているファイルの表示の全体をキャプチャする全体キャプチャ処理である。なお、全体キャプチャ処理については、図5Bで後述する。 Step S435 is an entire capture process for capturing the entire display of the open file. The overall capture processing will be described later with reference to FIG. 5B.
ステップS432では、情報処理装置101の画面キャプチャプログラム310は、画面表示制御モジュール312によって、開いているファイルのファイル名を取得して、設定テーブル1200に一致する過去のキャプチャで用いた設定情報があるかを判定する。すなわち、3次元モデルのファイルの識別情報に対応づく設定情報がに記憶されているか否かを判定する判定処理の一例である。
In step S432, the screen capture program 310 of the
一致する設定情報(対応づく設定情報)がある場合には、ステップS433へ処理を移す。一致する設定情報(対応づく設定情報)がない場合には、画面キャプチャプログラム310が予め保有しているデフォルトの設定情報(予め保持する設定情報)を読み出し、ステップS404へ処理を移す。 If there is matching setting information (setting information corresponding to the setting information), the process proceeds to step S433. If there is no matching setting information (corresponding setting information), the default setting information (setting information held in advance) held by the screen capture program 310 is read in advance, and the process proceeds to step S404.
ステップS433では、情報処理装置101の画面キャプチャプログラム310は、画面表示制御モジュール312によって、対応づく設定情報を設定テーブル1200から読み出す。すなわち、3次元モデルのファイルの識別情報に対応づいて設定情報が記憶されている。
In step S433, the screen capture program 310 of the
ステップS404では、情報処理装置101の画面キャプチャプログラム310は、画面表示制御モジュール312によって、読み出された設定情報を図9に示すキャプチャ情報を設定画面900に設定して表示し、ユーザからの入力を受け付ける。すなわち、キャプチャの設定画面を表示する設定画面表示の一例である。また、記憶されている設定情報を読み出して表示する一例である。さらに、表示された3次元モデルのファイルに対応づいて記憶されている設定情報を読み出して表示する一例である。
In step S404, the screen capture program 310 of the
キャプチャ情報設定画面900は、キャプチャ画像の保存場所やキャプチャ画像名を設定する保存設定欄901、変換するファイル形式やその品質を設定する形式設定欄902、背景色を設定する背景色設定欄903、タイマーを設定するタイマー設定欄904から構成されるダイアログである。キャプチャ情報設定画面900は自動的に表示されてもよいし、キャプチャ処理受付画面800に備えられた設定ボタン802の押下を受け付けた場合に表示するようにしてもよい。プレビュー905は、範囲キャプチャボタンまたは全体キャプチャボタンが押下されキャプチャ画像をプレビューさせるかを設定する設定欄である。「レ」はプレビューONで、キャプチャボタンが押下された場合にプレビューが表示される設定である。「レ」がない場合、プレビューOFFで、キャプチャボタンが押下された場合にプレビューが表示されない設定である。
The capture
プレビュー905がONの場合、図13の1302のように、プレビュー画面が表示され、保存ボタンが押下されると、画面キャプチャプログラム310が設定情報に従って、所定のファイル形式、所定の保存場所にキャプチャ画像のファイルを保存する。
When the
ステップS405では、情報処理装置101の画面キャプチャプログラム310は、ステップS404で入力を受け付けた各種設定(設定情報)を、図12に示す設定テーブル1200に登録する。この時、開いているファイル名(1207)とともに登録する。すなわち、設定画面表示により設定された設定情報を記憶する記憶処理の一例である。
In step S405, the screen capture program 310 of the
設定テーブル1200(図12参照)は、フォルダパス1201、ファイル名1202、ファイル形式1203、品質1204、背景色1205、タイマー1206から構成される。フォルダパス1201は、キャプチャ画像の保存場所である。ファイル名1202は、キャプチャ画像の命名ルールである。ファイル形式1203は、キャプチャ画像を変換するファイル形式である。品質1204は、変換する際の品質を示す。背景色1205は、キャプチャする際の3次元CADアプリケーション300の背景色を示す。タイマー1206は、キャプチャ指示があってからキャプチャするまでの待機時間を示す。CADファイル名1207は、キャプチャ情報設定画面900で設定したCADファイル(開いているファイル)のファイル名称を示す。ファイル名はファイルパスであってもよい。このファイル名(ファイル識別情報)を保持することにより、設定値とファイルが対応づき、再度CADファイルを開いた際に、過去に設定した設定値を用いてキャプチャをすることが可能となる。
The setting table 1200 (see FIG. 12) includes a
ステップS406では、情報処理装置101の画面キャプチャプログラム310は、所定のフォルダにサムネイル画像が存在するか否かを判定する。所定のフォルダにサムネイル画像が存在する場合には、ステップS407に処理を進め、所定のフォルダにサムネイル画像が存在しない場合には、ステップS408に処理を進める
In step S406, the screen capture program 310 of the
本実施形態では、後述するステップS408で表示されるキャプチャ処理受付画面800で、過去にキャプチャした3次元モデルのサムネイル画像をサムネイル画像一覧803に一覧表示する。ユーザは、このサムネイル画像をクリックすることで、サムネイル画像に対応する表示方向に、表示中の3次元モデルを変更できる。つまり、ステップS406では、そのサムネイル画像があるか否か、つまり過去にキャプチャした3次元モデルの状態を再現できるか否かを判定することになる。ステップS403では、表示中の3次元モデルが以前キャプチャした際の表示状態を再現するのに対し、こちらは表示中の3次元モデルも含めて、情報処理装置101でキャプチャされたすべての3次元モデルの表示状態を再現するものである
In the present embodiment, the
また、本実施形態では、以前の表示方向を再現するために、その時キャプチャしたキャプチャ画像のサムネイル画像を一覧表示し、選択されたサムネイル画像に対応する表示方向で3次元モデルを回転させるものである。しかしながら、右斜め45度や真上といった所定の角度でキャプチャしたい場合には、図14に示すようなGUIを表示し、格子の各アイコンに対して選択を受け付けるような形態でもよい。図14に示すキャプチャ処理受付画面1400には、キャプチャ方向選択アイコン1401が表示されている。この格子上の中点や四隅に付されたアイコンをクリックすると、そのアイコンの位置に応じて3次元モデルを回転させることができる。具体的には、各アイコンに対応するように3次元モデルの回転角度が記憶されており、アイコンが選択されるとそのアイコンに対応する回転角度が取得できる。そして、3次元CADアプリケーション300にそのパラメータを渡すと、表示方向管理モジュール303が表示方向を変更する。このようなGUIで変更したい表示方向を選択させ、キャプチャさせる仕組みでもよい。
In the present embodiment, in order to reproduce the previous display direction, the thumbnail images of the captured images captured at that time are displayed in a list, and the three-dimensional model is rotated in the display direction corresponding to the selected thumbnail image. . However, if it is desired to capture at a predetermined angle, such as 45 degrees to the right or directly above, a GUI as shown in FIG. 14 may be displayed and a selection may be accepted for each icon on the grid. A capture
ステップS407では、情報処理装置101の画面キャプチャプログラム310は、所定のフォルダからサムネイル画像を取得し、RAM203に記憶しておく。
In step S407, the screen capture program 310 of the
ステップS408では、情報処理装置101の画面キャプチャプログラム310は、画面表示制御モジュール312によってキャプチャ処理受付画面800のサムネイル画像一覧803を更新する。具体的には、ステップS407で取得したサムネイル画像をユーザから選択可能に表示する。
In step S408, the screen capture program 310 of the
ステップS409では、情報処理装置101の画面キャプチャプログラム310は、ステップS408で表示されたサムネイル画像が選択されたか否かを判定する(表示方向指定受付)。サムネイル画像が選択されたと判定された場合には、ステップS410に処理を進め、そうでない場合には、ステップS415に処理を進める。
In step S409, the screen capture program 310 of the
ステップS410では、情報処理装置101の画面キャプチャプログラム310は、キャプチャ処理受付画面800の即キャプチャチェックボックス804にチェックが入っているか否かを判定する。即キャプチャチェックボックス804にチェックを入れて、サムネイル画像を選択した場合には、選択したサムネイル画像に対応する表示方向に3次元モデルを変更させた後、すぐにキャプチャが実行される。チェックが入っていない場合には、表示方向は変更されるが、キャプチャはなされないので、別途、範囲キャプチャボタン801を押下する必要がある。表示方向の再調整をしないのであれば、サムネイル画像をクリックするだけでその表示方向でキャプチャができるため、表示方向を調整する手間が大幅に軽減される。キャプチャしたい3次元モデルを開いて、サムネイルをクリックするという2つのステップを繰り返すだけでキャプチャ画像が生成できるということである。即キャプチャチェックボックス804にチェックが入っていると判定された場合には、ステップS411に処理を進め、即キャプチャチェックボックス804にチェックが入っていないと判定された場合には、ステップS413に処理を進める。
In step S410, the screen capture program 310 of the
ステップS411は、情報処理装置101の画面キャプチャプログラム310は、選択されたサムネイル画像に対応する表示方向になるように3次元モデルを回転させ、すぐにキャプチャする処理を実行する。サムネイルキャプチャ処理の詳細は、後述する図7に示す。
In step S411, the screen capture program 310 of the
ステップS413では、情報処理装置101の画面キャプチャプログラム310は、ステップS409で選択されたサムネイル画像に対応する属性情報を属性情報テーブル1210から取得する。具体的には、サムネイル画像のファイル名と一致するサムネイル画像名1213を特定し、当該レコードのモデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220、拡大率1221を取得する。
In step S413, the screen capture program 310 of the
ステップS414では、情報処理装置101の画面キャプチャプログラム310は、ステップS413で取得した属性情報に基づいて、3次元モデルの表示方向とキャプチャウィンドウ枠の設定を行う(表示方向変更)。画面キャプチャプログラム310の表示方向指示モジュール316から3次元CADアプリケーション300の表示方向管理モジュール303に対して表示方向や大きさの制御を指示する。表示方向管理モジュール303は、その指示に応じて表示されている3次元モデルの表示方向と大きさを調整する。表示方向指示モジュール316から表示方向管理モジュール303に対する指示には、取得したモデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、拡大率1221が含まれているため、これらに基づいて設定を行う。また、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318は、取得したキャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220に基づいて、キャプチャウィンドウ枠の大きさと位置を設定する。
In step S414, the screen capture program 310 of the
ステップS415では、情報処理装置101の3次元CADアプリケーション300は、3次元CADアプリケーションによって表示された3次元モデルの表示方向を変更する指示が、ユーザから3次元CADアプリケーションに対してあったか否かを判定する。つまり、マウス等を用いて直接3次元モデルの表示方向を変える操作の検知がなされたか否かを判定することになる。3次元モデルの表示方向を変更する指示が、ユーザから3次元CADアプリケーションに対してあったと判定された場合には、ステップS416に処理を進め、そうでない場合には、ステップS417に処理を進める。
In step S415, the three-dimensional CAD application 300 of the
ステップS416では、情報処理装置101の3次元CADアプリケーションは、ユーザからの指示に応じて、表示されている3次元モデルの表示方向を変更する。ここでの表示方向の変更は自由回転による変更である。よって、ユーザが3次元モデルに対してドラッグ操作することで3次元モデルが回転する。こうすることで、キャプチャする表示方向を微調整することができる。
In step S416, the three-dimensional CAD application of the
ステップS417では、情報処理装置101の画面キャプチャプログラム310は、キャプチャ範囲の変更が指示されたか否かを判定する。具体的には、図10のキャプチャウィンドウ枠1000に示すようなキャプチャウィンドウ枠が図10に示すような形態で3次元モデル上に表示されているので、このキャプチャウィンドウ枠1000の4辺、4隅に対してドラッグ操作が行われたか、または移動受付領域1001をクリックしてドラッグ操作が行われることで、キャプチャウィンドウ枠1000の移動指示がなされたか否かを判定することになる。キャプチャ範囲の変更が指示されたと判定された場合には、ステップS418に処理を進め、そうでない場合には、ステップS419に処理を進める。
In step S417, the screen capture program 310 of the
ステップS418では、情報処理装置101の画面キャプチャプログラム310は、ユーザからの操作に応じて、キャプチャウィンドウ枠1000の大きさを変更、またはキャプチャウィンドウ枠1000の移動を実行する(キャプチャ範囲設定)。これらのキャプチャウィンドウ枠1000の変更処理は、キャプチャ範囲設定モジュール318によって行われる。
In step S418, the screen capture program 310 of the
ステップS419では、情報処理装置101の画面キャプチャプログラム310は、キャプチャ処理受付画面800に備えられた範囲キャプチャボタン801が押下されたか否かを判定する。つまり、3次元モデルのキャプチャ指示があったか否かを判定することになる(キャプチャ指示受付)。キャプチャボタン801が押下されたと判定された場合には、ステップS420に処理を進め、そうでない場合には、ステップS422に処理を進める。なお、ステップS431で範囲キャプチャボタン801が押下されたか否かを判定しているが、各種設定変更(表示方向変更、キャプチャ範囲変更等)が任意に変更可能なため、ステップS419で再度範囲キャプチャボタン801が押下されたか否かを判定する処理としている。従って、範囲設定等が事前に行われて、変更がない場合には、ステップS419の処理はスキップして、ステップS420とステップS421の処理を実行してもよい。
In step S419, the screen capture program 310 of the
ステップS420では、情報処理装置101の画面キャプチャプログラム310は、3次元CADアプリケーションによって表示されている3次元モデルのキャプチャを実行する処理を行う。範囲キャプチャ処理は、後述する図5Aに示す。
In step S420, the screen capture program 310 of the
ステップS421では、情報処理装置101の画面キャプチャプログラム310は、キャプチャした3次元モデルの表示状態を保存する処理を実行する。属性情報保存処理の詳細は、後述する図6に示す。
In step S421, the screen capture program 310 of the
ステップS422では、情報処理装置101の画面キャプチャプログラム310は、ユーザから画面キャプチャプログラム310の終了指示があったか否かを判定する。具体的には、キャプチャ処理受付画面800に備えられた閉じるボタンが押下されたか否かで判定してもよいし、3次元CADアプリケーション300の終了が指示されたか否かを判定してもよい。画面キャプチャプログラム310の終了指示があったと判定された場合には、画面キャプチャプログラム310を終了させ、本一連の処理を終了し、そうでない場合にはステップS409に処理を戻し、処理を繰り返す。3次元CADアプリケーション300は起動したままでもよいし、画面キャプチャプログラム310の終了と共に終了させてもよい。
In step S422, the screen capture program 310 of the
次に、範囲キャプチャ処理について図5Aを用いて説明する。尚、ステップS501乃至ステップS514の各ステップは情報処理装置101おけるCPU201の制御の下、処理が行われる。
Next, the range capture process will be described with reference to FIG. 5A. Note that the processes in steps S501 to S514 are performed under the control of the
まず、ステップS501では、情報処理装置101の画面キャプチャプログラム310は、3次元CADアプリケーション300の背景色を取得する(背景色取得)。ここでいう背景色は、前述した通り、3次元モデルの背景に設定された色のことである。具体的には、画面キャプチャプログラム310の背景色指示モジュール317から3次元CADアプリケーション300の背景色管理モジュール304に対して、3次元CADアプリケーション300で表示されている背景色の取得を指示する。そして、指示を受けた背景色管理モジュール304は、現在設定されている背景色を取得し、背景色指示モジュール317に返す。こうすることで背景色が取得できる。取得した背景色は、背景色指示モジュール317によってRAM203に記憶される。
First, in step S501, the screen capture program 310 of the
ステップS502では、情報処理装置101の画面キャプチャプログラム310は、3次元CADアプリケーション300の背景色を前述したステップS405で設定された色に変更する(背景色変更)。具体的には、画面キャプチャプログラム310の背景色指示モジュール317から3次元CADアプリケーション300の背景色管理モジュール304に対して、3次元CADアプリケーション300で表示されている背景色の変更を指示する。変更する背景色は、前述したステップS405で設定された色、つまり、図9に示すキャプチャ情報設定画面900の背景色設定欄903に入力された色である。指示を受けた背景色管理モジュール304は、現在設定されている背景色を指示された色に変更する。このように、キャプチャを行う前に背景色を変更しておくように指示を出せれば、ユーザがキャプチャの都度、背景色を変更する必要はない。すなわち、設定された設定情報を用いて、アプリケーションに変更要求をする一例である。
In step S502, the screen capture program 310 of the
また、本実施形態では、3次元CADアプリケーション300に表示された3次元モデルの背景色を全体的に変更する仕組みとして説明したが、キャプチャウィンドウ枠1000内のみ変更するようにしてもよい。具体的には、ステップS502で画面キャプチャプログラム310の背景色指示モジュール317から3次元CADアプリケーション300の背景色管理モジュール304に対して、背景色の変更を指示する際に、前述したステップS418で設定されたキャプチャ範囲も背景色管理モジュール304に渡す。背景色管理モジュール304に渡すパラメータは、キャプチャウィンドウ枠1000を調整することで設定され、キャプチャ範囲設定モジュール318で取得したキャプチャウィンドウ枠の左上X,Y座標と、縦横の大きさである。キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220と同様のパラメータを渡すことになる。背景色管理モジュール304は、これらのパラメータを受け取ると、そのキャプチャ範囲に対してのみ、指定された色で背景色を変更する。必要な範囲だけ変更することができるので、どの範囲をキャプチャするのかがわかりやすくなる。
Further, in the present embodiment, the mechanism for changing the background color of the three-dimensional model displayed on the three-dimensional CAD application 300 as a whole has been described. However, only the inside of the
ステップS503では、情報処理装置101の画面キャプチャプログラム310は、前述したステップS405でタイマーが設定されているか否かを判定する。具体的には、図9に示すキャプチャ情報設定画面900のタイマー設定欄904に待機時間が設定されているか否かで判定することになる。タイマーを設定することで、キャプチャ指示を行ってからキャプチャが行われるまで設定された時間だけ待機し、待機が終了したらキャプチャするようになる。キャプチャまでの待機時間を設けることで、キャプチャウィンドウ枠の調整など、最終調整を行うことができる。タイマーが設定されていると判定された場合には、ステップS504に処理を進め、タイマーが設定されていないと判定された場合には、すぐにキャプチャするべく、ステップS508に処理を進める。
In step S503, the screen capture program 310 of the
ステップS504では、情報処理装置101の画面キャプチャプログラム310は、図11に示すようなタイマー画面1100をCRT210に表示させる。画面キャプチャプログラム310のタイマーモジュール320がタイマー設定欄904に設定された時間をセットしたタイマー画面1100を生成し、画面表示制御モジュール312が画面に表示させる。
In step S504, the screen capture program 310 of the
ステップS505では、情報処理装置101の画面キャプチャプログラム310は、タイマーモジュール320により、ステップS504でセットされたタイマーを開始する。つまり、撮影までのカウントダウンを開始することになる。本実施形態では、カウントダウンを行い、「0」になったらキャプチャが行われるものとするが、カウントアップでも構わない。
In step S505, the screen capture program 310 of the
ステップS506では、情報処理装置101の画面キャプチャプログラム310は、タイマーモジュール320によりステップS505で開始されたタイマーが「0」になったか否かを判定する(待機)。つまり、所定時間待機し、待機時間が終了したかどうかを判定することになる。タイマーが「0」になったと判定された場合には、ステップS507に処理を進め、そうでない場合には、タイマーが「0」になるまでステップS506の処理を繰り返す。
In step S506, the screen capture program 310 of the
ステップS507では、情報処理装置101の画面キャプチャプログラム310は、ステップS504で表示されたタイマー画面1100を、画面表示制御モジュール312によって非表示にする。こうすることで不要なタイマー画面1100がキャプチャされないように制御する。
In step S507, the screen capture program 310 of the
ステップS508では、情報処理装置101の画面キャプチャプログラム310は、画面表示制御モジュール312によって表示された各種ウィンドウが、前述したステップS418でキャプチャ範囲設定モジュール318によって設定されたキャプチャ範囲に含まれているか否かを判定する。画面のキャプチャは、3次元CADアプリケーション300ではなく、オペレーティングシステム330のキャプチャ制御モジュール331が行うため、情報処理装置101のCRT210に表示されている情報すべてがキャプチャ対象となる。つまり、3次元CADアプリケーション300が生成したウィンドウでなくとも、キャプチャ対象となってしまう。よって、被写体である3次元モデルに他のウィンドウが重なると3次元モデルが隠れてしまい、うまくキャプチャできない問題が発生する。特に、キャプチャ範囲外にウィンドウが表示されているのは問題ないが、キャプチャ範囲内にウィンドウが重なってくる場合には、これを非表示としなければいけない。よって、ステップS508では、キャプチャ範囲にウィンドウが含まれているかどうか判定している。
In step S508, the screen capture program 310 of the
ウィンドウが枠内にあるかとうか判定する方法は、キャプチャウィンドウ枠1000の画面位置座標の左下隅の座標を(X1,Y1)、右上隅の座標を(X2,Y2)とし、キャプチャウィンドウの画面位置座標の左下隅の座標を(X’1,Y’1)、右上隅の座標を(X’2,Y’2)とする。このとき、次の条件式、(X1<=X’1<=X2 または X1<=X’2<=X2) かつ (Y1<=Y’1<=Y2 または Y1<=Y’2<=Y2)を満たすとき、枠内にウィンドウがあると判断する。
キャプチャ範囲内にウィンドウが存在すると判定された場合には、ステップS509に処理を進め、そうでない場合には、ステップS510に処理を進める。
A method of determining whether the window is within the frame is as follows: the coordinates of the lower left corner of the screen position coordinates of the
If it is determined that a window exists within the capture range, the process proceeds to step S509; otherwise, the process proceeds to step S510.
ステップS509では、情報処理装置101の画面キャプチャプログラム310は、ステップS508でキャプチャ範囲に含まれると判定されたウィンドウを、画面表示制御モジュール312によって非表示にする(表示制御)。こうすることで、キャプチャ範囲にある不要なウィンドウを非表示とすることができるので、オペレーティングシステム330による画面のキャプチャであっても不要物の写り込みを防止できる。尚、本実施形態ではキャプチャ範囲内にあるウィンドウのみを非表示としたが、キャプチャ時には3次元モデルを表示する画面以外をすべて非表示としてもよい。つまり、画面キャプチャプログラム310の画面表示制御モジュール312によって表示されたウィンドウをすべて非表示としてもよい。更に、非表示でなくても、ウィンドウの最小化であってもよいし、キャプチャ範囲外にウィンドウを移動させてもよい。一時的に削除してしまってもよい。また、3次元CADアプリケーション300と画面キャプチャプログラム310以外のアプリケーションまたはプログラムが表示したウィンドウについても非表示とする仕組みも考えられる。具体的には、オペレーティングシステム330が備える画面表示制御モジュール(不図示)を用いて、キャプチャ対象となるウィンドウを表示しているアプリケーション以外を非表示にする、最小化する、削除する等を実行することで、不要物の写り込みを防止する。また、画面についてのみ非表示にしているが、カーソルのようなオブジェクトも含む。
In step S509, the screen capture program 310 of the
ステップS510では、情報処理装置101の画面キャプチャプログラム310は、CRT210に表示された画面をキャプチャする(キャプチャ実行)。具体的には、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318で取得したキャプチャウィンドウ枠1000の座標値や大きさを含めて、キャプチャ指示モジュール314からオペレーティングシステム330のキャプチャ制御モジュール331に対して指示を出す。キャプチャ制御モジュール331は、受け取った座標値や大きさに基づいてキャプチャ範囲を設定し、当該キャプチャ範囲に対して画面キャプチャを実行する。キャプチャが完了したら、キャプチャ制御モジュール331は、キャプチャしたキャプチャ画像をRAM203に記憶する。すなわち、範囲キャプチャボタンが押下された場合に、オペレーティングシステムに画面で指定された範囲のキャプチャ要求を出力する一例である。
In step S510, the screen capture program 310 of the
ステップS511では、情報処理装置101の画面キャプチャプログラム310は、ステップS510でRAM203に記憶されたキャプチャ画像を、キャプチャ画像変換モジュール315によって取得する。なお、プレビュー905がONの場合、オペレーティングシステムで生成され、取得したキャプチャ画像をプレビュー表示する。そして、図13の保存ボタンがユーザに押下された場合にステップS512へ処理を移す。
In step S511, the screen capture program 310 of the
ステップS512では、情報処理装置101の画面キャプチャプログラム310は、ステップS511で取得したキャプチャ画像をユーザから指定された形式に変換する(キャプチャ画像変換)。具体的には、画面キャプチャプログラム310のキャプチャ画像変換モジュール315によって、設定テーブル1200で設定されたファイル形式1203と品質1204でキャプチャ画像を変換する。背景色設定欄903で透過色が設定されていれば、その色を透過色として変換する。画像の変換については従来技術を用いるものとするので、詳細な説明は省略する。変換が終わったら、設定テーブル1200のファイル名1202に格納されたファイル名の命名ルールに基づいて、変換したキャプチャ画像のファイル名を変更し、フォルダパス1201が示すフォルダにキャプチャ画像を格納する。
In step S512, the screen capture program 310 of the
ステップS513では、情報処理装置101の画面キャプチャプログラム310は、ステップS501で記憶した背景色をRAM203から取得し、取得した色で3次元CADアプリケーション300の背景色を変更する。つまり、元の背景色に戻すということである。具体的には、画面キャプチャプログラム310の背景色指示モジュール317が取得した色に変更するよう、3次元CADアプリケーション300の背景色管理モジュール304に対して指示を出す。背景色管理モジュール304は、受け取った色で3次元CADアプリケーション300の背景色を変更する。背景色の指定はカラーパレットやRGB値によって指定することが多く、元の色を覚えておくことはユーザにとって大きな負担となるし、元の色を再現することも非常に手間である。このようにキャプチャ前に背景色を保存しておき、キャプチャ後に復元することで、キャプチャを行うときだけ背景色を変更することができるので、ユーザが手作業で元の背景色に戻す手間が軽減される。
In step S513, the screen capture program 310 of the
ステップS514では、情報処理装置101の画面キャプチャプログラム310は、ステップS509で非表示としたウィンドウを画面表示制御モジュール312によって再表示する。つまり、ウィンドウについてもキャプチャ前の状態に戻す。非表示のままではその後の作業に影響が出るため、キャプチャ前の状態を復元することでスムーズな作業が可能となる。尚、ウィンドウが最小化されている場合には元のサイズに戻す処理を行い、キャプチャ範囲外に移動されている場合には、それらを元の位置に戻す。移動の場合には、ステップS509で移動前の座標値をウィンドウごとに保持しておき、その座標値に基づいて元の位置に戻すような仕組みにすれば実現可能である。
In step S514, the screen capture program 310 of the
図5Aの範囲キャプチャ処理について図13を用いて説明する。図13はキャプチャ処理の遷移を示す図である。まず、キャプチャ前に3次元モデルの背景として設定されている背景色を取得しておく(ステップS501)。その後、キャプチャを実行するのだが、画面例1301ではキャプチャウィンドウ枠内に不要なウィンドウが存在していることがわかる(ステップS508)。よって、この不要なウィンドウを非表示とし(ステップS509)、背景色を変更して(ステップS502)、画面例1302のような状態にする。こうすることで邪魔なオブジェクトは存在しなくなり、ユーザの望む背景色に変更されたので、指定されたキャプチャウィンドウ枠に基づいてキャプチャを実行する(ステップS510)。キャプチャが終了したら、保存した背景色に自動的に戻し(ステップS513)、非表示にしたウィンドウを再表示する(ステップS514)。つまり、画面例1301の状態に戻る。以上のようにすることで、不要なウィンドウの非表示、背景色の変更、キャプチャ後の復元が可能となる。 The range capture processing of FIG. 5A will be described with reference to FIG. FIG. 13 is a diagram showing the transition of the capture processing. First, the background color set as the background of the three-dimensional model is obtained before capture (step S501). After that, the capture is executed. In the screen example 1301, it can be seen that an unnecessary window exists in the capture window frame (step S508). Therefore, the unnecessary window is not displayed (step S509), the background color is changed (step S502), and a state as shown in a screen example 1302 is obtained. By doing so, there is no obstructive object, and the background color is changed to the one desired by the user. Therefore, the capture is executed based on the designated capture window frame (step S510). When the capture is completed, the background color is automatically returned to the stored background color (step S513), and the hidden window is displayed again (step S514). That is, the state returns to the state of the screen example 1301. In this manner, unnecessary windows can be hidden, the background color can be changed, and restoration after capture can be performed.
範囲キャプチャは、オペレーティングシステム330に対してキャプチャ要求を出力するため、3次元モデル以外の3次元CADアプリケーション300のウィンドウ全体やウィンドウの一部、メニューなど種々のキャプチャが可能となる。 Since the range capture outputs a capture request to the operating system 330, various captures such as the entire window, a part of the window, and the menu of the three-dimensional CAD application 300 other than the three-dimensional model can be performed.
次に、全体キャプチャ処理について図5Bを用いて説明する。尚、ステップS521乃至ステップS523の各ステップは情報処理装置101おけるCPU201の制御の下、処理が行われる。なお、図5Aと同様のステップについての詳細な説明を省略する。
Next, the entire capture processing will be described with reference to FIG. 5B. Note that the processes in steps S521 to S523 are performed under the control of the
ステップS521では、情報処理装置101の画面キャプチャプログラム310は、図15に示す全体キャプチャ通知画面1500を表示する。ここでは、画面上には、範囲キャプチャができるようにキャプチャウィンドウ枠が表示されているため、ユーザに対して、「キャプチャ枠に関係なく、表示されている3次元モデル全体がキャプチャされます。全体キャプチャを実行する場合はOKボタンを押下してください。」の通知表示を行い、全体キャプチャボタンの押下によりキャプチャウィンドウ枠でのキャプチャがされるとの誤認識を抑止する。
In step S521, the screen capture program 310 of the
全体キャプチャ通知画面1500でOKボタンが押下されると、ステップS501へ処理を移し、キャンセルボタンが押下されると全体キャプチャ処理を終了する。
ステップS501〜ステップS506、ステップS513の処理は上述した通りであるが、概略を記載する。
If the OK button is pressed on the entire capture notification screen 1500, the process proceeds to step S501, and if the cancel button is pressed, the entire capture process ends.
The processes in steps S501 to S506 and step S513 are as described above, but are described briefly.
キャプチャ前に3次元モデルの背景として設定されている背景色を取得して記憶する(ステップS501)。指定された色で背景色を変更する(ステップS502)。ステップS405でタイマーが設定されているか否かを判定する(ステップS503)。タイマーが設定されていると判定された場合には、ステップS504に処理を進め、タイマーが設定されていないと判定された場合には、すぐに全体キャプチャすべく、ステップS522に処理を進める。 Before the capture, the background color set as the background of the three-dimensional model is obtained and stored (step S501). The background color is changed with the designated color (step S502). It is determined whether or not a timer is set in step S405 (step S503). If it is determined that the timer is set, the process proceeds to step S504. If it is determined that the timer is not set, the process proceeds to step S522 to immediately capture the entire image.
図11に示すようなタイマー画面1100をCRT210に表示させる(S504)。ステップS504でセットされたタイマーを開始する(S505)。開始されたタイマーが「0」になったか否かを判定する(S506)。タイマーが「0」になったと判定された場合には、ステップS523に処理を進める。
A
ステップS522では、情報処理装置101の画面キャプチャプログラム310は、3次元CADアプリケーション300に対して、全体キャプチャ要求を出力する。全体キャプチャ要求は3次元CADアプリケーション300のAPIを用いるものとし、キャプチャに必要な設定を引数として含んだ要求を3次元CADアプリケーション300に出力する。すなわち、全体キャプチャボタンが押下された場合に、アプリケーションにキャプチャ要求を出力する一例である。
In step S522, the screen capture program 310 of the
なお、プレビュー905がONの場合、3次元CADアプリケーション300で生成され、取得したキャプチャ画像をプレビュー表示する。そして、全体キャプチャ時のプレビュー画面(図13と同様)の保存ボタンがユーザに押下された場合にステップS523へ処理を移す。
When the
ステップS523では、全体キャプチャ要求を受け付けた3次元CADアプリケーション300が、現在表示されている状態の3次元モデルを取得した設定(APIに含まれる引数の設定)に従って、画像ファイルを作成する。3次元CADアプリケーション300からキャプチャ画像を取得し、画面キャプチャプログラム310が、取得したキャプチャ画像を基に、指定された保存先に画像ファイルを保存する。その後、ステップS513へ処理が実行される。 In step S523, the three-dimensional CAD application 300 that has received the entire capture request creates an image file according to the setting (the setting of the argument included in the API) in which the currently displayed three-dimensional model is acquired. The captured image is acquired from the three-dimensional CAD application 300, and the screen capture program 310 saves the image file in a designated storage location based on the acquired captured image. Thereafter, the process is performed on step S513.
なお、全体キャプチャ時に処理速度優先モードを設定した場合には(不図示)、プレビュー905の設定をOFFにして、3次元CADアプリケーション300に対して全体キャプチャ要求を行い、3次元CADアプリケーション300側で画像ファイルを作成して、所定の保存場所に保存させる。ファイル保存場所、画像ファイル形式は、図9で設定した際に、引数で3次元CADアプリケーション300へ通知しておく、あるいは、設定テーブル1200を3次元CADアプリケーション300が参照する形態であってもよい。
If the processing speed priority mode is set during the entire capture (not shown), the setting of the
ステップS513は、画面キャプチャプログラム310の処理であり、画面キャプチャプログラム310により、ステップS501で記憶した背景色をRAM203から取得し、取得した色で3次元CADアプリケーション300の背景色を変更する。つまり、元の背景色に戻す。
Step S513 is processing of the screen capture program 310. The screen capture program 310 acquires the background color stored in step S501 from the
なお、全体キャプチャの場合には、オペレーティングシステムのキャプチャ機能を使わず、3次元CADアプリケーション300のキャプチャ機能(表示している状態の3次元モデルの画像ファイル化)を用いているため、タイマー画面1100やキャプチャウィンドウ枠やメニュー画面などを非表示する必要がない。そのため範囲キャプチャと異なり、各種画面の再表示を行わないように制御している。
In the case of the whole capture, the
次に、属性情報保存処理について図6を用いて説明する。尚、ステップS601乃至ステップS605の各ステップは情報処理装置101おけるCPU201の制御の下、処理が行われる。
Next, the attribute information storage processing will be described with reference to FIG. Note that the processes in steps S601 to S605 are performed under the control of the
まず、ステップS601では、情報処理装置101の画面キャプチャプログラム310は、キャプチャした3次元モデルに設定された表示方向を取得する。具体的には、画面キャプチャプログラム310の表示方向指示モジュール316から3次元CADアプリケーション300の表示方向管理モジュール303に対して、キャプチャした3次元モデルの表示方向の取得指示を出す。指示を受けた表示方向管理モジュール303は、3次元モデルに設定された表示方向を取得し、表示方向指示モジュール316に返す。取得するパラメータは、モデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、拡大率1221に相当するパラメータである。取得した表示方向は、前述したステップS403で前回のキャプチャ状態を再現する時や、ステップS411のサムネイルキャプチャ処理、ステップS413、ステップS414でサムネイル画像が選択されたときに表示方向を再現するために使用される。
First, in step S601, the screen capture program 310 of the
ステップS602では、情報処理装置101の画面キャプチャプログラム310は、キャプチャした際のキャプチャウィンドウ枠1000の位置や大きさを取得する。具体的には、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318がキャプチャした際に設定されていたキャプチャウィンドウ枠1000の位置や大きさを取得する。取得するパラメータとしては、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220に相当するパラメータである。こちらも、前述したステップS403で前回のキャプチャ状態を再現する時や、ステップS411のサムネイルキャプチャ処理、ステップS413、ステップS414でサムネイル画像が選択されたときにキャプチャウィンドウ枠1000を再現するために使用される。
In step S602, the screen capture program 310 of the
ステップS603では、情報処理装置101の画面キャプチャプログラム310は、ステップS601とステップS602で取得した各種パラメータを、属性情報管理モジュール319によって属性情報テーブル1210に登録する(履歴登録)。キャプチャされた3次元モデルのファイル名をCADファイル名1211に格納し、ステップS512で保存されたキャプチャ画像のファイル名をキャプチャファイル名1212に格納する。そして、モデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220、拡大率1221に、ステップS601、ステップS602で取得したパラメータをそれぞれ格納する。
In step S603, the screen capture program 310 of the
ステップS604では、情報処理装置101の画面キャプチャプログラム310は、前述したステップS512で保存されたキャプチャ画像に基づいて、サムネイル画像管理モジュール321によりサムネイル画像を生成する。サムネイル画像は前述したステップS407、ステップS408で使用される。図8に示すキャプチャ処理受付画面800のサムネイル画像一覧803のように表示し、ユーザからの選択を受け付けるために使用される画像である。
In step S604, the screen capture program 310 of the
ステップS605では、情報処理装置101の画面キャプチャプログラム310は、ステップS604で生成されたサムネイル画像を、サムネイル画像管理モジュール321により所定のフォルダに保存する。保存場所は、ステップS406、ステップS407で参照するフォルダが望ましい。保存が完了したら、当該サムネイル画像のファイル名を属性情報テーブル1210のサムネイル画像名1213に格納する。このようにすることで、キャプチャ時の表示状態を保存することができ、これらを用いて、前述したステップS411やステップS414でその表示状態を再現することができる。
In step S605, the screen capture program 310 of the
次に、サムネイルキャプチャ処理について図7を用いて説明する。尚、ステップS701乃至ステップS705の各ステップは情報処理装置101おけるCPU201の制御の下、処理が行われる。
Next, the thumbnail capture processing will be described with reference to FIG. Note that the processes in steps S701 to S705 are performed under the control of the
まず、ステップS701では、情報処理装置101の画面キャプチャプログラム310は、ステップS409で選択されたサムネイル画像に対応する属性情報を属性情報テーブル1210から取得する(表示方向取得)。具体的には、サムネイル画像のファイル名と一致するサムネイル画像名1213を特定し、当該レコードのモデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220、拡大率1221を取得する。
First, in step S701, the screen capture program 310 of the
ステップS702では、情報処理装置101の画面キャプチャプログラム310は、キャプチャ前の表示状態を保存する。具体的には、画面キャプチャプログラム310の表示方向指示モジュール316から3次元CADアプリケーション300の表示方向管理モジュール303に対して、キャプチャした3次元モデルの表示方向の取得指示を出す。指示を受けた表示方向管理モジュール303は、3次元モデルに設定された表示方向を取得し、表示方向指示モジュール316に返す。取得するパラメータは、モデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、拡大率1221に相当するパラメータである。また、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318がキャプチャした際に設定されていたキャプチャウィンドウ枠1000の位置や大きさを取得する。取得するパラメータとしては、キャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220に相当するパラメータである。取得した各種パラメータはRAM203に記憶しておく。
In step S702, the screen capture program 310 of the
ステップS703では、情報処理装置101の画面キャプチャプログラム310は、ステップS701で取得した属性情報に基づいて、表示されている3次元モデルの表示方向やキャプチャ範囲を設定する(表示方向変更)。画面キャプチャプログラム310の表示方向指示モジュール316から3次元CADアプリケーション300の表示方向管理モジュール303に対して、ステップS701で取得したモデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、拡大率1221に基づく、3次元モデルの表示方向の変更指示を出す。指示を受けた表示方向管理モジュール303は、3次元モデルに設定された表示方向を指定されたパラメータに基づいて変更する。また、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318が、ステップS701で取得したキャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220に基づいて、キャプチャウィンドウ枠1000の設定を行う。表示方向やキャプチャウィンドウの設定方法は前述の通りである。
In step S703, the screen capture program 310 of the
ステップS704では、情報処理装置101の画面キャプチャプログラム310は、3次元CADアプリケーションによって表示されている3次元モデルのキャプチャを実行する処理を行う。範囲キャプチャ処理は、前述した通りである。
In step S704, the screen capture program 310 of the
ステップS705では、情報処理装置101の画面キャプチャプログラム310は、キャプチャが終了したので、ステップS702で保存した表示方向とキャプチャウィンドウ枠に戻す。具体的には、画面キャプチャプログラム310の表示方向指示モジュール316から3次元CADアプリケーション300の表示方向管理モジュール303に対して、ステップS702で保存したモデル表示方向(X軸回転角度)1214、モデル表示方向(Y軸回転角度)1215、モデル表示方向(Z軸回転角度)1216、拡大率1221に基づく、3次元モデルの表示方向の変更指示を出す。指示を受けた表示方向管理モジュール303は、3次元モデルに設定された表示方向を指定されたパラメータに基づいて変更する。また、画面キャプチャプログラム310のキャプチャ範囲設定モジュール318が、ステップS702で保存したキャプチャウィンドウ枠の大きさ(横)1217、キャプチャウィンドウ枠の大きさ(縦)1218、キャプチャウィンドウ枠位置(X位置)1219、キャプチャウィンドウ枠位置(Y位置)1220に基づいて、キャプチャウィンドウ枠1000の設定を行う。表示方向やキャプチャウィンドウの設定方法は前述の通りである。
In step S705, the screen capture program 310 of the
以上説明したように、本実施形態によれば、全体キャプチャボタンと範囲キャプチャボタンとを表示して、ユーザがアプリケーションを意識することなく所定の画面キャプチャを容易に行うことができる。特に、ユーザが3次元データを表示するアプリケーションとオペレーティングシステムを切り替えて、キャプチャすることがなくなるため、ユーザにとって煩雑な操作をなくすことが可能となる。 As described above, according to the present embodiment, the entire capture button and the range capture button are displayed, so that the user can easily perform a predetermined screen capture without being conscious of the application. In particular, since the user does not need to switch between the application for displaying the three-dimensional data and the operating system to capture, it is possible to eliminate a complicated operation for the user.
また、範囲キャプチャでも全体キャプチャでも同じ設定で画像を取得することができるため、従来のようにアプリケーションとオペレーティングシステムを切り替えてキャプチャすることにより設定が異なる画像の生成をなくすことができ、作業者の負担を大幅に軽減することが可能となる。 In addition, since images can be acquired with the same settings for both range capture and full capture, switching between applications and the operating system as in the past to capture images eliminates the need to generate images with different settings, thus eliminating the need for operators. The burden can be greatly reduced.
その他の効果として、範囲キャプチャの場合には、不要なオブジェクトを非表示にした後にキャプチャに関する処理を実行することが可能となるので、キャプチャしたい被写体が隠れることなく、キャプチャすることのでき、全体キャプチャの場合には、不要な画面がないため、非表示にすることをせずにキャプチャすることができるため、効率的なキャプチャが可能となる。また、本実施形態によれば、背景色を変更した後にキャプチャに関する処理を実行することが可能となるので、ユーザの望む背景色でキャプチャすることのできる効果を奏する。 As another effect, in the case of range capture, it is possible to execute processing related to capture after hiding unnecessary objects, so that the subject to be captured can be captured without hiding, and overall capture In the case of (1), since there is no unnecessary screen, it is possible to capture without hiding the screen, so that efficient capture is possible. Further, according to the present embodiment, it is possible to execute the processing related to the capture after the background color is changed, so that there is an effect that the capture can be performed with the background color desired by the user.
本発明は、例えば、システム、装置、方法、プログラム若しくは記憶媒体等としての実施形態も可能であり、具体的には、複数の機器から構成されるシステムに適用してもよいし、また、1つの機器からなる装置に適用してもよい。 The present invention is, for example, possible as an embodiment as a system, an apparatus, a method, a program, a storage medium, or the like. Specifically, the present invention may be applied to a system including a plurality of devices. You may apply to the apparatus which consists of three apparatuses.
なお、本発明は、前述した実施形態の機能を実現するソフトウェアのプログラムを、システム或いは装置に直接、或いは遠隔から供給するものを含む。そして、そのシステム或いは装置のコンピュータが前記供給されたプログラムコードを読み出して実行することによっても達成される場合も本発明に含まれる。 The present invention also includes a software program for realizing the functions of the above-described embodiments, which is supplied directly or remotely to a system or an apparatus. The present invention also includes a case where the present invention is also achieved by a computer of the system or the apparatus reading and executing the supplied program code.
したがって、本発明の機能処理をコンピュータで実現するために、前記コンピュータにインストールされるプログラムコード自体も本発明を実現するものである。つまり、本発明は、本発明の機能処理を実現するためのコンピュータプログラム自体も含まれる。 Therefore, the program code itself installed in the computer to implement the functional processing of the present invention by the computer also implements the present invention. That is, the present invention includes the computer program itself for realizing the functional processing of the present invention.
その場合、プログラムの機能を有していれば、オブジェクトコード、インタプリタにより実行されるプログラム、OSに供給するスクリプトデータ等の形態であってもよい。 In this case, as long as it has the function of the program, it may be in the form of an object code, a program executed by an interpreter, script data supplied to the OS, or the like.
プログラムを供給するための記録媒体としては、例えば、フレキシブルディスク、ハードディスク、光ディスク、光磁気ディスク、MO、CD−ROM、CD−R、CD−RWなどがある。また、磁気テープ、不揮発性のメモリカード、ROM、DVD(DVD−ROM,DVD−R)などもある。 Examples of a recording medium for supplying the program include a flexible disk, a hard disk, an optical disk, a magneto-optical disk, an MO, a CD-ROM, a CD-R, and a CD-RW. Further, there are a magnetic tape, a nonvolatile memory card, a ROM, a DVD (DVD-ROM, DVD-R), and the like.
その他、プログラムの供給方法としては、クライアントコンピュータのブラウザを用いてインターネットのホームページに接続する。そして、前記ホームページから本発明のコンピュータプログラムそのもの、若しくは圧縮され自動インストール機能を含むファイルをハードディスク等の記録媒体にダウンロードすることによっても供給できる。 As another method of supplying the program, a browser on a client computer is used to connect to a homepage on the Internet. The computer program of the present invention or a compressed file including an automatic installation function can be supplied from the home page by downloading the file to a recording medium such as a hard disk.
また、本発明のプログラムを構成するプログラムコードを複数のファイルに分割し、それぞれのファイルを異なるホームページからダウンロードすることによっても実現可能である。つまり、本発明の機能処理をコンピュータで実現するためのプログラムファイルを複数のユーザに対してダウンロードさせるWWWサーバも、本発明に含まれるものである。 Also, the present invention can be realized by dividing the program code constituting the program of the present invention into a plurality of files and downloading each file from a different homepage. In other words, the present invention also includes a WWW server that allows a plurality of users to download a program file for implementing the functional processing of the present invention on a computer.
また、本発明のプログラムを暗号化してCD−ROM等の記憶媒体に格納してユーザに配布し、所定の条件をクリアしたユーザに対し、インターネットを介してホームページから暗号化を解く鍵情報をダウンロードさせる。そして、ダウンロードした鍵情報を使用することにより暗号化されたプログラムを実行してコンピュータにインストールさせて実現することも可能である。 In addition, the program of the present invention is encrypted, stored in a storage medium such as a CD-ROM, distributed to users, and downloaded to a user who satisfies predetermined conditions from a homepage via the Internet to download key information for decryption. Let it. It is also possible to execute the encrypted program by using the downloaded key information and install the program on a computer to realize the program.
また、コンピュータが、読み出したプログラムを実行することによって、前述した実施形態の機能が実現される。その他、そのプログラムの指示に基づき、コンピュータ上で稼動しているOSなどが、実際の処理の一部又は全部を行い、その処理によっても前述した実施形態の機能が実現され得る。 The functions of the above-described embodiments are implemented when the computer executes the read program. In addition, the OS or the like running on the computer performs part or all of the actual processing based on the instructions of the program, and the functions of the above-described embodiments can also be realized by the processing.
さらに、記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれる。その後、そのプログラムの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部又は全部を行い、その処理によっても前述した実施形態の機能が実現される。 Further, the program read from the recording medium is written to a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer. Thereafter, based on instructions of the program, a CPU or the like provided in the function expansion board or the function expansion unit performs part or all of actual processing, and the functions of the above-described embodiments are also realized by the processing.
なお、前述した実施形態は、本発明を実施するにあたっての具体化の例を示したものに過ぎず、これらによって本発明の技術的範囲が限定的に解釈されてはならないものである。即ち、本発明はその技術思想、又はその主要な特徴から逸脱することなく、様々な形で実施することができる。 It should be noted that the above-described embodiment is merely an example of the embodiment for carrying out the present invention, and the technical scope of the present invention should not be interpreted in a limited manner. That is, the present invention can be implemented in various forms without departing from the technical idea or the main features.
100 3次元CADシステム
101 情報処理装置
102 サーバ
103 ネットワーク
201 CPU
202 RAM
203 ROM
204 システムバス
205 入力コントローラ
206 ビデオコントローラ
207 メモリコントローラ
208 通信I/F(インターフェース)コントローラ
209 入力装置
210 ディスプレイ装置
211 外部メモリ
100 three-
202 RAM
203 ROM
204
Claims (9)
前記3次元モデルの全体のキャプチャの実行指示、または、前記3次元モデルの任意の範囲のキャプチャの実行指示を受け付ける受付手段と、
前記受付手段で前記3次元モデルの全体のキャプチャの実行指示を受け付けた場合には前記アプリケーションにキャプチャ要求を出力し、また、前記受付手段で前記3次元モデルの任意の範囲のキャプチャの実行指示を受け付けた場合には前記オペレーションシステムに前記任意の範囲のキャプチャ要求を出力する出力手段と
を備えることを特徴とする情報処理装置。 The information processing apparatus having an application and an operating system for displaying a three-dimensional model,
Receiving means for receiving an instruction to execute capture of the entire three-dimensional model or an instruction to execute capture of an arbitrary range of the three-dimensional model;
When the receiving unit receives an instruction to execute the capture of the entire three-dimensional model, the receiving unit outputs a capture request to the application, and the receiving unit issues an instruction to execute the capture of an arbitrary range of the three-dimensional model. the information processing apparatus when receiving, characterized in that the an output means for outputting the capture request for the given range in the operation system.
前記受付手段は、前記表示制御手段で表示された全体キャプチャボタンまたは範囲キャプチャボタンの選択の受付に基づいて前記実行指示を受け付けることを特徴とする請求項1に記載の情報処理装置。2. The information processing apparatus according to claim 1, wherein the receiving unit receives the execution instruction based on a selection of an entire capture button or a range capture button displayed by the display control unit. 3.
前記出力手段は、前記表示制御手段で表示された情報設定画面で設定された情報に基づいて、前記キャプチャ要求を出力することを特徴とする請求項2に記載の情報処理装置。 The display control means displays the information setting screen for setting the information related to the capture,
The information processing apparatus according to claim 2 , wherein the output unit outputs the capture request based on information set on an information setting screen displayed by the display control unit .
前記表示制御手段は、前記記憶手段に記憶されている情報を表示させるよう制御することを特徴とする請求項3に記載の情報処理装置。 E Bei storage means for storing said information,
Wherein the display control unit, an information processing apparatus according to information that has been stored in the storage means to claim 3, characterized in that controls to Viewing.
前記出力手段は、前記表示制御手段で表示された範囲設定画面で設定された任意の範囲に基づいて、前記キャプチャ要求を出力することを特徴とする請求項2乃至4のいずれか1項に記載の情報処理装置。5. The apparatus according to claim 2, wherein the output unit outputs the capture request based on an arbitrary range set on a range setting screen displayed by the display control unit. 6. Information processing device.
前記画面の全体のキャプチャの実行指示、または、前記画面の任意の範囲のキャプチャの実行指示を受け付ける受付手段と、
前記受付手段で前記画面の全体のキャプチャの実行指示を受け付けた場合には前記アプリケーションにキャプチャ要求を出力し、また、前記受付手段で前記画面の任意の範囲のキャプチャの実行指示を受け付けた場合には前記オペレーションシステムに前記任意の範囲のキャプチャ要求を出力する出力手段と
を備えることを特徴とする情報処理装置。 The information processing apparatus having an application and an operating system for displaying a screen,
Receiving means for receiving an instruction to execute capture of the entire screen , or an instruction to execute capture of an arbitrary range of the screen ,
If the receiving unit receives an instruction to execute the capture of the entire screen , a capture request is output to the application, and if the receiving unit receives an instruction to execute the capture of an arbitrary range of the screen , the information processing apparatus according to an outputting means for outputting a capture request for the given range in the operation system.
前記3次元モデルの全体のキャプチャの実行指示、または、前記3次元モデルの任意の範囲のキャプチャの実行指示を受け付ける受付ステップと、
前記受付ステップで前記3次元モデルの全体のキャプチャの実行指示を受け付けた場合には前記アプリケーションにキャプチャ要求を出力し、また、前記受付ステップで前記3次元モデルの任意の範囲のキャプチャの実行指示を受け付けた場合には前記オペレーションシステムに前記任意の範囲のキャプチャ要求を出力する出力ステップと
を含むことを特徴とする情報処理装置の処理方法。 A processing method for an information processing apparatus including an application and an operating system for displaying a three-dimensional model,
A receiving step of receiving an instruction to execute capture of the entire three-dimensional model or an instruction to execute capture of an arbitrary range of the three-dimensional model;
Said when accepting an instruction to execute the entire capture the 3-dimensional model at the reception step to output the capture request to the application, also an instruction to execute capture any range of the three-dimensional model in the accepting step processing method for an information processing apparatus when receiving the, characterized in that it comprises an output step of outputting the capture request for the given range in the operation system.
前記画面の全体のキャプチャの実行指示、または、前記画面の任意の範囲のキャプチャの実行指示を受け付ける受付ステップと、
前記受付ステップで前記画面の全体のキャプチャの実行指示を受け付けた場合には前記アプリケーションにキャプチャ要求を出力し、また、前記受付ステップで前記画面の任意の範囲のキャプチャの実行指示を受け付けた場合には前記オペレーションシステムに前記任意の範囲のキャプチャ要求を出力する出力ステップと
を含むことを特徴とする情報処理装置の処理方法。 A processing method for an information processing apparatus including an application and an operating system for displaying a screen,
An instruction to execute the capture of the entire screen , or a receiving step of receiving an instruction to execute the capture of an arbitrary range of the screen ,
Said when accepting an instruction to execute the entire capture the screen at the reception step to output the capture request to the application, also when receiving an execution instruction of capturing any range of the screen in the receiving step processing method for an information processing apparatus characterized by comprising an output step of outputting the capture request for the given range in the operation system.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015091566A JP6646200B2 (en) | 2015-04-28 | 2015-04-28 | Information processing apparatus, processing method thereof, and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2015091566A JP6646200B2 (en) | 2015-04-28 | 2015-04-28 | Information processing apparatus, processing method thereof, and program |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2016207143A JP2016207143A (en) | 2016-12-08 |
JP2016207143A5 JP2016207143A5 (en) | 2019-02-21 |
JP6646200B2 true JP6646200B2 (en) | 2020-02-14 |
Family
ID=57490141
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015091566A Active JP6646200B2 (en) | 2015-04-28 | 2015-04-28 | Information processing apparatus, processing method thereof, and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6646200B2 (en) |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4748905B2 (en) * | 2001-09-28 | 2011-08-17 | 株式会社バンダイナムコゲームス | Screen shot providing system and program |
US8312365B2 (en) * | 2010-06-11 | 2012-11-13 | Microsoft Corporation | Rendering web content with a brush |
JP5370561B1 (en) * | 2012-09-28 | 2013-12-18 | キヤノンマーケティングジャパン株式会社 | Information processing apparatus, control method thereof, and program |
JP5772878B2 (en) * | 2012-09-28 | 2015-09-02 | キヤノンマーケティングジャパン株式会社 | Information processing apparatus, control method thereof, and program |
-
2015
- 2015-04-28 JP JP2015091566A patent/JP6646200B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2016207143A (en) | 2016-12-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10984579B2 (en) | Playback for embedded and preset 3D animations | |
JP4981147B2 (en) | Parameter setting unit superimposed on the image | |
CN102622223A (en) | Directly assigning desktop backgrounds | |
JP2003296012A (en) | System for inputting and displaying graphic and method of using interface | |
JP5862103B2 (en) | Electronic blackboard device, screen display method and program | |
JP4508745B2 (en) | Information processing apparatus, image editing apparatus, control method therefor, computer program, and computer-readable storage medium | |
JP2016157156A (en) | Information processing apparatus, information processing system, information processing method, and program | |
US11106340B2 (en) | Information processing apparatus and information processing method | |
JP5370561B1 (en) | Information processing apparatus, control method thereof, and program | |
JPH11306002A (en) | Editing device and editing method for gui environment | |
JP5999227B2 (en) | Information processing apparatus, control method thereof, and program | |
JP6011603B2 (en) | Information processing apparatus, control method thereof, and program | |
JP6646200B2 (en) | Information processing apparatus, processing method thereof, and program | |
JP2006134230A (en) | Image editing device | |
JP6572940B2 (en) | Information processing apparatus, control method thereof, and program | |
JP5664731B2 (en) | Information processing apparatus, control method thereof, and program | |
KR20180116708A (en) | Method and apparatus for providing contents for layered hologram | |
US11157130B2 (en) | Cursor-based resizing for copied image portions | |
JP7290095B2 (en) | Display control program, display control method and display control device | |
EP4254153A1 (en) | Information processing system, information processing method, and program | |
EP4254152A1 (en) | Information processing system and information processing program | |
JP2012064156A (en) | Information processing apparatus, and processing method and program thereof | |
JP2022101746A (en) | Information processing apparatus, information processing method, and program | |
JP2022101740A (en) | Information processing apparatus, information processing method, and program | |
CN118484242A (en) | Virtual resource processing method and device and electronic equipment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20161101 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20161101 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20180501 |
|
RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20180703 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20181031 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20190109 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20190111 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20190311 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20190507 |
|
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: 20191210 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20191223 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 6646200 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |