WO2002069262A1 - Dynamic chain-based thresholding - Google Patents

Dynamic chain-based thresholding Download PDF

Info

Publication number
WO2002069262A1
WO2002069262A1 PCT/US2002/006255 US0206255W WO02069262A1 WO 2002069262 A1 WO2002069262 A1 WO 2002069262A1 US 0206255 W US0206255 W US 0206255W WO 02069262 A1 WO02069262 A1 WO 02069262A1
Authority
WO
WIPO (PCT)
Prior art keywords
image
chain
characteristic
candidate edge
chains
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.)
Ceased
Application number
PCT/US2002/006255
Other languages
French (fr)
Inventor
Edward Ratner
Adityo Prakash
Hitoshi Watanabe
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.)
PTS Corp
Pulsent Corp
Original Assignee
PTS Corp
Pulsent 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 PTS Corp, Pulsent Corp filed Critical PTS Corp
Priority to JP2002568306A priority Critical patent/JP2004523839A/en
Priority to EP02721217A priority patent/EP1368787A1/en
Publication of WO2002069262A1 publication Critical patent/WO2002069262A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/12Edge-based segmentation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20004Adaptive image processing
    • G06T2207/20008Globally adaptive

Definitions

  • the present invention relates in general to image processing. More particularly, it may be used in relation to, for example, segment- or object-based image processing.
  • Image segmentation is the process of partitioning an image into a set of non-overlapping parts, or segments, that together constitute the entire image. For example, the segmentation may divide the image into a background segment and a plurality of foreground segments. A foreground segment may, for example, correspond to an object, or apart of an object, in the image. Digital image or video processing may be facilitated by image segmentation.
  • the boundaries or edges of the segments may be detected or extracted. Extracting those edges or boundaries between segments using an electronically-implementable edge-detection algorithm or routine is difficult to do accurately for a general case.
  • Such an algorithm must work for a wide range of images with varying amounts of scales and details. To be suitable for applications requiring fully-automated segmentation, the algorithm should not require user guidance or prior knowledge of the image to be segmented.
  • Canny edge detection One technique for edge extraction is referred to as Canny edge detection.
  • the process of conventional Canny edge detection begins with smoothing of intensity values by convolution with a two-dimensional Gaussian function.
  • the smoothed image data is then differentiated to calculate a gradient vector function indicating the rate and direction of intensity change at each point in the image.
  • a non-maxima suppression process determines candidate edge points by eliminating non-maxima points perpendicular to edge directions.
  • point-based thresholding is applied to the candidate edge points.
  • the point-based thresholding uses a hysteresis-type (two level) threshold function.
  • Hysteresis-type threshold function evaluates the non-maxima points using two threshold levels.
  • a gradient value at a point lies above the upper threshold level, then the point is automatically accepted. If the gradient value lies below the lower threshold level, then the point is automatically rejected. If the gradient value lies in between the upper and lower thresholds, then the point is accepted if it is connected to a high value point. In other words, a chain does not stop until a point is reached that has a gradient value below the lower threshold.
  • edges i.e., the extraction of too many edges.
  • edges i.e., the extraction of too many edges.
  • edges For example, consider one white shirt on a black background. It may be desired to identify the white shirt as an image segment with a single edge around its boundary separating it from the black background segment.
  • folds in the shirt may produce shadowed areas that may cause additional edges to be generated by the edge-detection routine. These extraneous edges may result in the creation of additional segments within the otherwise plain white shirt, or they may be superfluous in that they cannot be connected to enclose a segment.
  • the apparatus includes a candidate edge chain identifier for identifying candidate edge chains in an image being processed, means for calculating a dynamic chain-based threshold function that is dependent on at least one characteristic of the image being processed, and a threshold apphcator for applying the dynamic chain-based threshold function to the candidate edge chains.
  • the characteristic of the image being processed may be global in that it is determined from the overall image being processed. In another embodiment, local characteristics may be used.
  • a system may include an encoder or a decoder, both of which include the above apparatus.
  • Another embodiment relates to a method for image processing. The method determines a dynamic chain-based threshold function that is dependent on at least one characteristic of the image being processed and applies the dynamic threshold to a candidate edge chain.
  • FIG. 1 is a flow chart depicting a conventional edge-detection process.
  • FIG. 2 is a flow chart depicting an edge-detection process using dynamic chain-based thresholding dependent on global characteristics of an image in accordance with an embodiment of the invention.
  • FIG. 3 is a flow chart depicting an edge-detection process using dynamic chain-based thresholding dependent on local characteristics of an image in accordance with an embodiment of the invention.
  • FIG. 4 is a diagram depicting a dynamic chain-based thresholding apparatus in accordance with an embodiment of the invention.
  • FIG. 5 is a diagram depicting a system in accordance with an embodiment of the invention.
  • chain-based thresholding differs from point-based thresholding.
  • point-based thresholding a threshold function is applied to a point.
  • chain-based thresholding a threshold function is applied to a chain of points.
  • Chain-based thresholding finds undesired or extraneous chains so that they may be eliminated from consideration.
  • Candidate edge chains that do not meet the threshold requirements i.e., that do not pass the threshold function
  • static threshold functions for chain-based thresholding.
  • static threshold functions may categorize too many or too few chains as extraneous chains, depending on the threshold chosen and the particular image being processed.
  • a static threshold function for chain-based thresholding is likely to have difficulty working well across a wide range of images.
  • the present patent application describes the advantageous improvement of using automatic dynamic threshold functions for chain-based thresholding.
  • Such dynamic threshold functions are dependent upon characteristics of the image being processed.
  • static threshold functions do not take into account characteristics of a given image.
  • the thresholds may be selected by the human user for a particular image.
  • dynamic chain-based thresholding automatically determines whether or not to retain a candidate edge chain depending, not only upon the characteristics of the chain in question, but also upon characteristics of the image in which the chain resides.
  • the chain-based thresholding may be dependent on one or more dynamic globally-measured characteristics of the image.
  • the dynamic globally-measured characteristic is one that is measured over an entire image frame or over substantially all of the image frame.
  • the dynamic globally-measured characteristic may be a measure of color variation in the image frame.
  • the measure may be, for example, a mean or a median of color variation in the frame.
  • the chain-based thresholding may be dependent on one or more dynamic locally-scaled characteristics of the image.
  • the dynamic locally-scaled characteristic may be measured within a local neighborhood around points in the chain being thresholded.
  • the characteristic may be, for example, related to the chain strength, and the local scaling may depend on the local extrema strength or density surrounding each point in the chain.
  • FIG. 1 is a flow chart depicting a conventional edge-detection process.
  • the process 100 as depicted includes nine steps that are described below.
  • a point-based threshold function parameters are set for a point-based threshold function.
  • the point-based threshold function may be a single-level threshold or a hysteresis- type threshold.
  • the parameters that are set may include values for the upper and lower threshold levels.
  • the upper threshold level may be set to be two to three times the lower threshold level.
  • parameters are set for a chain-based threshold function.
  • the chain-based threshold function may be set to eliminate chains less than n points in length and/or be set to eliminate chains where the sum of the gradient values of its maxima is less than a certain threshhold. In this conventional process 100 depicted in FIG.
  • both the first and second steps 102 and 104 need only be performed once and may be done long before the other steps. This is because the point-based and chain-based threshold functions are both static threshold functions. Static threshold functions do not change from image to image. In other words, a static threshold function is independent of the image characteristics.
  • a third step 106 the processing of an image begins by input of the image data.
  • the image data typically comprises pixel color values.
  • Pixel color values can be selected from any number of pixel color spaces.
  • One color space in common use is known as the YUV color space, wherein a pixel color value is described by the triple (Y, U, V), where the Y component refers to a grayscale intensity or luminance, and U and V refer to two chrominance components.
  • the YUV color space is commonly seen in television applications.
  • Another common color space is referred to as the RGB color space, wherein R, G and B refer to the Red, Green and Blue color components, respectively.
  • the RGB color space is commonly seen in computer graphics representations, along with CYMB (cyan, yellow, magenta and black) often used with computer printers.
  • candidate edge points also called “edgels” in the image are identified. This may be accomplished using various methods, such as gradient-type methods and second-order methods. For example, as described above, the Canny edge detection method identifies candidate edge points uses a gradient-type method and non- maxima suppression.
  • a point-based threshold may be applied to the candidate edge points.
  • the point-based threshold may be a single-level threshold or a hysteresis-type threshold.
  • the Canny edge detection method uses a hysteresis-type threshold.
  • the candidate edge points that do not pass the point-based threshold are removed from the set of edge points.
  • a seventh step 114 those edge points that passed the point-based threshold are linked to form candidate edge chains.
  • This step involves grouping together edge points to form the edge chains. The linking may be accomplished, for example, by considering each edge point's relationship to neighboring edge points (local edge linking) or by consider all the edge points at once and grouping those edge points that match a similarity constraint such as scaring a same edge equation (global edge linking).
  • a chain-based threshold may be applied to the candidate edge chains.
  • the chain-based threshold may be a singl -level tlpesjiold based upon a chain's length.
  • the candidate edge chains that do not pass the chain-based threshold are removed from the set of edge chains. The result js the set of edge chains detected by the edge-detection process 100 for that image.
  • the process 100 loops back to the third step 106 and iip ge 4ata is input for a next image.
  • FIG. 2 is a flow chart depicting an edge-detection process using dynamic chain-based ⁇ reshplding dependent on one or more global characteristics of an image in accordance wit . an embodiment of the invention.
  • a globally-measured characteristic is one that is measured over an entire image frame or over substantially all of the image frame.
  • the propess . 2QP as depicted includes ten steps that are described below.
  • the first step 102 may be the same as in the conventional process 100.
  • the parameters are set for a point-based threshold function.
  • the point- based threshold function may be a single-level threshold or a hysteresis-type threshold.
  • the second step 104 from the conventional process 100 may be missing from this process 200. This is because the chain-based threshold function is dynamically determined based on one or more characteristic(s) of the image being processed, and so parameters for the chain-based threshold function cannot yet be set in this process 200.
  • the second 106, third 108, fourth 110, fifth 112, and sixth 114 steps in this process 200 may be the same as or similar to the corresponding steps (106, 108, 110, 112, and 114) in the conventional process 100. These steps involve inputting the image data (step 106), identifying candidate edge points in the image (step 108), applying the point-based threshold to the candidate edge points (step 110), removing those points that do not pass the point-based threshold (step 112), and linking the edge points to determine candidate edge chains (step 114).
  • the other steps (202, 204, 206, and 208) in this process 200 are distinctive from the conventional process 100. These steps relate to the determination and application of a dynamic chain-based threshold that is dependent on one or more global characteristics of the image being processed.
  • a globally-measured characteristic may be a measure of color variation in the image frame.
  • the measure may be, for example, a mean or a median of color variation in the frame.
  • Color in an image may be represented for each pixel by the pixel's color values. In a monochromatic image, the pixel color value can be represented by a single number.
  • a pixel's color value comprises three or four color components and the color value in a polychromatic color image can be thought of as a vector in a "color space" having as many dimensions as there are components to the color values.
  • the color values of an image might be representable as vectors in the YUV space.
  • the Y component represents luminance, or intensity
  • the U and V components represent chrominance.
  • the Y component is often of greater magnitude than the U or V components.
  • the variation of each color component may be calculated globally over pixels, or edge points, or edge chains in a frame. The calculation may be of a mean or median value of the variation of the color component.
  • the component variations may then be combined (by summation of squares) into a single global color variation mean or median value.
  • the combination may weight the components differently. For example, in YUV space, the U and V components may be weighted more heavily (for example, four times more) than the Y component, in order to more strongly represent the contributions of the U and V components.
  • the dynamic chain-based threshold is determined using the one or more global characteristic(s) calculated in the first distinctive step 202.
  • a frame- wide histogram of chain strengths is determined, where the chain strength is an integrated intensity (integration of gradient values) over edge points comprising the chain.
  • the dynamic chain-based threshold may then be chosen as a percentage point on the histogram such that a percentage of the chains are below the threshold.
  • the dynamic chain-based threshold may, for example, be linearly related to the measure of global color variation; for example, a fraction "a" of the measure of global color variation, where 0 ⁇ a ⁇ 1 ("a" is greater than zero and less than or equal to one).
  • the dynamic chain-based threshold from the second distinctive step 204 is applied to the candidate edge chains. Note that this step 206 is dependent not only on the linking step 114, but also on the dynamic threshold determination step 204.
  • the dynamic chain-based threshold may be a threshold based upon a chain's strength, where the threshold strength may depend on the calculated global characteristic(s) as described above. Chains of strength at or above the threshold strength may pass, while those of strength below the threshold strength may fail.
  • a chain's strength other features of a chain may be used as the basis for determination and application of a dynamic chain-based threshold. For example, a chain's length may be used, instead of a chain's strength.
  • the fourth distinctive step 208 those candidate edge chains are removed from the set of edge chains that do not pass the dynamic chain-based threshold applied in the third distinctive step 206.
  • the result is the set of edge chains detected by this edge-detection process 200 for that image.
  • the process 200 loops back to step 106 and image data is input for a next image.
  • FIG. 3 is a flow chart depicting an edge-detection process using dynamic chain-based thresholding dependent on one or more locally-measured characteristic(s) of an image in accordance with an embodiment of the invention.
  • a locally-measured characteristic may be a characteristic that is measured within a local vicinity of edge points in the chain being thresholded.
  • the first step 102 may be the same as in the conventional process 100.
  • the parameters are set for a point-based threshold function.
  • the point- based threshold function may be a single-level threshold or a hysteresis-type threshold.
  • the second step 104 from the conventional process 100 may be missing from this third process 300. This is because the chain-based threshold function is dynamically determined based on one or more characteristic(s) of the image being processed, and so parameters for the chain-based threshold function cannot yet be set in this process 300.
  • the second 106, third 108, fourth 110, fifth 112, and sixth 114 steps in this third process 300 may be the same as or similar to the corresponding steps (106, 108, 110, 112, and 114) in the conventional process 100.
  • These steps involve inputting the image data (step 106), identifying candidate edge points in the image (step 108), applying the point-based threshold to the candidate edge points (step 110), removing those points that do not pass the point-based threshold (step 112), and linking the edge points to determine candidate edge chains (step 114).
  • the next two steps (302and 304) in this process 300 are distinctive from the conventional process 100. These steps relate to the determination and application of a dynamic chain-based threshold that is dependent on one or more local characteristics around points in the edge chain being considered.
  • a calculation is made of one or more locally- scaled characteristic(s) of the chain being considered.
  • This calculation step 304 may be done on a per chain basis and may depend on the local environment around the points in the chain.
  • the locally-scaled characteristic may be the chain strength. For example, a gradient value at each edge point in the chain may be scaled based on the strength and/or density of local extrema in the vicinity of the point.
  • a neighborhood within a 15-pixel radius of an edge point is considered, though larger or smaller neighborhoods of varying shapes may also be considered.
  • the greater the strength and/or density around an edge point the less significant or important that edge point becomes, and so the more scaled down the value at the edge point becomes.
  • a first point at one end of a chain may be surrounded with a higher extrema strength and/or density than a second point at another end of the chain is. In that case, the gradient value at the first point would be more substantially scaled down (and hence reduced in significance) in comparison to the gradient value at the second point.
  • the scaling function "F" for point "i" may be in accordance with Equation 1. Equation 1 breaks down the scaling function into two factors.
  • the first factor, Fl(i) is related to local intensity (strength), and the second factor F2(i) is related to local density.
  • the local intensity refers to the intensity of the extrema (either extrema points or chains) in (weighted) color intensity within the neighborhood.
  • the local density refers to the density of the extrema (either extrema points or chains.
  • Equations 2A and 2B m is the intensity of the edge pixel at location "i"
  • m ]oc is the local average intensity around location i.
  • the value of Fl(i) scales up exponentially for higher intensities (mj/m 10c > 1) and scales down linearly for lower intensities (mj/m ⁇ oc ⁇ 1).
  • pi is the local density at location i
  • p g is the global extrema density.
  • the global density refers to the density of extrema (either extrema points or chains) in color intensities within the image as a whole.
  • the variable po represents the critical density and may be visually and empirically determined.
  • the variable s is a scale factor. For example, s may be 2, or 3, or 4. Of course, other values for s may also be used.
  • a dynamic chain-based threshold may be determined using the locally-scaled characteristics described above.
  • a frame- wide histogram of chain strengths is determined, where the chain strength are the locally-scaled chain strengths.
  • the dynamic chain-based threshold may then be chosen as a percentage point on the histogram such that a percentage of the chains are below the threshold.
  • the last two steps are steps common with the second process 200.
  • the dynamic chain-based threshold is applied to the candidate edge chains.
  • those candidate edge chains are removed from the set of edge chains that do not pass the dynamic chain-based threshold applied in the second- to-last step 206.
  • the result is the set of edge chains detected by this edge-detection process 300 for that image.
  • the process 300 loops back to step 106 and image data is input for a next image.
  • step 202 it may be useful to combine globally dynamic chain- based thresholding and locally dynamic chain-based thresholding in a single image processing technique. This may be accomplished by adding step 202 to the third process 300 and changing step 304 such that it determines the dynamic chain-based threshold using both global characteristic(s) and locally-scaled strengths.
  • FIG. 4 is a diagram depicting a dynamic chain-based thresholding apparatus 400 in accordance with an embodiment of the invention.
  • the dynamic chain-based thresholder 400 receives image data.
  • the image data is processed by a candidate edge identifier 402 that identifies candidate edge chains in an image.
  • the data on candidate edge chain in the image is input into a dynamic chain-based threshold function calculator 404.
  • the calculator 404 determines a dynamic chain-based threshold function that is dependent on at least one characteristic of the image being processed.
  • a thresholder 406 receives both the dynamic chain-based threshold function and the data on candidate edge chains in the image.
  • the threshold applicator 406 applies the dynamic chain-based threshold function to the candidate edge chains.
  • the output of the thresholder 400 are the extracted edges from the image.
  • FIG. 5 is a diagram depicting a system 500 in accordance with an embodiment of the invention.
  • the system 500 includes both an encoder 502 and a decoder 504.
  • the encoder 502 may be, for example, incorporated into a video transmitting apparatus.
  • the decoder 504 may be incorporated into a video receiving apparatus operable in cooperation with the encoder 502.
  • the encoder 502 may communicate video information by way of a communications channel suitable for transmission of digital data.
  • both the encoder 502 and the decoder 504 may include and utilize the dynamic chain-based thresholder 400. This is advantageous in that, if both encoder and decoder use the same thresholder 400 to extract edges from images, then less information about the image needs to be transmitted. This reduces the bandwidth required to transmit video images while maintaining a visual quality level.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Analysis (AREA)
  • Image Processing (AREA)

