WO2005015355A2 - Automatic image cropping system and method for use with portable devices equipped with digital cameras - Google Patents

Automatic image cropping system and method for use with portable devices equipped with digital cameras Download PDF

Info

Publication number
WO2005015355A2
WO2005015355A2 PCT/US2004/025490 US2004025490W WO2005015355A2 WO 2005015355 A2 WO2005015355 A2 WO 2005015355A2 US 2004025490 W US2004025490 W US 2004025490W WO 2005015355 A2 WO2005015355 A2 WO 2005015355A2
Authority
WO
WIPO (PCT)
Prior art keywords
image
image region
user
interest
region
Prior art date
Application number
PCT/US2004/025490
Other languages
French (fr)
Other versions
WO2005015355A3 (en
Inventor
Yue Ma
Jinhong Guo
Original Assignee
Matsushita Electric Industrial Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Matsushita Electric Industrial Co., Ltd. filed Critical Matsushita Electric Industrial Co., Ltd.
Priority to US10/567,499 priority Critical patent/US20060280364A1/en
Publication of WO2005015355A2 publication Critical patent/WO2005015355A2/en
Publication of WO2005015355A3 publication Critical patent/WO2005015355A3/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/387Composing, repositioning or otherwise geometrically modifying originals
    • H04N1/3872Repositioning or masking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/11Region-based segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/25Determination of region of interest [ROI] or a volume of interest [VOI]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V30/00Character recognition; Recognising digital ink; Document-oriented image-based pattern recognition
    • G06V30/40Document-oriented image-based pattern recognition
    • G06V30/41Analysis of document content
    • G06V30/413Classification of content, e.g. text, photographs or tables
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20112Image segmentation details
    • G06T2207/20132Image cropping

Definitions

  • the resource, such as memory and storage, and the resolution of the camera lens on these portable devices are usually limited. Therefore, their uses are usually limited to the capturing of human objects for wireless image transfer.
  • Built-in cameras on a portable device should be able to capture a variety of information from scenes or objects when a user carries it around. Examples are pictures from magazines, billboards, newsletters, catalogs; contact numbers from business cards; URIJphone number from advertisements, and other information. When capturing such information on a portable device, users often have to compliment the focus or the field of angle of the lens. As a result, users typically capture larger than desired area/blocks in the viewing area.
  • an automatic image cropping system is for use with a portable device having an image capture mechanism and a limited resource for storing or transmitting captured information.
  • the system includes a region of interest suggestion engine defining plural image region candidates by performing image segmentation on an image stored in digital form. The engine also determines if an image region candidate is likely to be more or less interesting to a user than another image region candidate. The engine further selects an image region candidate determined as likely to be of most interest to the user.
  • the engine further possesses a training module to track user interaction with the portable device and adjust future determination of likelihood of user interest accordingly.
  • Figure 1 is a flow diagram illustrating a method of operation for use with a portable device having a digital camera according to the present invention
  • Figure 2 is a flow diagram illustrating a method of operation for use with a Region Of Interest (ROI) suggestion engine according to the present invention
  • Figure 3 is a flow diagram illustrating a method of training, based on interactive feedback and accumulation, parameters of a cost function employed to suggest ROIs according to the present invention
  • Figure 4 is a view illustrating an example of segmentation and ROI selection according to the present invention.
  • the present invention fulfills the needs of users to conserve memory and bandwidth resources by providing an automatic image-cropping scheme to aid users in selecting areas of interest when capturing. This scheme helps to alleviate the problem with memory or bandwidth involved with transmitting an image using a wireless handset. This scheme also facilitates zooming in on a certain object. Thus, the scheme applies to digital still cameras as well.
  • the core components of automatic image cropping are comprised of ROI (region of interest) suggestion engine and a GUI for user confirmation.
  • the suggested ROI from the suggestion engine will be prompted to the user in an easy-to-use graphical interface.
  • suggested area 12 in a highlighted bounding box
  • the user may choose at 14 to select the suggested area, show a next suggested area, or select the entire image without cropping. Based on the user's selection, the selected region can be saved or transmitted without the rest of the image as at 16.
  • the selected area can also be zoomed in depending on the application, which also results in exclusion of image contents outside the confirmed region.
  • the ROI suggestion engine performs color transformation at step 18, image segmentation at step 20, and entropy based image region candidate and ROI selection at step 22.
  • step 18 the captured image in RGB format is transformed into HUV (Hue, Saturation and Intensity) format as discussed in A.K. Jain,
  • step 20 the image captured on the LCD screen is segmented based on the texture and color consistency.
  • a fuzzy k-mean clustering method can be employed as discussed in A. M. Bensaid, L.O. Hall, J.C.Bezdek, L.P.Clark, M.L.silbiger, J.A. Arrington and R.F.Murtagh, "Validity- Guided (Re)Clustering with Applications to Image Segmentation", IEEE Trans, on Fuzzy Systems, Vol. 4, No.2, May, 1996.
  • Wavelet transform such as Daubechies 3
  • Daubechies 3 Vectors calculated from Wavelet transform such as Daubechies 3 can be used to represent texture information as discussed in: Robert Porter and Nishan Canagarajar, A Robust Automatic Clustering Scheme for Image Segmentation using Wavelets, IEEE Transactions on Image Processing, Vol. 5, NO. 4, April 1996; Michael Republic, Texture Classification and Segmentation using Wavelet Transform, IEEE Transactions on Image Processing, VOL. 4, NO. 11 , November 1995; and T.Chang and C.C. Jay Kuo, Texture Analysis and Classification with Tree-Structured Wavelet Transform, IEEE Transactions on Image Processing, Vol. 2, No. 4, October 1993.
  • entropy based image region selection is performed in some embodiments.
  • an algorithm uses entropy as one of plural criteria to determine if a region is more or less interesting to the user.
  • a region with larger entropy contains more information, and thus may be more likely to be of interest to the user.
  • h(i) ie I is the histogram of the image.
  • the candidate regions are generated in the order of entropy. Considering that human perception can be different from the pure idea of richness in information measured by entropy, these candidates are selected based on several other criteria. Mainly, the size and location of the candidate areas relative to the entire viewing area are considered.
  • a cost function is defined as c- f ⁇ + L + l----------J + i-vi H H + H U + H V A mm w h
  • H Desktop , HU , HV are the entropy of sub-images H, U and V respectively.
  • _ Area m is the area ratio of the ROI and the whole image.
  • ⁇ ⁇ t ⁇ c is the Area, ⁇ center of the ROI while ⁇ c is the center of the captured image
  • w ,h are the width and height of the lens viewing area, respectively, , ⁇ , ⁇ are normalizing weights. The region with the lowest cost will be prompted to the user first.
  • Camera sensor data (such as user focus area, camera orientation, lens aperture, etc.) may also be used in the suggestion engine.
  • various embodiments can analyze the components on a block in various ways. For example, a block rejected by a user can be analyzed to incorporate negative feedback. A block selected by the user after rejection of an automatically selected block can alternatively or additionally be analyzed to incorporate positive feedback. It is also possible that user confirmation of an automatically selected block can result in the automatically selected block being analyzed to incorporate positive feedback.
  • the method in Figure 3 can be modified and supplemented in various ways as will be readily apparent to one skilled in the art.
  • a picture does not necessarily yield the highest entropy when the image with combination of text and pictures is being processed at grey scale level and the text region is captured out of focus (blurred). Pre-processing (smoothing) can be performed to eliminate noise in blurred text histograms.
  • Figure 4 is an example of an image captured using a low-end camera (Sharp) plugged into a Sharp Zaurus PDA.
  • the segmentation result is overlaid in the figure.
  • the area of the picture in the image is selected first as the region of interest, as illustrated with bounding box 12, which has a different display property than bounding boxes 36A-36G used to simultaneously identify other image region candidates.
  • the automatic image cropping engine shows that the picture area is more likely to be the image region of interest to the user. Consequent actions can be taken upon the user's confirmation: save area, transmit this area (on a mobile phone), or zoom in this area.
  • bounding boxes are used to indicate the image region candidates, with the hue of a bounding box around an image region candidate that has the focus being different from a hue of bounding boxes about image region candidates that do not have the focus.
  • Example hues are red and green, but it is envisioned that other hues may be used, and that users, such as red-green color blind users, may be given the ability to select to use different display properties.
  • buttons or other indicators may be permitted to select that bounding boxes or other indicators have a relatively more bold appearance when receiving the focus, or that such indicators exhibit different visual patterns.
  • Additional or alternative display properties can also be used.
  • the entire image may be presented as a thumbnail, with the currently selected image region candidate primarily displayed in the active display.
  • indicators such as bounding boxes, blocks, or lines, may be provided to the thumbnail to show image region candidates with differing display properties.
  • image contents outside all image region candidates may be permitted to blink, while image region candidates not having the focus are steadily rendered in black and white, and the currently selected candidate region is steadily rendered in color.
  • the active display of the device GUI may simply display one image region candidate at a time, with the entire image being treated as one of the image region candidates.
  • the portable device may provide mechanisms (e.g., cursor, arrow button, jog dial, etc.) for users to browse through and select candidate regions.
  • mechanisms e.g., cursor, arrow button, jog dial, etc.
  • various alternative and additional ways to accommodate user browsing, navigation, and selection of image region candidates are envisioned as will be readily apparent to one skilled in the art.
  • the automatic image cropping scheme of the present invention can be used in a low-resource camera device, such as mobile phone or PDA equipped with a camera, to identify regions of interest from a captured image, and only save a user desired region/block in order to save memory resource on the device.
  • the algorithm designed for color images and the ROI suggestion engine based on entropy therefore provides intelligence that is closer to a human's perception when capturing an object in the viewing area.

Abstract

An automatic image cropping system is for use with a portable device having an image capture mechanism and a limited resource for storing or transmitting captured information. The system includes a region of interest suggestion engine defining plural image region candidates by performing image segmentation (20) on an image stored in digital form. The engine also determines if an image region candidate is likely to be more or less interesting to a user than another image region candidate. The engine further selects an image region candidate (28) determined as likely to be of most interest to the user. In some embodiments, the engine further possesses a training module to track user interaction with the portable device and adjust future determination of likelihood of user interest accordingly.

Description

AUTOMATIC IMAGE CROPPING SYSTEM AND METHOD FOR USE WITH PORTABLE DEVICES EQUIPPED WITH DIGITAL CAMERAS CROSS-REFERENCE TO RELATED APPLICATIONS [0001] This application claims the benefit of U.S. Provisional Application No. 60/493,232, filed on August 7, 2003. The disclosure of the above application is incorporated herein by reference in its entirety for any purpose. FIELD OF THE INVENTION [0002] The present invention generally relates to image processing systems and methods, and relates in particular to automatic image cropping systems and methods for use with portable devices equipped with digital cameras. BACKGROUND OF THE INVENTION [0003] Portable devices equipped with cameras, such as Panasonic mobile phones, have been emerging and becoming popular in the market.
The resource, such as memory and storage, and the resolution of the camera lens on these portable devices are usually limited. Therefore, their uses are usually limited to the capturing of human objects for wireless image transfer.
As a result, most people use the mobile phone camera just for fun. Thus, the camera on a mobile device has not reached its potential. In additional to continuing improving hardware and equipping devices with more memory and storage, more features are called for in order to increase the use of built-in cameras. [0004] Built-in cameras on a portable device should be able to capture a variety of information from scenes or objects when a user carries it around. Examples are pictures from magazines, billboards, newsletters, catalogs; contact numbers from business cards; URIJphone number from advertisements, and other information. When capturing such information on a portable device, users often have to compliment the focus or the field of angle of the lens. As a result, users typically capture larger than desired area/blocks in the viewing area. These unnecessary regions occupy a large portion of storage space. They also consume bandwidth, thus slowing down the rendering of images on the device's LCD screen. Accordingly, there is need for a way to prevent users from capturing superfluous information. SUMMARY OF THE INVENTION [0005] In accordance with the present invention, an automatic image cropping system is for use with a portable device having an image capture mechanism and a limited resource for storing or transmitting captured information. The system includes a region of interest suggestion engine defining plural image region candidates by performing image segmentation on an image stored in digital form. The engine also determines if an image region candidate is likely to be more or less interesting to a user than another image region candidate. The engine further selects an image region candidate determined as likely to be of most interest to the user. In some embodiments, the engine further possesses a training module to track user interaction with the portable device and adjust future determination of likelihood of user interest accordingly. [0006] Further areas of applicability of the present invention will become apparent from the detailed description provided hereinafter. It should be understood that the detailed description and specific examples, while indicating the preferred embodiment of the invention, are intended for purposes of illustration only and are not intended to limit the scope of the invention. BRIEF DESCRIPTION OF THE DRAWINGS [0007] The present invention will become more fully understood from the detailed description and the accompanying drawings, wherein: [0008] Figure 1 is a flow diagram illustrating a method of operation for use with a portable device having a digital camera according to the present invention; [0009] Figure 2 is a flow diagram illustrating a method of operation for use with a Region Of Interest (ROI) suggestion engine according to the present invention; [0010] Figure 3 is a flow diagram illustrating a method of training, based on interactive feedback and accumulation, parameters of a cost function employed to suggest ROIs according to the present invention; and [0011] Figure 4 is a view illustrating an example of segmentation and ROI selection according to the present invention. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS [0012] The following description of the preferred embodiment(s) is merely exemplary in nature and is in no way intended to limit the invention, its application, or uses. [0013] The present invention fulfills the needs of users to conserve memory and bandwidth resources by providing an automatic image-cropping scheme to aid users in selecting areas of interest when capturing. This scheme helps to alleviate the problem with memory or bandwidth involved with transmitting an image using a wireless handset. This scheme also facilitates zooming in on a certain object. Thus, the scheme applies to digital still cameras as well. [0014] The core components of automatic image cropping are comprised of ROI (region of interest) suggestion engine and a GUI for user confirmation. The suggested ROI from the suggestion engine will be prompted to the user in an easy-to-use graphical interface. As illustrated in Figure 1 , as soon as the "shutter" is depressed, resulting in capture of image 10, suggested area 12 (in a highlighted bounding box) is prompted to the user. The user may choose at 14 to select the suggested area, show a next suggested area, or select the entire image without cropping. Based on the user's selection, the selected region can be saved or transmitted without the rest of the image as at 16. The selected area can also be zoomed in depending on the application, which also results in exclusion of image contents outside the confirmed region. [0015] Turning to Figure 2, the ROI suggestion engine performs color transformation at step 18, image segmentation at step 20, and entropy based image region candidate and ROI selection at step 22. [0016] In step 18, the captured image in RGB format is transformed into HUV (Hue, Saturation and Intensity) format as discussed in A.K. Jain,
"Fundamentals of Digital Image Processing", Prentice Hall. The image segmentation and ROI selection algorithm is performed using this color representation. [0017] In step 20, the image captured on the LCD screen is segmented based on the texture and color consistency. A fuzzy k-mean clustering method can be employed as discussed in A. M. Bensaid, L.O. Hall, J.C.Bezdek, L.P.Clark, M.L.silbiger, J.A. Arrington and R.F.Murtagh, "Validity- Guided (Re)Clustering with Applications to Image Segmentation", IEEE Trans, on Fuzzy Systems, Vol. 4, No.2, May, 1996. The features used in the clustering method are derived on the color differences of neighboring pixels / and /defined as CώJf (., ,/) = W - W ))2 + ("(0 - u(j)Ϋ + (v(ι) - v(j)f where h(i), u(i) and v(i) are the HUV value of pixel / and h(j), υ(j) and v(j) are the HUV value of pixel j. [0018] Vectors calculated from Wavelet transform such as Daubechies 3 can be used to represent texture information as discussed in: Robert Porter and Nishan Canagarajar, A Robust Automatic Clustering Scheme for Image Segmentation using Wavelets, IEEE Transactions on Image Processing, Vol. 5, NO. 4, April 1996; Michael Unser, Texture Classification and Segmentation using Wavelet Transform, IEEE Transactions on Image Processing, VOL. 4, NO. 11 , November 1995; and T.Chang and C.C. Jay Kuo, Texture Analysis and Classification with Tree-Structured Wavelet Transform, IEEE Transactions on Image Processing, Vol. 2, No. 4, October 1993. [0019] In step 22, entropy based image region selection is performed in some embodiments. In a preferred embodiment, an algorithm uses entropy as one of plural criteria to determine if a region is more or less interesting to the user. A region with larger entropy contains more information, and thus may be more likely to be of interest to the user. [0020] The entropy of an image is defined as tf = -∑ft(ι)log2 Λ(
where h(i) ie I is the histogram of the image. [0021] The higher the entropy, the richer the colors are, and it is assumed that the region with the highest entropy is likely to be the region of interest to the user. The candidate regions are generated in the order of entropy. Considering that human perception can be different from the pure idea of richness in information measured by entropy, these candidates are selected based on several other criteria. Mainly, the size and location of the candidate areas relative to the entire viewing area are considered. Consequently, a cost function is defined as c- f∑ + L+ l----------J+i-vi HH + HU + HV Amm w h where H, HU , HV are the entropy of sub-images H, U and V respectively. _ Aream, is the area ratio of the ROI and the whole image. χι tγc is the Area,^ center of the ROI while ιc is the center of the captured image, w ,h are the width and height of the lens viewing area, respectively, , β, γ are normalizing weights. The region with the lowest cost will be prompted to the user first. Camera sensor data (such as user focus area, camera orientation, lens aperture, etc.) may also be used in the suggestion engine. [0022] The selection of parameters , β, γ can be based on the characteristics of the camera and the habits of the user. For example, a camera lens with a macro may be able to capture an interested region in relatively larger scale. Therefore, the weight of A ^ can be slightly higher. In yet another example, if a user always saves the entire captured image, the weight of Λranowill out-weight any other parameters (α=0, β=1 , γ=0) (i.e., the automatic cropping is turned off). Therefore, human behaviors and habits can be recorded and used to automatically adjust the parameters through a training process that involves interactive feedback and accumulation. The details are illustrated in Figure 3. Initially, the parameters are set empirically to normalize and balance all three components that contribute to the cost: entropy (E), area ratio (A) and center distance (D). In an interactive feedback process, with each captured image 24, segmented blocks are identified in step 20 and four lists of these blocks are generated at step 26 according to E, A, D and their total cost: αE + βA + γD. Blocks are suggested based on their costs at step 28. The suggested blocks are available for viewing and selection, with the user selecting and confirming a region of interest at step 30. If the user does not select the first suggested region of interest, the three components E, A, D are analyzed on the selected block at step 32 and parameters are adjusted accordingly at steps 34A-34C. It is envisioned that various embodiments can analyze the components on a block in various ways. For example, a block rejected by a user can be analyzed to incorporate negative feedback. A block selected by the user after rejection of an automatically selected block can alternatively or additionally be analyzed to incorporate positive feedback. It is also possible that user confirmation of an automatically selected block can result in the automatically selected block being analyzed to incorporate positive feedback. Thus, the method in Figure 3 can be modified and supplemented in various ways as will be readily apparent to one skilled in the art. A picture does not necessarily yield the highest entropy when the image with combination of text and pictures is being processed at grey scale level and the text region is captured out of focus (blurred). Pre-processing (smoothing) can be performed to eliminate noise in blurred text histograms. [0023] Figure 4 is an example of an image captured using a low-end camera (Sharp) plugged into a Sharp Zaurus PDA. The segmentation result is overlaid in the figure. Using the cost function defined above, the area of the picture in the image is selected first as the region of interest, as illustrated with bounding box 12, which has a different display property than bounding boxes 36A-36G used to simultaneously identify other image region candidates. In other words, the automatic image cropping engine shows that the picture area is more likely to be the image region of interest to the user. Consequent actions can be taken upon the user's confirmation: save area, transmit this area (on a mobile phone), or zoom in this area. [0024] It is envisioned that the user can shift focus between identified regions, and that the region having the focus will have a display property making it distinguishable from other image region candidates. Ranking the regions by entropy or lowest cost facilitates focus shifting by allowing the user to navigate from region to region with few or simplified physical interface components. In some embodiments, bounding boxes are used to indicate the image region candidates, with the hue of a bounding box around an image region candidate that has the focus being different from a hue of bounding boxes about image region candidates that do not have the focus. Example hues are red and green, but it is envisioned that other hues may be used, and that users, such as red-green color blind users, may be given the ability to select to use different display properties. For example, users may be permitted to select that bounding boxes or other indicators have a relatively more bold appearance when receiving the focus, or that such indicators exhibit different visual patterns. Additional or alternative display properties can also be used. For example, the entire image may be presented as a thumbnail, with the currently selected image region candidate primarily displayed in the active display. Also, indicators, such as bounding boxes, blocks, or lines, may be provided to the thumbnail to show image region candidates with differing display properties. Further, image contents outside all image region candidates may be permitted to blink, while image region candidates not having the focus are steadily rendered in black and white, and the currently selected candidate region is steadily rendered in color. Yet further, the active display of the device GUI may simply display one image region candidate at a time, with the entire image being treated as one of the image region candidates. Further still, the portable device may provide mechanisms (e.g., cursor, arrow button, jog dial, etc.) for users to browse through and select candidate regions. Moreover, various alternative and additional ways to accommodate user browsing, navigation, and selection of image region candidates are envisioned as will be readily apparent to one skilled in the art. [0025] The automatic image cropping scheme of the present invention can be used in a low-resource camera device, such as mobile phone or PDA equipped with a camera, to identify regions of interest from a captured image, and only save a user desired region/block in order to save memory resource on the device. [0026] The algorithm designed for color images and the ROI suggestion engine based on entropy therefore provides intelligence that is closer to a human's perception when capturing an object in the viewing area. Yet, the algorithm is simple to implement with less computational intensity on a low resource device. [0027] The description of the invention is merely exemplary in nature and, thus, variations that do not depart from the gist of the invention are intended to be within the scope of the invention. Such variations are not to be regarded as a departure from the spirit and scope of the invention.

Claims

CLAIMS What is claimed is: 1. An automatic image cropping system for use with a portable device having an image capture mechanism and a limited resource for storing or transmitting captured information, the system comprising a region of interest suggestion engine defining plural image region candidates by performing image segmentation on an image stored in digital form, determining if an image region candidate is likely to be more or less interesting to a user than another image region candidate, and selecting an image region candidate determined as likely to be of most interest to the user.
2. The system of claim 1 , wherein said region of interest suggestion engine measures entropies of the image region candidates and uses entropy thus measured as a measure of likelihood of user interest.
3. The system of claim 2, wherein said region of interest suggestion engine computes a cost C according to: r- - 0- -. -. V^L-V V +i----------])
where H, HU , HV are entropies of sub-images H, U and V respectively, _ Aream, is an area ratio of an image region candidate and a common Area,, viewing area of the image, χe c is a center of the image region candidate, /„ / is a center of the common viewing area of the image, w ,h are width and height of a lens viewing area, and α, β, γ are normalizing weights.
4. The system of claim 3, wherein said region of interest suggestion engine initializes parameters α, β, γ to empirically normalize and balance all three components that contribute to the cost: entropy (E), area ratio (A) and center distance (D), generates lists of the image region candidates according to E, A, D and their total cost: αE + βA + γD, suggests the image region candidates by making them available for viewing and selection, analyzes components E, A, D on an image region candidate selected by the user, and adjusts parameters α, β, γ accordingly.
5. The system of claim 3, wherein said region of interest suggestion engine deems an image region candidate having a lowest cost C thus computed as likely to be of greatest interest to the user relative to other image region candidates.
6. The system of claim 3, wherein parameters α, β, γ are selected based on characteristics of an image capture device.
7. The system of claim 3, wherein parameters α, β, γ are selected based on habits of the user.
8. The system of claim 2, wherein said region of interest suggestion engine measures entropy of an image region candidate according to:
Figure imgf000011_0001
where h(i) ie I is a histogram of the image region candidate.
9. The system of claim 1 , wherein said region of interest suggestion engine segments the image based on image texture and color consistency.
10. The system of claim 9, wherein said region of interest suggestion engine uses vectors calculated from Wavelet transform to represent texture information.
11. The system of claim 1 , wherein said region of interest suggestion engine employs a fuzzy k-mean clustering method to perform the image segmentation.
12. The system of claim 11 , wherein said region of interest suggestion engine uses features in the clustering method derived on color differences of neighboring pixels and j defined according to: Cll:Jf (!, y ) = (Λ( - ( J)Ϋ + («(!) - u(j)f + (v( - v(,))2 where h(i), u(i) and v(i) are an HUV value of pixels / and h(j), u(j) and vφ are an HUV value of pixel
13. The system of claim 1 , wherein said region of interest suggestion engine performs color transformation on an image stored in digital form.
14. The system of claim 13, wherein said region of interest suggestion engine transforms an image in RGB format into HUV (Hue,
Saturation and Intensity) format.
15. The system of claim 1 , wherein said region of interest suggestion engine measures sizes of image region candidates relative to a common viewing area of the image and uses relative size thus measured as a measure of likelihood of user interest.
16. The system of claim 1 , wherein said region of interest suggestion engine measures locations of image region candidates relative to a common viewing area of the image and uses relative location thus measured as a measure of likelihood of user interest.
17. The system of claim 1 , wherein said region of interest suggestion engine pre-processes the image to eliminate noise in blurred text histograms to smooth the image.
18. The system of claim 1 , further comprising a graphic user interface initially giving a focus to the image region candidate selected by said region of interest suggestion engine, displaying an image region candidate having the focus with a first display property visually distinguishable from a second display property employed to simultaneously display image region candidates not having the focus, shifting focus between displayed image region candidates in response to user navigation selections, and excluding image contents outside an image region candidate having the focus in response to user confirmation of the image region candidate having the focus.
19. The system of claim 18, wherein said image region suggestion engine ranks image region candidates according to likelihood of user interest, and said graphic user interface shifts the focus between image region candidates based on ranking of the image region candidates.
20. The system of claim 1 , wherein the engine further comprises a training module to track user interaction with the portable device and adjust future determination of likelihood of user interest accordingly.
21. The system of claim 1 , wherein said engine uses camera sensor data to determine likelihood of user interest.
22. An automatic image cropping method, comprising: performing image segmentation on an image stored in digital form, thereby defining plural image region candidates; determining if an image region candidate is likely to be more or less interesting to a user than another image region candidate; and selecting an image region candidate determined as likely to be of most interest to the user.
23. The method of claim 22, further comprising measuring entropies of the image region candidates and using entropy thus measured as a measure of likelihood of user interest.
24. The method of claim 23, further comprising computing a cost C according to: c- a- +J +γl\ z A,\!^ Λ) HH + Hυ + Hv A^ w h where H, HU , HV are entropies of sub-images H, U and V respectively, Area^, is an area ratio of an image region candidate and a common v,n - — viewing area of the image, χc c is a center of the image region candidate, /r / s a center of the common viewing area of the image, w ,h are width and height of a lens viewing area, and α, β, γ are normalizing weights.
25. The method of claim 24, further comprising: initializing parameters α, β, γ to empirically normalize and balance all three components that contribute to the cost: entropy (E), area ratio (A) and center distance (D); generating lists of the image region candidates according to E,
A, D and their total cost: αE + βA + γD; suggesting the image region candidates by making them available for viewing and selection; and analyzing components E, A, D on an image region candidate selected by the user and adjusting parameters α, β, γ accordingly.
26. The method of claim 24, further comprising deeming an image region candidate having a lowest cost C thus computed as likely to be of greatest interest to the user relative to other image region candidates.
27. The method of claim 24, further comprising selecting parameters α, β, γ based on characteristics of an image capture device.
28. The method of claim 24, further comprising selecting parameters α, β, γ based on habits of the user.
29. The method of claim 23, further comprising measuring entropy of an image region candidate according to: H = - A(ι)log. A(ι) where h(i) fe / is a histogram of the image region candidate.
30. The method of claim 22, further comprising suggesting the selected image region candidate to a user.
31. The method of claim 30, further comprising receiving a user confirmation of the selected image region candidate.
32. The method of claim 31 , further comprising processing the image based on the user confirmation.
33. The method of claim 31 , further comprising segregating the selected image region candidate from at least one other part of the image in response to receipt of the user confirmation.
34. The method of claim 31 , further comprising saving the selected image region candidate absent image contents external to the selected image region in response to receipt of the user confirmation.
35. The method of claim 31 , further comprising transmitting the selected image region candidate absent image contents external to the selected image region in response to receipt of the user confirmation.
36. The method of claim 31 , further comprising zooming in on the image region candidate in response to receipt of the user confirmation.
37. The method of claim 30, further comprising: receiving a user contradiction of the selected image region candidate; and selecting a new image region candidate determined as most likely to be of most interest to the user based on the user contradiction.
38. The method of claim 22, further comprising segmenting the image based on image texture and color consistency.
39. The method of claim 38, further comprising using vectors calculated from Wavelet transform to represent texture information. 4u. i ne metnod ot claim 22, further comprising employing a fuzzy k- mean clustering method to perform the image segmentation. 41. The method of claim 40, further comprising using features in the clustering method derived on color differences of neighboring pixels / and j defined according to: CώJf (/, ;) = W - ( y 1 + («(!) - a( ))1 + (v(ι) - v(7))3 where h(i), u(i) and v(i) are an HUV value of pixels and hφ, u(j) and vφ are an HUV value of pixel j. 42. The method of claim 22, further comprising performing color transformation on an image stored in digital form. 43. The method of claim 42, further comprising transforming an image in RGB format into HUV (Hue, Saturation and Intensity) format. 44. The method of claim 22, further comprising measuring sizes of image region candidates relative to a common viewing area of the image and using relative size thus measured as a measure of likelihood of user interest. 45. The method of claim 22, further comprising measuring locations of image region candidates relative to a common viewing area of the image and using relative location thus measured as a measure of likelihood of user interest. 46. The method of claim 22, further comprising capturing an image in digital form. 47. The method of claim 22, further comprising pre-processing the image to eliminate noise in blurred text histograms to smooth the image. 48. The method of claim 22, further comprising tracking user interaction with the portable device and adjusting future determination of likelihood of user interest accordingly. 49. The method of claim 22, further comprising using camera sensor data to determine likelihood of user interest.
PCT/US2004/025490 2003-08-07 2004-08-06 Automatic image cropping system and method for use with portable devices equipped with digital cameras WO2005015355A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/567,499 US20060280364A1 (en) 2003-08-07 2004-08-06 Automatic image cropping system and method for use with portable devices equipped with digital cameras

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US49323203P 2003-08-07 2003-08-07
US60/493,232 2003-08-07

Publications (2)

Publication Number Publication Date
WO2005015355A2 true WO2005015355A2 (en) 2005-02-17
WO2005015355A3 WO2005015355A3 (en) 2005-07-28

Family

ID=34135217

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2004/025490 WO2005015355A2 (en) 2003-08-07 2004-08-06 Automatic image cropping system and method for use with portable devices equipped with digital cameras

Country Status (2)

Country Link
US (1) US20060280364A1 (en)
WO (1) WO2005015355A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1768388A1 (en) * 2005-09-26 2007-03-28 Sony Ericsson Mobile Communications Japan, Inc. Portable information terminal and image management program
US9916861B2 (en) 2015-06-17 2018-03-13 International Business Machines Corporation Editing media on a mobile device before transmission

Families Citing this family (58)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110229023A1 (en) * 2002-11-01 2011-09-22 Tenebraex Corporation Technique for enabling color blind persons to distinguish between various colors
US7528846B2 (en) * 2005-02-23 2009-05-05 Microsoft Corporation Systems and methods to adjust a source image aspect ratio to match a different target display aspect ratio
US7640037B2 (en) * 2005-05-18 2009-12-29 scanR, Inc, System and method for capturing and processing business data
GB2430026A (en) * 2005-09-09 2007-03-14 Qinetiq Ltd Automated selection of image regions
WO2008005426A2 (en) * 2006-06-30 2008-01-10 University Of South Florida Computer-aided pathological diagnosis system
US8218895B1 (en) * 2006-09-27 2012-07-10 Wisconsin Alumni Research Foundation Systems and methods for generating and displaying a warped image using fish eye warping
TW200825855A (en) * 2006-12-06 2008-06-16 Ind Tech Res Inst A method and system for converting text image into character code are provided for mobile communication device
US9344548B2 (en) * 2006-12-28 2016-05-17 Blackberry Limited Method for saving an image from a camera application of a portable electronic device
US8498451B1 (en) * 2007-11-12 2013-07-30 Google Inc. Contact cropping from images
US8154778B2 (en) * 2007-11-15 2012-04-10 Sharp Laboratories Of America, Inc Systems and methods for color correction processing and notification for digital image data generated from a document image
US8009921B2 (en) 2008-02-19 2011-08-30 Xerox Corporation Context dependent intelligent thumbnail images
EP2107787A1 (en) * 2008-03-31 2009-10-07 FUJIFILM Corporation Image trimming device
US20100004995A1 (en) * 2008-07-07 2010-01-07 Google Inc. Claiming Real Estate in Panoramic or 3D Mapping Environments for Advertising
US9547799B2 (en) * 2008-07-17 2017-01-17 Sharp Laboratories Of America, Inc. Methods and systems for content-boundary detection
US8537409B2 (en) 2008-10-13 2013-09-17 Xerox Corporation Image summarization by a learning approach
US8094163B2 (en) * 2008-12-09 2012-01-10 Himax Technologies Limited Method of directing a viewer's attention subliminally in image display
JP4751939B2 (en) * 2009-03-31 2011-08-17 アイシン精機株式会社 Car camera calibration system
US8873864B2 (en) * 2009-12-16 2014-10-28 Sharp Laboratories Of America, Inc. Methods and systems for automatic content-boundary detection
US8861864B2 (en) * 2010-03-11 2014-10-14 Qualcomm Incorporated Image feature detection based on application of multiple feature detectors
US20110238676A1 (en) * 2010-03-25 2011-09-29 Palm, Inc. System and method for data capture, storage, and retrieval
EP2561685A4 (en) * 2010-04-21 2013-10-09 Lg Electronics Inc Image display apparatus and method for operating the same
US20120158503A1 (en) * 2010-12-17 2012-06-21 Ebay Inc. Identifying purchase patterns and marketing based on user mood
SG185147A1 (en) 2011-04-08 2012-11-29 Creative Tech Ltd A method, system and electronic device for at least one of efficient graphic processing and salient based learning
US9424808B2 (en) * 2013-08-22 2016-08-23 Htc Corporation Image cropping manipulation method and portable electronic device
KR20160051759A (en) 2013-09-03 2016-05-11 톰슨 라이센싱 Method for displaying a video and apparatus for displaying a video
US11886952B2 (en) 2013-09-17 2024-01-30 Integrated Solutions International, Llc Systems and methods for point of sale age verification
US10867144B2 (en) 2013-09-17 2020-12-15 Integrated Solutions International Llc Systems and methods for point of sale age verification
US10867143B2 (en) 2013-09-17 2020-12-15 Integrated Solutions International, Llc Systems and methods for age-restricted product registration
ES2786254T3 (en) * 2013-09-17 2020-10-09 Integrated Solutions Int Llc Systems and methods for decoding and using data on cards
US20150350481A1 (en) * 2014-05-27 2015-12-03 Thomson Licensing Methods and systems for media capture and formatting
US10733482B1 (en) * 2017-03-08 2020-08-04 Zoox, Inc. Object height estimation from monocular images
US10678244B2 (en) 2017-03-23 2020-06-09 Tesla, Inc. Data synthesis for autonomous control systems
US10318794B2 (en) 2017-04-28 2019-06-11 Microsoft Technology Licensing, Llc Intelligent auto cropping of digital images
US10805676B2 (en) * 2017-07-10 2020-10-13 Sony Corporation Modifying display region for people with macular degeneration
US10650702B2 (en) * 2017-07-10 2020-05-12 Sony Corporation Modifying display region for people with loss of peripheral vision
US10845954B2 (en) 2017-07-11 2020-11-24 Sony Corporation Presenting audio video display options as list or matrix
US10671349B2 (en) 2017-07-24 2020-06-02 Tesla, Inc. Accelerated mathematical engine
US11893393B2 (en) 2017-07-24 2024-02-06 Tesla, Inc. Computational array microprocessor system with hardware arbiter managing memory requests
US11409692B2 (en) 2017-07-24 2022-08-09 Tesla, Inc. Vector computational unit
US11157441B2 (en) 2017-07-24 2021-10-26 Tesla, Inc. Computational array microprocessor system using non-consecutive data formatting
US11561791B2 (en) 2018-02-01 2023-01-24 Tesla, Inc. Vector computational unit receiving data elements in parallel from a last row of a computational array
US11215999B2 (en) 2018-06-20 2022-01-04 Tesla, Inc. Data pipeline and deep learning system for autonomous driving
US11361457B2 (en) 2018-07-20 2022-06-14 Tesla, Inc. Annotation cross-labeling for autonomous control systems
US11636333B2 (en) 2018-07-26 2023-04-25 Tesla, Inc. Optimizing neural network structures for embedded systems
US11562231B2 (en) 2018-09-03 2023-01-24 Tesla, Inc. Neural networks for embedded devices
KR20210072048A (en) 2018-10-11 2021-06-16 테슬라, 인크. Systems and methods for training machine models with augmented data
US11880438B2 (en) 2018-10-17 2024-01-23 Integrated Solutions International, Llc Systems and methods for age restricted product activation
EP3640903B1 (en) * 2018-10-18 2023-12-27 IDEMIA Identity & Security Germany AG Signal dependent video surveillance
US11196678B2 (en) 2018-10-25 2021-12-07 Tesla, Inc. QOS manager for system on a chip communications
US11816585B2 (en) 2018-12-03 2023-11-14 Tesla, Inc. Machine learning models operating at different frequencies for autonomous vehicles
US11537811B2 (en) 2018-12-04 2022-12-27 Tesla, Inc. Enhanced object detection for autonomous vehicles based on field view
US11610117B2 (en) 2018-12-27 2023-03-21 Tesla, Inc. System and method for adapting a neural network model on a hardware platform
CN109740548B (en) * 2019-01-08 2020-12-08 北京易道博识科技有限公司 Reimbursement bill image segmentation method and system
US10997461B2 (en) 2019-02-01 2021-05-04 Tesla, Inc. Generating ground truth for machine learning from time series elements
US11567514B2 (en) 2019-02-11 2023-01-31 Tesla, Inc. Autonomous and user controlled vehicle summon to a target
US10956755B2 (en) 2019-02-19 2021-03-23 Tesla, Inc. Estimating object properties using visual image data
KR20210045891A (en) * 2019-10-17 2021-04-27 삼성전자주식회사 Electronic device and method for controlling and operating of screen capture
US11288852B1 (en) 2020-11-02 2022-03-29 International Business Machines Corporation Cognitive leadspace choreography

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5341226A (en) * 1993-04-22 1994-08-23 Xerox Corporation Automatic image segmentation for color documents
US20020114535A1 (en) * 2000-12-14 2002-08-22 Eastman Kodak Company Automatically producing an image of a portion of a photographic image
US20020191816A1 (en) * 2001-06-14 2002-12-19 Michael Maritzen System and method of selecting consumer profile and account information via biometric identifiers
US20030035580A1 (en) * 2001-06-26 2003-02-20 Kongqiao Wang Method and device for character location in images from digital camera
US20030122942A1 (en) * 2001-12-19 2003-07-03 Eastman Kodak Company Motion image capture system incorporating metadata to facilitate transcoding

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE69736347T2 (en) * 1997-05-09 2007-07-12 Stmicroelectronics S.R.L., Agrate Brianza Digital photographing apparatus with an image processing apparatus
US6282317B1 (en) * 1998-12-31 2001-08-28 Eastman Kodak Company Method for automatic determination of main subjects in photographic images
US6654506B1 (en) * 2000-01-25 2003-11-25 Eastman Kodak Company Method for automatically creating cropped and zoomed versions of photographic images
US6545743B1 (en) * 2000-05-22 2003-04-08 Eastman Kodak Company Producing an image of a portion of a photographic image onto a receiver using a digital image of the photographic image
US6952286B2 (en) * 2000-12-07 2005-10-04 Eastman Kodak Company Doubleprint photofinishing service with the second print having subject content-based modifications
US6895256B2 (en) * 2000-12-07 2005-05-17 Nokia Mobile Phones Ltd. Optimized camera sensor architecture for a mobile telephone
GB2370438A (en) * 2000-12-22 2002-06-26 Hewlett Packard Co Automated image cropping using selected compositional rules.
US6826316B2 (en) * 2001-01-24 2004-11-30 Eastman Kodak Company System and method for determining image similarity
US6895121B2 (en) * 2001-07-03 2005-05-17 Eastman Kodak Company Method for utilizing subject content analysis for producing a compressed bit stream from a digital image
US6832006B2 (en) * 2001-07-23 2004-12-14 Eastman Kodak Company System and method for controlling image compression based on image emphasis
US20030052962A1 (en) * 2001-09-14 2003-03-20 Wilk Peter J. Video communications device and associated method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5341226A (en) * 1993-04-22 1994-08-23 Xerox Corporation Automatic image segmentation for color documents
US20020114535A1 (en) * 2000-12-14 2002-08-22 Eastman Kodak Company Automatically producing an image of a portion of a photographic image
US20020191816A1 (en) * 2001-06-14 2002-12-19 Michael Maritzen System and method of selecting consumer profile and account information via biometric identifiers
US20030035580A1 (en) * 2001-06-26 2003-02-20 Kongqiao Wang Method and device for character location in images from digital camera
US20030122942A1 (en) * 2001-12-19 2003-07-03 Eastman Kodak Company Motion image capture system incorporating metadata to facilitate transcoding

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
PORTER ET AL: 'A Robust Automatic Clustering Scheme for Image Segmentation Using Wavelets' IEEE TRANSACTIONS ON IMAGE PROCESSING vol. 5, no. 4, April 1996, pages 662 - 665, XP000582887 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1768388A1 (en) * 2005-09-26 2007-03-28 Sony Ericsson Mobile Communications Japan, Inc. Portable information terminal and image management program
US7821545B2 (en) 2005-09-26 2010-10-26 Sony Ericsson Mobile Communications Japan, Inc. Portable information terminal and image management program
US8269875B2 (en) 2005-09-26 2012-09-18 Sony Mobile Communications Japan, Inc. Portable information terminal and image management program
US9916861B2 (en) 2015-06-17 2018-03-13 International Business Machines Corporation Editing media on a mobile device before transmission

Also Published As

Publication number Publication date
US20060280364A1 (en) 2006-12-14
WO2005015355A3 (en) 2005-07-28

Similar Documents

Publication Publication Date Title
US20060280364A1 (en) Automatic image cropping system and method for use with portable devices equipped with digital cameras
US10810454B2 (en) Apparatus, method and program for image search
US7783084B2 (en) Face decision device
JP4840426B2 (en) Electronic device, blurred image selection method and program
US6782143B1 (en) Method and apparatus for processing an image
US9558423B2 (en) Observer preference model
US20030053692A1 (en) Method of and apparatus for segmenting a pixellated image
CN101675454A (en) Adopt the edge mapping of panchromatic pixels
US20080036900A1 (en) Focusing information visualization device, and corresponding method, program and recording medium
CN101652798A (en) Use the edge map of panchromatic pixels
KR20090111136A (en) Method and Apparatus of Selecting Best Image
US20090079764A1 (en) Method for digitally magnifying images
JP2006229682A (en) Print recommendation picture selection device, method, and program
CN111079864A (en) Short video classification method and system based on optimized video key frame extraction
Ma et al. Automatic image cropping for mobile device with built-in camera
EP2249307B1 (en) Method for image reframing
CN110717058A (en) Information recommendation method and device and storage medium
CN111183630B (en) Photo processing method and processing device of intelligent terminal
US20070013957A1 (en) Photographing device and method using status indicator
EP1933549B1 (en) Image correction device and image correction method
Dong et al. Document page classification algorithms in low-end copy pipeline
KR100648350B1 (en) Apparatus reversing character image and character image reversing method
JP2001197405A (en) Method and device for generating index image
RU2411585C1 (en) Method and system to generate animated image for preliminary review
JP4966167B2 (en) Image evaluation apparatus and camera having the image evaluation apparatus

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2006280364

Country of ref document: US

Ref document number: 10567499

Country of ref document: US

122 Ep: pct application non-entry in european phase
WWP Wipo information: published in national office

Ref document number: 10567499

Country of ref document: US