US20100149212A1 - Information processing device and method, and program - Google Patents

Information processing device and method, and program Download PDF

Info

Publication number
US20100149212A1
US20100149212A1 US12/590,711 US59071109A US2010149212A1 US 20100149212 A1 US20100149212 A1 US 20100149212A1 US 59071109 A US59071109 A US 59071109A US 2010149212 A1 US2010149212 A1 US 2010149212A1
Authority
US
United States
Prior art keywords
cluster
group
section
clusters
positional information
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.)
Abandoned
Application number
US12/590,711
Inventor
Katsunari Fukuya
Akira Ando
Kazuo Yamaoka
Eriko Matsumura
Muneaki Osawa
Hiroshi Aruga
Fuyuki Matsuyama
Nobuhiro Inoue
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.)
Sony Corp
Original Assignee
Sony Corp
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 Sony Corp filed Critical Sony Corp
Assigned to SONY CORPORATION reassignment SONY CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ANDO, AKIRA, ARUGA, HIROSHI, FUKUYA, KATSUNARI, INOUE, NOBUHIRO, MATSUMURA, ERIKO, MATSUYAMA, FUYUKI, OSAWA, MUNEAKI, YAMAOKA, KAZUO
Publication of US20100149212A1 publication Critical patent/US20100149212A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/58Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • G06F18/231Hierarchical techniques, i.e. dividing or merging pattern sets so as to obtain a dendrogram

