US20050008248A1 - Method and filtering system for filtering edge directions - Google Patents

Method and filtering system for filtering edge directions Download PDF

Info

Publication number
US20050008248A1
US20050008248A1 US10/913,663 US91366304A US2005008248A1 US 20050008248 A1 US20050008248 A1 US 20050008248A1 US 91366304 A US91366304 A US 91366304A US 2005008248 A1 US2005008248 A1 US 2005008248A1
Authority
US
United States
Prior art keywords
edge
edge direction
neighboring
current
directions
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/913,663
Inventor
Xianglin Wang
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.)
Samsung Electronics Co Ltd
Original Assignee
Samsung Electronics 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 Samsung Electronics Co Ltd filed Critical Samsung Electronics Co Ltd
Priority to US10/913,663 priority Critical patent/US20050008248A1/en
Publication of US20050008248A1 publication Critical patent/US20050008248A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N7/00Television systems
    • H04N7/01Conversion of standards, e.g. involving analogue television standards or digital television standards processed at pixel level
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/20Image enhancement or restoration by the use of local operators
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image
    • G06T3/40Scaling the whole image or part thereof
    • G06T3/403Edge-driven scaling
    • G06T5/70
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/13Edge detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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

Definitions

  • the present invention relates to a method and a filtering system for filtering edge directions in an edge orientation map detected from an interlaced or non-interlaced scan.
  • the filtered edge directions can then be used in an image interpolation process to preserve the smoothness of the edges in the interpolated image.
  • edge direction the meaning of the term “edge direction” can be seen. Along the edge direction, pixels' luminance values remain constant or change gradually, however, across the edge direction, pixels' luminance values change sharply.
  • Image interpolation is usually performed in both image de-interlacing and image scaling applications. There are various kinds of methods used for image interpolation. With most methods, one common problem is the degradation of edges such as the effects of serrate lines associated with the interpolated image. To overcome this problem, it is desirable to find edge directions in the image and to do image interpolation along those directions so that the smoothness of the edges can be preserved.
  • edge detection There have been a large number of methods published on edge detection, including edge location detection and edge direction detection. However, most edge detection methods are sensitive to image noise. In addition, the neighborhood of a given pixel in an image can have numerous cases for an edge detection method to process. As a result, it is common, if not inevitable, for an edge detection system to provide a certain percentage of false edge locations or wrong edge directions.
  • the accuracy of the edge directions serves a crucial role when the directions are used in image applications such as de-interlacing or scaling.
  • the edge direction may be detected at the position of each pixel to be interpolated. Then for edge pixels, interpolation can be performed along the edge directions to preserve the smoothness of the edges in the interpolated image.
  • image scaling can be applied to image scaling as well.
  • a detected edge is false or if the edge direction is not correct, obvious error may be introduced into the interpolated image. Therefore, when edge directions are utilized in these kinds of applications, false edges or edges with wrong directions must be excluded before the edge information is used.
  • the filtering method should keep accurate edge directions and filter out false edges or edges with wrong directions.
  • a direction length filter is provided for performing a direction length filtering process.
  • the direction length filter is used to filter the edge direction along the direction indicated by the edge direction. Along the current direction, neighboring edge directions are checked to see whether their orientations are similar to the current direction being checked. If the neighboring directions have very different orientations from the current direction, the current direction is filtered out. The assumption for this filtering is that a valid edge direction should be able to be extended and should therefore have a certain minimum length.
  • a direction width filter for performing a direction width filtering process may also be provided.
  • the width of a direction in an edge orientation map is defined as the number of consecutive neighboring positions along the horizontal direction where the edge directions are close to the current one.
  • the direction width filter is used to filter out edge directions in the edge orientation map that are too thin. If along the horizontal direction there are a certain minimum number of consecutive neighboring edge directions that have similar orientations to the current one, then the current direction is kept. Otherwise, the current direction is filtered out.
  • a direction smoother for performing a direction smoothing process may-also be provided.
  • the direction smoother is basically a low pass filter.
  • the filter can smooth the changing of neighboring edge directions. This process is found to be effective in improving the visual quality of an image that is interpolated based on edge directions.
  • a method for filtering an edge direction includes steps of: in a given row in an edge orientation map, selecting a given pixel having an edge direction; finding neighboring upper pixels having neighboring upper edge directions for the given pixel by traversing along the edge direction of the given pixel from the given pixel to a neighboring upper row of the edge orientation map; finding neighboring lower pixels having neighboring lower edge directions for the given pixel by traversing along the edge direction of the given pixel from the given pixel to a neighboring lower row of the edge orientation map; determining whether the edge direction of the given pixel can be extended to the neighboring upper row by checking an orientation similarity between the edge direction of the given pixel and the neighboring upper edge directions; determining whether the edge direction of the given pixel can be extended to the neighboring lower row by checking an orientation similarity between the edge direction of the given pixel and the neighboring lower edge directions; if the edge direction of the given pixel can be extended to both the neighboring
  • the step of checking the orientation similarity between the edge direction of the given pixel and the neighboring upper edge directions includes:
  • the method includes:
  • edge direction of the given pixel if the edge direction of the given pixel is within a threshold value from two horizontally neighboring directions in the given row, then a final conclusion is made that the edge direction of the given pixel is valid.
  • the method includes: checking a width of the edge direction of the given pixel by determining an orientation similarity between the edge direction of the given pixel and two horizontally neighboring directions in the given row.
  • the edge direction of the given pixel (x,y) is represented by d(x,y); and the step of checking the width of the edge direction of the given pixel includes using equations: max(
  • T 2 is a threshold value chosen to be greater than zero and small enough to verify correlations of neighboring edge directions, but not small enough such that slightly different directions will remain.
  • the method includes: performing a filtering process to smooth a transition between neighboring edge directions.
  • d S (x,y) is a filtered output direction.
  • an edge direction filtering system including: a direction length filter for extending a current edge direction to neighboring upper rows and to neighboring lower rows in an edge orientation map.
  • the direction length filter is for checking an orientation similarity between the current edge direction and neighboring edge directions located along the current edge direction.
  • the direction length filter indicates that the current edge direction is valid if the current edge direction can be extended to a certain number of neighboring rows in the edge orientation map.
  • a direction width filter for filtering the current edge direction along a horizontal direction.
  • the direction width filter is for checking an orientation similarity between the current edge direction and neighboring edge directions on a row with the current edge direction in an edge orientation map.
  • the direction width filter indicates that the current edge direction is valid if a certain number of consecutive ones of the neighboring edge directions on the row with the current edge direction have a similar orientation to the current edge direction.
  • a low pass filter is provided for smoothing transitions between horizontally neighboring edge directions of the edge orientation map.
  • FIG. 1 is a diagram provided for explaining the definition of an edge direction
  • FIG. 2 is a block diagram of a first embodiment of the invention that includes a direction length filter
  • FIG. 3 is a block diagram of a second embodiment of the invention that includes a direction length filter and a direction width filter;
  • FIG. 4 is a block diagram of a third embodiment of the invention that includes a direction length filter, a direction width filter, and a direction smoother;
  • FIG. 5 is a diagram showing the locations for edge detection in an image de-interlacing application
  • FIG. 6 is a diagram showing the locations for edge detection in an image scaling application
  • FIG. 7 is a diagram for illustrating a numbering method for indicating directions with different orientations
  • FIG. 8 is a diagram showing an example of the direction filtering process
  • FIG. 9 is a flowchart of the chkup process used to determine whether a direction can be extended to its immediate upper row in an edge orientation map
  • FIG. 10 is a flowchart of the chkdn process used to determine whether a direction can be extended to its immediate lower row in an edge orientation map
  • FIG. 11 is a flowchart of the flowchart of chkup2 process used to determine whether a direction can be extended to the two rows above it in an edge orientation map;
  • FIG. 12 is a flowchart of the chkcln2 process used to determine whether a direction can be extended to the two rows below it in an edge orientation map;
  • FIG. 13 is a flowchart of the direction length filtering process
  • FIG. 14 is a flowchart of the direction width filtering process.
  • ⁇ d(.,.) ⁇ denotes an edge direction detected in an image produced by an interlaced or non-interlaced scan operation.
  • the edge directions are detected at the position of each pixel that will be interpolated. This case is shown in FIG. 5 where d(n,m) denotes the direction at the position of pixel (n,m).
  • the black/pixels are the ones available in the current field and the white pixels are the ones that will be interpolated. Based on the edge direction at the position of each white pixel, interpolation is performed along that direction. For each field of video, all of the edge directions represented by ⁇ d(.,.) ⁇ constitute an edge orientation map.
  • edge directions can be detected between neighboring rows as shown at each location marked with an “ ⁇ ” in FIG. 6 . All of the directions detected constitute an edge orientation map. For an arbitrary position that will be interpolated, the edge direction at that location can be obtained by interpolating in the edge orientation map. Based on that direction, the image interpolation is accordingly performed.
  • edge direction filtering is important so that wrong or inaccurate directions can be removed from the edge orientation map before the map is used for interpolation.
  • the edge orientation map is represented by assigning a different value to each direction with a different orientation. Neighboring directions have neighboring values.
  • the direction numbering method is shown in FIG. 7 .
  • the vertical direction is assigned a value of zero.
  • For a non-vertical direction its value is associated with the number of pixels shifted from the vertical direction on the upper row or lower row of the current pixel.
  • the direction connecting pixel (n+1,m ⁇ 1) and pixel (n ⁇ 1,m+1) is assigned a value of 1.
  • the direction connecting pixel (n ⁇ 1,m ⁇ 1) and pixel (n+1,m+1) is assigned a value of ⁇ 1.
  • the direction connecting pixel (n+1,m ⁇ i) and pixel (n ⁇ 1,m+i) is assigned a value of i.
  • i can take both positive and negative values.
  • interpolation may be performed along the vertical direction. Therefore, the vertical direction can be considered as a default interpolation direction.
  • the first embodiment of the invention only consists of a Direction Length Filter 1 that performs a direction length filtering process.
  • the assumption underlying the direction length filtering is that there should be some consistency between the current direction and its neighboring directions along the edge, i.e., a valid edge should have a certain length along its own direction. If the length is too short, it's likely that this edge may belong to some local tricky areas of the image and the detected direction of the edge may not be reliable. In this case, it's safer not to use this edge direction for interpolation. Meanwhile, the human visual system tends to be less sensitive to edge degradation in such tricky areas, so it's reasonable to simply use vertical interpolation in those areas.
  • the length requirement for a valid edge is defined as: being able to extend the edge along at least three rows in the edge orientation map.
  • d(x,y) is the edge direction value at the position of pixel (x,y).
  • the current pixel is denoted as “A”.
  • d A 1.
  • the neighboring directions in the edge orientation map are located at “B” and “C”.
  • f l (n,m) is the direction located to the left of f(n,m) and f r (n,m) is the direction located to the right of f(n,m).
  • two direction checking functions can be defined. One of them is used for checking direction consistency on the immediate upper row relative to the current position in the edge orientation map. The other is used for checking direction consistency on the immediate lower row relative to the current position in the edge orientation map.
  • the two checking functions are named as chkup(x,y) and chkdn(x,y) respectively.
  • the flowchart of this checking process is shown in FIG. 9 .
  • T 1 is a threshold value that is greater than zero. When T 1 takes a small value, it requires that the neighboring edge directions shown in (7), (8) or (9) have very similar orientations to each other. If T 1 equals zero, it requires that the neighboring edge directions have exactly the same orientation. The value of T 1 should be chosen in a way such that it's small enough to verify correlations of neighboring edge directions, but not too small to allow slightly different directions to remain.
  • the flowchart of this checking process is shown in FIG. 10 .
  • the checking function used in this case is named as chkup2(x,y). This function takes a value of one if any of the following three cases shown in (15) ⁇ (17) is true:
  • d ( x,y ) ⁇ f ( x,y ) ⁇ T 1 and chkup ( x ⁇ 2, c u ( x,y )) 1 (15)
  • ⁇ T 1 and chkup ( x ⁇ 2, c u ( x,y ) ⁇ 1) 1 (16)
  • ⁇ T 1 and chkup ( x ⁇ 2, c u ( x,y )+1) 1 (17).
  • the flowchart of this checking process is shown in FIG. 11 .
  • chkup2(x,y) takes a value of one, it means that the direction d(x,y) can be extended to both the row x-2 and x-4. Therefore, d(x,y) also meets the edge length requirement in this case.
  • T 1 1
  • the flowchart of this checking process is shown in FIG. 12 .
  • the chkdn2(x,y) function can be expressed as in (22).
  • chkdn2 ⁇ ⁇ ( x , y ) ⁇ 1 ⁇ if ⁇ ⁇ any ⁇ ⁇ of ⁇ ⁇ ( 19 ) , ( 20 ) , or ⁇ ⁇ ( 21 ) ⁇ ⁇ is ⁇ ⁇ true 0 ⁇ otherwise . ( 22 )
  • the direction d(x,y) is said to meet the direction length requirement.
  • the direction length filtering result on ⁇ d(.,.) ⁇ is ⁇ d L (.,.) ⁇
  • the flow chart of the direction length filtering process is, shown in FIG. 13 .
  • Direction Length Filter 1 is highly efficient in removing false edge directions by exploiting the correlation among neighboring directions along edge.
  • FIG. 3 shows a second embodiment of the invention that includes not only the Direction Length Filter 1 , but also a Direction Width Filter 2 .
  • a direction width filtering process is performed.
  • the assumption underlying the direction width filtering is that an edge direction should have a certain width along the horizontal direction.
  • the width requirement for a valid edge is defined as: an edge having a width of three pixels or wider, i.e. the direction should have at least two neighboring directions in the same row with a similar orientation.
  • the width requirement for the position of pixel (n,m) can be expressed as the following three cases: max(
  • T 2 is a threshold value greater than zero. When T 2 takes a small value, it requires that neighboring edge directions shown in (26), (27) or (28) should have very similar orientations to each other. If T 2 equals to zero, it requires that neighboring edge directions have exactly the same orientation. The value of T 2 should be chosen in a way that it's small enough to verify correlations of neighboring edge directions, but not too small to allow slightly different directions to remain.
  • condition (26) requires that “A”, “A l ” and “A r ” have similar edge directions.
  • condition ( 27 ) requires that “A”, “A l ” and “A ll ” have similar edge directions.
  • Condition (28) requires that “A”, “A r ” and “A rr ” have similar edge directions.
  • the Direction Width Filter 2 Similar to Direction Length Filter 1 , the Direction Width Filter 2 also utilizes the correlation among neighboring directions, but it does this along the horizontal direction instead of the edge direction. When the Direction Width Filter 2 is combined with the Direction Length Filter 1 in a system, it further improves the system's capability to filter out false edge directions in an edge orientation map.
  • FIG. 4 shows a third embodiment of this invention that includes both the Direction Length Filter 1 and the Direction Width Filter 2 , and in addition, a Direction Smoother 3 .
  • the Direction Length Filter 1 and the Direction Width Filter 2 serve to effectively remove false edge directions from an edge orientation map.
  • the functionality of the Direction Smoother 3 is to smooth the transition of neighboring edge directions.
  • the Direction Smoother 3 is basically a 3-tap low pass filter. Assume the direction smoothing result on ⁇ d(.,.) ⁇ is ⁇ d S (.,.) ⁇ .

Landscapes

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

Abstract

A filtering method and filtering system is applied to an edge orientation map obtained from an edge direction detection system in order to keep accurate edge directions and filter out false edges or edges with wrong directions. If an edge direction does not have a certain minimum length, then that direction is filtered out and a default direction is provided. Additional assurances can be obtained by insuring that the edge direction has a certain minimum width. If an edge direction does not have the minimum width, then that edge direction is filtered out and the default direction is provided. A direction smoother can be applied to the directions in the edge orientation map to smooth the changing of neighboring edge directions. This process is found to be effective in improving the visual quality of an image that is interpolated based on edge directions.

Description

    BACKGROUND OF THE INVENTION
  • Field of the Invention
  • The present invention relates to a method and a filtering system for filtering edge directions in an edge orientation map detected from an interlaced or non-interlaced scan. The filtered edge directions can then be used in an image interpolation process to preserve the smoothness of the edges in the interpolated image.
  • Referring to FIG. 1, the meaning of the term “edge direction” can be seen. Along the edge direction, pixels' luminance values remain constant or change gradually, however, across the edge direction, pixels' luminance values change sharply.
  • Image interpolation is usually performed in both image de-interlacing and image scaling applications. There are various kinds of methods used for image interpolation. With most methods, one common problem is the degradation of edges such as the effects of serrate lines associated with the interpolated image. To overcome this problem, it is desirable to find edge directions in the image and to do image interpolation along those directions so that the smoothness of the edges can be preserved.
  • There have been a large number of methods published on edge detection, including edge location detection and edge direction detection. However, most edge detection methods are sensitive to image noise. In addition, the neighborhood of a given pixel in an image can have numerous cases for an edge detection method to process. As a result, it is common, if not inevitable, for an edge detection system to provide a certain percentage of false edge locations or wrong edge directions.
  • Meanwhile, the accuracy of the edge directions serves a crucial role when the directions are used in image applications such as de-interlacing or scaling. In edge direction based image de-interlacing, the edge direction may be detected at the position of each pixel to be interpolated. Then for edge pixels, interpolation can be performed along the edge directions to preserve the smoothness of the edges in the interpolated image. The same idea can be applied to image scaling as well. However, in these applications if a detected edge is false or if the edge direction is not correct, obvious error may be introduced into the interpolated image. Therefore, when edge directions are utilized in these kinds of applications, false edges or edges with wrong directions must be excluded before the edge information is used.
  • SUMMARY OF THE INVENTION
  • It is accordingly an object of the invention to provide a method and a filtering system for filtering edge directions, which overcome the above-mentioned disadvantages of the prior art methods and apparatus of this general type.
  • In particular, it is an object of the invention to provide a filtering method that can be applied to an edge orientation map obtained from an edge direction detection system. The filtering method should keep accurate edge directions and filter out false edges or edges with wrong directions.
  • To accomplish the object of the invention, a direction length filter is provided for performing a direction length filtering process. The direction length filter is used to filter the edge direction along the direction indicated by the edge direction. Along the current direction, neighboring edge directions are checked to see whether their orientations are similar to the current direction being checked. If the neighboring directions have very different orientations from the current direction, the current direction is filtered out. The assumption for this filtering is that a valid edge direction should be able to be extended and should therefore have a certain minimum length.
  • A direction width filter for performing a direction width filtering process may also be provided. The width of a direction in an edge orientation map is defined as the number of consecutive neighboring positions along the horizontal direction where the edge directions are close to the current one. The direction width filter is used to filter out edge directions in the edge orientation map that are too thin. If along the horizontal direction there are a certain minimum number of consecutive neighboring edge directions that have similar orientations to the current one, then the current direction is kept. Otherwise, the current direction is filtered out.
  • A direction smoother for performing a direction smoothing process may-also be provided. The direction smoother is basically a low pass filter. When the direction smoother is applied to directions in an edge orientation map, the filter can smooth the changing of neighboring edge directions. This process is found to be effective in improving the visual quality of an image that is interpolated based on edge directions.
  • With the foregoing and other objects in view there is provided, in accordance with the invention, a method for filtering an edge direction. The method includes steps of: in a given row in an edge orientation map, selecting a given pixel having an edge direction; finding neighboring upper pixels having neighboring upper edge directions for the given pixel by traversing along the edge direction of the given pixel from the given pixel to a neighboring upper row of the edge orientation map; finding neighboring lower pixels having neighboring lower edge directions for the given pixel by traversing along the edge direction of the given pixel from the given pixel to a neighboring lower row of the edge orientation map; determining whether the edge direction of the given pixel can be extended to the neighboring upper row by checking an orientation similarity between the edge direction of the given pixel and the neighboring upper edge directions; determining whether the edge direction of the given pixel can be extended to the neighboring lower row by checking an orientation similarity between the edge direction of the given pixel and the neighboring lower edge directions; if the edge direction of the given pixel can be extended to both the neighboring upper row and the neighboring lower row, then assuming that the edge direction of the given pixel is valid; if the edge direction of the given pixel cannot be extended to the neighboring lower row, but the edge direction of the given pixel can be extended to one of the neighboring upper pixels, and a neighboring upper edge direction at the one of the neighboring upper pixels can be extended to a further neighboring upper row of the edge orientation map, then assuming that the edge direction of the given pixel is valid; if the edge direction of the given pixel cannot be extended to the neighboring upper row, but the edge direction of the given pixel can be extended to one of the neighboring lower pixels, and a neighboring lower edge direction at the one of the neighboring lower pixels can be extended to a further neighboring lower row of the edge orientation map, then assuming that the edge direction of the given pixel is valid; and otherwise, assuming that the edge direction of the given pixel is not valid.
  • In accordance with an added feature of the invention, the edge direction of the given pixel (x,y) is represented by d(x,y), and the step of finding the neighboring upper pixels includes using equations:
    f(x,y)=d(x−2,c u(x,y))
    f l(x,y)=d(x−2,c u(x,y)−1), and
    f r(x,y)=d(x−2,c u(x,y)+1), where cu(x,y)=y+d(x,y)*2.
    In addition, the step of finding the neighboring lower pixels includes using equations:
    g(x,y)=d(x+2,c d(x,y))
    g l(x,y)=d(x+2,c d(x,y)−1), and
    g r(x,y)=d(x+2,c u(x,y)+1), where cu(x,y)=y−d(x,y)*2.
  • In accordance with an additional feature of the invention, the step of checking the orientation similarity between the edge direction of the given pixel and the neighboring upper edge directions includes:
      • a) defining a checking function chkup(x,y) as follows: chkup ( x , y ) = { 1 if d ( x , y ) - f ( x , y ) T 1 or       d ( x , y ) - f l ( x , y ) T 1 or       d ( x , y ) - f r ( x , y ) T 1 0 otherwise
      • b) concluding that the edge direction of the given pixel can be extended to the neighboring upper row if chkup(x,y) equals one; and
        the step of checking the orientation similarity between the edge direction of the given pixel and the neighboring lower edge directions includes:
      • a) defining a checking function chkdn(x,y) as follows: chkdn ( x , y ) = { 1 if d ( x , y ) - g ( x , y ) T 1 or       d ( x , y ) - g l ( x , y ) T 1 or       d ( x , y ) - g r ( x , y ) T 1 0 otherwise
      • b) concluding that the edge direction of the given pixel can be extended to the neighboring lower row if chkdn(x,y) equals one.
        Here, T1 is a threshold value chosen to be greater than zero and small enough to verify correlations of neighboring edge directions, but not small enough such that slightly different directions will remain.
  • In accordance with another feature of the invention, the method includes:
    • defining a checking function chkup2(x,y) as: chkup2 ( x , y ) = ( 1 if ( d ( x , y ) - f ( x , y ) T 1 and chkup ( x - 2 , c u ( x , y ) ) = 1 ) or        ( d ( x , y ) - f l ( x , y ) T 1 and chkup ( x - 2 , c u ( x , y ) - 1 ) = 1 ) or        ( d ( x , y ) - f r ( x , y ) T 1 and chkup ( x - 2 , c u ( x , y ) + 1 ) = 1 ) 0 otherwise
    • defining a checking function chkdn2(x,y) as: chkdn2 ( x , y ) = ( 1 if ( d ( x , y ) - g ( x , y ) T 1 and chkdn ( x + 2 , c d ( x , y ) ) = 1 ) or        ( d ( x , y ) - g l ( x , y ) T 1 and chkdn ( x + 2 , c d ( x , y ) - 1 ) = 1 ) or        ( d ( x , y ) - g r ( x , y ) T 1 and chkdn ( x + 2 , c d ( x , y ) + 1 ) = 1 ) 0 otherwise
      if the checking function chkup2(x,y) takes a value of one, concluding that the neighboring upper edge direction at the one of the neighboring upper pixels can be extended to the further neighboring upper row of the edge orientation map; and if the checking function chkdn2(x,y) takes a value of one, concluding that the neighboring lower edge direction at the one of the neighboring lower pixels can be extended to the further neighboring lower row of the edge orientation map.
  • In accordance with a further feature of the invention, if the edge direction of the given pixel is within a threshold value from two horizontally neighboring directions in the given row, then a final conclusion is made that the edge direction of the given pixel is valid.
  • In accordance with a further added feature of the invention, the method includes: checking a width of the edge direction of the given pixel by determining an orientation similarity between the edge direction of the given pixel and two horizontally neighboring directions in the given row.
  • In accordance with a further additional feature of the invention, the edge direction of the given pixel (x,y) is represented by d(x,y); and the step of checking the width of the edge direction of the given pixel includes using equations:
    max(|d(x,y)−d(x,y−1)|,|d(x,y+1)−d(x,y)|)≦T 2,
    max(|d(x,y)−d(x,y−1)|,|d(x,y−1)−d(x,y−2)|)≦T 2, and
    max(|d(x,y+1)−d(x,y)|,|d(x,y+2)−d(x,y+1)|≦T 2.
    Here, T2 is a threshold value chosen to be greater than zero and small enough to verify correlations of neighboring edge directions, but not small enough such that slightly different directions will remain.
  • In accordance with yet an added feature of the invention, the method includes: performing a filtering process to smooth a transition between neighboring edge directions.
  • In accordance with yet an additional feature of the invention, the method includes: using a three-tap filter for the filtering process; and implementing the three-tap filter using equation: dS(x,y)=(d(x,y−1)+2*d(x,y)+d(x,y+1))/4. Here, dS(x,y) is a filtered output direction.
  • With the foregoing and other objects in view there is also provided, in accordance with the invention, an edge direction filtering system including: a direction length filter for extending a current edge direction to neighboring upper rows and to neighboring lower rows in an edge orientation map. The direction length filter is for checking an orientation similarity between the current edge direction and neighboring edge directions located along the current edge direction. The direction length filter indicates that the current edge direction is valid if the current edge direction can be extended to a certain number of neighboring rows in the edge orientation map.
  • In accordance with an added feature of the invention, a direction width filter is provided for filtering the current edge direction along a horizontal direction. The direction width filter is for checking an orientation similarity between the current edge direction and neighboring edge directions on a row with the current edge direction in an edge orientation map. The direction width filter indicates that the current edge direction is valid if a certain number of consecutive ones of the neighboring edge directions on the row with the current edge direction have a similar orientation to the current edge direction.
  • In accordance with a concomitant feature of the invention, a low pass filter is provided for smoothing transitions between horizontally neighboring edge directions of the edge orientation map.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a diagram provided for explaining the definition of an edge direction;
  • FIG. 2 is a block diagram of a first embodiment of the invention that includes a direction length filter;
  • FIG. 3 is a block diagram of a second embodiment of the invention that includes a direction length filter and a direction width filter;
  • FIG. 4 is a block diagram of a third embodiment of the invention that includes a direction length filter, a direction width filter, and a direction smoother;
  • FIG. 5 is a diagram showing the locations for edge detection in an image de-interlacing application;
  • FIG. 6 is a diagram showing the locations for edge detection in an image scaling application;
  • FIG. 7 is a diagram for illustrating a numbering method for indicating directions with different orientations;
  • FIG. 8 is a diagram showing an example of the direction filtering process;
  • FIG. 9 is a flowchart of the chkup process used to determine whether a direction can be extended to its immediate upper row in an edge orientation map;
  • FIG. 10 is a flowchart of the chkdn process used to determine whether a direction can be extended to its immediate lower row in an edge orientation map;
  • FIG. 11 is a flowchart of the flowchart of chkup2 process used to determine whether a direction can be extended to the two rows above it in an edge orientation map;
  • FIG. 12 is a flowchart of the chkcln2 process used to determine whether a direction can be extended to the two rows below it in an edge orientation map;
  • FIG. 13 is a flowchart of the direction length filtering process; and
  • FIG. 14 is a flowchart of the direction width filtering process.
  • DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • In this specification, {d(.,.)} denotes an edge direction detected in an image produced by an interlaced or non-interlaced scan operation. In an image de-interlacing application, the edge directions are detected at the position of each pixel that will be interpolated. This case is shown in FIG. 5 where d(n,m) denotes the direction at the position of pixel (n,m). The black/pixels are the ones available in the current field and the white pixels are the ones that will be interpolated. Based on the edge direction at the position of each white pixel, interpolation is performed along that direction. For each field of video, all of the edge directions represented by {d(.,.)}constitute an edge orientation map.
  • A similar method can be applied to image scaling applications as well. For instance, edge directions can be detected between neighboring rows as shown at each location marked with an “⋄” in FIG. 6. All of the directions detected constitute an edge orientation map. For an arbitrary position that will be interpolated, the edge direction at that location can be obtained by interpolating in the edge orientation map. Based on that direction, the image interpolation is accordingly performed.
  • For the kind of applications mentioned above, the accuracy of the edge directions is crucial to the overall system performance. Since image interpolation is done along the edge direction at each location, obvious error may be introduced if the edge direction is wrong or inaccurate. Therefore, edge direction filtering is important so that wrong or inaccurate directions can be removed from the edge orientation map before the map is used for interpolation.
  • For simplicity, the following description of the invention is based on an edge orientation map generated from an image de-interlacing application. But the described procedures can be applied to an edge orientation map generated from an image scaling application as well.
  • The edge orientation map is represented by assigning a different value to each direction with a different orientation. Neighboring directions have neighboring values. The direction numbering method is shown in FIG. 7. The vertical direction is assigned a value of zero. For a non-vertical direction, its value is associated with the number of pixels shifted from the vertical direction on the upper row or lower row of the current pixel. For example, the direction connecting pixel (n+1,m−1) and pixel (n−1,m+1) is assigned a value of 1. The direction connecting pixel (n−1,m−1) and pixel (n+1,m+1) is assigned a value of −1. In a general form, the direction connecting pixel (n+1,m−i) and pixel (n−1,m+i) is assigned a value of i. Here i can take both positive and negative values.
  • Once an incorrect direction is filtered out, no edge direction information should be used for interpolation at that location. In such a case, interpolation may be performed along the vertical direction. Therefore, the vertical direction can be considered as a default interpolation direction.
  • As shown in FIG. 2, the first embodiment of the invention only consists of a Direction Length Filter 1 that performs a direction length filtering process. The assumption underlying the direction length filtering is that there should be some consistency between the current direction and its neighboring directions along the edge, i.e., a valid edge should have a certain length along its own direction. If the length is too short, it's likely that this edge may belong to some local tricky areas of the image and the detected direction of the edge may not be reliable. In this case, it's safer not to use this edge direction for interpolation. Meanwhile, the human visual system tends to be less sensitive to edge degradation in such tricky areas, so it's reasonable to simply use vertical interpolation in those areas.
  • In this invention, the length requirement for a valid edge is defined as: being able to extend the edge along at least three rows in the edge orientation map. To further clarify the length requirement, some functions are defined as follows:
    f(x,y)=d(x−2,c u(x,y))  (1)
    g(x,y)=d(x+2,c d(x,y))  (2).
  • Here, d(x,y) is the edge direction value at the position of pixel (x,y). Functions cu(x,y) and cd(x,y) are defined in equations (3) and (4) as:
    c u(x,y)=y+d(x,y)*2  (3)
    c d(x,y)=y−d(x,y)*2  (4).
  • As shown in FIG. 8, the current pixel is denoted as “A”. The edge direction at “A” is dA=d(n,m). In the example, dA=1. Along the direction of dA, the neighboring directions in the edge orientation map are located at “B” and “C”. According to the definitions in (3) and (4), it can be seen that (n−2,cu(n,m)) is actually the position of “B” and (n+2,cd(n,m)) is the position of “C”. Therefore, according to equations (1) and (2), f(n,m) and g(n,m) represent the edge directions at “B” and “C” respectively, i.e. dB=f(n,m) and dC=g(n,m).
  • Based on equations (1) and (2), the following functions can also be defined:
    f l(x,y)=d(x−2,c u(x,y)−1) and f r(x,y)=d(x−2,c u(x,y)+1)  (5)
    g l(x,y)=d(x+2,c d(x,y)−1) and g r(x,y)=d(x+2,c d(x,y)+1)  (6).
    Obviously, fl(n,m) is the direction located to the left of f(n,m) and fr(n,m) is the direction located to the right of f(n,m). In FIG. 8, “Bl” and “Br” are the positions at the left and right of “B” respectively. Therefore, dBl=fl(n,m) and dBr=fr(n,m). In a same way, we also have dCl=gl(n,m) and dCr=gr(n,m).
  • Based on the above function definitions, two direction checking functions can be defined. One of them is used for checking direction consistency on the immediate upper row relative to the current position in the edge orientation map. The other is used for checking direction consistency on the immediate lower row relative to the current position in the edge orientation map. The two checking functions are named as chkup(x,y) and chkdn(x,y) respectively.
  • In the chkup(x,y) function, when any of the following three conditions shown in (7)˜(9) is true, it's said that there is direction consistency for the current direction in its immediate upper row.
    |d(x,y)−f(x,y)|≦T 1  (7)
    |d(x,y)−f l(x,y)|≦T 1  (8)
    |d(x,y)−f r(x,y)|≦T 1  (9).
  • The flowchart of this checking process is shown in FIG. 9. The chkup(x,y) function shown in FIG. 9 can be expressed as equation (10): chkup ( x , y ) = { 1 if any of ( 7 ) , ( 8 ) , or ( 9 ) is true 0 otherwise . ( 10 )
  • T1 is a threshold value that is greater than zero. When T1 takes a small value, it requires that the neighboring edge directions shown in (7), (8) or (9) have very similar orientations to each other. If T1 equals zero, it requires that the neighboring edge directions have exactly the same orientation. The value of T1 should be chosen in a way such that it's small enough to verify correlations of neighboring edge directions, but not too small to allow slightly different directions to remain.
  • If chkup(x,y) takes a value of one, it's said that the direction d(x,y) can be extended to its neighboring upper row in the edge orientation map. Similarly, in the chkdn(x,y) function, when any of the following three conditions shown in (11)˜(13) is true, it's said that there's direction consistency for the current direction in its immediate lower row.
    |d(x,y)−g(x,y)|≦T 1  (11)
    |d(x,y)−g l(x,y)|≦T 1  (12)
    |d(x,y)−g r(x,y)|≦T 1  (13).
  • The flowchart of this checking process is shown in FIG. 10. The chkdn(x,y) function shown in FIG. 10 can be expressed as equation (14): chkdn ( x , y ) = { 1 if any of ( 11 ) , ( 12 ) , or ( 13 ) is true 0 otherwise . ( 14 )
  • When chkdn(x,y) takes a value of one, it's said that the direction d(x,y) can be extended to its neighboring lower row in the edge orientation map.
  • According to the length requirement for a valid edge, if both chkup(x,y) andchkdn(x,y) take a value of 1, i.e. chkup(x,y)+chkdn(x,y)=2, then the direction d(x,y) can be extended to both its neighboring upper row and neighboring lower row. Therefore, d(x,y) meets the length requirement. If both chkup(x,y) andchkdn(x,y) take a value of 0, then d(x,y) does not meet the length requirement and it is invalid. In the case of chkup(x,y)+chkdn(x,y)=1, further checking is needed.
  • Assume that chkup(x,y)=1 and chkdn(x,y)=0. In this case, d(x,y) can be extended to its neighboring upper row, but not to its neighboring lower row in the edge orientation map. As shown in FIG. 8, assume T1=1, then none of the directions at “C”, “Cl” and “Cr” are consistent with the current direction at “A”. In this case the checking process should go further up in the edge orientation map. Therefore, directions on row n-4 need to be checked.
  • The checking function used in this case is named as chkup2(x,y). This function takes a value of one if any of the following three cases shown in (15)˜(17) is true:
    |d(x,y)−f(x,y)≦T 1 and chkup(x−2,c u(x,y))=1  (15)
    |d(x,y)−f l(x,y)|≦T 1 and chkup(x−2,c u(x,y)−1)=1  (16)
    |d(x,y)−f r(x,y)|≦T1 and chkup(x−2,c u(x,y)+1)=1  (17).
  • The flowchart of this checking process is shown in FIG. 11. The chkup2(x,y) function can be expressed as (18): chkup2 ( x , y ) = { 1 if any of ( 15 ) , ( 16 ) , or ( 17 ) is true 0 otherwise . ( 18 )
  • When chkup2(x,y) takes a value of one, it means that the direction d(x,y) can be extended to both the row x-2 and x-4. Therefore, d(x,y) also meets the edge length requirement in this case. In FIG. 8, assume T1=1, then the direction d(n,m) at the position of “A” can at least be extended to “Bl” and again from “Bl” to “D”. So, chkup2(n,m)=1 and d(n,m) meets length requirement in this case.
  • In a similar way, when chkup(x,y)=0 and chkdn(x,y)=1, a checking function chkdn2(x,y) is defined for this case and it takes a value of one if any of the following three cases shown in (19)˜(21) is true:
    |d(x,y)−g(x,y)≦T 1 and chkdn(x+2,c d(x,y))=1  (19)
    |d(x,y)−g l(x,y)≦T 1 and chkdn(x+2,c d(x,y)−1)=1  (20)
    |d(x,y)−g r(x,y)≦T 1 and chkdn(x+2,c d(x,y)+1)=1  (21).
  • The flowchart of this checking process is shown in FIG. 12. The chkdn2(x,y) function can be expressed as in (22). chkdn2 ( x , y ) = { 1 if any of ( 19 ) , ( 20 ) , or ( 21 ) is true 0 otherwise . ( 22 )
  • Based on the descriptions above, the direction length filtering conditions can be summarized as follows:
    chkup(x,y)+chkdn(x,y)=2  (23)
    chkup2(x,y)=1  (24)
    chkdn2(x,y)=1  (25).
    When any condition in (23)˜(25) is true, the direction d(x,y) is said to meet the direction length requirement. Assume that the direction length filtering result on {d(.,.)} is {dL(.,.)}, the flow chart of the direction length filtering process is, shown in FIG. 13.
  • If a direction d(n,m) is valid according to the checking process shown in FIG. 13, then the output direction is the same as the current one and the checking process moves to the next position. If the current direction d(n,m) is invalid, then the output direction is set to an adjusted version of the current direction. For image de-interlacing or scaling purposes, the adjusted version of the output direction is simply the vertical direction if the current direction is invalid, i.e. dL(n,m)=0.
  • It's found that the Direction Length Filter 1 is highly efficient in removing false edge directions by exploiting the correlation among neighboring directions along edge.
  • FIG. 3 shows a second embodiment of the invention that includes not only the Direction Length Filter 1, but also a Direction Width Filter 2. When the direction length filtering process is finished, a direction width filtering process is performed. The assumption underlying the direction width filtering is that an edge direction should have a certain width along the horizontal direction. In the invention, the width requirement for a valid edge is defined as: an edge having a width of three pixels or wider, i.e. the direction should have at least two neighboring directions in the same row with a similar orientation.
  • The width requirement for the position of pixel (n,m) can be expressed as the following three cases:
    max(|d(n,m)−d(n,m−1)|,|d(n,m+1)−d(n,m)|)≦T 2  (26)
    max(|d(n,m)−d(n,m−1)|,|d(n,m−1)−d(n,m−2)|)≦T 2  (27)
    max(|d(n,m+1)−d(n,m)|,|d(n,m+2)−d(n,m+1)|≦T 2  (28).
  • T2 is a threshold value greater than zero. When T2 takes a small value, it requires that neighboring edge directions shown in (26), (27) or (28) should have very similar orientations to each other. If T2 equals to zero, it requires that neighboring edge directions have exactly the same orientation. The value of T2 should be chosen in a way that it's small enough to verify correlations of neighboring edge directions, but not too small to allow slightly different directions to remain.
  • As shown in FIG. 8, condition (26) requires that “A”, “Al” and “Ar” have similar edge directions. Similarly, condition (27) requires that “A”, “Al” and “All” have similar edge directions. Condition (28) requires that “A”, “Ar” and “Arr” have similar edge directions.
  • For the position of pixel (n,m), if the condition in any one of (26), (27) or (28) is true, then d(n,m) is said to meet the direction width requirement. Assume that the direction width filtering result on {d(.,.)} is {dW(.,.)}. The flow chart for the direction width filtering process that insures that the edge direction has the required width is shown in FIG. 14.
  • If a direction d(n,m) is valid according to the width filtering process shown in FIG. 14, then the output direction is the same as the current one and the checking process moves to the next position. If the current direction d(n,m) is invalid, then the output direction is an adjusted version of the current direction. For image de-interlacing or scaling purposes, the output direction can be simply set to the vertical direction if the current direction is invalid, i.e. dW(n,m)=0.
  • Similar to Direction Length Filter 1, the Direction Width Filter 2 also utilizes the correlation among neighboring directions, but it does this along the horizontal direction instead of the edge direction. When the Direction Width Filter 2 is combined with the Direction Length Filter 1 in a system, it further improves the system's capability to filter out false edge directions in an edge orientation map.
  • FIG. 4 shows a third embodiment of this invention that includes both the Direction Length Filter 1 and the Direction Width Filter 2, and in addition, a Direction Smoother 3. In this system, the Direction Length Filter 1 and the Direction Width Filter 2 serve to effectively remove false edge directions from an edge orientation map. The functionality of the Direction Smoother 3 is to smooth the transition of neighboring edge directions.
  • The Direction Smoother 3 is basically a 3-tap low pass filter. Assume the direction smoothing result on {d(.,.)} is {dS(.,.)}. The Direction Smoother 3 can be expressed as the following equation (11):
    d S(n,m)=(d(n,m−1)+2*d(n,m)+d(n,m+1))/4  (29).
    This process is found to be effective in improving the visual quality of the interpolated image.

Claims (17)

1-12. (Canceled).
13. An edge direction filtering system, comprising:
a direction filter that extends a current edge direction to neighboring rows in an edge orientation map;
said direction filter further determines an orientation similarity between the current edge direction and neighboring edge directions located along the current edge direction;
wherein the direction filter indicates if the current edge direction is valid.
14. The system of claim 13 wherein the direction filter determines if the current edge direction is valid by determining if the current edge direction can be extended to a certain number of neighboring rows in the edge orientation map.
15. The system of claim 13 wherein the direction filer extends the current edge direction to neighboring upper and lower rows in the edge direction map.
16. The system of claim 15 wherein the direction filter determines if the current edge direction is valid by determining if the current edge direction can be extended to a certain number of neighboring rows in the edge orientation map.
17. The system of claim 13 wherein the direction filter further extends the current edge direction in the same row as the current edge direction in the edge direction map.
18. The system of claim 17 wherein the direction filter determines if the current edge direction is valid by determining if the current edge direction can be extended to a certain number of neighboring rows in the edge orientation map.
19. The system of claim 13 wherein the direction filter extends the current edge direction in the same row as the current edge direction in the edge direction map, wherein the direction filter checks an orientation similarity between the current edge direction and neighboring edge directions on a row with the current edge direction in the edge orientation map, whereby the direction filter indicates that the current edge direction is valid if a certain number of consecutive ones of the neighboring edge directions on the row with the current edge direction have a similar orientation to the current edge direction.
20. The system of claim 13 further comprising a low pass filter for smoothing transitions between neighboring edge directions of the edge orientation map.
21. A method for filtering edge directions, comprising the steps of:
extending a current edge direction to neighboring rows in an edge orientation map;
determining an orientation similarity between the current edge direction and neighboring edge directions located along the current edge direction; and
indicating if the current edge direction is valid.
22. The method of claim 21 wherein the step of extending the current edge direction further includes the steps of determining if the current edge direction is valid by determining if the current edge direction can be extended to a certain number of neighboring rows in the edge orientation map.
23. The method of claim 21 further including the steps of extending the current edge direction to neighboring upper and lower rows in the edge direction map.
24. The method of claim 23 further including the steps of determining if the current edge direction is valid by determining if the current edge direction can be extended to a certain number of neighboring rows in the edge orientation map.
25. The method of claim 21 further including the steps of extending the current edge direction in the same row as the current edge direction in the edge direction map.
26. The method of claim 25 further including the steps of determining if the current edge direction is valid by determining if the current edge direction can be extended to a certain number of neighboring rows in the edge orientation map.
27. The method of claim 21 further including the steps of extending the current edge direction in the same row as the current edge direction in the edge direction map, and checking an orientation similarity between the current edge direction and neighboring edge directions on a row with the current edge direction in the edge orientation map, to indicate that the current edge direction is valid if a certain number of consecutive ones of the neighboring edge directions on the row with the current edge direction have a similar orientation to the current edge direction.
28. The method of claim 21 further including the steps of applying a low pass filter for smoothing transitions between neighboring edge directions of the edge orientation map.
US10/913,663 2002-11-08 2004-08-05 Method and filtering system for filtering edge directions Abandoned US20050008248A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/913,663 US20050008248A1 (en) 2002-11-08 2004-08-05 Method and filtering system for filtering edge directions

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/290,865 US6798422B2 (en) 2002-11-08 2002-11-08 Method and filtering system for filtering edge directions
US10/913,663 US20050008248A1 (en) 2002-11-08 2004-08-05 Method and filtering system for filtering edge directions

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/290,865 Division US6798422B2 (en) 2002-11-08 2002-11-08 Method and filtering system for filtering edge directions

Publications (1)

Publication Number Publication Date
US20050008248A1 true US20050008248A1 (en) 2005-01-13

Family

ID=32229136

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/290,865 Expired - Fee Related US6798422B2 (en) 2002-11-08 2002-11-08 Method and filtering system for filtering edge directions
US10/913,663 Abandoned US20050008248A1 (en) 2002-11-08 2004-08-05 Method and filtering system for filtering edge directions

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/290,865 Expired - Fee Related US6798422B2 (en) 2002-11-08 2002-11-08 Method and filtering system for filtering edge directions

Country Status (2)

Country Link
US (2) US6798422B2 (en)
KR (1) KR100547135B1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030206667A1 (en) * 2003-05-30 2003-11-06 Samsung Electronics Co., Ltd. Edge direction based image interpolation method
US20080136963A1 (en) * 2006-12-08 2008-06-12 Palfner Torsten Method and apparatus for reconstructing image
US20100053351A1 (en) * 2008-08-27 2010-03-04 Rastislav Lukac Image processing apparatus, image processing method, and program for attaining image processing
US20100278426A1 (en) * 2007-12-14 2010-11-04 Robinson Piramuthu Systems and methods for rule-based segmentation for objects with full or partial frontal view in color images
US20100316288A1 (en) * 2009-04-13 2010-12-16 Katharine Ip Systems and methods for segmenation by removal of monochromatic background with limitied intensity variations
US20110075926A1 (en) * 2009-09-30 2011-03-31 Robinson Piramuthu Systems and methods for refinement of segmentation using spray-paint markup
US9311567B2 (en) 2010-05-10 2016-04-12 Kuang-chih Lee Manifold learning and matting

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7643019B2 (en) * 2002-05-23 2010-01-05 Koninklijke Philips Electronics N.V. Edge dependent motion blur reduction
TW588321B (en) * 2003-03-13 2004-05-21 Weltrend Semiconductor Inc Method for removing the taper sawtooth of image deinterlace using expanding window search
JP2005122361A (en) * 2003-10-15 2005-05-12 Sony Computer Entertainment Inc Image processor, its processing method, computer program, and recording medium
US20050129306A1 (en) * 2003-12-12 2005-06-16 Xianglin Wang Method and apparatus for image deinterlacing using neural networks
JP4133908B2 (en) * 2004-03-31 2008-08-13 シャープ株式会社 Image processing apparatus, image processing method, image processing program, and storage medium storing image processing program
GB2431803A (en) * 2005-10-31 2007-05-02 Sony Uk Ltd Alias avoidance in image processing
FR2906386B1 (en) * 2006-09-22 2009-04-03 Canon Kk METHOD AND APPARATUS FOR IMAGE OVER-SAMPLING, COMPUTER PROGRAM EMPLOYING THE SAME AND INFORMATION CARRIER FOR IMPLEMENTING THE SAME
US8055102B1 (en) * 2006-11-08 2011-11-08 Marvell International Ltd. Local edge count heuristic for vector interpolator
GB2443858A (en) * 2006-11-14 2008-05-21 Sony Uk Ltd Alias avoiding image processing using directional pixel block correlation and predetermined pixel value criteria
GB2443857A (en) * 2006-11-14 2008-05-21 Sony Uk Ltd Pixel interpolation using image feature direction based pixel block comparision.
US7907791B2 (en) * 2006-11-27 2011-03-15 Tessera International, Inc. Processing of mosaic images
JP4863505B2 (en) * 2007-08-07 2012-01-25 株式会社メガチップス Image processing device
US8045826B2 (en) * 2008-07-03 2011-10-25 Seiko Epson Corporation Detecting edges in a digital images
US8428364B2 (en) 2010-01-15 2013-04-23 Dolby Laboratories Licensing Corporation Edge enhancement for temporal scaling with metadata
CN110892445B (en) 2017-08-22 2023-10-10 富士胶片富山化学株式会社 Drug inspection support device, drug identification device, image processing method, and program

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4591844A (en) * 1982-12-27 1986-05-27 General Electric Company Line smoothing for a raster display
US4704605A (en) * 1984-12-17 1987-11-03 Edelson Steven D Method and apparatus for providing anti-aliased edges in pixel-mapped computer graphics
US20030076447A1 (en) * 2002-10-11 2003-04-24 Samsung Electronics Co., Ltd. Method of edge direction detection based on the correlations between pixels of a vector and an edge direction detection system
US20030095134A1 (en) * 2000-11-12 2003-05-22 Tuomi Mika Henrik Method and apparatus for anti-aliasing for video applications
US20030218621A1 (en) * 2002-05-24 2003-11-27 Jiande Jiang Method and system for edge-adaptive interpolation for interlace-to-progressive conversion
US6674903B1 (en) * 1998-10-05 2004-01-06 Agfa-Gevaert Method for smoothing staircase effect in enlarged low resolution images
US7023487B1 (en) * 2002-01-25 2006-04-04 Silicon Image, Inc. Deinterlacing of video sources via image feature edge detection

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1188687A (en) * 1997-09-05 1999-03-30 Canon Inc Device and method for processing image

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4591844A (en) * 1982-12-27 1986-05-27 General Electric Company Line smoothing for a raster display
US4704605A (en) * 1984-12-17 1987-11-03 Edelson Steven D Method and apparatus for providing anti-aliased edges in pixel-mapped computer graphics
US6674903B1 (en) * 1998-10-05 2004-01-06 Agfa-Gevaert Method for smoothing staircase effect in enlarged low resolution images
US20030095134A1 (en) * 2000-11-12 2003-05-22 Tuomi Mika Henrik Method and apparatus for anti-aliasing for video applications
US7023487B1 (en) * 2002-01-25 2006-04-04 Silicon Image, Inc. Deinterlacing of video sources via image feature edge detection
US20030218621A1 (en) * 2002-05-24 2003-11-27 Jiande Jiang Method and system for edge-adaptive interpolation for interlace-to-progressive conversion
US20030076447A1 (en) * 2002-10-11 2003-04-24 Samsung Electronics Co., Ltd. Method of edge direction detection based on the correlations between pixels of a vector and an edge direction detection system

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030206667A1 (en) * 2003-05-30 2003-11-06 Samsung Electronics Co., Ltd. Edge direction based image interpolation method
US20080024658A1 (en) * 2003-05-30 2008-01-31 Samsung Electronics Co., Ltd. Edge direction based image interpolation method
US7379625B2 (en) * 2003-05-30 2008-05-27 Samsung Electronics Co., Ltd. Edge direction based image interpolation method
US7590307B2 (en) 2003-05-30 2009-09-15 Samsung Electronics Co., Ltd. Edge direction based image interpolation method
US20080136963A1 (en) * 2006-12-08 2008-06-12 Palfner Torsten Method and apparatus for reconstructing image
US8115864B2 (en) * 2006-12-08 2012-02-14 Panasonic Corporation Method and apparatus for reconstructing image
US20100278426A1 (en) * 2007-12-14 2010-11-04 Robinson Piramuthu Systems and methods for rule-based segmentation for objects with full or partial frontal view in color images
US8682029B2 (en) 2007-12-14 2014-03-25 Flashfoto, Inc. Rule-based segmentation for objects with frontal view in color images
US9042650B2 (en) 2007-12-14 2015-05-26 Flashfoto, Inc. Rule-based segmentation for objects with frontal view in color images
US8004588B2 (en) 2008-08-27 2011-08-23 Seiko Epson Corporation Image processing procedure for receiving mosaic image data and calculating vertical and horizontal-direction color difference components for each pixel
US20100053351A1 (en) * 2008-08-27 2010-03-04 Rastislav Lukac Image processing apparatus, image processing method, and program for attaining image processing
US20100316288A1 (en) * 2009-04-13 2010-12-16 Katharine Ip Systems and methods for segmenation by removal of monochromatic background with limitied intensity variations
US8411986B2 (en) * 2009-04-13 2013-04-02 Flashfoto, Inc. Systems and methods for segmenation by removal of monochromatic background with limitied intensity variations
US20110075926A1 (en) * 2009-09-30 2011-03-31 Robinson Piramuthu Systems and methods for refinement of segmentation using spray-paint markup
US8670615B2 (en) 2009-09-30 2014-03-11 Flashfoto, Inc. Refinement of segmentation markup
US9311567B2 (en) 2010-05-10 2016-04-12 Kuang-chih Lee Manifold learning and matting

Also Published As

Publication number Publication date
US6798422B2 (en) 2004-09-28
KR100547135B1 (en) 2006-01-26
US20040090443A1 (en) 2004-05-13
KR20040041489A (en) 2004-05-17

Similar Documents

Publication Publication Date Title
US6798422B2 (en) Method and filtering system for filtering edge directions
US7379625B2 (en) Edge direction based image interpolation method
US8013917B2 (en) Noise filter for bayer pattern image data
US7551795B2 (en) Method and system for quantization artifact removal using super precision
US8189952B2 (en) Image noise reduction method based on local correlation
US7391920B2 (en) Image processing method, apparatus, and program
US20060244861A1 (en) Method for detecting bisection pattern in deinterlacing
US20080181523A1 (en) Method and apparatus for reducing noise
US9241091B2 (en) Image processing device, image processing method, and computer program
CA2010637C (en) Binary image reduction method
US20050163380A1 (en) Method and apparatus for detecting the location and luminance transition range of slant image edges
US20040126037A1 (en) Apparatus and method for enhancing quality of reproduced image
US7447383B2 (en) Directional interpolation method using frequency information and related device
US20040052428A1 (en) Image processing system
US7263229B2 (en) Method and apparatus for detecting the location and luminance transition range of slant image edges
US20020131638A1 (en) Apparatus and method for boundary detection in vector sequences and edge detection in color image signals
US6891968B2 (en) Method to upscale single-pixel wide text without loss of image sharpness
US8358850B2 (en) Determination method of edge direction
JP3707959B2 (en) Image interpolation device
JP3271743B2 (en) Serial number cutout device for license plate
KR100212844B1 (en) Edge detection method using double window
JPH08305842A (en) Image interpolation processing method
JPH0530487A (en) Picture interpolating method
JPH0937073A (en) Dot area separating device
JPH0778832B2 (en) Edge detection method

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

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