Abstract

One embodiment relates to an apparatus for image processing. The apparatus includes a candidate edge chain identifier for identifying candidate edge chains in an image being processed, means for calculating a dynamic chain-based threshold function that is dependent on at least one characteristic of the image being processed, and a threshold applicator for applying the dynamic chain-based threshold function to the candidate edge chains. In one embodiment, the characteristic of the image being processed may be global in that it is determined from the overall image being processed. In another embodiment, local characteristics may be used. A system may include an encoder or a decoder, both of which include the above apparatus. Another embodiment relates to a method for image processing. The method determines a dynamic chain-based threshold function that is dependent on at least one characteristic of the image being processed and applies the dynamic threshold to a candidate edge chain.

Description

DYNAMIC CHAIN-BASED THRESHOLDING
Inventors: Edward Ratner, Adityo Prakash, and Hitoshi Watanabe
CROSS-REFERENCES TO RELATED APPLICATIONS
This patent application claims priority to Provisional Application No. 60/272,332, filed February 28, 2001, and entitled "Dynamic Thresholding," the disclosure of which is incorporated herein by reference.
FIELD OF THE INVENTION The present invention relates in general to image processing. More particularly, it may be used in relation to, for example, segment- or object-based image processing.
BACKGROUND OF THE INVENTION It is often desirable to identify and delineate segments of an image. Image segmentation is the process of partitioning an image into a set of non-overlapping parts, or segments, that together constitute the entire image. For example, the segmentation may divide the image into a background segment and a plurality of foreground segments. A foreground segment may, for example, correspond to an object, or apart of an object, in the image. Digital image or video processing may be facilitated by image segmentation. In order to identify and delineate the segments in an image, the boundaries or edges of the segments may be detected or extracted. Extracting those edges or boundaries between segments using an electronically-implementable edge-detection algorithm or routine is difficult to do accurately for a general case. Such an algorithm must work for a wide range of images with varying amounts of scales and details. To be suitable for applications requiring fully-automated segmentation, the algorithm should not require user guidance or prior knowledge of the image to be segmented.
One technique for edge extraction is referred to as Canny edge detection. The process of conventional Canny edge detection begins with smoothing of intensity values by convolution with a two-dimensional Gaussian function. The smoothed image data is then differentiated to calculate a gradient vector function indicating the rate and direction of intensity change at each point in the image. Then, a non-maxima suppression process determines candidate edge points by eliminating non-maxima points perpendicular to edge directions. Subsequently, point-based thresholding is applied to the candidate edge points. In Canny edge detection, the point-based thresholding uses a hysteresis-type (two level) threshold function. Hysteresis-type threshold function evaluates the non-maxima points using two threshold levels. If a gradient value at a point lies above the upper threshold level, then the point is automatically accepted. If the gradient value lies below the lower threshold level, then the point is automatically rejected. If the gradient value lies in between the upper and lower thresholds, then the point is accepted if it is connected to a high value point. In other words, a chain does not stop until a point is reached that has a gradient value below the lower threshold.
Despite the accomplishments of prior edge extraction techniques, problems remain to be overcome in order to improve the edge extraction. One problem to be overcome to improve edge extraction is the over-identification of edges (i.e., the extraction of too many edges). For example, consider one white shirt on a black background. It may be desired to identify the white shirt as an image segment with a single edge around its boundary separating it from the black background segment. However, folds in the shirt may produce shadowed areas that may cause additional edges to be generated by the edge-detection routine. These extraneous edges may result in the creation of additional segments within the otherwise plain white shirt, or they may be superfluous in that they cannot be connected to enclose a segment.
SUMMARY OF THE INVENTION
One embodiment relates to an apparatus for image processing. The apparatus includes a candidate edge chain identifier for identifying candidate edge chains in an image being processed, means for calculating a dynamic chain-based threshold function that is dependent on at least one characteristic of the image being processed, and a threshold apphcator for applying the dynamic chain-based threshold function to the candidate edge chains. In one embodiment, the characteristic of the image being processed may be global in that it is determined from the overall image being processed. In another embodiment, local characteristics may be used.
A system may include an encoder or a decoder, both of which include the above apparatus. Another embodiment relates to a method for image processing. The method determines a dynamic chain-based threshold function that is dependent on at least one characteristic of the image being processed and applies the dynamic threshold to a candidate edge chain. BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a flow chart depicting a conventional edge-detection process. FIG. 2 is a flow chart depicting an edge-detection process using dynamic chain-based thresholding dependent on global characteristics of an image in accordance with an embodiment of the invention.
FIG. 3 is a flow chart depicting an edge-detection process using dynamic chain-based thresholding dependent on local characteristics of an image in accordance with an embodiment of the invention.
FIG. 4 is a diagram depicting a dynamic chain-based thresholding apparatus in accordance with an embodiment of the invention.
FIG. 5 is a diagram depicting a system in accordance with an embodiment of the invention.
DESCRIPTION OF THE SPECIFIC EMBODIMENTS One technique for dealing with the over-identification of edges relates to applying chain-based thresholding to the candidate edge chains. As the terminology is used in the present specification, chain-based thresholding differs from point-based thresholding. In point-based thresholding, a threshold function is applied to a point. In chain-based thresholding, a threshold function is applied to a chain of points. Chain-based thresholding finds undesired or extraneous chains so that they may be eliminated from consideration. Candidate edge chains that do not meet the threshold requirements (i.e., that do not pass the threshold function) would be removed from the set of identified edge chains. For example, those candidate edge chains that are particularly short may not pass the threshold function and so may be removed as extraneous.
Previous known techniques have used static threshold functions for chain- based thresholding. However, such static threshold functions may categorize too many or too few chains as extraneous chains, depending on the threshold chosen and the particular image being processed. In other words, a static threshold function for chain-based thresholding is likely to have difficulty working well across a wide range of images.
The present patent application describes the advantageous improvement of using automatic dynamic threshold functions for chain-based thresholding. Such dynamic threshold functions are dependent upon characteristics of the image being processed. In contrast, static threshold functions do not take into account characteristics of a given image. Alternatively, the thresholds may be selected by the human user for a particular image. In other words, dynamic chain-based thresholding automatically determines whether or not to retain a candidate edge chain depending, not only upon the characteristics of the chain in question, but also upon characteristics of the image in which the chain resides.
In accordance with one embodiment of the invention, the chain-based thresholding may be dependent on one or more dynamic globally-measured characteristics of the image. The dynamic globally-measured characteristic is one that is measured over an entire image frame or over substantially all of the image frame. For example, the dynamic globally-measured characteristic may be a measure of color variation in the image frame. The measure may be, for example, a mean or a median of color variation in the frame. In accordance with another embodiment of the invention, the chain-based thresholding may be dependent on one or more dynamic locally-scaled characteristics of the image. For example, the dynamic locally-scaled characteristic may be measured within a local neighborhood around points in the chain being thresholded. The characteristic may be, for example, related to the chain strength, and the local scaling may depend on the local extrema strength or density surrounding each point in the chain.
FIG. 1 is a flow chart depicting a conventional edge-detection process. The process 100 as depicted includes nine steps that are described below.
In a first step 102, parameters are set for a point-based threshold function. For example, the point-based threshold function may be a single-level threshold or a hysteresis- type threshold. In the case of a hysteresisrtype threshold, the parameters that are set may include values for the upper and lower threshold levels. Typically, the upper threshold level may be set to be two to three times the lower threshold level. In a second step 104, parameters are set for a chain-based threshold function. For example, the chain-based threshold function may be set to eliminate chains less than n points in length and/or be set to eliminate chains where the sum of the gradient values of its maxima is less than a certain threshhold. In this conventional process 100 depicted in FIG. 1, both the first and second steps 102 and 104 need only be performed once and may be done long before the other steps. This is because the point-based and chain-based threshold functions are both static threshold functions. Static threshold functions do not change from image to image. In other words, a static threshold function is independent of the image characteristics.
In a third step 106, the processing of an image begins by input of the image data. The image data typically comprises pixel color values. Pixel color values can be selected from any number of pixel color spaces. One color space in common use is known as the YUV color space, wherein a pixel color value is described by the triple (Y, U, V), where the Y component refers to a grayscale intensity or luminance, and U and V refer to two chrominance components. The YUV color space is commonly seen in television applications. Another common color space is referred to as the RGB color space, wherein R, G and B refer to the Red, Green and Blue color components, respectively. The RGB color space is commonly seen in computer graphics representations, along with CYMB (cyan, yellow, magenta and black) often used with computer printers.
In a fourth step 108, candidate edge points (also called "edgels") in the image are identified. This may be accomplished using various methods, such as gradient-type methods and second-order methods. For example, as described above, the Canny edge detection method identifies candidate edge points uses a gradient-type method and non- maxima suppression. In a fifth step 110, a point-based threshold may be applied to the candidate edge points. For example, the point-based threshold may be a single-level threshold or a hysteresis-type threshold. The Canny edge detection method uses a hysteresis-type threshold. In a sixth step 112, the candidate edge points that do not pass the point-based threshold are removed from the set of edge points.
In a seventh step 114, those edge points that passed the point-based threshold are linked to form candidate edge chains. This step involves grouping together edge points to form the edge chains. The linking may be accomplished, for example, by considering each edge point's relationship to neighboring edge points (local edge linking) or by consider all the edge points at once and grouping those edge points that match a similarity constraint such as scaring a same edge equation (global edge linking). In an eighth step 116, a chain-based threshold may be applied to the candidate edge chains. For example, the chain-based threshold may be a singl -level tlpesjiold based upon a chain's length. In a ninth step 118, the candidate edge chains that do not pass the chain-based threshold are removed from the set of edge chains. The result js the set of edge chains detected by the edge-detection process 100 for that image. After the ninth step 118, the process 100 loops back to the third step 106 and iip ge 4ata is input for a next image.
FIG. 2 is a flow chart depicting an edge-detection process using dynamic chain-based ψreshplding dependent on one or more global characteristics of an image in accordance wit . an embodiment of the invention. A globally-measured characteristic is one that is measured over an entire image frame or over substantially all of the image frame. The propess. 2QP as depicted includes ten steps that are described below. The first step 102 may be the same as in the conventional process 100. In this step 102, the parameters are set for a point-based threshold function. For example, the point- based threshold function may be a single-level threshold or a hysteresis-type threshold. However, the second step 104 from the conventional process 100 may be missing from this process 200. This is because the chain-based threshold function is dynamically determined based on one or more characteristic(s) of the image being processed, and so parameters for the chain-based threshold function cannot yet be set in this process 200.
The second 106, third 108, fourth 110, fifth 112, and sixth 114 steps in this process 200 may be the same as or similar to the corresponding steps (106, 108, 110, 112, and 114) in the conventional process 100. These steps involve inputting the image data (step 106), identifying candidate edge points in the image (step 108), applying the point-based threshold to the candidate edge points (step 110), removing those points that do not pass the point-based threshold (step 112), and linking the edge points to determine candidate edge chains (step 114). The other steps (202, 204, 206, and 208) in this process 200 are distinctive from the conventional process 100. These steps relate to the determination and application of a dynamic chain-based threshold that is dependent on one or more global characteristics of the image being processed.
In the first distinctive step 202, a calculation is made of one or more globally- measured characteristic(s) of the image being processed. This step 202 can be done subsequent to the image data input step 106. In accordance with one embodiment of the invention, a globally-measured characteristic may be a measure of color variation in the image frame. The measure may be, for example, a mean or a median of color variation in the frame. Color in an image may be represented for each pixel by the pixel's color values. In a monochromatic image, the pixel color value can be represented by a single number. More commonly, in polychromatic color images, a pixel's color value comprises three or four color components and the color value in a polychromatic color image can be thought of as a vector in a "color space" having as many dimensions as there are components to the color values. For example, the color values of an image might be representable as vectors in the YUV space. In the YUV color space, the Y component represents luminance, or intensity, and the U and V components represent chrominance. Typically, the Y component is often of greater magnitude than the U or V components. In accordance with embodiments of the present invention, the variation of each color component may be calculated globally over pixels, or edge points, or edge chains in a frame. The calculation may be of a mean or median value of the variation of the color component. The component variations may then be combined (by summation of squares) into a single global color variation mean or median value. The combination may weight the components differently. For example, in YUV space, the U and V components may be weighted more heavily (for example, four times more) than the Y component, in order to more strongly represent the contributions of the U and V components.
In the second distinctive step 204, the dynamic chain-based threshold is determined using the one or more global characteristic(s) calculated in the first distinctive step 202. In one embodiment, a frame- wide histogram of chain strengths is determined, where the chain strength is an integrated intensity (integration of gradient values) over edge points comprising the chain. The dynamic chain-based threshold may then be chosen as a percentage point on the histogram such that a percentage of the chains are below the threshold. The dynamic chain-based threshold may, for example, be linearly related to the measure of global color variation; for example, a fraction "a" of the measure of global color variation, where 0 < a < 1 ("a" is greater than zero and less than or equal to one). Hence, the lower the global color variation, the more significant chain strength measures become, and so a lower threshold results. On the other hand, the higher the global color variation the less significant chain strength measures become, and so a higher threshold results. Of course, other dependencies of the dynamic chain-based threshold on the global characteristic(s) may also be used.
In the third distinctive step 206, the dynamic chain-based threshold from the second distinctive step 204 is applied to the candidate edge chains. Note that this step 206 is dependent not only on the linking step 114, but also on the dynamic threshold determination step 204. In one example, the dynamic chain-based threshold may be a threshold based upon a chain's strength, where the threshold strength may depend on the calculated global characteristic(s) as described above. Chains of strength at or above the threshold strength may pass, while those of strength below the threshold strength may fail. Of course, besides a chain's strength, other features of a chain may be used as the basis for determination and application of a dynamic chain-based threshold. For example, a chain's length may be used, instead of a chain's strength. In the fourth distinctive step 208, those candidate edge chains are removed from the set of edge chains that do not pass the dynamic chain-based threshold applied in the third distinctive step 206. The result is the set of edge chains detected by this edge-detection process 200 for that image. After that step 208, the process 200 loops back to step 106 and image data is input for a next image.
FIG. 3 is a flow chart depicting an edge-detection process using dynamic chain-based thresholding dependent on one or more locally-measured characteristic(s) of an image in accordance with an embodiment of the invention. A locally-measured characteristic may be a characteristic that is measured within a local vicinity of edge points in the chain being thresholded.
The first step 102 may be the same as in the conventional process 100. In this step 102, the parameters are set for a point-based threshold function. For example, the point- based threshold function may be a single-level threshold or a hysteresis-type threshold. However, similarly as for the second process 200, the second step 104 from the conventional process 100 may be missing from this third process 300. This is because the chain-based threshold function is dynamically determined based on one or more characteristic(s) of the image being processed, and so parameters for the chain-based threshold function cannot yet be set in this process 300.
Similarly as for the second process 200, the second 106, third 108, fourth 110, fifth 112, and sixth 114 steps in this third process 300 may be the same as or similar to the corresponding steps (106, 108, 110, 112, and 114) in the conventional process 100. These steps involve inputting the image data (step 106), identifying candidate edge points in the image (step 108), applying the point-based threshold to the candidate edge points (step 110), removing those points that do not pass the point-based threshold (step 112), and linking the edge points to determine candidate edge chains (step 114).
The next two steps (302and 304) in this process 300 are distinctive from the conventional process 100. These steps relate to the determination and application of a dynamic chain-based threshold that is dependent on one or more local characteristics around points in the edge chain being considered. In the first distinctive step 302, a calculation is made of one or more locally- scaled characteristic(s) of the chain being considered. This calculation step 304 may be done on a per chain basis and may depend on the local environment around the points in the chain. In one embodiment, the locally-scaled characteristic may be the chain strength. For example, a gradient value at each edge point in the chain may be scaled based on the strength and/or density of local extrema in the vicinity of the point. In one specific embodiment, a neighborhood within a 15-pixel radius of an edge point is considered, though larger or smaller neighborhoods of varying shapes may also be considered. The greater the strength and/or density around an edge point, the less significant or important that edge point becomes, and so the more scaled down the value at the edge point becomes. In particular, a first point at one end of a chain may be surrounded with a higher extrema strength and/or density than a second point at another end of the chain is. In that case, the gradient value at the first point would be more substantially scaled down (and hence reduced in significance) in comparison to the gradient value at the second point. In one specific embodiment, the scaling function "F" for point "i" may be in accordance with Equation 1. Equation 1 breaks down the scaling function into two factors. The first factor, Fl(i), is related to local intensity (strength), and the second factor F2(i) is related to local density. The local intensity refers to the intensity of the extrema (either extrema points or chains) in (weighted) color intensity within the neighborhood. The local density refers to the density of the extrema (either extrema points or chains. Specific implementations of Fl(i) and F2(i) are given below as examples. The specific values in the equations below have been empirically chosen to obtain favorable visual results. Of course, other specific values may be used.
F(i) = Fl(i) x F2(I) (Eqn. 1)
Fl(i) = exp [2.5(mi/m.oc - 1.0)], if mi/m,oc > 1 (Eqn. 2A)
Fl(i) = mj/mioc, if m,/mιoc < 1 (Eqn. 2B)
F2(i) = (2/π) arctan[-fw(p- p0)] + 1, where p = pi/ ρg, and p0 = 0.02 x 2.2(2"s) (Eqn. 3)
In Equations 2A and 2B, m is the intensity of the edge pixel at location "i", and m]oc is the local average intensity around location i. In effect, the value of Fl(i) scales up exponentially for higher intensities (mj/m10c > 1) and scales down linearly for lower intensities (mj/mιoc < 1). In Equation 3, pi is the local density at location i, and pg is the global extrema density. The global density refers to the density of extrema (either extrema points or chains) in color intensities within the image as a whole. The variable po represents the critical density and may be visually and empirically determined. As indicated by Equation 3, when p < po, F2(i) > 1 and otherwise F2(i) < 1. "fw" represents a characteristic decay length of F2(i) with respect to density. F2 is exactly 1 at the reference density and no up-scaling or down-scaling occurs at this density. As the density deviates from the reference density, F2 also deviates from 1. fw is used to specify how fast F2 deviates from 1 as the density deviates from the reference density. A default setting of fw = 5 roughly means that we start to see the significant effect of density deviation when 5 * density deviation > 1. The variable s is a scale factor. For example, s may be 2, or 3, or 4. Of course, other values for s may also be used.
In the second distinctive step 304, a dynamic chain-based threshold may be determined using the locally-scaled characteristics described above. In one embodiment, a frame- wide histogram of chain strengths is determined, where the chain strength are the locally-scaled chain strengths. The dynamic chain-based threshold may then be chosen as a percentage point on the histogram such that a percentage of the chains are below the threshold.
The last two steps (206 and 208) are steps common with the second process 200. In the second-to-last step 206, the dynamic chain-based threshold is applied to the candidate edge chains. In the last step 208, those candidate edge chains are removed from the set of edge chains that do not pass the dynamic chain-based threshold applied in the second- to-last step 206. The result is the set of edge chains detected by this edge-detection process 300 for that image. After that step 208, the process 300 loops back to step 106 and image data is input for a next image.
In other embodiments, it may be useful to combine globally dynamic chain- based thresholding and locally dynamic chain-based thresholding in a single image processing technique. This may be accomplished by adding step 202 to the third process 300 and changing step 304 such that it determines the dynamic chain-based threshold using both global characteristic(s) and locally-scaled strengths.
FIG. 4 is a diagram depicting a dynamic chain-based thresholding apparatus 400 in accordance with an embodiment of the invention. The dynamic chain-based thresholder 400 receives image data. The image data is processed by a candidate edge identifier 402 that identifies candidate edge chains in an image. The data on candidate edge chain in the image is input into a dynamic chain-based threshold function calculator 404. The calculator 404 determines a dynamic chain-based threshold function that is dependent on at least one characteristic of the image being processed. Subsequently, a thresholder 406 receives both the dynamic chain-based threshold function and the data on candidate edge chains in the image. The threshold applicator 406 applies the dynamic chain-based threshold function to the candidate edge chains. The output of the thresholder 400 are the extracted edges from the image.
FIG. 5 is a diagram depicting a system 500 in accordance with an embodiment of the invention. The system 500 includes both an encoder 502 and a decoder 504. The encoder 502 may be, for example, incorporated into a video transmitting apparatus. Similarly, the decoder 504 may be incorporated into a video receiving apparatus operable in cooperation with the encoder 502. The encoder 502 may communicate video information by way of a communications channel suitable for transmission of digital data. As shown in FIG. 5, both the encoder 502 and the decoder 504 may include and utilize the dynamic chain-based thresholder 400. This is advantageous in that, if both encoder and decoder use the same thresholder 400 to extract edges from images, then less information about the image needs to be transmitted. This reduces the bandwidth required to transmit video images while maintaining a visual quality level.

Claims

What is claimed is: L A method for image processing, the method comprising: identifying candidate edge chains in an image being processed; determining a dynamic chain-based threshold function that is dependent on at least one characteristic of the image being processed; applying the dynamic chain-based threshold function to the candidate edge chains; and removing from a set of edge chains those candidate edge chains that fail to pass the dynamic chain-based threshold function.
2. The method of claim 1, wherein the at least one characteristic of the image comprises a global characteristic of the image.
3. The method of claim 2, wherein the at least one characteristic of the image comprises a plurality of characteristics of the image.
4. The method of claim 2, wherein the global characteristic comprises a global measure of color variation that is calculated over an image.
5. The method of claim 4, wherein the global measure comprises a mean measure of the color variation.
6. The method of claim 4, wherein the global measure comprises a median measure of the color variation.
7. The method of claim 4, wherein the global measure is calculated over the candidate edge chains within the image.
8. The method of claim 2, wherein the dynamic chain-based threshold function comprises a linear function of the global characteristic.
9. The method of claim 1, wherein the at least one characteristic of the image comprises a local characteristic of neighborhoods surrounding points in the candidate edge chains.
10. The method of claim 9, wherein the local characteristic is used to scale a function of the candidate edge chains.
11. The method of claim 10, wherein the function comprises an integrated gradient value over edge points in each candidate edge chain.
12. The method of claim 10, wherein the local characteristic used to scale the function comprises an extrema intensity.
13. The method of claim 10, wherein the local characteristic used to scale the function comprises an extrema density.
14. An apparatus for image processing, the apparatus comprising: a candidate edge chain identifier for identifying candidate edge chains in an image being processed; means for determining a dynamic chain-based threshold function that is dependent on at least one characteristic of the image being processed; and a threshold applicator for applying the dynamic chain-based threshold function to the candidate edge chains.
15. The apparatus of claim 14, wherein the at least one characteristic of the image comprises a global characteristic of the image.
16. The apparatus of claim 14, wherein the at least one characteristic of the image comprises a local characteristic of the image.
17. The apparatus of claim 14, wherein the apparatus comprises a video encoder.
18. The apparatus of claim 17, wherein the video encoder is configured to operate cooperatively with a video decoder, and wherein the video decoder also comprises the edge identifier, the means for determining, and the thresholder.
19. The apparatus of claim 14, wherein the apparatus comprises a video decoder.
20. A method for processing an image, the method comprises: determining a dynamic chain-based threshold function that is dependent on at least one characteristic of the image being processed; and applying the dynamic chain-based threshold function to a candidate edge chain.
21. A system for image processing, the system comprising: an encoder that includes a candidate edge chain identifier for identifying candidate edge chains in an image being processed, means for calculating a dynamic chain- based threshold function that is dependent on at least one characteristic of the image being processed, and a threshold applicator for applying the dynamic chain-based threshold function to the candidate edge chains; and a decoder configured to operate in cooperation with the encoder, wherein the decoder also includes the candidate edge chain, the means for, and the threshold applicator.
PCT/US2002/006255 2001-02-28 2002-02-28 Dynamic chain-based thresholding Ceased WO2002069262A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2002568306A JP2004523839A (en) 2001-02-28 2002-02-28 Dynamic chain-based thresholding
EP02721217A EP1368787A1 (en) 2001-02-28 2002-02-28 Dynamic chain-based thresholding

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US27233201P 2001-02-28 2001-02-28
US60/272,332 2001-02-28

Publications (1)

Publication Number Publication Date
WO2002069262A1 true WO2002069262A1 (en) 2002-09-06

Family

ID=23039335

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2002/006255 Ceased WO2002069262A1 (en) 2001-02-28 2002-02-28 Dynamic chain-based thresholding

Country Status (5)

Country Link
US (2) US7133564B2 (en)
EP (1) EP1368787A1 (en)
JP (1) JP2004523839A (en)
TW (1) TW567445B (en)
WO (1) WO2002069262A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7873214B2 (en) 2007-04-30 2011-01-18 Hewlett-Packard Development Company, L.P. Unsupervised color image segmentation by dynamic color gradient thresholding

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7680859B2 (en) * 2001-12-21 2010-03-16 Location Inc. Group Corporation a Massachusetts corporation Method for analyzing demographic data
US7069108B2 (en) 2002-12-10 2006-06-27 Jostens, Inc. Automated engraving of a customized jewelry item
US8085266B2 (en) * 2004-04-19 2011-12-27 Jostens, Inc. System and method for smoothing three dimensional images
US7545979B2 (en) * 2005-04-12 2009-06-09 General Electric Company Method and system for automatically segmenting organs from three dimensional computed tomography images
EP2109800A1 (en) 2007-01-18 2009-10-21 Jostens, Inc. System and method for generating instructions for customization
US8126683B2 (en) 2007-03-12 2012-02-28 Jostens, Inc. System and method for embellishment placement
US8977377B2 (en) * 2010-02-25 2015-03-10 Jostens, Inc. Method for digital manufacturing of jewelry items
JP5683888B2 (en) * 2010-09-29 2015-03-11 オリンパス株式会社 Image processing apparatus, image processing method, and image processing program
US9208265B2 (en) 2011-12-02 2015-12-08 Jostens, Inc. System and method for jewelry design
JP2014056415A (en) * 2012-09-12 2014-03-27 Nec Corp Image collation system, image collation method, and program
US9582615B2 (en) 2013-01-16 2017-02-28 Jostens, Inc. Modeling using thin plate spline technology
USD789228S1 (en) 2013-11-25 2017-06-13 Jostens, Inc. Bezel for a ring
CN111339987B (en) * 2020-03-09 2020-09-08 北京奥康达体育产业股份有限公司 Body-building data supervisory systems based on cloud calculates

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6094508A (en) 1997-12-08 2000-07-25 Intel Corporation Perceptual thresholding for gradient-based local edge detection

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5592228A (en) * 1993-03-04 1997-01-07 Kabushiki Kaisha Toshiba Video encoder using global motion estimation and polygonal patch motion estimation
EP0706155A4 (en) * 1994-04-22 1997-06-11 Sony Corp METHODS AND APPARATUS FOR ENCODING / DECODING IMAGE SIGNALS
JP3562661B2 (en) * 1994-12-12 2004-09-08 ソニー株式会社 Image signal encoding method and image signal decoding method
US6037988A (en) * 1996-03-22 2000-03-14 Microsoft Corp Method for generating sprites for object-based coding sytems using masks and rounding average
US5870502A (en) * 1996-04-08 1999-02-09 The Trustees Of Columbia University In The City Of New York System and method for a multiresolution transform of digital image information
JP3031613B2 (en) * 1996-11-12 2000-04-10 株式会社つくばソフト研究所 Color / shade image input / output device and input / output method
KR100698334B1 (en) 1999-06-11 2007-03-23 알테라 코포레이션 Digital image segmentation method and apparatus

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6094508A (en) 1997-12-08 2000-07-25 Intel Corporation Perceptual thresholding for gradient-based local edge detection

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
A. D. BRINK: "Edge-based dynamic thresholding of digital images", COMMUNICATIONS AND SIGNAL PROCESSING, COMSIG 1991, Pretoria South Africa, pages 63, XP000926357 *
WEI LI; FRANÇOIS-XAVIER MATEO: "Segmentation Based Coding of Motion Compensated Prediction Error Images", ACOUSTIC, SPEECH AND SIGNAL PROCESSING 1993, vol. 5, 27 April 1993 (1993-04-27) - 30 April 1993 (1993-04-30), pages 357 - 360, XP000926358 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7873214B2 (en) 2007-04-30 2011-01-18 Hewlett-Packard Development Company, L.P. Unsupervised color image segmentation by dynamic color gradient thresholding

Also Published As

Publication number Publication date
US7133564B2 (en) 2006-11-07
EP1368787A1 (en) 2003-12-10
US20020159638A1 (en) 2002-10-31
TW567445B (en) 2003-12-21
US6947605B2 (en) 2005-09-20
US20020150296A1 (en) 2002-10-17
JP2004523839A (en) 2004-08-05

Similar Documents

Publication Publication Date Title
US7324701B2 (en) Image noise reduction
US6778698B1 (en) Method and apparatus for digital image segmentation
US7133564B2 (en) Dynamic chain-based thresholding using global characteristics
EP1190387B1 (en) Method for digital image segmentation
EP2339533B1 (en) Saliency based video contrast enhancement method
US20100008576A1 (en) System and method for segmentation of an image into tuned multi-scaled regions
US6987882B2 (en) Separation system for Multiple Raster Content (MRC) representation of documents
EP1380992B1 (en) Segmentation method and system for multiple raster content (MRC) representation of documents
CN111415363A (en) Image edge identification method
US20070110319A1 (en) Image processor, method, and program
JP2002503840A (en) A new perceptual threshold determination for gradient-based local contour detection
US6859204B2 (en) Dynamic threshold system for multiple raster content (MRC) representation of documents
US20060104535A1 (en) Method and apparatus for removing false edges from a segmented image
CN103793902A (en) Casts identification method and device, and urine analyzer
US20040228522A1 (en) Color image processing method and apparatus
KR102010086B1 (en) Method and apparatus for phase segmentation of microstructure
KR20180064028A (en) Method and apparatus of image processing
EP1865443A2 (en) Facial feature detection method and device
Al-Zahrani et al. SAR images segmentation using edge information
CN119863376A (en) Image processing method based on self-adaptive weight multi-image fusion algorithm
Hamza et al. Comparative between local thresholding and adaptative thresholding concepts in image processing using Matlab
Park et al. AEMSER Using Adaptive Threshold Of Canny Operator To Extract Scene Text
CN118799348A (en) Hue and grayscale edge detection method and system based on adaptive fusion method
CN121236353A (en) Methods, apparatus and electronic equipment for target detection
Zamperoni Model-based selective image enhancement by means of adaptive rank order filtering

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 2002568306

Country of ref document: JP

Ref document number: 1020037011331

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 2002721217

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2002721217

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWR Wipo information: refused in national office

Ref document number: 1020037011331

Country of ref document: KR

WWW Wipo information: withdrawn in national office

Ref document number: 1020037011331

Country of ref document: KR