Definitions

  • the present invention relates to information processing device and method, and a program, and in particular, to information processing device and method, and a program which are capable of displaying images grouped according to positional information so as to be more recognizable.
  • thumbnails of images are mapped onto a map and displayed on the basis of information regarding the locations where the images are photographed (for example, see Japanese Unexamined Patent Application Publication No. 2005-110111).
  • An embodiment of the invention provides an information processing device which displays on a map a plurality of images classified by hierarchical clustering and associated with positional information.
  • the information processing device includes deciding means for deciding clusters satisfying a predetermined condition from among clusters created by the hierarchical clustering as the same group, and display control means for performing control such that the clusters belonging to the group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the group.
  • the display control means may perform control such that a representative image selected from at least one image included in each cluster is displayed at a position based on the positional information of each cluster belonging to the group on the reduced scale map based on the positional information of the respective clusters belonging to the group.
  • the positional information of each cluster may be information based on positional information of the image included in each cluster.
  • the predetermined condition may be a condition regarding the range of density of child clusters included in each cluster, and the deciding means may calculate the density of child clusters included in each cluster, and may decide clusters, in which the calculated density falls within a predetermined range, as the same group.
  • the information processing device may further include clustering means for clustering the images associated with the positional information to a binary tree structure in accordance with distances based on the positional information.
  • the information processing device may further include input means for inputting an instruction to select one of the clusters being displayed.
  • the display control means may perform control such that, on a reduced scale map based on positional information of respective clusters belonging to a lower layer group in a hierarchy lower than that of the group to which the cluster selected in accordance with the instruction by the input means belongs, the clusters belonging to the lower layer group are displayed.
  • the input means may instruct to display clusters belonging to an upper layer group in a hierarchy higher than that of the group to which the clusters being displayed belong, and the display control means may perform control on the basis of the instruction by the input means such that the clusters belonging to the upper layer group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the upper layer group.
  • the input means may be a remote controller.
  • Another embodiment of the invention provides an information processing method for an information processing device which displays on a map a plurality of images classified by hierarchical clustering and associated with positional information.
  • the method includes the steps of deciding clusters satisfying a predetermined condition from among clusters created by the hierarchical clustering as the same group, and performing control such that the clusters belonging to the group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the group.
  • Yet another embodiment of the invention provides a program which causes a computer to execute a process of an information processing device, which displays on a map a plurality of images classified by hierarchical clustering and associated with positional information.
  • the process includes the steps of deciding clusters satisfying a predetermined condition from among clusters created by the hierarchical clustering as the same group, and performing control such that the clusters belonging to the group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the group.
  • clusters satisfying a predetermined condition from among clusters created by hierarchical clustering are decided as the same group, and control is performed such that the clusters belonging to the group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the group.
  • images grouped according to positional information can be displayed so as to be more recognizable.
  • FIG. 1 is a block diagram showing a functional configuration example of an image display device as an embodiment of an information processing device to which the invention is applied;
  • FIG. 2 is a block diagram showing an appearance configuration example of an operation input section of FIG. 1 ;
  • FIG. 3 is a diagram illustrating an example of clustering of multiple images
  • FIG. 4 is a flowchart illustrating an image grouping process
  • FIG. 5 is a flowchart illustrating an image clustering process
  • FIG. 6 is a diagram illustrating an image clustering process
  • FIG. 7 is a diagram illustrating an image clustering process
  • FIG. 8 is a diagram illustrating an image clustering process
  • FIG. 9 is a diagram illustrating an image clustering process
  • FIG. 10 is a diagram illustrating an image clustering process
  • FIG. 11 is a diagram conceptually showing a binary tree which represents binary tree structure data
  • FIG. 12 is a diagram illustrating cluster data regarding a cluster
  • FIG. 13 is a diagram illustrating grouping according to a grouping condition
  • FIG. 14 is a diagram illustrating grouping according to a grouping condition
  • FIG. 15 is a flowchart illustrating a display control process of grouped images
  • FIG. 16 is a diagram showing a display example of a display section
  • FIG. 17 is a diagram showing a display example of a display section
  • FIG. 18 is a diagram showing a display example of a display section
  • FIG. 19 is a diagram showing a display example of a display section
  • FIG. 20 is a diagram showing a display example of a display section
  • FIG. 21 is a diagram showing a display example of a display section
  • FIG. 22 is a diagram showing a display example of a display section
  • FIG. 23 is a diagram showing a display example of a display section
  • FIG. 24 is a block diagram showing a functional configuration example of an image display system.
  • FIG. 25 is a block diagram showing a hardware configuration example of a computer.
  • FIG. 1 shows a functional configuration example of an image display device as an embodiment of an information processing device to which the invention is applied.
  • An image display device 101 of FIG. 1 includes a data communication section 131 , a recording section 132 , a positional information acquiring section 133 , an arithmetic section 134 , an operation input section 135 , a light receiving section 136 , a condition setting section 137 , a network communication section 138 , a display control section 139 , and a display section 140 .
  • the operation input section 135 is shown outside the image display device 101 , but it is regarded as being included in the image display device 101 .
  • the data communication section 131 acquires (receives) data supplied (transmitted) from an external apparatus, and supplies data to the recording section 132 .
  • the data communication section 131 acquires image data (hereinafter, also referred to as simply “image”) supplied from a digital camera (not shown) or the like, and supplies image data to the recording section 132 .
  • image data is a still image.
  • the recording section 132 is, for example, a hard disk or an optical disk, and records various kinds of data.
  • the recording section 132 includes image database (DB) 151 , a binary tree database (DB) 152 , and a cluster database (DB) 153 .
  • the image DB 151 records image data supplied from the data communication section 131 .
  • An Exif (Exchangeable Image File Format) tag is stored in image data recorded in the image DB 151 and additional information, such as positional information of a position where an image is photographed, photographing date and time representing date and time when an image is photographed is recorded in the Exif tag.
  • positional information includes latitude, longitude, and altitude.
  • the binary tree DB 152 records binary tree structure data clustered from image data by the arithmetic section 134 .
  • the cluster DB 153 records cluster data for each cluster corresponding to the hierarchy of each node of binary tree structure data generated by the arithmetic section 134 . Details of binary tree structure data and cluster data will be described below.
  • the recording section 132 records a control program (not shown).
  • the control program is executed by the image display device 101 as occasion demands.
  • the positional information acquiring section 133 acquires image data recorded in the image DB 151 , acquires positional information from the Exif tag stored in image data, and supplies image data and positional information to the arithmetic section 134 .
  • the arithmetic section 134 includes a clustering section 161 and a hierarchy deciding section 162 .
  • the clustering section 161 classifies image data recorded in the image DB 151 by clustering (hierarchical clustering).
  • clustering binary tree structure data is used in which each image data is set as a leaf.
  • nodes correspond to clusters.
  • the clustering section 161 performs clustering on the basis of positional information supplied from the positional information acquiring section 133 such that each cluster of binary tree structure data has a hierarchical structure, and supplies binary tree structure data to the binary tree DB 152 .
  • the clustering section 161 includes a distance calculating section 161 a and a cluster creating section 161 b .
  • the distance calculating section 161 a calculates the distance between image data on the basis of positional information supplied from the positional information acquiring section 133 , and the cluster creating section 161 b creates a cluster on the basis of the calculated distance between image data.
  • the distance calculating section 161 a also calculates the distance between the clusters created by the cluster creating section 161 b .
  • the cluster creating section 161 b creates a cluster on the basis of the calculated distance between the clusters. In this way, the distance between image data and the distance between the clusters are sequentially calculated so as to create binary tree structure data.
  • the hierarchy deciding section 162 decides a node satisfying a grouping condition set by the condition setting section 137 from among the nodes of binary tree structure data recorded in the binary tree DB 152 , and sets image data corresponding to leaves belonging to the decided node as one group.
  • the grouping condition is the condition for grouping (images included in) respective clusters of binary tree structure data recorded in the binary tree DB 152 into appropriate image groups according to the user's preference.
  • the hierarchy deciding section 162 includes a density calculating section 162 a and a deciding section 162 b .
  • the density calculating section 162 a calculates the density of image data in the clusters (or clusters) corresponding to the nodes of binary tree structure data recorded in the binary tree DB 152 for each node.
  • the deciding section 162 b decides a node in which the calculated density of image data (or clusters) satisfies the grouping condition.
  • the hierarchy deciding section 162 decides a cluster satisfying the grouping condition from among the clusters created by clustering so as to decide a desired cluster from among a plurality of clusters into an appropriate group.
  • the operation input section 135 is a so-called remote controller. A user presses various buttons, such as a cross key, an OK button, and the like, so a control signal (command (hereinafter, also referred to operation command)) for controlling the image display device 101 is generated.
  • the operation input section 135 transmits the generated operation command to the light receiving section 136 by infrared rays, for example.
  • the light receiving section 136 receives the operation command transmitted from the operation input section 135 by infrared rays, for example, and supplies the operation command to the condition setting section 137 and the display control section 139 .
  • the condition setting section 137 stores the grouping condition corresponding to the operation command and also supplies the grouping condition to the hierarchy deciding section 162 .
  • the condition setting section 137 may store an operation of the user or a past grouping history, may set a grouping condition on the basis of the history or the like, and may supply the set grouping condition to the hierarchy deciding section 162 .
  • the network communication section 138 communicates with another apparatus, such as a Web server or the like, through Internet so as to acquire map data and supplies map data to the display control section 139 .
  • another apparatus such as a Web server or the like
  • the display control section 139 controls display of the display section 140 in accordance with an operation command supplied from the operation input section 135 through the light receiving section 136 .
  • the display control section 139 includes a map managing section 181 , a hierarchy managing section 182 , an image reading section 183 , and a combining section 184 .
  • the map managing section 181 manages map data supplied from the network communication section 138 by country or area.
  • the hierarchy managing section 182 reads cluster data recorded in the cluster DB 153 and, if necessary, selects a group (cluster) of cluster data according to an operation command supplied from the operation input section 135 through the light receiving section 136 .
  • the image reading section 183 reads, from the image DB 151 , image data corresponding (included in) a group selected by the hierarchy managing section 182 .
  • the combining section 184 reads, from the map managing section 181 , map data based on positional information of image data read by the image reading section 183 , combines map data and image data read by the image reading section 183 , and supplies the combined image to the display section 140 .
  • the display section 140 is formed by, for example, an LCD (Liquid Crystal Display), and displays images under the control of the display control section 139 .
  • LCD Liquid Crystal Display
  • the operation input section 135 which is a remote controller is provided with a cross key 211 , an OK button 212 , a menu button 213 , a power button 214 , a light emitting section 215 , and other buttons.
  • the cross key 211 is operated (direction operation) in four directions of up, down, left, and right by the user when the user selects an item displayed on the display section 140 .
  • the OK button 212 is operated (decision operation) when the user decides an item displayed on the display section 140 and selected by the user's operation of the cross key 211 .
  • the menu button 213 is operated to display a menu screen for inputting various settings or a predetermined operation command on the display section 140 .
  • buttons on the menu screen are displayed on the display section 140 .
  • the user can operate the cross key 211 to select a predetermined item, and can operate the OK button to decide the selection of the item.
  • the power button 214 is operated to power on or off the image display device 101 .
  • the light emitting section 215 When the operation input section 135 is operated, the light emitting section 215 outputs (transmits) a control signal (operation command) representing the operation by infrared rays.
  • buttons include numeral keys (keypad), a volume button, a channel button, a play button, a record button, and the like, and descriptions thereof will be omitted.
  • FIG. 3 shows the overview of clusters, to which one or multiple images belong, on a space (two-dimensional space) corresponding to positional information included in the Exif tag of an image.
  • each cluster which is created after multiple images are clustered on the basis of positional information thereof is indicated by a circular region, and has the center position (center point) and radius of the circle as attribute values. Images belonging to the cluster are included in the circular region (cluster region) defined by the center point and radius.
  • one image belongs to a cluster 331 , and the center position of the cluster 331 is the position of the image belonging to the cluster 331 .
  • the center position 335 of the cluster 334 is the center position of a line connecting the positions of the two images.
  • the distance between the images is calculated. For example, when the distance between the clusters 332 and 333 is calculated, the distance between the position of an image belonging to the cluster 332 and the position of an image belonging to the cluster 333 is calculated.
  • the center position 341 of the cluster 340 is a center position of a line connecting a position 342 where the circle of the cluster 340 and the circle of a cluster 336 are tangent to each other and a position 343 where the circle of the cluster 340 and the circle of a cluster 337 are tangent to each other, on a line connecting the center position 338 of the cluster 336 and the center position 339 of the cluster 337 .
  • the clusters 336 and 337 respectively have at least two images.
  • the radius of the cluster 340 is half of the line connecting the position 342 and the position 343 .
  • the distance between the clusters 336 and 337 is the distance d between the position 344 on the circle of the cluster 336 and the position 345 on the circle of the cluster 337 on the line connecting the position 342 and the position 343 .
  • the radius of the cluster 336 is R2
  • the radius of the cluster 337 is R3
  • the radius of the cluster 340 is R4
  • the distance d between the clusters 336 and 337 is 2(A4-A2-A3).
  • the image grouping process starts, for example, when the user operates the operation input section 135 and an item is selected on the menu screen displayed on the display section 140 to execute the image grouping process.
  • Step S 31 the positional information acquiring section 133 acquires an image recorded in advance in the image DB 151 , acquires positional information from the Exif tag stored in the image, and supplies image data and positional information to the arithmetic section 134 .
  • Step S 32 the clustering section 161 of the arithmetic section 134 executes a clustering process on the image recorded in the image DB 151 .
  • the image clustering process by the clustering section 161 will be described with reference to a flowchart of FIG. 5 and FIGS. 6 to 11 .
  • Step S 61 the distance calculating section 161 a of the clustering section 161 calculates the distance between images as clusters on the basis of positional information supplied from the positional information acquiring section 133 .
  • the distance calculating section 161 a calculates the distances between the images 351 to 355 .
  • Step S 62 the cluster creating section 161 b creates clusters on the basis of the distances between the clusters as the calculation result of the distance calculating section 161 a.
  • the cluster creating section 161 b creates a cluster 361 by the images 351 and 352 having the shortest distance between the clusters.
  • Step S 63 the clustering section 161 determines whether or not there is a cluster which is not clustered.
  • the state where “there is a cluster which is not clustered” indicates a state where a cluster (including a single image) can be clustered with another cluster. Therefore, the state where there is no cluster which is not clustered refers to a state where images as the minimum cluster unit are clustered into one cluster.
  • the distance calculating section 161 a calculates the distances between the images 353 to 355 and the cluster 361 .
  • the cluster creating section 161 b creates a cluster 362 by the images 353 and 354 having the shortest distance from among the distances between images and clusters on the basis of the calculation result of the distance calculating section 161 a , as shown in FIG. 8 .
  • Step S 63 the clustering section 161 determines whether or not there is a cluster which is not clustered.
  • the distance calculating section 161 a calculates the distances between the image 355 , the cluster 361 , and the cluster 362 .
  • the cluster creating section 161 b creates a cluster 363 by the image 355 and the cluster 361 having the shortest distance from among the distances between images and clusters on the basis of the calculation result of the distance calculating section 161 a , as shown in FIG. 9 .
  • Step S 63 the clustering section 161 determines whether or not there is a cluster which is not clustered.
  • Step S 61 and S 62 a cluster 364 shown in FIG. 10 is created.
  • Step S 63 it is determined that there is no cluster which is not clustered, so the process progresses to Step S 64 .
  • Step S 64 the clustering section 161 creates binary tree structure data on the basis of the clusters created by the cluster creating section 161 b , and then the process returns to Step S 32 of FIG. 4 .
  • the clustering section 161 creates binary tree structure data on the basis of the clusters 361 to 364 created by the cluster creating section 161 b.
  • FIG. 11 conceptually shows a binary tree representing binary tree structure data created on the basis of the clusters 361 to 364 .
  • images and leaves correspond to each other, and clusters and nodes correspond to each other.
  • the leaves corresponding to the images 351 to 355 are numbered identical to the images, and the nodes corresponding to the clusters 361 to 364 are numbered identical to the clusters.
  • Each of the images 351 to 355 constitutes a cluster independently, but in this case, the numbers of the clusters are not particularly shown.
  • Cluster data regarding each cluster created by the above-described clustering process will be described with reference to FIG. 12 .
  • Cluster data shown in FIG. 12 is unique information regarding a created cluster, and a cluster ID, a cluster center position, a cluster radius, the number of images, an image list, and a child cluster list are recorded. It is assumed that each image is given an image ID as an image identifier.
  • the cluster ID represents the identifier of a cluster corresponding to cluster data, and for example, is the four-digit integer value “0001”.
  • the cluster center position represents the center position of a cluster corresponding to cluster data, and for example, is the latitude “N39.49329987” and the longitude “E141.239801” corresponding to the center position of the cluster.
  • the cluster radius represents the radius of a cluster corresponding to cluster data, and for example, is the value “56.26” in the unit of meters (m).
  • the number of images represents the number of images included in the cluster region of a cluster corresponding to cluster data, and for example, is “12”.
  • the image list represents image IDs (integer values) of images included in the cluster region of a cluster corresponding to cluster data, and for example, is the image IDs of 12 images, “1, 2, 5, 6, 7, 8, 9, 14, 15, 16, 17, 23”.
  • the child cluster list represents the cluster IDs of clusters (child clusters) included in the cluster region of a cluster corresponding to cluster data, and for example, is cluster IDs of two clusters, “0002, 0007”. That is, the child cluster list represents the cluster IDs of clusters in a hierarchy lower than the cluster.
  • Cluster data is data regarding binary tree structure data, and is recorded in the binary tree DB 152 together with binary tree structure data.
  • an image ID and a cluster ID to which the image belongs may be appended as metadata.
  • the cluster ID may be embedded into the image itself by using a file region, such as Exif or the like, and only metadata of an image may be managed separately.
  • Step S 33 the density calculating section 162 a of the hierarchy deciding section 162 calculates the cluster density in the clusters corresponding to the nodes of binary tree structure data recorded in the binary tree DB 152 for each node.
  • the density calculating section 162 a calculates the cluster density in the cluster corresponding to each node of binary tree structure data recorded in the binary tree DB 152 by using Equation (1) described below.
  • D C represents the density of a cluster C
  • n C represents the number of images included in the cluster C
  • S C represents the area of the cluster C.
  • the area S C of the cluster is calculated on the basis of the radius of the cluster. For example, in the binary tree of FIG. 11 , the cluster density of each of the clusters 361 to 364 corresponding to the nodes is calculated.
  • Step S 34 the deciding section 162 b determines whether or not the cluster density calculated for a predetermined cluster (cluster of interest) satisfies the grouping condition supplied from the condition setting section 137 .
  • Step S 34 when it is determined that the cluster density satisfies the grouping condition, the process progresses to Step S 35 , and the deciding section 162 b decides that a node (node of interest) corresponding to the cluster of interest is a node satisfying the grouping condition.
  • Step S 34 when it is determined that the cluster density does not satisfy the grouping condition, the process skips Step S 35 .
  • Step S 36 the hierarchy deciding section 162 determines whether or not the node of interest corresponding to the cluster of interest is a root node.
  • Step S 36 when it is determined that the node of interest corresponding to the cluster of interest is not the root node, the process progresses to Step S 37 .
  • Step S 37 the hierarchy deciding section 162 moves to another node other than the node of interest, and the process returns to Step S 34 . That is, the hierarchy deciding section 162 sets another node as a node of interest and performs the process of Steps S 34 to S 36 on the node.
  • Step S 36 when it is determined that the node of interest corresponding to the cluster of interest is the root node, the process progresses to Step S 38 , and the hierarchy deciding section 162 records cluster data corresponding to the cluster of interest in the cluster DB 153 .
  • Steps S 34 to S 37 first, the deciding section 162 b sequentially determines whether or not a cluster corresponding to a node satisfies Equation (2) starting with a node in the lower hierarchy of binary tree structure data recorded in the binary tree DB 152 .
  • the values D L and D H are the lower limit value and upper limit value of the cluster density D C for defining a group satisfying the grouping condition. For example, when the values D L and D H are set to comparatively small values, a node corresponding to a cluster having a comparatively small cluster density D C is decided. When the values D L and D H are set to comparatively large values, a node corresponding to a cluster having a comparatively large cluster density D C is decided.
  • a cluster 380 (a cluster having a comparatively small cluster density D C ) having images 371 to 375 sparsely distributed becomes one group.
  • each of clusters 381 and 385 (clusters having a comparatively large cluster density D C ) in which multiple images (in the drawing, indicated by a double circle) are concentrated on the same position or a narrow range becomes one group.
  • the values D L and D H may be set in advance or may be appropriately set by the user.
  • the cluster density of the cluster 363 satisfies Equation (2)
  • cluster data regarding the grouped clusters 362 , 363 , and 364 is supplied to the cluster DB 153 .
  • the cluster 362 and the cluster 363 are the groups in the hierarchy next below the cluster 364
  • the cluster 364 is the group in the hierarchy next above the cluster 362 and the cluster 363 .
  • the cluster 363 originally includes the cluster 361 , but through the above-described process, the cluster 363 becomes a group including only the images 351 , 352 , and 355 .
  • a cluster having the cluster density satisfying Equation (2) becomes one group.
  • clusters of binary tree structure data can be grouped into a new image group in accordance with the user's preference.
  • Step S 101 the network communication section 138 communicates with the Web server through Internet so as to acquire map data, and supplies map data to the map managing section 181 of the display control section 139 .
  • Step S 102 the hierarchy managing section 182 of the display control section 139 reads cluster data recorded in the cluster DB 153 .
  • the image reading section 183 reads, from the image DB 151 , a representative image of images included in the child groups of the root node in cluster data read by the hierarchy managing section 182 .
  • the image reading section 183 selects, as the representative image, an image having the earliest photographing time and date from among at least one image included in the image list of cluster data corresponding to each group (child group), and reads the image from the image DB 151 .
  • the representative image is not limited to the image having the earliest photographing date and time from among the images included in the group.
  • the representative image may be an image having the latest image ID in the image list of cluster data, or may be designated in advance by the user. In this case, in addition to the representative image of each group, the image reading section 183 reads images included in the group from the image DB 151 .
  • Step S 104 the combining section 184 combines a reduced scale map based on positional information of each group and the icons and representative image representing the images included in each group at a position corresponding to positional information of each group on the map, and displays the combined image on the display section 140 .
  • the combining section 184 acquires cluster data of a cluster corresponding to each group from cluster data read by the hierarchy managing section 182 , and sets the cluster center position in cluster data as positional information of each group.
  • the combining section 184 acquires map data from the map managing section 181 , and generates a reduced scale map in which all the positions corresponding to the positional information of the respective groups are included with a certain margin.
  • the combining section 184 acquires positional information of images including the representative image of each group read by the image reading section 183 .
  • the combining section 184 combines the generated map and the icons and representative image representing the images included in each group at the position corresponding to positional information of the images including the representative image of each group on the map, and displays the combined image on the display section 140 , as shown in FIG. 16 .
  • the number of images represented by icons becomes the number according to the scale of the map to be displayed.
  • a predetermined reduced scale map is displayed at the right portion, and the icons and representative image representing the images included in each child group of the root node are displayed at a corresponding one of three locations on the map, together with a frame defining the range of the relevant group.
  • the representative images at the three locations (three groups) on the map of FIG. 16 are allocated with the numbers 1 to 3, which represent the numbers of the respective groups.
  • a menu screen is displayed at the left portion.
  • the items “PLAY ALL IMAGES ON MAP”, “1 POSITION GROUP 1”, “2 POSITION GROUP 2”, “3 POSITION GROUP 3”, “10 0 RETURN TO PREVIOUS WIDE-RANGE MAP”, AND “TOP” are displayed.
  • the items “1 POSITION GROUP 1”, “2 POSITION GROUP 2”, and “3 POSITION GROUP 3” correspond to three groups on the above-described map.
  • the user operates the cross key 211 of the operation input section 135 in the up, down, left or right direction and then operates the OK button 212 to select and decide each item.
  • an item selected by operating the cross key 211 is highlighted.
  • the groups being displayed are child groups of the root node, and there is no group in the hierarchy higher than the groups, so the item “10 0 RETURN TO PREVIOUS WIDE-RANGE MAP” is not selectable.
  • the items appended with a numeral in front of an item name are selected by operating a numeric key (keypad) of the operation input section 135 .
  • FIG. 16 the sentence “PRESS PLAY BUTTON TO PLAY ALL IMAGES ON MAP” and “(ICON REPRESENTING CAMERA) ⁇ 113” are displayed at the lower-end portion.
  • the numeral “113” represents the number of images included in all the groups on the map being currently displayed.
  • Step S 105 the display control section 139 determines where or not any group is selected by an operation of the user. That is, the display control section 139 determines whether or not an operation command purporting that any group is selected is supplied from the operation input section 135 through the light receiving section 136 .
  • Step S 105 when it is determined that an operation command purporting that any group is selected is not supplied, the process skips Steps S 106 to S 108 and progresses to Step S 109 .
  • Step S 105 when it is determined that an operation command purporting that any group is selected is supplied, the hierarchy managing section 182 selects a group according to the operation command, and the process progresses to Step S 106 .
  • the process progresses to Step S 106 .
  • the user operates the cross key 211 of the operation input section 135 and then operates the OK button 212 on the display section 140 to select and decide “1 POSITION GROUP 1”, as shown in FIG. 17 , the representative image of the corresponding group on the map is displayed in enlarged scale.
  • Step S 106 the hierarchy managing section 182 determines whether or not there are only leaves (images) as the minimum cluster unit in the selected group.
  • Step S 106 when it is determined that there are not only leaves in the selected group, the process progresses to Step S 107 .
  • Step S 107 the image reading section 183 reads, from the image DB 151 , the representative image of images included in a group in the hierarchy next below the group selected by the hierarchy managing section 182 and other images in cluster data read by the hierarchy managing section 182 .
  • Step S 108 the combining section 184 combines a reduced scale map based on positional information of each group and the icons and representative image representing the images included in each group at the position corresponding to positional information of each group on the map, and displays the combined image on the display section 140 , as shown in FIG. 18 .
  • a reduced scale map corresponding to the position group 1 of FIG. 16 is displayed at the right portion, and the icons and representative representing the images included each child group of the position group 1 of FIG. 16 are displayed at a corresponding one of three locations on the map, together with a frame defining the range of the relevant group.
  • the representative images at the three locations (three groups) on the map of FIG. 18 are allocated with the numbers 1 to 3, which represent the numbers of the respective groups.
  • FIG. 18 similarly to FIG. 16 , a menu screen is displayed at the left portion.
  • FIG. 18 unlike FIG. 16 , there is a group in the hierarchy higher than the group being displayed, so the item “10 0 RETURN PREVIOUS WIDE-RANGE MAP” is selectable.
  • Step S 109 the display control section 139 determines whether or not the item “PLAY ALL IMAGES ON MAP” on the menu screen of the display section 140 is selected by an operation of the user. That is, the display control section 139 determines whether or not an operation command purporting that the item “PLAY ALL IMAGES ON MAP” is selected is supplied from the operation input section 135 through the light receiving section 136 . Alternatively, the display control section 139 may determine whether or not an operation command purporting that the user operates the play button is supplied from the operation input section 135 through the light receiving section 136 .
  • Step S 109 when it is determined that the operation command purporting that the item “PLAY ALL IMAGES ON MAP” is selected is supplied, the process progresses to Step S 110 .
  • Step S 110 the image reading section 183 supplies the representative image of the images included in the group being currently displayed and other images to the display section 140 , and the display section 140 displays the images in a slide show starting with an image having the latest image ID.
  • Step S 109 when it is determined that the operation command purporting that the item “PLAY ALL IMAGES ON MAP” is selected is not supplied, the process skips Step S 110 and progresses to Step S 111 .
  • Step S 111 the display control section 139 determines whether or not the item “RETURN TO PREVIOUS WIDE-RANGE MAP” on the menu screen of the display section 140 is selected by an operation of the user. That is, the display control section 139 determines whether or not an operation command purporting that the item “RETURN TO PREVIOUS WIDE-RANGE MAP” is selected is supplied from the operation input section 135 through the light receiving section 136 .
  • Step S 111 when it is determined that the operation command purporting that the item “RETURN TO PREVIOUS WIDE-RANGE MAP” is selected is supplied, the process progresses to Step S 112 .
  • Step S 112 the image reading section 183 reads, from the image DB 151 , the representative image of images included in a group in the hierarchy next above the group being currently displayed on the display section 140 and other images in cluster data read by the hierarchy managing section 182 .
  • Step S 112 the process returns to Step S 108 , and the groups in the next hierarchy above are displayed.
  • Step S 111 it is again determined whether or not the item “RETURN TO PREVIOUS WIDE-RANGE MAP” on the menu screen of the display section 140 is selected, but when the group in the hierarchy at that time is a child node of the root node, there is no group in the next hierarchy above, so the process automatically returns to Step S 105 .
  • Step S 111 when it is determined that the operation command purporting that the item “RETURN TO PREVIOUS WIDE-RANGE MAP” is not supplied, the process returns to Step S 105 , and the display control section 139 determines whether or not any group is selected by an operation of the user.
  • the user operates the cross key 211 of the operation input section 135 and then operates the OK button 212 so as to select and decide the item “1 POSITION GROUP 1”, for example, as shown in FIG. 19 , the representative image of the corresponding group on the map is displayed in enlarged scale.
  • Step S 106 the hierarchy managing section 182 determines whether or not there are only leaves (images) in the selected group.
  • Step S 107 the image reading section 183 reads, from the image DB 151 , the representative image of images included in a group in the hierarchy next below the group selected by the hierarchy managing section 182 and other images in cluster data read by the hierarchy managing section 182 .
  • Step S 108 the combining section 184 combines a reduced scale map based on positional information of each group and the icons and representative image representing the images included in each group at the position corresponding to positional information of each group on the map, and displays the combined image on the display section 140 , as shown in FIG. 20 .
  • FIG. 20 a reduced scale map corresponding to the position group 1 of FIG. 18 is displayed at the right portion, and the icons and representative image representing the images included in each child group of the position group 1 in FIG. 18 are respectively displayed at a corresponding one of four locations on the map, together with a frame defining the range of the relevant group.
  • the representative images at the four locations (four groups) on the map of FIG. 20 are allocated with the numbers 1 to 4, which represent the numbers of the respective groups.
  • Step S 111 if it is determined that the item “RETURN TO PREVIOUS WIDE-RANGE MAP” is not selected, the process again returns to Step S 105 , and the display control section 139 determines whether or not any group is selected by an operation of the user.
  • Step S 106 the hierarchy managing section 182 determines whether or not there are only leaves (images) in the selected group.
  • the position group 4 in the FIG. 20 is a group in which only leaves (images) are included, so the process progresses to Step S 113 .
  • Step S 113 the image reading section 183 reads, from the image DB 151 , the representative image of the images included in the group selected by the hierarchy managing section 182 and other images in cluster data read by the hierarchy managing section 182 .
  • Step S 114 the combining section 184 combines a reduced scale map based on positional information of the images and the icons and representative image representing the images at the position corresponding to positional information of each image on the map, and displays the combined image on the display section 140 .
  • the combining section 184 acquires positional information of images including the representative image of the group read by the image reading section 183 .
  • the combining section 184 acquires a map from the map managing section 181 , and generates a reduced scale map in which all the positions corresponding to positional information of the images are included with a certain margin.
  • the combining section 184 combines the generated reduced scale map and the icons and representative image representing the images at the position corresponding to positional information of each image, and displays the combined image on the display section 140 , as shown in FIG. 21 .
  • a predetermined reduced scale map is displayed at the right portion, and the icons and representative image representing the images included in the position group 4 of FIG. 20 are displayed on the map.
  • a menu screen is displayed at the left portion.
  • the items “PLAY ALL IMAGES ON MAP”, “10 0 RETURN TO PREVIOUS WIDE-RANGE MAP”, and “TOP” are displayed.
  • Step S 115 the display control section 139 determines whether or not the item “PLAY ALL IMAGES ON MAP” on the menu screen of the display section 140 is selected by an operation of the user. That is, the display control section 139 determines whether or not an operation command purporting that the item “PLAY ALL IMAGES ON MAP” is selected is supplied from the operation input section 135 through the light receiving section 136 . Alternatively, the display control section 139 may determine whether or not an operation command indicating that the user operates the play button is supplied from the operation input section 135 through the light receiving section 136 .
  • Step S 115 when it is determined that the operation command purporting that the item “PLAY ALL IMAGES ON MAP” is selected is supplied, the process progresses to Step S 116 .
  • Step S 116 the image reading section 183 supplies the representative image of the images included in the group being currently displayed and other images to the display section 140 , and the display section 140 displays the images in a slide show starting with an image having the latest image ID.
  • Step S 115 when it is determined that the operation command purporting that the item “PLAY ALL IMAGES ON MAP” is selected is not supplied, the process skips Step S 116 and progresses to Step S 117 .
  • FIG. 22 is a diagram showing a display example of the display section 140 after the item “PLAY ALL IMAGES ON MAP” is selected on the display section 140 of FIG. 21 .
  • FIG. 22 the images included in the group being displayed in FIG. 21 are displayed at the substantially central portion.
  • a reduced scale map according to a group in which the image is included is displayed at the upper left portion of FIG. 22 .
  • the position of an icon on the map changes to correspond to the image being displayed.
  • Step S 117 the display control section 139 determines whether or not the item “RETURN TO PREVIOUS WIDE-RANGE MAP” ( FIG. 21 ) on the menu screen of the display section 140 is selected by an operation of the user. That is, the display control section 139 determines whether or not an operation command purporting that the item “RETURN TO PREVIOUS WIDE-RANGE MAP” on is selected is supplied from the operation input section 135 through the light receiving section 136 .
  • Step S 117 when it is determined that the item “RETURN TO PREVIOUS WIDE-RANGE MAP” is selected, the process progresses to Step S 112 .
  • Step S 117 when it is determined that the item “RETURN TO PREVIOUS WIDE-RANGE MAP” is selected, the process progresses to Step S 115 .
  • Step S 115 when it is determined that the operation command purporting that the item “PLAY ALL IMAGES ON MAP” is selected is not supplied, the process skips Steps S 116 and S 117 and progresses to Step S 117 .
  • the images grouped hierarchically according to positional information are displayed at the positions corresponding to positional information on the map for each group. While all the images included in the group are not displayed on the map, the representative image of the group and icons representing other images corresponding to the scale of the map are displayed. Therefore, the user can intuitively grasp the relationship between the photographing positions of the images and the positions on the map.
  • An instruction from the user to the image display device 101 is realized by transmission of an operation command from the operation input section 135 as a remote controller. That is, the user can display the reduced scale map according to the hierarchy of the group and the images included in the relevant group by simpler operation of the cross key or OK button, as compared with a pointer operation by a mouse or a touch pad which is unlikely to be handled under the unstable environment.
  • the configuration in which the single image display device 101 performs the grouping process and the display control process has been described, but the above-described process may be executed by a system having a device for the grouping process and a device for the display control process.
  • FIG. 24 shows a functional configuration example of an image display system having a recording device for a grouping process and a playback device for a display control process.
  • the image display system of FIG. 24 includes a recording device 501 , an optical disk 502 , and a playback device 503 .
  • the recording device 501 performs the grouping process on images stored in advance, and records grouped hierarchically images and data regarding the images in the optical disk 502 .
  • the playback device 503 reads the hierarchically grouped images and data regarding the images recorded in the optical disk 502 , and displays, together with the reduced scale map according to the hierarchy of the group, the images at the positions corresponding to positional information on the map.
  • the recording device 501 includes a storage section 531 , a positional information acquiring section 532 , an arithmetic section 533 , an operation input section 534 , a condition setting section 535 , and a disk drive 536 .
  • the arithmetic section 533 includes a clustering section 541 and a hierarchy deciding section 542 .
  • the clustering section 541 includes a distance calculating section 541 a and a cluster creating section 541 b
  • the hierarchy deciding section 542 includes a density calculating section 542 a and a deciding section 542 b.
  • the positional information acquiring section 532 , the arithmetic section 533 , and the condition setting section 535 of the recording device 501 respectively have the same functions as the positional information acquiring section 133 , the arithmetic section 134 , and the condition setting section 137 of FIG. 1 , so descriptions thereof will not be repeated.
  • the storage section 531 has, for example, a storage medium, such as a semiconductor memory, for example, a RAM (Random Access Memory) or a flash memory, or a hard disk, and stores data supplied from an external apparatus (not shown).
  • a storage medium such as a semiconductor memory, for example, a RAM (Random Access Memory) or a flash memory, or a hard disk
  • the storage section 531 stores images supplied from a digital camera (not shown) or the like.
  • the images stored in the storage section 531 are acquired by the positional information acquiring section 532 or the arithmetic section 533 .
  • the storage section 531 also stores binary tree structure data or cluster data generated by the arithmetic section 533 .
  • the operation input section 534 has various operating buttons, keys, a touch panel, and the like, and, when being operated by the user, supplies a control signal (operation command) representing the operation contents to the condition setting section 535 .
  • the disk drive 536 is configured such that the optical disk 502 is removably loaded therein, and records data stored in the storage section 531 to the loaded optical disk 502 .
  • the optical disk 502 is a removable medium (storage medium), such as a BD (Blu-ray Disc) or the like, which is removable from the recording device 501 and the playback device 503 , and records image data 551 , binary tree structure data 552 , cluster data 553 , and a control program 554 .
  • Image data 551 , binary tree structure data 552 , and cluster data 553 are respectively identical to data recorded in the image DB 151 , the binary tree DB 152 , and the cluster DB 153 of FIG. 1 , so descriptions thereof will not be repeated.
  • the control program 554 is a group of application programs, called BD-J (Blu-ray Disc Java (Registered Trademark)) described in the program language Java (Registered Trademark), and is executed by the playback device 503 .
  • the playback device 503 includes a disk drive 571 , a storage section 572 , a network communication section 573 , an operation input section 574 , a light receiving section 575 , a display control section 576 , and a display section 577 .
  • the display control section 576 includes a map managing section 581 , a hierarchy managing section 582 , an image reading section 583 , and a combining section 584 .
  • the operation input section 574 and the display section 577 are shown outside the playback device 503 , but they are regarded as being included in the playback device 503 .
  • the network communication section 573 , the operation input section 574 , the light receiving section 575 , the display control section 576 , and the display section 577 of the playback device 503 respectively have the same functions as the network communication section 138 , the operation input section 135 , the light receiving section 136 , the display control section 139 , and the display section 140 of FIG. 1 , so descriptions thereof will not be repeated.
  • the disk drive 571 is configured such that the optical disk 502 is removably loaded therein.
  • the disk drive 571 reads data from the loaded optical disk 502 and supplies data to the storage section 572 .
  • the storage section 572 is a storage medium, for example, a semiconductor memory, such as a RAM (Random Access Memory) or a flash memory, or a hard disk, and stores data (including programs) supplied from the disk drive 571 .
  • the storage section 572 also supplies data (including programs) stored therein to the display control section 576 as occasion demands.
  • the grouping process is executed by the recording device 501
  • the display control process is executed by the playback device 503 .
  • the grouping process and the clustering process by the recording device 501 are the same as the process by the image display device 101 of FIG. 1 which has been described with reference to the flowcharts of FIGS. 4 and 5 , except that binary tree structure data or cluster data is recorded in the optical disk 502 through the storage section 531 and the disk drive 536 , so descriptions thereof will not be repeated.
  • the display control process by the playback device 503 is the same as the process by the image display device 101 of FIG. 1 which has been described with reference to the flowchart of FIG. 15 , except that images or cluster data is read from the optical disk 502 through the storage section 572 and the disk drive 571 , so a description thereof will not be repeated.
  • the clusters in binary tree structure data can be grouped into a new image group in accordance with the user's preference.
  • the images grouped hierarchically according to positional information are displayed at the positions corresponding to positional information on the map for each group. While all the images included in the group are not displayed on the map, the representative image of the group and icons representing other images corresponding to the scale of the map are displayed. Therefore, the user can intuitively grasp the relationship between the photographing positions of the images and the positions on the map.
  • the user can display the reduced scale map according to the hierarchy of the group and the images included in the relevant group by simpler operation of the cross key or OK button, as compared with a pointer operation by a mouse or a touch pad which is unlikely to be handled under the unstable environment.
  • image grouping has been performed by using the cluster density according to positional information
  • image grouping may be performed on the basis of date and time information, for example.
  • the images are still images, the invention is not limited thereto.
  • motion images may be used.
  • a menu screen is displayed on the display section 140 , together with a predetermined reduced scale map, and the user can select and decide a group.
  • a group may be selected, and a reduced scale map according to the hierarchy of the group and the images included in the group may be displayed.
  • the user may operate the cross key 211 in the left and right directions to select a group in a predetermined hierarchy, and may then operate the cross key 211 of the operation input section 135 in the up and down direction to move to a hierarchy next above (or below) the selected group.
  • an image group is newly obtained on the basis of the cluster density of a cluster clustered according to positional information of images
  • the invention is not limited thereto.
  • another clustering method may be used insofar as a group with a hierarchical structure is obtained.
  • the scale of a map displayed on the display section is set such that all the positions corresponding to positional information of the respective groups included in the selected group are included with a certain margin.
  • a group in a high-level hierarchy includes only one image
  • hierarchies may be provided, and the scale may be reduced hierarchically, without zooming out to the minimum scale. In this case, even though the hierarchy moves down, only one cluster (image) is displayed on the map.
  • a series of processes described above may be executed by hardware or software.
  • a program which constructs software is installed from a program recording medium on a computer, which is incorporated into exclusive-use hardware, or a general-use personal computer, on which various programs are installed to execute various functions.
  • FIG. 25 is a block diagram showing a hardware configuration example of a computer which executes a series of processes described above by a program.
  • a computer is configured such that a CPU (Central Processing Unit) 901 , a ROM (Read Only Memory) 902 , and a RAM (Random Access Memory) 903 are connected to each other through a bus 904 .
  • a CPU Central Processing Unit
  • ROM Read Only Memory
  • RAM Random Access Memory
  • An input/output interface 905 is also connected to the bus 904 .
  • An input section 906 having a keyboard, a mouse, a microphone, and the like, an output section 907 having a display, a speaker, and the like, a storage section 908 having a hard disk, a nonvolatile memory, and the like, a communication section 909 having a network interface or the like, and a drive 910 which drives a removable medium 911 , such as a magnetic disk, an optical disk, a magneto-optical disk, or a semiconductor memory, are connected to the input/output interface 905 .
  • a removable medium 911 such as a magnetic disk, an optical disk, a magneto-optical disk, or a semiconductor memory
  • the CPU 901 loads a program stored in the storage section 908 on the RAM 903 through the input/output interface 905 and the bus 904 , and executes the program, so a series of processes described above is performed.
  • a program which is executed by the computer (CPU 901 ) may be recorded and provided on the removable medium 911 which is a package medium, such as a magnetic disk (including a flexible disk), an optical disk (CD-ROM (Compact Disc-Read Only Memory), a DVD (Digital Versatile Disc), or the like), a magneto-optical disk, or a semiconductor memory, or may be provided through a wired or wireless transmission medium, such as a local area network, Internet, or digital satellite broadcasting.
  • a package medium such as a magnetic disk (including a flexible disk), an optical disk (CD-ROM (Compact Disc-Read Only Memory), a DVD (Digital Versatile Disc), or the like), a magneto-optical disk, or a semiconductor memory, or may be provided through a wired or wireless transmission medium, such as a local area network, Internet, or digital satellite broadcasting.
  • the program may be installed on the storage section 908 through the input/output interface 905 by loading the removable medium 911 in the drive 910 .
  • the program may be received by the communication section 909 through a wired or wireless transmission medium and installed on the storage section 908 .
  • the program may be installed in advance on the ROM 902 or the storage section 908 .
  • the program which is executed by the computer may be a program which is processed in a time series manner in the order as described in this specification, or a program which is processed in parallel or at necessary timing, for example, when a call is performed.
  • system refers to an entire device having a plurality of devices.

