JP2019114137A - Information processing device, and control method and program thereof - Google Patents

Information processing device, and control method and program thereof Download PDF

Info

Publication number
JP2019114137A
JP2019114137A JP2017248330A JP2017248330A JP2019114137A JP 2019114137 A JP2019114137 A JP 2019114137A JP 2017248330 A JP2017248330 A JP 2017248330A JP 2017248330 A JP2017248330 A JP 2017248330A JP 2019114137 A JP2019114137 A JP 2019114137A
Authority
JP
Japan
Prior art keywords
filtering condition
item
content
content data
information processing
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
JP2017248330A
Other languages
Japanese (ja)
Other versions
JP7146392B2 (en
Inventor
健浩 橘内
Takehiro Kitsunai
健浩 橘内
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2017248330A priority Critical patent/JP7146392B2/en
Publication of JP2019114137A publication Critical patent/JP2019114137A/en
Application granted granted Critical
Publication of JP7146392B2 publication Critical patent/JP7146392B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

To prevent the omission of retrieval and to efficiently perform retrieval even when a plurality of content data are contained in one content file and the content data having different attributes are mixed.SOLUTION: A filtering condition indicating a value of at least one item is set, and when the item of the set filtering condition is in common for one or more content data contained in the content file, meta-data of one content data contained in the content file is compared with the item and a value of the filtering condition, and when it is not in common, each of meta-data of a plurality of content data contained in the content file is compared with the item and the value of the filtering condition. According to the comparison result, the content file containing the content data satisfying the filtering condition is extracted.SELECTED DRAWING: Figure 5

Description

本発明は、コンテンツを検索するための技術に関する。   The present invention relates to technology for searching content.

従来、連続撮影により取得された複数の画像データを1つの画像ファイルとして記録することが行われている(特許文献1参照)。   Conventionally, recording of a plurality of image data acquired by continuous shooting as one image file has been performed (see Patent Document 1).

また、コンテンツデータの実体とメタデータをファイルに格納し、ファイルをメタデータに基づいて検索することが行われている(特許文献2参照。)。   In addition, the substance of content data and metadata are stored in a file, and the file is searched based on the metadata (see Patent Document 2).

特開2009−213150号公報JP, 2009-213150, A 特開2011−81549号公報JP 2011-81549 A

特許文献1のような複数の画像データは、それぞれに異なる属性も有するが、共通の属性も有する。   A plurality of image data as in Patent Document 1 also have different attributes, but also have common attributes.

よって、例えば、複数の画像データのうち1つを代表画像データとし、その属性を画像ファイルのメタデータとした場合、代表画像データ以外に検索条件を満たす画像データが含まれていたとしても、当該画像ファイルが検索されないという問題があった。   Therefore, for example, when one of a plurality of image data is set as representative image data, and the attribute thereof is set as metadata of an image file, even if image data satisfying the search condition is included other than representative image data, There was a problem that the image file was not searched.

一方、1つの画像ファイルに含まれる画像データが連続撮影により得られたものであれば、各画像データは、ほぼ同じ環境で撮影されており、項目によっては同じパラメータである可能性が高い。この場合に、画像データすべてのメタデータについて検索処理を行うと、時間や処理負荷がかかってしまうという問題があった。   On the other hand, if the image data included in one image file is obtained by continuous shooting, each image data is shot in substantially the same environment, and depending on the item, it is highly likely that the parameters are the same. In this case, there is a problem that time and processing load will be required if search processing is performed on metadata of all image data.

本願に係る発明の一つは、情報処理装置であって、少なくとも1つの項目の値を示すフィルタリング条件を設定する設定手段と、前記設定されたフィルタリング条件の項目が、コンテンツファイルに含まれる1つ以上のコンテンツデータについて、共通であれば、前記コンテンツファイルに含まれる1つのコンテンツデータのメタデータと前記フィルタリング条件の項目と値とを比較し、共通でなければ、前記コンテンツファイルに含まれる複数のコンテンツデータのメタデータそれぞれと前記フィルタリング条件の項目と値とを比較する比較手段と、前記比較の結果にしたがって、前記フィルタリング条件を満たすコンテンツデータを含むコンテンツファイルを抽出する抽出手段を備えたことを特徴とする。   One of the inventions according to the present application is an information processing apparatus, wherein one of a content file includes setting means for setting a filtering condition indicating a value of at least one item and an item of the set filtering condition. With regard to the above content data, if common, compare the metadata of one content data included in the content file and the item and value of the filtering condition, and if not common, a plurality of content files included in the content file According to another aspect of the present invention, there is provided a comparison means for comparing each item of metadata of content data with an item of the filtering condition and a value, and an extraction means for extracting a content file including content data satisfying the filtering condition according to the comparison result. It features.

本発明によれば、1つのコンテンツファイルに複数のコンテンツデータが含まれ、異なる属性を有するコンテンツデータが混在する場合であっても、検索の漏れを防ぐとともに、効率的な検索を行うことができるという効果が得られる。   According to the present invention, even when a plurality of content data are contained in one content file and content data having different attributes are mixed, it is possible to prevent a search leak and perform efficient search. The effect is obtained.

本発明の一実施形態に係る情報処理装置の構成の一例を示すブロック図である。It is a block diagram showing an example of composition of an information processor concerning one embodiment of the present invention. 本発明の一実施形態に係るコンテンツファイルの構成の一例を示すブロック図である。It is a block diagram showing an example of composition of a contents file concerning one embodiment of the present invention. 本発明の一実施形態に係るコンテンツ一覧画面の一例を示す図である。It is a figure which shows an example of the content list screen which concerns on one Embodiment of this invention. 本発明の一実施形態に係る情報処理装置の動作の一例を示すフローチャート図である。It is a flowchart figure which shows an example of operation | movement of the information processing apparatus which concerns on one Embodiment of this invention. 本発明の一実施形態に係る情報処理装置の動作の一例を示すフローチャート図である。It is a flowchart figure which shows an example of operation | movement of the information processing apparatus which concerns on one Embodiment of this invention.

以下に、図面を参照して、この発明の好適な実施の形態を例示的に詳しく説明する。ただし、この実施形態に記載されている構成要素はあくまで例示であり、この発明の範囲をそれらのみに限定する趣旨のものではない。   Hereinafter, preferred embodiments of the present invention will be illustratively described in detail with reference to the drawings. However, the components described in this embodiment are merely examples, and the scope of the present invention is not limited to them.

(第1の実施形態)
本実施例の情報処理装置を構成するコンピュータ装置の構成について、図1のブロック図を参照して説明する。情報処理装置は単一のコンピュータ装置で実現してもよいし、必要に応じた複数のコンピュータ装置に各機能を分散して実現するようにしてもよい。複数のコンピュータ装置で構成される場合は、互いに通信可能なようにLocal Area Network(LAN)などで接続されている。
First Embodiment
The configuration of a computer apparatus constituting the information processing apparatus of this embodiment will be described with reference to the block diagram of FIG. The information processing apparatus may be realized by a single computer apparatus, or the functions may be distributed to a plurality of computer apparatuses as needed. When it comprises a plurality of computer devices, they are connected by a Local Area Network (LAN) or the like so that they can communicate with each other.

図1において、制御部101は情報処理装置100全体をそれぞれ制御し、例えばCentral Processing Unit(CPU)である。Read Only Memory(ROM)102は変更を必要としないプログラムやパラメータを格納する。Random Access Memory(RAM)103は外部装置などから供給されるプログラムやデータを一時記憶する。外部記憶装置104は情報処理装置100に固定して設置されたハードディスクドライブ(HDD)、フラッシュメモリで構成されるソリッドステートドライブ(SSD)、ハードディスクとフラッシュメモリを併用したハイブリッドドライブやメモリカード等である。外部記憶装置104はOperating System(OS)などのプログラムを記憶する。また、外部記憶装置104は本実施形態のコンテンツ検索アプリケーションプログラムソフトウエア(以下、コンテンツ検索アプリと言う)を記憶したり、画像ファイルや音楽ファイルなどのコンテンツファイルを記憶する。入力インターフェイス105はユーザの操作を受け、データを入力するポインティングデバイスやキーボード、タッチパネルなどの入力装置と接続する。Bit Move Unit(BMU)106は、例えばメモリ間(例えば、VRAM107と他のメモリとの間)や、メモリと各I/Oデバイス(例えば、ネットワークインターフェイス109)間のデータ転送を制御する。Video R A M(VRAM)107は、表示装置111に表示するための画像を描画する。このVRAM107に生成した画像を、所定の規定に従って表示装置111に送信し、これにより表示装置111は画像を表示する。ネットワークインターフェイス109はインターネットなどのネットワーク回線110に接続する。システムバス112は101〜109の各ユニットを通信可能に接続する。   In FIG. 1, a control unit 101 controls the entire information processing apparatus 100, and is, for example, a central processing unit (CPU). The read only memory (ROM) 102 stores programs and parameters that do not need to be changed. The Random Access Memory (RAM) 103 temporarily stores programs and data supplied from an external device or the like. The external storage device 104 is a hard disk drive (HDD) fixedly installed in the information processing apparatus 100, a solid state drive (SSD) configured by a flash memory, a hybrid drive or a memory card using a hard disk and a flash memory in combination . The external storage device 104 stores programs such as an operating system (OS). Also, the external storage device 104 stores the content search application program software (hereinafter referred to as a content search application) of the present embodiment, and stores content files such as image files and music files. The input interface 105 receives a user operation and is connected to an input device such as a pointing device, a keyboard, or a touch panel for inputting data. The Bit Move Unit (BMU) 106 controls, for example, data transfer between memories (for example, between the VRAM 107 and other memories), and between memory and each I / O device (for example, the network interface 109). Video RAM (VRAM) 107 draws an image to be displayed on the display device 111. The image generated in the VRAM 107 is transmitted to the display device 111 in accordance with a predetermined rule, whereby the display device 111 displays the image. The network interface 109 is connected to a network line 110 such as the Internet. A system bus 112 communicably connects the units 101 to 109.

本実施形態に係るコンテンツファイルの構造の一例を図2に示す。図2ではコンテンツファイルが、撮像装置での連続撮影により得られた画像ファイルの場合について説明する。コンテンツファイル200は、その属性を示すメタデータ201を格納する。また、コンテンツデータ210として、撮像装置での連続した撮影毎に得られた複数のRAWデータを格納する。コンテンツファイル200のメタデータ201は、コンテンツファイル200に含まれる複数のコンテンツデータ210のうちいずれか1つの表示用サムネイルデータを代表サムネイルデータ202として格納する。例えば、先頭から所定の枚数目で得られたコンテンツデータ210が代表コンテンツデータとして設定されている。または、撮影時に所定の操作が行われた時に得られたコンテンツデータ210が代表コンテンツデータとして設定されている。   An example of the structure of the content file according to the present embodiment is shown in FIG. In FIG. 2, the case where the content file is an image file obtained by continuous shooting with an imaging device will be described. The content file 200 stores metadata 201 indicating the attribute. Also, as the content data 210, a plurality of RAW data obtained for each successive shooting with the imaging device is stored. The metadata 201 of the content file 200 stores, as representative thumbnail data 202, display thumbnail data of any one of a plurality of content data 210 included in the content file 200. For example, content data 210 obtained at a predetermined number from the top is set as representative content data. Alternatively, content data 210 obtained when a predetermined operation is performed at the time of shooting is set as representative content data.

また、メタデータ201は、当該コンテンツファイルのファイル名や、当該コンテンツファイルの作成日時などの属性情報を格納する。また、各コンテンツデータ210は、その属性を示すメタデータ211や、コンテンツデータ実体213としてRAW実体データを有する。コンテンツデータ210のメタデータ211は、RAW実体データに対して現像処理と圧縮処理を実行することにより生成された表示用サムネイルデータ212を格納する。また、RAW実体データの撮影日時、撮影時のISO感度の設定値、撮影時に使用されたカメラ機種名などの撮影情報や、ユーザの操作により付与されたレーティングなどの編集情報といった属性情報を格納する。   The metadata 201 also stores attribute information such as the file name of the content file and the creation date and time of the content file. Each content data 210 has metadata 211 indicating its attribute, and RAW entity data as the content data entity 213. The metadata 211 of the content data 210 stores display thumbnail data 212 generated by performing development processing and compression processing on the RAW entity data. In addition, it stores attribute information such as shooting information such as shooting date and time of RAW entity data, setting value of ISO sensitivity at shooting, camera model name used at the time of shooting, and editing information such as rating given by user operation. .

なお、単写撮影により得られた画像ファイルの場合は、コンテンツデータ210が複数ではなく1つだけコンテンツファイル200に格納されるが、その他の構成は連続撮影により得られた画像ファイルの場合と同様である。   In the case of an image file obtained by single shooting, only one content data 210 is stored instead of a plurality of content files 200, but the other configuration is the same as in the case of an image file obtained by continuous shooting. It is.

本実施形態に係るコンテンツ一覧画面の一例を図3(a)に示す。図3(a)では、情報処理装置100の外部記憶装置104に記憶されたコンテンツファイルのうち画像ファイルの一覧を表示した場合について説明する。コンテンツ一覧画面300では、各画像ファイルに含まれる表示用サムネイルデータが行列に並べて表示される。301は複数のRAWデータを有する画像ファイルの表示用サムネイルデータであり、代表サムネイルデータ202が表示されている。302は1つのRAWデータを有する画像ファイルの表示用サムネイルデータである。また、表示用サムネイルデータは、画像ファイルが複数のRAWデータを有する場合(301)と単一のRAWデータを有する場合(302)とを識別可能なように表示される。例えば、図3(a)では、複数のRAWデータを有する場合(301)は重なりを示すようにして、単一のRAWデータを有する場合(302)とは表示態様を異ならせている。   An example of the content list screen according to the present embodiment is shown in FIG. FIG. 3A illustrates a case where a list of image files among the content files stored in the external storage device 104 of the information processing apparatus 100 is displayed. In the content list screen 300, display thumbnail data included in each image file is displayed in a matrix. Reference numeral 301 denotes display thumbnail data of an image file having a plurality of RAW data, and representative thumbnail data 202 is displayed. Reference numeral 302 denotes display thumbnail data of an image file having one RAW data. Further, the display thumbnail data is displayed so as to distinguish between the case where the image file has a plurality of RAW data (301) and the case where a single RAW data is present (302). For example, in FIG. 3A, in the case of having a plurality of RAW data (301), the display mode is different from that in the case of having a single RAW data (302) so as to indicate an overlap.

本実施形態に係る情報処理装置100の動作について図4のフローチャートを参照して説明する。なお、下記の動作は情報処理装置100の制御部101が外部記憶装置104からOSやコンテンツ検索アプリを読み出して実行し、それらにしたがって、各ユニットを制御することにより実現される。   The operation of the information processing apparatus 100 according to the present embodiment will be described with reference to the flowchart of FIG. The following operation is realized by the control unit 101 of the information processing apparatus 100 reading and executing the OS and the content search application from the external storage device 104 and controlling each unit according to them.

制御部101は、ユーザの操作に応答して、フィルタリング条件ダイアログ311を表示する(S401)。フィルタリング条件ダイアログ311の一例を図3(b)に示す。フィルタリング条件ダイアログ311には、フィルタリングの項目312が表示される。項目312は例えば、撮影情報として、撮影時のカメラ機種名、レンズ機種名、ISO感度、シャッター速度、絞り値、レンズ補正、撮影モード、撮影日時などや、編集情報として、レーティング、分類タグ、カラーラベルなどがある。図3(b)では、複数の項目312のうち「レーティング」が選択されている状態を示し、「レーティング」のパラメータ313が表示され、その中から「星5つ」が選択されている状態を示す。なお、「レーティング」だけでなく、複数の項目312を同時にフィルタリング条件に設定してもよい。また、「レーティング」に対して、「星5つ」だけでなく複数の値を同時にフィルタリング条件に設定してもよい。   The control unit 101 displays the filtering condition dialog 311 in response to the user's operation (S401). An example of the filtering condition dialog 311 is shown in FIG. The filtering condition dialog 311 displays a filtering item 312. Item 312 includes, for example, as camera information, camera model name at the time of shooting, lens model name, ISO sensitivity, shutter speed, aperture value, lens correction, shooting mode, shooting date and time, etc., editing information, rating, classification tag, color There is a label etc. FIG. 3B shows a state in which "rating" is selected among the plurality of items 312, a parameter 313 of "rating" is displayed, and a state in which "five stars" is selected therefrom. Show. Not only the "rating" but also a plurality of items 312 may be set as filtering conditions at the same time. Further, not only "five stars" but also a plurality of values may be set as filtering conditions at the same time for "rating".

制御部101は、フィルタリング条件ダイアログ311上で、フィルタリング条件の項目とそのパラメータの入力を受け付けると、RAM103に記憶し(S402)、後述するフィルタリング処理を実行する(S403)。そして、制御部101は、フィルタリング処理の結果、表示設定が”オン”であるコンテンツファイルと対応する表示用サムネイルデータを抽出し、コンテンツ一覧画面300に表示する(S404)。例えば、フィルタリング条件が「レーティング」の「星5つ」であれば、図3(c)に示すように、この条件を満たすコンテンツファイル200の表示用サムネイルデータが表示される。   When receiving the item of the filtering condition and the input of the parameter thereof on the filtering condition dialog 311, the control unit 101 stores the item in the RAM 103 (S402), and executes the filtering process described later (S403). Then, the control unit 101 extracts display thumbnail data corresponding to the content file whose display setting is "on" as a result of the filtering process, and displays the thumbnail data on the content list screen 300 (S404). For example, if the filtering condition is "five stars" of "rating", display thumbnail data of the content file 200 satisfying the condition is displayed as shown in FIG. 3C.

次にステップS404のフィルタリング処理について図5のフローチャートを参照して説明する。   Next, the filtering process of step S404 will be described with reference to the flowchart of FIG.

制御部101は、フィルタリング対象のコンテンツファイルの個数を変数Mに設定し(S501)、カウントjに初期値として1を設定する(S502)。制御部101は、j番目のコンテンツファイル200が複数のコンテンツデータ210を含むか否かを判定し(S503)、複数のコンテンツデータ210を含まなければ(S503でNo)、変数Nに1を設定する(S504)。なお、ステップS503では、制御部101は、例えば、コンテンツファイル200のメタデータ201に、連続撮影により得られことを示す情報が格納されていれば、複数のコンテンツデータ210を含むと判定する。   The control unit 101 sets the number of content files to be filtered to the variable M (S501), and sets 1 as an initial value to the count j (S502). The control unit 101 determines whether the j-th content file 200 includes a plurality of content data 210 (S503). If the j-th content file 200 does not include a plurality of content data 210 (No in S503), the variable N is set to 1 (S504). In step S503, if the metadata 201 of the content file 200 contains, for example, information indicating that it has been obtained by continuous shooting, the control unit 101 determines that the content data 210 is included.

複数のコンテンツデータを含んでいれば(S503でYes)、制御部101はフィルタリング条件が、コンテンツファイルに含まれる複数のコンテンツデータにおいて共通の項目であるかどうかを判定する(S505)。本実施形態では、フィルタリング条件の項目毎に、共通か否かを示す情報がRAM103に記憶されている。   If a plurality of content data are included (Yes in S503), the control unit 101 determines whether the filtering condition is a common item among the plurality of content data included in the content file (S505). In the present embodiment, information indicating whether or not common is stored in the RAM 103 for each item of the filtering condition.

例えば、コンテンツファイルが、撮像装置の連続撮影により取得された複数の画像データを格納する画像ファイルである場合、連続撮影の途中で撮像装置やレンズが変更されることは無いため、カメラ機種名やレンズ名は共通の項目であると判定される。ISO感度、シャッター速度、絞り数値についてはオートに設定されていた場合、連続撮影の途中で設定値が変更される可能性があるため、共通の項目でないと判定される。一方、ISO感度、シャッター速度、絞り数値に固定値が設定されていた場合、連続撮影の途中で設定値は変更されないため、共通の項目であると判定される。レンズ焦点距離については、レンズが単焦点レンズである場合、焦点距離が変わらないため、共通の項目であると判定される。一方、レンズがズームレンズである場合、焦点距離が連続撮影の途中で変更される可能性があるため、レンズ焦点距離は共通の項目でないと判定される。レーティングや画質調整情報はコンテンツデータ毎にユーザが設定できる場合は、共通の項目でないと判定される。   For example, in the case where the content file is an image file storing a plurality of image data acquired by continuous imaging of the imaging device, the imaging device and the lens are not changed in the middle of continuous imaging. The lens name is determined to be a common item. If the ISO sensitivity, the shutter speed, and the aperture value are set to auto, the setting values may be changed during continuous shooting, and therefore it is determined that the items are not common items. On the other hand, when the fixed values are set to the ISO sensitivity, the shutter speed, and the aperture value, the setting value is not changed during continuous shooting, so it is determined that the items are common items. The lens focal length is determined to be a common item when the lens is a single focus lens, since the focal length does not change. On the other hand, when the lens is a zoom lens, it is determined that the lens focal length is not a common item because the focal length may be changed during continuous shooting. When the user can set the rating and the image quality adjustment information for each content data, it is determined that the item is not a common item.

制御部101は、フィルタリング条件が共通の項目でないと判定されれば(S505でNo)、j番目のコンテンツファイル200に含まれるコンテンツデータ210の個数を変数Nに代入し(S506)、カウント数iに初期値として1を設定する(S507)。制御部101は、i番目のコンテンツデータ210のメタデータ211に格納された情報とフィルタリング条件を比較し、一致するかどうか判定する(S508)。一致すれば(S508でYes)、制御部101は、j番目のコンテンツファイル200の表示設定を”オン”にする(S509)。一方、一致しなければ(S508でNo)、制御部101は、カウント数iに1を加算する(S510)。カウント数iと変数Nを比較してカウント数iが変数N以下であれば(S511でNo)、制御部101は、i番目のコンテンツデータ210についてステップS508の処理を実行する。そして、カウント数iがNより大きい、すなわち、いずれのコンテンツデータ210もフィルタリング条件と一致しなければ(S511でYes)、制御部101は、j番目のコンテンツファイル200の表示設定を”オフ”にする(S512)。   If it is determined that the filtering condition is not a common item (No in S505), the control unit 101 substitutes the number of content data 210 included in the j-th content file 200 into a variable N (S506). Is set to 1 as an initial value (S507). The control unit 101 compares the information stored in the metadata 211 of the i-th content data 210 with the filtering condition, and determines whether they match (S508). If they match (Yes in S508), the control unit 101 sets the display setting of the j-th content file 200 to "on" (S509). On the other hand, if they do not match (No in S508), the control unit 101 adds 1 to the count number i (S510). If the count number i is compared with the variable N and the count number i is equal to or less than the variable N (No in S511), the control unit 101 executes the process of step S508 on the i-th content data 210. Then, if the count number i is larger than N, that is, if none of the content data 210 matches the filtering condition (Yes in S511), the control unit 101 sets the display setting of the j-th content file 200 to “off”. (S512).

また、制御部101は、フィルタリング条件が共通の項目であれば(S505でYes)、j番目のコンテンツファイル200に含まれる複数のコンテンツデータ210のうち、代表コンテンツデータのメタデータ211に格納された情報とフィルタリング条件を比較する(S513)。比較の結果、一致すれば(S513でYes)、制御部101は、j番目のコンテンツファイル200の表示設定を”オフ”にする(S514)。   In addition, if the filtering condition is a common item (Yes in S505), the control unit 101 stores the metadata 211 of representative content data among the plurality of content data 210 included in the j-th content file 200. The information is compared with the filtering condition (S513). If the comparison results in a match (Yes in S513), the control unit 101 sets the display setting of the j-th content file 200 to "off" (S514).

j番目のコンテンツファイル200について上述の処理を終えると、制御部101は変数jに1を加算し(S515)、変数jがMより大きければ(S516)、本処理を終了する。変数jがM以下であれば、j番目のコンテンツファイルについてS503以降の処理を実行する。   When the above process is completed for the j-th content file 200, the control unit 101 adds 1 to the variable j (S515), and if the variable j is larger than M (S516), the process ends. If the variable j is less than or equal to M, the processing of S 503 and subsequent steps is executed for the j-th content file.

なお、コンテンツファイル200に複数のコンテンツデータ210が含まれ、フィルタリング条件が共通の項目でないとき、代表コンテンツデータを、フィルタリング条件を満たす他のコンテンツデータに変更してもよい。   If the content file 200 includes a plurality of content data 210 and the filtering condition is not a common item, the representative content data may be changed to other content data that satisfies the filtering condition.

(他の実施形態)
本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサーがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。
(Other embodiments)
The present invention supplies a program that implements one or more functions of the above-described embodiments to a system or apparatus via a network or storage medium, and one or more processors in a computer of the system or apparatus read and execute the program. Can also be realized. It can also be implemented by a circuit (eg, an ASIC) that implements one or more functions.

Claims (6)

情報処理装置であって、
少なくとも1つの項目の値を示すフィルタリング条件を設定する設定手段と、
前記設定されたフィルタリング条件の項目が、コンテンツファイルに含まれる1つ以上のコンテンツデータについて、共通であれば、前記コンテンツファイルに含まれる1つのコンテンツデータのメタデータと前記フィルタリング条件の項目と値とを比較し、共通でなければ、前記コンテンツファイルに含まれる複数のコンテンツデータのメタデータそれぞれと前記フィルタリング条件の項目と値とを比較する比較手段と、
前記比較の結果にしたがって、前記フィルタリング条件を満たすコンテンツデータを含むコンテンツファイルを抽出する抽出手段を備えたことを特徴とする情報処理装置。
An information processing apparatus,
Setting means for setting a filtering condition indicating a value of at least one item;
If the item of the set filtering condition is common to one or more pieces of content data included in the content file, metadata of one piece of content data included in the content file, the item of the filtering condition, and the value Comparing means for comparing each item of metadata of the plurality of content data included in the content file with the item of the filtering condition and the value if not common.
An information processing apparatus comprising: extraction means for extracting a content file including content data satisfying the filtering condition according to a result of the comparison.
前記抽出されたコンテンツファイルと対応する表示用のデータを表示装置に表示する表示手段をさらに備えたことを特徴とする請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, further comprising display means for displaying data for display corresponding to the extracted content file on a display device. 前記複数のコンテンツデータは、撮像装置で連続撮影が行われ、撮影の度に生成されたものであることを特徴とする請求項1または2に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the plurality of pieces of content data are continuously photographed by an imaging device and generated at each photographing. 前記メタデータに格納される情報および前記フィルタリング条件の項目と値は、コンテンツデータの撮影日時、撮影時のISO感度の設定値、撮影時のシャッター速度の設定値、撮影時の絞り数値の設定値、撮影時のレンズ焦点距離の設定値、撮影時に使用されたカメラ機種名、撮影時に使用されたレンズ名、ユーザの操作により前記コンテンツデータに付与されたレーティングや画像調整情報のうち少なくとも1つであることを特徴とする請求項3に記載の情報処理装置。   The information stored in the metadata and the items and values of the filtering condition are the shooting date and time of content data, the setting value of ISO sensitivity at shooting, the setting value of shutter speed at shooting, and the setting value of aperture value at shooting At least one of a lens focal length setting value at the time of shooting, a camera model name used at the time of shooting, a lens name used at the time of shooting, and a rating or image adjustment information added to the content data by user operation. The information processing apparatus according to claim 3, wherein the information processing apparatus is provided. 情報処理装置の制御方法であって、
少なくとも1つの項目の値を示すフィルタリング条件を設定するステップと、
前記設定されたフィルタリング条件の項目が、コンテンツファイルに含まれる1つ以上のコンテンツデータについて、共通であれば、前記コンテンツファイルに含まれる1つのコンテンツデータのメタデータと前記フィルタリング条件の項目と値とを比較し、共通でなければ、前記コンテンツファイルに含まれる複数のコンテンツデータのメタデータそれぞれと前記フィルタリング条件の項目と値とを比較するステップと、
前記比較の結果にしたがって、前記フィルタリング条件を満たすコンテンツデータを含むコンテンツファイルを抽出するステップを備えたことを特徴とする制御方法。
A control method of the information processing apparatus,
Setting a filtering condition indicating the value of at least one item;
If the item of the set filtering condition is common to one or more pieces of content data included in the content file, metadata of one piece of content data included in the content file, the item of the filtering condition, and the value Comparing, if not common, comparing the metadata of each of the plurality of content data included in the content file with the item of the filtering condition and the value;
A control method comprising: extracting a content file including content data satisfying the filtering condition according to a result of the comparison.
コンピュータを請求項1乃至4のいずれか一項に記載の情報処理装置の各手段として機能させるプログラム。   A program that causes a computer to function as each unit of the information processing apparatus according to any one of claims 1 to 4.
JP2017248330A 2017-12-25 2017-12-25 Information processing device and its control method and program Active JP7146392B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017248330A JP7146392B2 (en) 2017-12-25 2017-12-25 Information processing device and its control method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017248330A JP7146392B2 (en) 2017-12-25 2017-12-25 Information processing device and its control method and program

Publications (2)

Publication Number Publication Date
JP2019114137A true JP2019114137A (en) 2019-07-11
JP7146392B2 JP7146392B2 (en) 2022-10-04

Family

ID=67221581

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017248330A Active JP7146392B2 (en) 2017-12-25 2017-12-25 Information processing device and its control method and program

Country Status (1)

Country Link
JP (1) JP7146392B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06149905A (en) * 1992-11-11 1994-05-31 Olympus Optical Co Ltd Image information recorder
JP2011164799A (en) * 2010-02-05 2011-08-25 Canon Inc Image search apparatus, control method, program, and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006172160A (en) 2004-12-16 2006-06-29 Seiko Epson Corp File management device and program for making computer execute file management method
JP2012198830A (en) 2011-03-23 2012-10-18 Nec Corp Content management device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06149905A (en) * 1992-11-11 1994-05-31 Olympus Optical Co Ltd Image information recorder
JP2011164799A (en) * 2010-02-05 2011-08-25 Canon Inc Image search apparatus, control method, program, and storage medium

Also Published As

Publication number Publication date
JP7146392B2 (en) 2022-10-04

Similar Documents

Publication Publication Date Title
KR20060050872A (en) Image file management apparatus and method and storage medium
US10356359B2 (en) Information processing apparatus, method for controlling the information processing apparatus, and recording medium
JP6080409B2 (en) Information processing apparatus, information processing method, and program
US20090244314A1 (en) Image processing apparatus and method
JP2009124270A (en) Information processor and its control method, computer program
WO2013173940A1 (en) A method and system for providing application data
US20140059079A1 (en) File search apparatus, file search method, image search apparatus, and non-transitory computer readable storage medium
JP5627332B2 (en) Data retrieval apparatus, control method therefor, and computer program
JP2016085534A (en) Image processing apparatus, control method of image processing apparatus, and program
US20150082248A1 (en) Dynamic Glyph-Based Search
JP2007133838A (en) Image display method and image display program
US10902047B2 (en) Information processing method for displaying a plurality of images extracted from a moving image
JP2006277441A (en) Image management device and program
JP7146392B2 (en) Information processing device and its control method and program
JP2007183858A (en) Image retrieval system, image retrieval device, and computer program
JP2010246090A (en) Image management apparatus, method and program
JP2016021156A (en) Image display device
JP6704680B2 (en) Display device, information processing program, and information processing method
KR20150096552A (en) System and method for providing online photo gallery service by using photo album or photo frame
JP2008033405A (en) Image management program and method
US9256616B2 (en) Image processing apparatus and image processing method
JP7333027B2 (en) Information processing device, information processing method and program
JP5814389B2 (en) Image management system and image management method
JP2009217588A (en) Filing system, electronic camera, file access method, and program
JP5617535B2 (en) Information processing apparatus, information processing apparatus processing method, and program.

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20201222

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20211119

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20211207

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220202

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220705

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220802

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: 20220823

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220921

R151 Written notification of patent or utility model registration

Ref document number: 7146392

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151