Abstract

An information processing device which displays on a map a plurality of images classified by hierarchical clustering and associated with positional information includes a deciding unit configured to decide clusters satisfying a predetermined condition from among clusters created by the hierarchical clustering as the same group and a display control unit configured to perform control such that the clusters belonging to the group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the group.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention relates to information processing device and method, and a program, and in particular, to information processing device and method, and a program which are capable of displaying images grouped according to positional information so as to be more recognizable.
  • 2. Description of the Related Art
  • In recent years, a method has been suggested in which additional information, such as a photographing location or photographing date and time, is appended to images photographed by a digital camera or the like, and the images are managed or displayed on the basis of the additional information.
  • For example, a method has been suggested in which thumbnails of images are mapped onto a map and displayed on the basis of information regarding the locations where the images are photographed (for example, see Japanese Unexamined Patent Application Publication No. 2005-110111).
  • SUMMARY OF THE INVENTION
  • According to the method described in Japanese Unexamined Patent Application Publication No. 2005-110111, when the locations where a plurality of images are photographed are concentrated, multiple images are displayed on the map, and the relationship between the photographing locations and the positions on the map is unlikely to be recognized.
  • It is desirable to display images grouped according to positional information so as to be more recognizable.
  • An embodiment of the invention provides an information processing device which displays on a map a plurality of images classified by hierarchical clustering and associated with positional information. The information processing device includes deciding means for deciding clusters satisfying a predetermined condition from among clusters created by the hierarchical clustering as the same group, and display control means for performing control such that the clusters belonging to the group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the group.
  • The display control means may perform control such that a representative image selected from at least one image included in each cluster is displayed at a position based on the positional information of each cluster belonging to the group on the reduced scale map based on the positional information of the respective clusters belonging to the group.
  • The positional information of each cluster may be information based on positional information of the image included in each cluster.
  • The predetermined condition may be a condition regarding the range of density of child clusters included in each cluster, and the deciding means may calculate the density of child clusters included in each cluster, and may decide clusters, in which the calculated density falls within a predetermined range, as the same group.
  • The information processing device may further include clustering means for clustering the images associated with the positional information to a binary tree structure in accordance with distances based on the positional information.
  • The information processing device may further include input means for inputting an instruction to select one of the clusters being displayed. The display control means may perform control such that, on a reduced scale map based on positional information of respective clusters belonging to a lower layer group in a hierarchy lower than that of the group to which the cluster selected in accordance with the instruction by the input means belongs, the clusters belonging to the lower layer group are displayed.
  • The input means may instruct to display clusters belonging to an upper layer group in a hierarchy higher than that of the group to which the clusters being displayed belong, and the display control means may perform control on the basis of the instruction by the input means such that the clusters belonging to the upper layer group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the upper layer group.
  • The input means may be a remote controller.
  • Another embodiment of the invention provides an information processing method for an information processing device which displays on a map a plurality of images classified by hierarchical clustering and associated with positional information. The method includes the steps of deciding clusters satisfying a predetermined condition from among clusters created by the hierarchical clustering as the same group, and performing control such that the clusters belonging to the group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the group.
  • Yet another embodiment of the invention provides a program which causes a computer to execute a process of an information processing device, which displays on a map a plurality of images classified by hierarchical clustering and associated with positional information. The process includes the steps of deciding clusters satisfying a predetermined condition from among clusters created by the hierarchical clustering as the same group, and performing control such that the clusters belonging to the group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the group.
  • According to the embodiments of the invention, clusters satisfying a predetermined condition from among clusters created by hierarchical clustering are decided as the same group, and control is performed such that the clusters belonging to the group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the group.
  • According to the embodiments of the invention, images grouped according to positional information can be displayed so as to be more recognizable.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram showing a functional configuration example of an image display device as an embodiment of an information processing device to which the invention is applied;
  • FIG. 2 is a block diagram showing an appearance configuration example of an operation input section of FIG. 1;
  • FIG. 3 is a diagram illustrating an example of clustering of multiple images;
  • FIG. 4 is a flowchart illustrating an image grouping process;
  • FIG. 5 is a flowchart illustrating an image clustering process;
  • FIG. 6 is a diagram illustrating an image clustering process;
  • FIG. 7 is a diagram illustrating an image clustering process;
  • FIG. 8 is a diagram illustrating an image clustering process;
  • FIG. 9 is a diagram illustrating an image clustering process;
  • FIG. 10 is a diagram illustrating an image clustering process;
  • FIG. 11 is a diagram conceptually showing a binary tree which represents binary tree structure data;
  • FIG. 12 is a diagram illustrating cluster data regarding a cluster;
  • FIG. 13 is a diagram illustrating grouping according to a grouping condition;
  • FIG. 14 is a diagram illustrating grouping according to a grouping condition;
  • FIG. 15 is a flowchart illustrating a display control process of grouped images;
  • FIG. 16 is a diagram showing a display example of a display section;
  • FIG. 17 is a diagram showing a display example of a display section;
  • FIG. 18 is a diagram showing a display example of a display section;
  • FIG. 19 is a diagram showing a display example of a display section;
  • FIG. 20 is a diagram showing a display example of a display section;
  • FIG. 21 is a diagram showing a display example of a display section;
  • FIG. 22 is a diagram showing a display example of a display section;
  • FIG. 23 is a diagram showing a display example of a display section;
  • FIG. 24 is a block diagram showing a functional configuration example of an image display system; and
  • FIG. 25 is a block diagram showing a hardware configuration example of a computer.
  • DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • Hereinafter, an embodiment of the invention will be described with reference to the drawings.
  • [Configuration Example of Image Display Device]
  • FIG. 1 shows a functional configuration example of an image display device as an embodiment of an information processing device to which the invention is applied.
  • An image display device 101 of FIG. 1 includes a data communication section 131, a recording section 132, a positional information acquiring section 133, an arithmetic section 134, an operation input section 135, a light receiving section 136, a condition setting section 137, a network communication section 138, a display control section 139, and a display section 140.
  • In FIG. 1, the operation input section 135 is shown outside the image display device 101, but it is regarded as being included in the image display device 101.
  • The data communication section 131 acquires (receives) data supplied (transmitted) from an external apparatus, and supplies data to the recording section 132. Specifically, the data communication section 131 acquires image data (hereinafter, also referred to as simply “image”) supplied from a digital camera (not shown) or the like, and supplies image data to the recording section 132.
  • Hereinafter, description will be made assuming that image data (image) is a still image.
  • The recording section 132 is, for example, a hard disk or an optical disk, and records various kinds of data. The recording section 132 includes image database (DB) 151, a binary tree database (DB) 152, and a cluster database (DB) 153.
  • The image DB 151 records image data supplied from the data communication section 131. An Exif (Exchangeable Image File Format) tag is stored in image data recorded in the image DB 151 and additional information, such as positional information of a position where an image is photographed, photographing date and time representing date and time when an image is photographed is recorded in the Exif tag. When an image is photographed by a photographing device with a GPS (Global Positioning System) function, positional information includes latitude, longitude, and altitude.
  • The binary tree DB 152 records binary tree structure data clustered from image data by the arithmetic section 134. The cluster DB 153 records cluster data for each cluster corresponding to the hierarchy of each node of binary tree structure data generated by the arithmetic section 134. Details of binary tree structure data and cluster data will be described below.
  • The recording section 132 records a control program (not shown). The control program is executed by the image display device 101 as occasion demands.
  • The positional information acquiring section 133 acquires image data recorded in the image DB 151, acquires positional information from the Exif tag stored in image data, and supplies image data and positional information to the arithmetic section 134.
  • The arithmetic section 134 includes a clustering section 161 and a hierarchy deciding section 162.
  • The clustering section 161 classifies image data recorded in the image DB 151 by clustering (hierarchical clustering). In this embodiment, during clustering, binary tree structure data is used in which each image data is set as a leaf. In binary tree structure data, nodes correspond to clusters. The clustering section 161 performs clustering on the basis of positional information supplied from the positional information acquiring section 133 such that each cluster of binary tree structure data has a hierarchical structure, and supplies binary tree structure data to the binary tree DB 152.
  • The clustering section 161 includes a distance calculating section 161 a and a cluster creating section 161 b. The distance calculating section 161 a calculates the distance between image data on the basis of positional information supplied from the positional information acquiring section 133, and the cluster creating section 161 b creates a cluster on the basis of the calculated distance between image data. The distance calculating section 161 a also calculates the distance between the clusters created by the cluster creating section 161 b. The cluster creating section 161 b creates a cluster on the basis of the calculated distance between the clusters. In this way, the distance between image data and the distance between the clusters are sequentially calculated so as to create binary tree structure data.
  • The hierarchy deciding section 162 decides a node satisfying a grouping condition set by the condition setting section 137 from among the nodes of binary tree structure data recorded in the binary tree DB 152, and sets image data corresponding to leaves belonging to the decided node as one group. The grouping condition is the condition for grouping (images included in) respective clusters of binary tree structure data recorded in the binary tree DB 152 into appropriate image groups according to the user's preference.
  • The hierarchy deciding section 162 includes a density calculating section 162 a and a deciding section 162 b. The density calculating section 162 a calculates the density of image data in the clusters (or clusters) corresponding to the nodes of binary tree structure data recorded in the binary tree DB 152 for each node. The deciding section 162 b decides a node in which the calculated density of image data (or clusters) satisfies the grouping condition.
  • In this way, the hierarchy deciding section 162 decides a cluster satisfying the grouping condition from among the clusters created by clustering so as to decide a desired cluster from among a plurality of clusters into an appropriate group.
  • In the above description, a plurality of images constitute a cluster, but it is also assumed that one image constitute a single cluster.
  • The operation input section 135 is a so-called remote controller. A user presses various buttons, such as a cross key, an OK button, and the like, so a control signal (command (hereinafter, also referred to operation command)) for controlling the image display device 101 is generated. The operation input section 135 transmits the generated operation command to the light receiving section 136 by infrared rays, for example.
  • The light receiving section 136 receives the operation command transmitted from the operation input section 135 by infrared rays, for example, and supplies the operation command to the condition setting section 137 and the display control section 139.
  • When an operation command regarding a grouping condition is supplied from the operation input section 135 through the light receiving section 136, the condition setting section 137 stores the grouping condition corresponding to the operation command and also supplies the grouping condition to the hierarchy deciding section 162. The condition setting section 137 may store an operation of the user or a past grouping history, may set a grouping condition on the basis of the history or the like, and may supply the set grouping condition to the hierarchy deciding section 162.
  • The network communication section 138 communicates with another apparatus, such as a Web server or the like, through Internet so as to acquire map data and supplies map data to the display control section 139.
  • The display control section 139 controls display of the display section 140 in accordance with an operation command supplied from the operation input section 135 through the light receiving section 136. The display control section 139 includes a map managing section 181, a hierarchy managing section 182, an image reading section 183, and a combining section 184.
  • The map managing section 181 manages map data supplied from the network communication section 138 by country or area.
  • The hierarchy managing section 182 reads cluster data recorded in the cluster DB 153 and, if necessary, selects a group (cluster) of cluster data according to an operation command supplied from the operation input section 135 through the light receiving section 136.
  • The image reading section 183 reads, from the image DB 151, image data corresponding (included in) a group selected by the hierarchy managing section 182.
  • The combining section 184 reads, from the map managing section 181, map data based on positional information of image data read by the image reading section 183, combines map data and image data read by the image reading section 183, and supplies the combined image to the display section 140.
  • The display section 140 is formed by, for example, an LCD (Liquid Crystal Display), and displays images under the control of the display control section 139.
  • [Appearance Configuration Example of Operation Input Section]
  • An appearance configuration example of the operation input section 135 in FIG. 1 will be described with reference to FIG. 2.
  • As shown in FIG. 2, the operation input section 135 which is a remote controller is provided with a cross key 211, an OK button 212, a menu button 213, a power button 214, a light emitting section 215, and other buttons.
  • The cross key 211 is operated (direction operation) in four directions of up, down, left, and right by the user when the user selects an item displayed on the display section 140.
  • The OK button 212 is operated (decision operation) when the user decides an item displayed on the display section 140 and selected by the user's operation of the cross key 211.
  • The menu button 213 is operated to display a menu screen for inputting various settings or a predetermined operation command on the display section 140.
  • When the menu screen is displayed, items on the menu screen are displayed on the display section 140. The user can operate the cross key 211 to select a predetermined item, and can operate the OK button to decide the selection of the item.
  • The power button 214 is operated to power on or off the image display device 101.
  • When the operation input section 135 is operated, the light emitting section 215 outputs (transmits) a control signal (operation command) representing the operation by infrared rays.
  • Other buttons include numeral keys (keypad), a volume button, a channel button, a play button, a record button, and the like, and descriptions thereof will be omitted.
  • [Example of Clustering of Multiple Images]
  • An example of clustering of multiple images will be described with reference to FIG. 3.
  • FIG. 3 shows the overview of clusters, to which one or multiple images belong, on a space (two-dimensional space) corresponding to positional information included in the Exif tag of an image. In FIG. 3, each cluster which is created after multiple images are clustered on the basis of positional information thereof is indicated by a circular region, and has the center position (center point) and radius of the circle as attribute values. Images belonging to the cluster are included in the circular region (cluster region) defined by the center point and radius.
  • In the state A of FIG. 3, one image belongs to a cluster 331, and the center position of the cluster 331 is the position of the image belonging to the cluster 331. The radius of the cluster 331 is 0 (r=0).
  • In the state B of FIG. 3, two images belong to a cluster 334 as clusters 332 and 333, and the center position 335 of the cluster 334 is the center position of a line connecting the positions of the two images. The radius of the cluster 334 is half of the line connecting the positions of the two images. For example, when the length of the line connecting the clusters 332 and 333 corresponding to the two images is R1, the radius is R1/2 (r=R1/2). During clustering, when the distance between clusters to which only one image belongs is calculated, the distance between the images is calculated. For example, when the distance between the clusters 332 and 333 is calculated, the distance between the position of an image belonging to the cluster 332 and the position of an image belonging to the cluster 333 is calculated.
  • In the state C of FIG. 3, at least four images belong to a cluster 340, and the center position 341 of the cluster 340 is a center position of a line connecting a position 342 where the circle of the cluster 340 and the circle of a cluster 336 are tangent to each other and a position 343 where the circle of the cluster 340 and the circle of a cluster 337 are tangent to each other, on a line connecting the center position 338 of the cluster 336 and the center position 339 of the cluster 337. The clusters 336 and 337 respectively have at least two images. The radius of the cluster 340 is half of the line connecting the position 342 and the position 343. During clustering, when the distance between the clusters to which multiple images belong is calculated, the shortest distance between the circumferences of the circles of the respective clusters is calculated. For example, the distance between the clusters 336 and 337 is the distance d between the position 344 on the circle of the cluster 336 and the position 345 on the circle of the cluster 337 on the line connecting the position 342 and the position 343. When the radius of the cluster 336 is R2, the radius of the cluster 337 is R3, and the radius of the cluster 340 is R4, the distance d between the clusters 336 and 337 is 2(A4-A2-A3).
  • [Image Grouping Process]
  • Next, an image grouping process in the image display device 101 will be described with reference to a flowchart of FIG. 4. The image grouping process starts, for example, when the user operates the operation input section 135 and an item is selected on the menu screen displayed on the display section 140 to execute the image grouping process.
  • In Step S31, the positional information acquiring section 133 acquires an image recorded in advance in the image DB 151, acquires positional information from the Exif tag stored in the image, and supplies image data and positional information to the arithmetic section 134.
  • In Step S32, the clustering section 161 of the arithmetic section 134 executes a clustering process on the image recorded in the image DB 151.
  • [Image Clustering Process]
  • The image clustering process by the clustering section 161 will be described with reference to a flowchart of FIG. 5 and FIGS. 6 to 11.
  • In Step S61, the distance calculating section 161 a of the clustering section 161 calculates the distance between images as clusters on the basis of positional information supplied from the positional information acquiring section 133.
  • For example, when images 351 to 355 recorded in the image DB 151 are arranged on a virtual plane shown in FIG. 6 on the basis of positional information thereof, the distance calculating section 161 a calculates the distances between the images 351 to 355.
  • In Step S62, the cluster creating section 161 b creates clusters on the basis of the distances between the clusters as the calculation result of the distance calculating section 161 a.
  • For example, as shown in FIG. 7, the cluster creating section 161 b creates a cluster 361 by the images 351 and 352 having the shortest distance between the clusters.
  • In Step S63, the clustering section 161 determines whether or not there is a cluster which is not clustered.
  • The state where “there is a cluster which is not clustered” indicates a state where a cluster (including a single image) can be clustered with another cluster. Therefore, the state where there is no cluster which is not clustered refers to a state where images as the minimum cluster unit are clustered into one cluster.
  • That is, in the example of FIG. 7, the images 353 to 355 and the cluster 361 are not clustered, so the process returns to Step S61.
  • In the second round of Step S61, the distance calculating section 161 a calculates the distances between the images 353 to 355 and the cluster 361.
  • In the second round of Step S62, the cluster creating section 161 b creates a cluster 362 by the images 353 and 354 having the shortest distance from among the distances between images and clusters on the basis of the calculation result of the distance calculating section 161 a, as shown in FIG. 8.
  • In the second round of Step S63, the clustering section 161 determines whether or not there is a cluster which is not clustered.
  • In the example of FIG. 8, the image 355, the cluster 361, and the cluster 362 are not clustered, so the process returns to Step S61 again.
  • In the third round of Step S61, the distance calculating section 161 a calculates the distances between the image 355, the cluster 361, and the cluster 362.
  • In the third round of Step S62, the cluster creating section 161 b creates a cluster 363 by the image 355 and the cluster 361 having the shortest distance from among the distances between images and clusters on the basis of the calculation result of the distance calculating section 161 a, as shown in FIG. 9.
  • In the third round of Step S63, the clustering section 161 determines whether or not there is a cluster which is not clustered.
  • In this case, the cluster 362 and the cluster 363 are not clustered, so the process returns to Step S61 again.
  • Then, with the fourth round of Steps S61 and S62, a cluster 364 shown in FIG. 10 is created. In the fourth round of Step S63, it is determined that there is no cluster which is not clustered, so the process progresses to Step S64.
  • In Step S64, the clustering section 161 creates binary tree structure data on the basis of the clusters created by the cluster creating section 161 b, and then the process returns to Step S32 of FIG. 4. For example, the clustering section 161 creates binary tree structure data on the basis of the clusters 361 to 364 created by the cluster creating section 161 b.
  • FIG. 11 conceptually shows a binary tree representing binary tree structure data created on the basis of the clusters 361 to 364.
  • In the binary tree of FIG. 11, images and leaves correspond to each other, and clusters and nodes correspond to each other. In FIG. 11, the leaves corresponding to the images 351 to 355 are numbered identical to the images, and the nodes corresponding to the clusters 361 to 364 are numbered identical to the clusters. Each of the images 351 to 355 constitutes a cluster independently, but in this case, the numbers of the clusters are not particularly shown.
  • Cluster data regarding each cluster created by the above-described clustering process will be described with reference to FIG. 12.
  • Cluster data shown in FIG. 12 is unique information regarding a created cluster, and a cluster ID, a cluster center position, a cluster radius, the number of images, an image list, and a child cluster list are recorded. It is assumed that each image is given an image ID as an image identifier.
  • The cluster ID represents the identifier of a cluster corresponding to cluster data, and for example, is the four-digit integer value “0001”. The cluster center position represents the center position of a cluster corresponding to cluster data, and for example, is the latitude “N39.49329987” and the longitude “E141.239801” corresponding to the center position of the cluster. The cluster radius represents the radius of a cluster corresponding to cluster data, and for example, is the value “56.26” in the unit of meters (m). The number of images represents the number of images included in the cluster region of a cluster corresponding to cluster data, and for example, is “12”. The image list represents image IDs (integer values) of images included in the cluster region of a cluster corresponding to cluster data, and for example, is the image IDs of 12 images, “1, 2, 5, 6, 7, 8, 9, 14, 15, 16, 17, 23”.
  • The child cluster list represents the cluster IDs of clusters (child clusters) included in the cluster region of a cluster corresponding to cluster data, and for example, is cluster IDs of two clusters, “0002, 0007”. That is, the child cluster list represents the cluster IDs of clusters in a hierarchy lower than the cluster.
  • In addition to the above-described data, metadata of images belonging to a cluster or statistical information of images may be included in cluster data by images or applications. Cluster data is data regarding binary tree structure data, and is recorded in the binary tree DB 152 together with binary tree structure data.
  • With regard to each image, an image ID and a cluster ID to which the image belongs may be appended as metadata. When a cluster ID is appended as metadata of an image, the cluster ID may be embedded into the image itself by using a file region, such as Exif or the like, and only metadata of an image may be managed separately.
  • Returning to the flowchart of FIG. 4, in Step S33, the density calculating section 162 a of the hierarchy deciding section 162 calculates the cluster density in the clusters corresponding to the nodes of binary tree structure data recorded in the binary tree DB 152 for each node.
  • For example, the density calculating section 162 a calculates the cluster density in the cluster corresponding to each node of binary tree structure data recorded in the binary tree DB 152 by using Equation (1) described below.

  • D C =n C /S C  (1)
  • For Equation (1), DC represents the density of a cluster C, nC represents the number of images included in the cluster C, and SC represents the area of the cluster C. The area SC of the cluster is calculated on the basis of the radius of the cluster. For example, in the binary tree of FIG. 11, the cluster density of each of the clusters 361 to 364 corresponding to the nodes is calculated.
  • In Step S34, the deciding section 162 b determines whether or not the cluster density calculated for a predetermined cluster (cluster of interest) satisfies the grouping condition supplied from the condition setting section 137.
  • In Step S34, when it is determined that the cluster density satisfies the grouping condition, the process progresses to Step S35, and the deciding section 162 b decides that a node (node of interest) corresponding to the cluster of interest is a node satisfying the grouping condition.
  • In Step S34, when it is determined that the cluster density does not satisfy the grouping condition, the process skips Step S35.
  • In Step S36, the hierarchy deciding section 162 determines whether or not the node of interest corresponding to the cluster of interest is a root node.
  • In Step S36, when it is determined that the node of interest corresponding to the cluster of interest is not the root node, the process progresses to Step S37. In Step S37, the hierarchy deciding section 162 moves to another node other than the node of interest, and the process returns to Step S34. That is, the hierarchy deciding section 162 sets another node as a node of interest and performs the process of Steps S34 to S36 on the node.
  • In Step S36, when it is determined that the node of interest corresponding to the cluster of interest is the root node, the process progresses to Step S38, and the hierarchy deciding section 162 records cluster data corresponding to the cluster of interest in the cluster DB 153.
  • Specifically, for example, in Steps S34 to S37, first, the deciding section 162 b sequentially determines whether or not a cluster corresponding to a node satisfies Equation (2) starting with a node in the lower hierarchy of binary tree structure data recorded in the binary tree DB 152.

  • DL≦DC<DH  (2)
  • For Equation (2), the values DL and DH are the lower limit value and upper limit value of the cluster density DC for defining a group satisfying the grouping condition. For example, when the values DL and DH are set to comparatively small values, a node corresponding to a cluster having a comparatively small cluster density DC is decided. When the values DL and DH are set to comparatively large values, a node corresponding to a cluster having a comparatively large cluster density DC is decided.
  • When the difference between the values DL and DH is set to become small, only clusters having comparatively approximate cluster densities DC satisfy the condition, and the number of nodes to be decides is comparatively small. When the difference between the values DL and DH is set to become large, clusters having comparatively distant cluster densities DC satisfy the condition, so the number of nodes to be decided becomes comparatively large.
  • For example, when the values DL and DH are set to comparatively small values, as shown in FIG. 13, a cluster 380 (a cluster having a comparatively small cluster density DC) having images 371 to 375 sparsely distributed becomes one group.
  • When the values DL and DH are set to comparatively large values, as shown in FIG. 14, each of clusters 381 and 385 (clusters having a comparatively large cluster density DC) in which multiple images (in the drawing, indicated by a double circle) are concentrated on the same position or a narrow range becomes one group.
  • The values DL and DH may be set in advance or may be appropriately set by the user.
  • Therefore, in the binary tree of FIG. 11, for the clusters 361 and 362 corresponding to a node in the lowest hierarchy, it is sequentially determined whether or not the cluster density satisfies Equation (2).
  • For example, with regard to the clusters 361 and 362, when the cluster density of the cluster 361 does not satisfy Equation (2), and the cluster density of the cluster 362 satisfies Equation (2), it is decided that the node corresponding to the cluster 362 satisfies the condition, but with regard to the cluster 361, it is not decided that the condition is satisfied. In this case, it is determined whether or not the cluster density of the cluster 363 corresponding to the node in the hierarchy higher than the cluster 361 satisfies Equation (2).
  • When the cluster density of the cluster 363 satisfies Equation (2), it is decided that the node corresponding to the cluster 363 satisfies the condition, together with the node corresponding to the cluster 362, and the cluster 362 and the cluster 363 belong to a group in the same hierarchy. It is determined whether or not the cluster density of the cluster 364 (root node) corresponding to the node in the hierarchy higher than the cluster 362 and the cluster 363 satisfies Equation (2). If Equation (2) is satisfied, the cluster 364 becomes one group.
  • In this case, only cluster data regarding the grouped clusters 362, 363, and 364 is supplied to the cluster DB 153.
  • In this case, it can be said that the cluster 362 and the cluster 363 are the groups in the hierarchy next below the cluster 364, and the cluster 364 is the group in the hierarchy next above the cluster 362 and the cluster 363. The cluster 363 originally includes the cluster 361, but through the above-described process, the cluster 363 becomes a group including only the images 351, 352, and 355.
  • As described above, a cluster having the cluster density satisfying Equation (2) becomes one group. With regard to a cluster having the cluster density not satisfying Equation (2), it is sequentially determined for a cluster in the hierarchy higher than the relevant cluster whether or not the cluster density satisfies Equation (2), so a group of a hierarchical structure satisfying the grouping condition is obtained.
  • According to the above-described process, clusters of binary tree structure data can be grouped into a new image group in accordance with the user's preference.
  • [Image Display Control Process]
  • Next, a display control process of images grouped by the above-described grouping process will be described with reference to a flowchart of FIG. 15.
  • In Step S101, the network communication section 138 communicates with the Web server through Internet so as to acquire map data, and supplies map data to the map managing section 181 of the display control section 139.
  • In Step S102, the hierarchy managing section 182 of the display control section 139 reads cluster data recorded in the cluster DB 153.
  • In Step S103, the image reading section 183 reads, from the image DB 151, a representative image of images included in the child groups of the root node in cluster data read by the hierarchy managing section 182. For example, the image reading section 183 selects, as the representative image, an image having the earliest photographing time and date from among at least one image included in the image list of cluster data corresponding to each group (child group), and reads the image from the image DB 151. The representative image is not limited to the image having the earliest photographing date and time from among the images included in the group. For example, the representative image may be an image having the latest image ID in the image list of cluster data, or may be designated in advance by the user. In this case, in addition to the representative image of each group, the image reading section 183 reads images included in the group from the image DB 151.
  • In Step S104, the combining section 184 combines a reduced scale map based on positional information of each group and the icons and representative image representing the images included in each group at a position corresponding to positional information of each group on the map, and displays the combined image on the display section 140.
  • Specifically, the combining section 184 acquires cluster data of a cluster corresponding to each group from cluster data read by the hierarchy managing section 182, and sets the cluster center position in cluster data as positional information of each group. The combining section 184 acquires map data from the map managing section 181, and generates a reduced scale map in which all the positions corresponding to the positional information of the respective groups are included with a certain margin. The combining section 184 acquires positional information of images including the representative image of each group read by the image reading section 183. The combining section 184 combines the generated map and the icons and representative image representing the images included in each group at the position corresponding to positional information of the images including the representative image of each group on the map, and displays the combined image on the display section 140, as shown in FIG. 16. The number of images represented by icons becomes the number according to the scale of the map to be displayed.
  • In FIG. 16, a predetermined reduced scale map is displayed at the right portion, and the icons and representative image representing the images included in each child group of the root node are displayed at a corresponding one of three locations on the map, together with a frame defining the range of the relevant group. The representative images at the three locations (three groups) on the map of FIG. 16 are allocated with the numbers 1 to 3, which represent the numbers of the respective groups.
  • In FIG. 16, a menu screen is displayed at the left portion. On the menu screen of FIG. 16, the items “PLAY ALL IMAGES ON MAP”, “1 POSITION GROUP 1”, “2 POSITION GROUP 2”, “3 POSITION GROUP 3”, “10 0 RETURN TO PREVIOUS WIDE-RANGE MAP”, AND “TOP” are displayed. The items “1 POSITION GROUP 1”, “2 POSITION GROUP 2”, and “3 POSITION GROUP 3” correspond to three groups on the above-described map. The user operates the cross key 211 of the operation input section 135 in the up, down, left or right direction and then operates the OK button 212 to select and decide each item. On the display section 140, an item selected by operating the cross key 211 is highlighted. In FIG. 16, the groups being displayed are child groups of the root node, and there is no group in the hierarchy higher than the groups, so the item “10 0 RETURN TO PREVIOUS WIDE-RANGE MAP” is not selectable. The items appended with a numeral in front of an item name are selected by operating a numeric key (keypad) of the operation input section 135.
  • In FIG. 16, the sentence “PRESS PLAY BUTTON TO PLAY ALL IMAGES ON MAP” and “(ICON REPRESENTING CAMERA)×113” are displayed at the lower-end portion. The numeral “113” represents the number of images included in all the groups on the map being currently displayed.
  • Returning to the flowchart of FIG. 15, in Step S105, the display control section 139 determines where or not any group is selected by an operation of the user. That is, the display control section 139 determines whether or not an operation command purporting that any group is selected is supplied from the operation input section 135 through the light receiving section 136.
  • In Step S105, when it is determined that an operation command purporting that any group is selected is not supplied, the process skips Steps S106 to S108 and progresses to Step S109.
  • In Step S105, when it is determined that an operation command purporting that any group is selected is supplied, the hierarchy managing section 182 selects a group according to the operation command, and the process progresses to Step S106. In this case, for example, if the user operates the cross key 211 of the operation input section 135 and then operates the OK button 212 on the display section 140 to select and decide “1 POSITION GROUP 1”, as shown in FIG. 17, the representative image of the corresponding group on the map is displayed in enlarged scale.
  • In Step S106, the hierarchy managing section 182 determines whether or not there are only leaves (images) as the minimum cluster unit in the selected group.
  • In Step S106, when it is determined that there are not only leaves in the selected group, the process progresses to Step S107. In Step S107, the image reading section 183 reads, from the image DB 151, the representative image of images included in a group in the hierarchy next below the group selected by the hierarchy managing section 182 and other images in cluster data read by the hierarchy managing section 182.
  • In Step S108, the combining section 184 combines a reduced scale map based on positional information of each group and the icons and representative image representing the images included in each group at the position corresponding to positional information of each group on the map, and displays the combined image on the display section 140, as shown in FIG. 18.
  • In FIG. 18, a reduced scale map corresponding to the position group 1 of FIG. 16 is displayed at the right portion, and the icons and representative representing the images included each child group of the position group 1 of FIG. 16 are displayed at a corresponding one of three locations on the map, together with a frame defining the range of the relevant group. Similarly to FIG. 16, the representative images at the three locations (three groups) on the map of FIG. 18 are allocated with the numbers 1 to 3, which represent the numbers of the respective groups.
  • In FIG. 18, similarly to FIG. 16, a menu screen is displayed at the left portion. In FIG. 18, unlike FIG. 16, there is a group in the hierarchy higher than the group being displayed, so the item “10 0 RETURN PREVIOUS WIDE-RANGE MAP” is selectable.
  • Returning to the flowchart of FIG. 15, in Step S109, the display control section 139 determines whether or not the item “PLAY ALL IMAGES ON MAP” on the menu screen of the display section 140 is selected by an operation of the user. That is, the display control section 139 determines whether or not an operation command purporting that the item “PLAY ALL IMAGES ON MAP” is selected is supplied from the operation input section 135 through the light receiving section 136. Alternatively, the display control section 139 may determine whether or not an operation command purporting that the user operates the play button is supplied from the operation input section 135 through the light receiving section 136.
  • In Step S109, when it is determined that the operation command purporting that the item “PLAY ALL IMAGES ON MAP” is selected is supplied, the process progresses to Step S110.
  • In Step S110, the image reading section 183 supplies the representative image of the images included in the group being currently displayed and other images to the display section 140, and the display section 140 displays the images in a slide show starting with an image having the latest image ID.
  • In Step S109, when it is determined that the operation command purporting that the item “PLAY ALL IMAGES ON MAP” is selected is not supplied, the process skips Step S110 and progresses to Step S111.
  • In Step S111, the display control section 139 determines whether or not the item “RETURN TO PREVIOUS WIDE-RANGE MAP” on the menu screen of the display section 140 is selected by an operation of the user. That is, the display control section 139 determines whether or not an operation command purporting that the item “RETURN TO PREVIOUS WIDE-RANGE MAP” is selected is supplied from the operation input section 135 through the light receiving section 136.
  • In Step S111, when it is determined that the operation command purporting that the item “RETURN TO PREVIOUS WIDE-RANGE MAP” is selected is supplied, the process progresses to Step S112.
  • In Step S112, the image reading section 183 reads, from the image DB 151, the representative image of images included in a group in the hierarchy next above the group being currently displayed on the display section 140 and other images in cluster data read by the hierarchy managing section 182. After Step S112, the process returns to Step S108, and the groups in the next hierarchy above are displayed. In Step S111, it is again determined whether or not the item “RETURN TO PREVIOUS WIDE-RANGE MAP” on the menu screen of the display section 140 is selected, but when the group in the hierarchy at that time is a child node of the root node, there is no group in the next hierarchy above, so the process automatically returns to Step S105.
  • In Step S111, when it is determined that the operation command purporting that the item “RETURN TO PREVIOUS WIDE-RANGE MAP” is not supplied, the process returns to Step S105, and the display control section 139 determines whether or not any group is selected by an operation of the user.
  • For example, in the display state of the display section 140 shown in FIG. 18, if the user operates the cross key 211 of the operation input section 135 and then operates the OK button 212 so as to select and decide the item “1 POSITION GROUP 1”, for example, as shown in FIG. 19, the representative image of the corresponding group on the map is displayed in enlarged scale.
  • In Step S106, the hierarchy managing section 182 determines whether or not there are only leaves (images) in the selected group.
  • In FIG. 19, there are not only leaves in the selected and decided group, so the process progresses to Step S107. In Step S107, the image reading section 183 reads, from the image DB 151, the representative image of images included in a group in the hierarchy next below the group selected by the hierarchy managing section 182 and other images in cluster data read by the hierarchy managing section 182.
  • In Step S108, the combining section 184 combines a reduced scale map based on positional information of each group and the icons and representative image representing the images included in each group at the position corresponding to positional information of each group on the map, and displays the combined image on the display section 140, as shown in FIG. 20.
  • In FIG. 20, a reduced scale map corresponding to the position group 1 of FIG. 18 is displayed at the right portion, and the icons and representative image representing the images included in each child group of the position group 1 in FIG. 18 are respectively displayed at a corresponding one of four locations on the map, together with a frame defining the range of the relevant group. Similarly to FIGS. 16 and 18, the representative images at the four locations (four groups) on the map of FIG. 20 are allocated with the numbers 1 to 4, which represent the numbers of the respective groups.
  • In Step S111, if it is determined that the item “RETURN TO PREVIOUS WIDE-RANGE MAP” is not selected, the process again returns to Step S105, and the display control section 139 determines whether or not any group is selected by an operation of the user.
  • For example, in the display state of the display section 140 shown in FIG. 20, if the user operates the cross key 211 of the operation input section 135 and then operates the OK button 212 so as to select and decide “4 POSITION GROUP 4”, in Step S106, the hierarchy managing section 182 determines whether or not there are only leaves (images) in the selected group.
  • The position group 4 in the FIG. 20 is a group in which only leaves (images) are included, so the process progresses to Step S113.
  • In Step S113, the image reading section 183 reads, from the image DB 151, the representative image of the images included in the group selected by the hierarchy managing section 182 and other images in cluster data read by the hierarchy managing section 182.
  • In Step S114, the combining section 184 combines a reduced scale map based on positional information of the images and the icons and representative image representing the images at the position corresponding to positional information of each image on the map, and displays the combined image on the display section 140.
  • Specifically, the combining section 184 acquires positional information of images including the representative image of the group read by the image reading section 183. The combining section 184 acquires a map from the map managing section 181, and generates a reduced scale map in which all the positions corresponding to positional information of the images are included with a certain margin. The combining section 184 combines the generated reduced scale map and the icons and representative image representing the images at the position corresponding to positional information of each image, and displays the combined image on the display section 140, as shown in FIG. 21.
  • In FIG. 21, a predetermined reduced scale map is displayed at the right portion, and the icons and representative image representing the images included in the position group 4 of FIG. 20 are displayed on the map.
  • In FIG. 21, a menu screen is displayed at the left portion. On the menu screen of FIG. 21, the items “PLAY ALL IMAGES ON MAP”, “10 0 RETURN TO PREVIOUS WIDE-RANGE MAP”, and “TOP” are displayed.
  • Returning to the flowchart of FIG. 15, in Step S115, the display control section 139 determines whether or not the item “PLAY ALL IMAGES ON MAP” on the menu screen of the display section 140 is selected by an operation of the user. That is, the display control section 139 determines whether or not an operation command purporting that the item “PLAY ALL IMAGES ON MAP” is selected is supplied from the operation input section 135 through the light receiving section 136. Alternatively, the display control section 139 may determine whether or not an operation command indicating that the user operates the play button is supplied from the operation input section 135 through the light receiving section 136.
  • In Step S115, when it is determined that the operation command purporting that the item “PLAY ALL IMAGES ON MAP” is selected is supplied, the process progresses to Step S116.
  • In Step S116, the image reading section 183 supplies the representative image of the images included in the group being currently displayed and other images to the display section 140, and the display section 140 displays the images in a slide show starting with an image having the latest image ID.
  • In Step S115, when it is determined that the operation command purporting that the item “PLAY ALL IMAGES ON MAP” is selected is not supplied, the process skips Step S116 and progresses to Step S117.
  • FIG. 22 is a diagram showing a display example of the display section 140 after the item “PLAY ALL IMAGES ON MAP” is selected on the display section 140 of FIG. 21.
  • In FIG. 22, the images included in the group being displayed in FIG. 21 are displayed at the substantially central portion. A reduced scale map according to a group in which the image is included is displayed at the upper left portion of FIG. 22. The position of an icon on the map changes to correspond to the image being displayed.
  • In this case, when the user operates the menu button 213 of the operation input section 135, a menu screen (right side) shown in FIG. 23 is displayed.
  • On the menu screen of FIG. 23, the items “CLOSE”, “DISPLAY CHAPTER”, “CHANGE MUSIC”, “DISPLAY MAP”, “STOP AND RETURN TO MAP”, and “TOP MENU” are displayed.
  • As described above, when the images are sequentially displayed and display of all the images included in the relevant group ends, or when the item “STOP AND RETURN TO MAP” on the menu screen of the display section 140 is selected by an operation of the user, display of the display section 140 returns to display shown in FIG. 21.
  • Returning to the flowchart of FIG. 15, in Step S117, the display control section 139 determines whether or not the item “RETURN TO PREVIOUS WIDE-RANGE MAP” (FIG. 21) on the menu screen of the display section 140 is selected by an operation of the user. That is, the display control section 139 determines whether or not an operation command purporting that the item “RETURN TO PREVIOUS WIDE-RANGE MAP” on is selected is supplied from the operation input section 135 through the light receiving section 136.
  • In Step S117, when it is determined that the item “RETURN TO PREVIOUS WIDE-RANGE MAP” is selected, the process progresses to Step S112.
  • In Step S117, when it is determined that the item “RETURN TO PREVIOUS WIDE-RANGE MAP” is selected, the process progresses to Step S115.
  • In Step S115, when it is determined that the operation command purporting that the item “PLAY ALL IMAGES ON MAP” is selected is not supplied, the process skips Steps S116 and S117 and progresses to Step S117.
  • According to the above-described process, together with the reduced scale map according to the hierarchy of the group, the images grouped hierarchically according to positional information are displayed at the positions corresponding to positional information on the map for each group. While all the images included in the group are not displayed on the map, the representative image of the group and icons representing other images corresponding to the scale of the map are displayed. Therefore, the user can intuitively grasp the relationship between the photographing positions of the images and the positions on the map.
  • An instruction from the user to the image display device 101 is realized by transmission of an operation command from the operation input section 135 as a remote controller. That is, the user can display the reduced scale map according to the hierarchy of the group and the images included in the relevant group by simpler operation of the cross key or OK button, as compared with a pointer operation by a mouse or a touch pad which is unlikely to be handled under the unstable environment.
  • In the above description, the configuration in which the single image display device 101 performs the grouping process and the display control process has been described, but the above-described process may be executed by a system having a device for the grouping process and a device for the display control process.
  • [Functional Configuration Example of Image Display System]
  • FIG. 24 shows a functional configuration example of an image display system having a recording device for a grouping process and a playback device for a display control process.
  • The image display system of FIG. 24 includes a recording device 501, an optical disk 502, and a playback device 503.
  • The recording device 501 performs the grouping process on images stored in advance, and records grouped hierarchically images and data regarding the images in the optical disk 502. The playback device 503 reads the hierarchically grouped images and data regarding the images recorded in the optical disk 502, and displays, together with the reduced scale map according to the hierarchy of the group, the images at the positions corresponding to positional information on the map.
  • The recording device 501 includes a storage section 531, a positional information acquiring section 532, an arithmetic section 533, an operation input section 534, a condition setting section 535, and a disk drive 536. The arithmetic section 533 includes a clustering section 541 and a hierarchy deciding section 542. The clustering section 541 includes a distance calculating section 541 a and a cluster creating section 541 b, and the hierarchy deciding section 542 includes a density calculating section 542 a and a deciding section 542 b.
  • The positional information acquiring section 532, the arithmetic section 533, and the condition setting section 535 of the recording device 501 respectively have the same functions as the positional information acquiring section 133, the arithmetic section 134, and the condition setting section 137 of FIG. 1, so descriptions thereof will not be repeated.
  • The storage section 531 has, for example, a storage medium, such as a semiconductor memory, for example, a RAM (Random Access Memory) or a flash memory, or a hard disk, and stores data supplied from an external apparatus (not shown). For example, the storage section 531 stores images supplied from a digital camera (not shown) or the like. The images stored in the storage section 531 are acquired by the positional information acquiring section 532 or the arithmetic section 533. The storage section 531 also stores binary tree structure data or cluster data generated by the arithmetic section 533.
  • The operation input section 534 has various operating buttons, keys, a touch panel, and the like, and, when being operated by the user, supplies a control signal (operation command) representing the operation contents to the condition setting section 535.
  • The disk drive 536 is configured such that the optical disk 502 is removably loaded therein, and records data stored in the storage section 531 to the loaded optical disk 502.
  • The optical disk 502 is a removable medium (storage medium), such as a BD (Blu-ray Disc) or the like, which is removable from the recording device 501 and the playback device 503, and records image data 551, binary tree structure data 552, cluster data 553, and a control program 554. Image data 551, binary tree structure data 552, and cluster data 553 are respectively identical to data recorded in the image DB 151, the binary tree DB 152, and the cluster DB 153 of FIG. 1, so descriptions thereof will not be repeated. The control program 554 is a group of application programs, called BD-J (Blu-ray Disc Java (Registered Trademark)) described in the program language Java (Registered Trademark), and is executed by the playback device 503.
  • The playback device 503 includes a disk drive 571, a storage section 572, a network communication section 573, an operation input section 574, a light receiving section 575, a display control section 576, and a display section 577. The display control section 576 includes a map managing section 581, a hierarchy managing section 582, an image reading section 583, and a combining section 584.
  • In FIG. 24, the operation input section 574 and the display section 577 are shown outside the playback device 503, but they are regarded as being included in the playback device 503.
  • The network communication section 573, the operation input section 574, the light receiving section 575, the display control section 576, and the display section 577 of the playback device 503 respectively have the same functions as the network communication section 138, the operation input section 135, the light receiving section 136, the display control section 139, and the display section 140 of FIG. 1, so descriptions thereof will not be repeated.
  • The disk drive 571 is configured such that the optical disk 502 is removably loaded therein. The disk drive 571 reads data from the loaded optical disk 502 and supplies data to the storage section 572.
  • The storage section 572 is a storage medium, for example, a semiconductor memory, such as a RAM (Random Access Memory) or a flash memory, or a hard disk, and stores data (including programs) supplied from the disk drive 571. The storage section 572 also supplies data (including programs) stored therein to the display control section 576 as occasion demands.
  • With the above-described configuration, the grouping process is executed by the recording device 501, and the display control process is executed by the playback device 503.
  • The grouping process and the clustering process by the recording device 501 are the same as the process by the image display device 101 of FIG. 1 which has been described with reference to the flowcharts of FIGS. 4 and 5, except that binary tree structure data or cluster data is recorded in the optical disk 502 through the storage section 531 and the disk drive 536, so descriptions thereof will not be repeated.
  • The display control process by the playback device 503 is the same as the process by the image display device 101 of FIG. 1 which has been described with reference to the flowchart of FIG. 15, except that images or cluster data is read from the optical disk 502 through the storage section 572 and the disk drive 571, so a description thereof will not be repeated.
  • That is, in the image display system of FIG. 24, the clusters in binary tree structure data can be grouped into a new image group in accordance with the user's preference.
  • Together with the reduced scale map according to the hierarchy of the group, the images grouped hierarchically according to positional information are displayed at the positions corresponding to positional information on the map for each group. While all the images included in the group are not displayed on the map, the representative image of the group and icons representing other images corresponding to the scale of the map are displayed. Therefore, the user can intuitively grasp the relationship between the photographing positions of the images and the positions on the map.
  • The user can display the reduced scale map according to the hierarchy of the group and the images included in the relevant group by simpler operation of the cross key or OK button, as compared with a pointer operation by a mouse or a touch pad which is unlikely to be handled under the unstable environment.
  • Although in the above-described example, image grouping has been performed by using the cluster density according to positional information, image grouping may be performed on the basis of date and time information, for example.
  • Although in the above-described example, the images are still images, the invention is not limited thereto. For example, motion images may be used.
  • In the above-described example (FIGS. 16 to 21), a menu screen is displayed on the display section 140, together with a predetermined reduced scale map, and the user can select and decide a group. Alternatively, even though a menu screen is not displayed, a group may be selected, and a reduced scale map according to the hierarchy of the group and the images included in the group may be displayed. For example, the user may operate the cross key 211 in the left and right directions to select a group in a predetermined hierarchy, and may then operate the cross key 211 of the operation input section 135 in the up and down direction to move to a hierarchy next above (or below) the selected group.
  • Although in the above-described example, an image group is newly obtained on the basis of the cluster density of a cluster clustered according to positional information of images, the invention is not limited thereto. For example, another clustering method may be used insofar as a group with a hierarchical structure is obtained.
  • In the above-described example, the scale of a map displayed on the display section is set such that all the positions corresponding to positional information of the respective groups included in the selected group are included with a certain margin. Alternatively, if a group in a high-level hierarchy includes only one image, when the relevant group is selected, hierarchies may be provided, and the scale may be reduced hierarchically, without zooming out to the minimum scale. In this case, even though the hierarchy moves down, only one cluster (image) is displayed on the map.
  • A series of processes described above may be executed by hardware or software. When a series of processes are executed by software, a program which constructs software is installed from a program recording medium on a computer, which is incorporated into exclusive-use hardware, or a general-use personal computer, on which various programs are installed to execute various functions.
  • FIG. 25 is a block diagram showing a hardware configuration example of a computer which executes a series of processes described above by a program.
  • A computer is configured such that a CPU (Central Processing Unit) 901, a ROM (Read Only Memory) 902, and a RAM (Random Access Memory) 903 are connected to each other through a bus 904.
  • An input/output interface 905 is also connected to the bus 904. An input section 906 having a keyboard, a mouse, a microphone, and the like, an output section 907 having a display, a speaker, and the like, a storage section 908 having a hard disk, a nonvolatile memory, and the like, a communication section 909 having a network interface or the like, and a drive 910 which drives a removable medium 911, such as a magnetic disk, an optical disk, a magneto-optical disk, or a semiconductor memory, are connected to the input/output interface 905.
  • In the computer configured as above, the CPU 901 loads a program stored in the storage section 908 on the RAM 903 through the input/output interface 905 and the bus 904, and executes the program, so a series of processes described above is performed.
  • A program which is executed by the computer (CPU 901) may be recorded and provided on the removable medium 911 which is a package medium, such as a magnetic disk (including a flexible disk), an optical disk (CD-ROM (Compact Disc-Read Only Memory), a DVD (Digital Versatile Disc), or the like), a magneto-optical disk, or a semiconductor memory, or may be provided through a wired or wireless transmission medium, such as a local area network, Internet, or digital satellite broadcasting.
  • The program may be installed on the storage section 908 through the input/output interface 905 by loading the removable medium 911 in the drive 910. The program may be received by the communication section 909 through a wired or wireless transmission medium and installed on the storage section 908. In addition, the program may be installed in advance on the ROM 902 or the storage section 908.
  • The program which is executed by the computer may be a program which is processed in a time series manner in the order as described in this specification, or a program which is processed in parallel or at necessary timing, for example, when a call is performed.
  • It should be noted that the invention is not limited to the above-described embodiment, and various modifications may be made without departing from the subject matter of the invention.
  • In this specification, the term “system” refers to an entire device having a plurality of devices.
  • The present application contains subject matter related to that disclosed in Japanese Priority Patent Application JP 2008-317914 filed in the Japan Patent Office on Dec. 15, 2008, the entire content of which is hereby incorporated by reference.
  • It should be understood by those skilled in the art that various modifications, combinations, sub-combinations and alterations may occur depending on design requirements and other factors insofar as they are within the scope of the appended claims or the equivalents thereof.

Claims (11)

1. An information processing device which displays on a map a plurality of images classified by hierarchical clustering and associated with positional information, the information processing device comprising:
deciding means for deciding clusters satisfying a predetermined condition from among clusters created by the hierarchical clustering as the same group; and
display control means for performing control such that the clusters belonging to the group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the group.
2. The information processing device according to claim 1,
wherein the display control means performs control such that a representative image selected from at least one image included in each cluster is displayed at a position based on the positional information of each cluster belonging to the group on the reduced scale map based on the positional information of the respective clusters belonging to the group.
3. The information processing device according to claim 1,
wherein the positional information of each cluster is information based on positional information of the image included in each cluster.
4. The information processing device according to claim 1,
wherein the predetermined condition is a condition regarding the range of density of child clusters included in each cluster, and
the deciding means calculates the density of child clusters included in each cluster, and decides clusters, in which the calculated density falls within a predetermined range, as the same group.
5. The information processing device according to claim 1, further comprising:
clustering means for clustering the images associated with the positional information to a binary tree structure in accordance with distances based on the positional information.
6. The information processing device according to claim 1, further comprising:
input means for inputting an instruction to select one of the clusters being displayed,
wherein the display control means performs control such that, on a reduced scale map based on positional information of respective clusters belonging to a lower layer group in a hierarchy lower than that of the group to which the cluster selected in accordance with the instruction by the input means belongs, the clusters belonging to the lower layer group are displayed.
7. The information processing device according to claim 6,
wherein the input means instructs to display clusters belonging to an upper layer group in a hierarchy higher than that of the group to which the clusters being displayed belong, and
the display control means performs control on the basis of the instruction by the input means such that the clusters belonging to the upper layer group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the upper layer group.
8. The information processing device according to claim 6,
wherein the input means is a remote controller.
9. An information processing method for an information processing device which displays on a map a plurality of images classified by hierarchical clustering and associated with positional information, the method comprising the steps of:
deciding clusters satisfying a predetermined condition from among clusters created by the hierarchical clustering as the same group; and
performing control such that the clusters belonging to the group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the group.
10. A program which causes a computer to execute a process of an information processing device, which displays on a map a plurality of images classified by hierarchical clustering and associated with positional information, the process comprising the steps of:
deciding clusters satisfying a predetermined condition from among clusters created by the hierarchical clustering as the same group; and
performing control such that the clusters belonging to the group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the group.
11. An information processing device which displays on a map a plurality of images classified by hierarchical clustering and associated with positional information, the information processing device comprising:
a deciding unit configured to decide clusters satisfying a predetermined condition from among clusters created by the hierarchical clustering as the same group; and
a display control unit configured to perform control such that the clusters belonging to the group are displayed on a reduced scale map based on positional information of the respective clusters belonging to the group.
US12/590,711 2008-12-15 2009-11-12 Information processing device and method, and program Abandoned US20100149212A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2008317914A JP2010140383A (en) 2008-12-15 2008-12-15 Information processor and method, and program
JP2008-317914 2008-12-15

Publications (1)

Publication Number Publication Date
US20100149212A1 true US20100149212A1 (en) 2010-06-17

Family

ID=42035602

Family Applications (1)

Application Number Title Priority Date Filing Date
US12/590,711 Abandoned US20100149212A1 (en) 2008-12-15 2009-11-12 Information processing device and method, and program

Country Status (4)

Country Link
US (1) US20100149212A1 (en)
EP (1) EP2196920A1 (en)
JP (1) JP2010140383A (en)
CN (1) CN101827210A (en)

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080301586A1 (en) * 2007-06-04 2008-12-04 Yuji Ayatsuka Image managing apparatus, image managing method and image managing program
US20110129159A1 (en) * 2009-11-30 2011-06-02 Xerox Corporation Content based image selection for automatic photo album generation
US20120054668A1 (en) * 2010-08-27 2012-03-01 Samsung Electronics Co., Ltd. Content display method and apparatus
US20120162249A1 (en) * 2010-12-23 2012-06-28 Sony Ericsson Mobile Communications Ab Display control apparatus
US20130129153A1 (en) * 2010-07-15 2013-05-23 Olympus Corporation Image processing device, information storage device, and image processing method
US20140052763A1 (en) * 2011-06-08 2014-02-20 Sony Corporation Information processing device, information processing method and computer program product
US20140129605A1 (en) * 2012-11-06 2014-05-08 Wei-Hsin Huang Social network platform based on electronic maps
US20150302633A1 (en) * 2014-04-22 2015-10-22 Google Inc. Selecting time-distributed panoramic images for display
US9239967B2 (en) 2011-07-29 2016-01-19 Hewlett-Packard Development Company, L.P. Incremental image clustering
US9443146B2 (en) * 2014-10-20 2016-09-13 Multimedia Image Solution Limited Photo diary
US20170334225A1 (en) * 2016-05-20 2017-11-23 Océ Holding B.V. Roll to roll printing method
USD829737S1 (en) 2014-04-22 2018-10-02 Google Llc Display screen with graphical user interface or portion thereof
USD830407S1 (en) 2014-04-22 2018-10-09 Google Llc Display screen with graphical user interface or portion thereof
USD830399S1 (en) 2014-04-22 2018-10-09 Google Llc Display screen with graphical user interface or portion thereof
US20190095712A1 (en) * 2017-09-22 2019-03-28 Samsung Electronics Co., Ltd. Method and device for providing augmented reality service
US10650039B2 (en) * 2016-02-25 2020-05-12 Lionheart Legacy Uco Customizable world map
US10928972B2 (en) 2011-06-17 2021-02-23 Microsoft Technology Licensing, Llc Hierarchical, zoomable presentations of media sets
US11163813B2 (en) 2014-04-22 2021-11-02 Google Llc Providing a thumbnail image that follows a main image
US11481433B2 (en) 2011-06-09 2022-10-25 MemoryWeb, LLC Method and apparatus for managing digital files

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101753141B1 (en) 2010-09-07 2017-07-04 삼성전자 주식회사 Display apparatus and displaying method of contents
JP5773618B2 (en) * 2010-11-08 2015-09-02 キヤノン株式会社 Information processing apparatus, control method for information processing apparatus, and program
JP5277230B2 (en) * 2010-11-11 2013-08-28 株式会社バッファロー Tag information management device, tag information management system, tag information management program, tag information management method
JP6065353B2 (en) * 2011-06-08 2017-01-25 ソニー株式会社 Information processing apparatus, information processing method, and program
JP5615240B2 (en) * 2011-07-26 2014-10-29 株式会社エクシング Karaoke post video selection device and karaoke post video selection program
JP5932354B2 (en) * 2012-01-20 2016-06-08 キヤノン株式会社 Information processing apparatus, control method thereof, and program
JP2014035384A (en) * 2012-08-08 2014-02-24 Casio Comput Co Ltd Display controller, display control method, and program
JP5772908B2 (en) * 2012-09-10 2015-09-02 キヤノンマーケティングジャパン株式会社 Information processing apparatus, information processing system, control method thereof, and program
CN108228589B (en) * 2016-12-13 2022-03-04 中移(杭州)信息技术有限公司 Map processing method and device
JP6810351B2 (en) * 2016-12-28 2021-01-06 キヤノンマーケティングジャパン株式会社 Information processing equipment, its control method, and programs
CN108255869B (en) * 2016-12-29 2020-10-30 中移(杭州)信息技术有限公司 Indoor map drawing method and device
JP6317849B1 (en) * 2017-03-24 2018-04-25 株式会社オーガスタス User interface method for parking selection
JP6508288B2 (en) * 2017-10-25 2019-05-08 株式会社リコー SYSTEM, IMAGE SHARING SYSTEM, COMMUNICATION METHOD, AND PROGRAM
JP6747679B1 (en) * 2019-03-19 2020-08-26 Necプラットフォームズ株式会社 Area monitoring system, analyzer, area monitoring method, and program

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5857169A (en) * 1995-08-28 1999-01-05 U.S. Philips Corporation Method and system for pattern recognition based on tree organized probability densities
US6594392B2 (en) * 1999-05-17 2003-07-15 Intel Corporation Pattern recognition based on piecewise linear probability density function
US6789063B1 (en) * 2000-09-01 2004-09-07 Intel Corporation Acoustic modeling using a two-level decision tree in a speech recognition system
US20060184973A1 (en) * 2005-02-14 2006-08-17 Microsoft Corporation Tunerless media presentation unit and methods of use
US20060282443A1 (en) * 2005-06-09 2006-12-14 Sony Corporation Information processing apparatus, information processing method, and information processing program
US20060288023A1 (en) * 2000-02-01 2006-12-21 Alberti Anemometer Llc Computer graphic display visualization system and method
US20070115373A1 (en) * 2005-11-22 2007-05-24 Eastman Kodak Company Location based image classification with map segmentation
US20070139546A1 (en) * 2005-12-06 2007-06-21 Sony Corporation Image managing apparatus and image display apparatus
US20070168856A1 (en) * 2006-01-13 2007-07-19 Kathrin Berkner Tree pruning of icon trees via subtree selection using tree functionals
US20070211151A1 (en) * 2005-12-06 2007-09-13 Sony Corporation Image managing apparatus and image display apparatus
US20070271297A1 (en) * 2006-05-19 2007-11-22 Jaffe Alexander B Summarization of media object collections
US20080253663A1 (en) * 2007-03-30 2008-10-16 Sony Corporation Content management apparatus, image display apparatus, image pickup apparatus, processing method and program for causing computer to execute processing method
US20080306980A1 (en) * 2001-05-15 2008-12-11 Daniela Brunner Method for Predicting Treatment Classes Using Animal Behavior Informatics
US20090037440A1 (en) * 2007-07-30 2009-02-05 Stefan Will Streaming Hierarchical Clustering
US8229900B2 (en) * 2002-12-19 2012-07-24 International Business Machines Corporation Generating a data structure for information retrieval

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001134608A (en) * 1999-11-09 2001-05-18 Ntt Data Corp Method for controlling retrieval screen and recording medium
JP2002149056A (en) * 2000-09-06 2002-05-22 Hewlett Packard Co <Hp> User interface of image containing gps information
JP4285178B2 (en) 2003-10-01 2009-06-24 ソニー株式会社 Image reproducing apparatus, image editing method, program, and recording medium
JP2006185242A (en) * 2004-12-28 2006-07-13 Fuji Photo Film Co Ltd Image synthesizer, image synthesizing program, image synthesizing program storage medium and image synthesizing method
JP2006350225A (en) * 2005-06-20 2006-12-28 Nippon Telegr & Teleph Corp <Ntt> Apparatus, method and program for compositing map image, and recording medium
JP4946613B2 (en) * 2007-05-09 2012-06-06 株式会社ニコン Electronic equipment and electronic camera
JP2008165701A (en) * 2007-01-05 2008-07-17 Seiko Epson Corp Image processing device, electronics equipment, image processing method, and program
JP4353259B2 (en) * 2007-02-22 2009-10-28 ソニー株式会社 Information processing apparatus, image display apparatus, control method therefor, and program causing computer to execute the method

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5857169A (en) * 1995-08-28 1999-01-05 U.S. Philips Corporation Method and system for pattern recognition based on tree organized probability densities
US6594392B2 (en) * 1999-05-17 2003-07-15 Intel Corporation Pattern recognition based on piecewise linear probability density function
US20060288023A1 (en) * 2000-02-01 2006-12-21 Alberti Anemometer Llc Computer graphic display visualization system and method
US6789063B1 (en) * 2000-09-01 2004-09-07 Intel Corporation Acoustic modeling using a two-level decision tree in a speech recognition system
US20080306980A1 (en) * 2001-05-15 2008-12-11 Daniela Brunner Method for Predicting Treatment Classes Using Animal Behavior Informatics
US8229900B2 (en) * 2002-12-19 2012-07-24 International Business Machines Corporation Generating a data structure for information retrieval
US20060184973A1 (en) * 2005-02-14 2006-08-17 Microsoft Corporation Tunerless media presentation unit and methods of use
US20060282443A1 (en) * 2005-06-09 2006-12-14 Sony Corporation Information processing apparatus, information processing method, and information processing program
US7478104B2 (en) * 2005-06-09 2009-01-13 Sony Corporation Information processing apparatus, information processing method, and information processing program
US20070115373A1 (en) * 2005-11-22 2007-05-24 Eastman Kodak Company Location based image classification with map segmentation
US20070211151A1 (en) * 2005-12-06 2007-09-13 Sony Corporation Image managing apparatus and image display apparatus
US20070139546A1 (en) * 2005-12-06 2007-06-21 Sony Corporation Image managing apparatus and image display apparatus
US20070168856A1 (en) * 2006-01-13 2007-07-19 Kathrin Berkner Tree pruning of icon trees via subtree selection using tree functionals
US20070271297A1 (en) * 2006-05-19 2007-11-22 Jaffe Alexander B Summarization of media object collections
US20080253663A1 (en) * 2007-03-30 2008-10-16 Sony Corporation Content management apparatus, image display apparatus, image pickup apparatus, processing method and program for causing computer to execute processing method
US20090037440A1 (en) * 2007-07-30 2009-02-05 Stefan Will Streaming Hierarchical Clustering

Cited By (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8341555B2 (en) * 2007-06-04 2012-12-25 Sony Corporation Image managing apparatus, image managing method and image managing program
US20080301586A1 (en) * 2007-06-04 2008-12-04 Yuji Ayatsuka Image managing apparatus, image managing method and image managing program
US20110129159A1 (en) * 2009-11-30 2011-06-02 Xerox Corporation Content based image selection for automatic photo album generation
US20130129153A1 (en) * 2010-07-15 2013-05-23 Olympus Corporation Image processing device, information storage device, and image processing method
US8983138B2 (en) * 2010-07-15 2015-03-17 Olympus Corporation Image processing device, information storage device, and image processing method
US20120054668A1 (en) * 2010-08-27 2012-03-01 Samsung Electronics Co., Ltd. Content display method and apparatus
US20120162249A1 (en) * 2010-12-23 2012-06-28 Sony Ericsson Mobile Communications Ab Display control apparatus
US8654148B2 (en) * 2010-12-23 2014-02-18 Sony Corporation Display control apparatus for deciding a retrieval range for displaying stored pieces of information
US10108643B2 (en) * 2011-06-08 2018-10-23 Sony Corporation Graphical interface device, graphical interface method and medium
US20140052763A1 (en) * 2011-06-08 2014-02-20 Sony Corporation Information processing device, information processing method and computer program product
US11768882B2 (en) 2011-06-09 2023-09-26 MemoryWeb, LLC Method and apparatus for managing digital files
US11899726B2 (en) 2011-06-09 2024-02-13 MemoryWeb, LLC Method and apparatus for managing digital files
US11636150B2 (en) 2011-06-09 2023-04-25 MemoryWeb, LLC Method and apparatus for managing digital files
US11636149B1 (en) 2011-06-09 2023-04-25 MemoryWeb, LLC Method and apparatus for managing digital files
US11599573B1 (en) 2011-06-09 2023-03-07 MemoryWeb, LLC Method and apparatus for managing digital files
US11481433B2 (en) 2011-06-09 2022-10-25 MemoryWeb, LLC Method and apparatus for managing digital files
US10928972B2 (en) 2011-06-17 2021-02-23 Microsoft Technology Licensing, Llc Hierarchical, zoomable presentations of media sets
US9239967B2 (en) 2011-07-29 2016-01-19 Hewlett-Packard Development Company, L.P. Incremental image clustering
US20140129605A1 (en) * 2012-11-06 2014-05-08 Wei-Hsin Huang Social network platform based on electronic maps
USD835147S1 (en) 2014-04-22 2018-12-04 Google Llc Display screen with graphical user interface or portion thereof
USD934281S1 (en) 2014-04-22 2021-10-26 Google Llc Display screen with graphical user interface or portion thereof
US20150302633A1 (en) * 2014-04-22 2015-10-22 Google Inc. Selecting time-distributed panoramic images for display
USD868093S1 (en) 2014-04-22 2019-11-26 Google Llc Display screen with graphical user interface or portion thereof
USD868092S1 (en) 2014-04-22 2019-11-26 Google Llc Display screen with graphical user interface or portion thereof
US10540804B2 (en) 2014-04-22 2020-01-21 Google Llc Selecting time-distributed panoramic images for display
USD877765S1 (en) 2014-04-22 2020-03-10 Google Llc Display screen with graphical user interface or portion thereof
US11860923B2 (en) 2014-04-22 2024-01-02 Google Llc Providing a thumbnail image that follows a main image
USD1008302S1 (en) 2014-04-22 2023-12-19 Google Llc Display screen with graphical user interface or portion thereof
USD830407S1 (en) 2014-04-22 2018-10-09 Google Llc Display screen with graphical user interface or portion thereof
USD933691S1 (en) 2014-04-22 2021-10-19 Google Llc Display screen with graphical user interface or portion thereof
USD830399S1 (en) 2014-04-22 2018-10-09 Google Llc Display screen with graphical user interface or portion thereof
US11163813B2 (en) 2014-04-22 2021-11-02 Google Llc Providing a thumbnail image that follows a main image
USD829737S1 (en) 2014-04-22 2018-10-02 Google Llc Display screen with graphical user interface or portion thereof
USD1006046S1 (en) 2014-04-22 2023-11-28 Google Llc Display screen with graphical user interface or portion thereof
US9972121B2 (en) * 2014-04-22 2018-05-15 Google Llc Selecting time-distributed panoramic images for display
USD994696S1 (en) 2014-04-22 2023-08-08 Google Llc Display screen with graphical user interface or portion thereof
US9443146B2 (en) * 2014-10-20 2016-09-13 Multimedia Image Solution Limited Photo diary
US10650039B2 (en) * 2016-02-25 2020-05-12 Lionheart Legacy Uco Customizable world map
US20170334225A1 (en) * 2016-05-20 2017-11-23 Océ Holding B.V. Roll to roll printing method
US10071576B2 (en) * 2016-05-20 2018-09-11 Océ Holding B.V. Roll to roll printing method
US10789473B2 (en) * 2017-09-22 2020-09-29 Samsung Electronics Co., Ltd. Method and device for providing augmented reality service
US20190095712A1 (en) * 2017-09-22 2019-03-28 Samsung Electronics Co., Ltd. Method and device for providing augmented reality service

Also Published As

Publication number Publication date
EP2196920A1 (en) 2010-06-16
CN101827210A (en) 2010-09-08
JP2010140383A (en) 2010-06-24

Similar Documents

Publication Publication Date Title
US20100149212A1 (en) Information processing device and method, and program
CN100435166C (en) Information processing apparatus and method, and program
US9335906B2 (en) Information processing apparatus, control method thereof, and recording medium
US8078618B2 (en) Automatic multimode system for organizing and retrieving content data files
US10303326B2 (en) Electronic system with continuous navigation mechanism and method of operation thereof
US20090313578A1 (en) Control device and control method thereof
US20100169326A1 (en) Method, apparatus and computer program product for providing analysis and visualization of content items association
US20090172603A1 (en) Method and apparatus for information retrieval
EP2297940B1 (en) Method to control image processing apparatus, image processing apparatus, and image file
CN101639784A (en) Information processing apparatus, information processing method, program and information processing system
JP2008123495A (en) File management apparatus, method for controlling file management apparatus, and program
JP5988798B2 (en) Image display apparatus, control method therefor, program, and storage medium
CN101276365A (en) Method and apparatus for searching for content using metadata based categories, and recording medium thereof
CN113111195A (en) Multimedia information editing method and related device
JP4573716B2 (en) Display control device, camera, display control method, program
CN102073492A (en) Information processing apparatus, setting changing method, and setting changing program
US20130135323A1 (en) Method and device for providing information
KR20140027332A (en) File access with different file hosts
CN102982054A (en) Information processor, information processing method and program
US20160077691A1 (en) Data processing apparatus, data processing method, and storage medium
US10250943B2 (en) Method, apparatus, and computer readable recording medium for automatic grouping and management of content in real-time
JP2009069912A (en) File management device, file management method, and program
CN114827745B (en) Video subtitle generation method and electronic equipment
US7487000B1 (en) Navigation screen system and method for remote control
KR101813902B1 (en) Systems for combining video modules and method thereof

Legal Events

Date Code Title Description
AS Assignment

Owner name: SONY CORPORATION,JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:FUKUYA, KATSUNARI;ANDO, AKIRA;YAMAOKA, KAZUO;AND OTHERS;REEL/FRAME:023554/0710

Effective date: 20091013

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION