JP2007193397A - Image processing method and device for scaler and edge enhancement - Google Patents

Image processing method and device for scaler and edge enhancement Download PDF

Info

Publication number
JP2007193397A
JP2007193397A JP2006008253A JP2006008253A JP2007193397A JP 2007193397 A JP2007193397 A JP 2007193397A JP 2006008253 A JP2006008253 A JP 2006008253A JP 2006008253 A JP2006008253 A JP 2006008253A JP 2007193397 A JP2007193397 A JP 2007193397A
Authority
JP
Japan
Prior art keywords
scaler
polyphase filter
filter
image
image processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2006008253A
Other languages
Japanese (ja)
Inventor
Shiyoubou Chiyou
小▲忙▼ 張
Satoshi Ueno
諭 上野
Naoko Kondo
尚子 近藤
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP2006008253A priority Critical patent/JP2007193397A/en
Publication of JP2007193397A publication Critical patent/JP2007193397A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Processing (AREA)
  • Television Systems (AREA)
  • Color Image Communication Systems (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To achieve edge enhancement processings by sharing the same line memory with that for scaler processing, and to reduce the cost of hardware. <P>SOLUTION: This image processor for performing scaler processing and edge enhancement processings is configured to divide the filter coefficients of a polyphase filter for a scaler into a basic processing section and a high-frequency enhancement section, and to multiply the filter coefficients of the high-frequency enhancement section by gain coefficients to apply it to an image signal, and to share a line memory, and to simultaneously perform scaler processings and edge enhancement processings for controlling the enhancement intensities changing the gain coefficients. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、スケーラのラインメモリを利用して画像のエッジを行なうことで、ハードウエアコストを削減できると同時に高画質な画像を得る画像処理方法及び画像処理装置に関するものである。   The present invention relates to an image processing method and an image processing apparatus that can reduce the hardware cost and at the same time obtain a high-quality image by performing edge processing of an image using a line memory of a scaler.

テレビなどの画像装置では入力画像のサイズ(例えば、720x480、1024x768など)には色々な種類があり、これらの異なるサイズの入力画像を固定サイズ(例えば、1920x1080)のディスプレイに表示するために、画像を拡大する必要がある。この拡大機能を果たす部分をスケーラと呼ぶ。通常、画像を拡大すると画面がボケるので、ボケを防ぐためにエッジ強調を行う必要がある。   In an image device such as a television, there are various types of input image sizes (for example, 720 × 480, 1024 × 768, etc.). In order to display these different size input images on a fixed-size (for example, 1920 × 1080) display, Need to expand. The part that performs this enlargement function is called a scaler. Normally, when the image is enlarged, the screen is blurred. Therefore, it is necessary to perform edge enhancement to prevent the blur.

スケーラは通常ポリフェーズ(Polyphase:多相)フィルタを使って実現する。ポリフェーズフィルタを用いたスケール処理の原理を図6に示す。図6で使用したのは4タップ、3フェーズのポリフェーズフィルタである。ここで、タップ数はスケーラの補間処理に、使用する入力画素の数のことである。フェーズ数は元画像の画素間に補間処理で新たに作る画素の候補位置の数である。   A scaler is usually implemented using a polyphase filter. The principle of scale processing using a polyphase filter is shown in FIG. In FIG. 6, a 4-tap, 3-phase polyphase filter is used. Here, the number of taps is the number of input pixels used for the scaler interpolation process. The number of phases is the number of candidate positions of pixels newly created by interpolation processing between pixels of the original image.

図6では、入力画素X2とX3との間(X3を含む)にスケーラ処理によって画素を生成する際に、X1,X2,X3,X4の画素を使う。これは4タップの意味である。画素を生成する時に、ハード化し易いため、画素位置を予め決めておく。ここで、スケーラで生成する画素の候補位置はY1,Y2,Y3である。新規画素の正確な位置は両画素の間のどこでもあり得るが、候補位置Y1,Y2,Y3から正確な位置に最寄の一点を選んで近似する。補間用のフィルタ係数はフェーズ数と同じ数のセットを用意する。ここで、原画像の両画素間の距離を1とすると、候補点間の距離は1/3となる。   In FIG. 6, pixels X1, X2, X3, and X4 are used when pixels are generated by scaler processing between input pixels X2 and X3 (including X3). This means 4 taps. When generating a pixel, the pixel position is determined in advance because it is easy to be hardware. Here, the candidate positions of the pixels generated by the scaler are Y1, Y2, and Y3. Although the exact position of the new pixel can be anywhere between the two pixels, the nearest point is selected and approximated from the candidate positions Y1, Y2, Y3 to the exact position. A set of the same number of filter coefficients for interpolation as the number of phases is prepared. Here, if the distance between both pixels of the original image is 1, the distance between the candidate points is 1/3.

図6では3セットのフィルタ係数(C11,C12,C13),(C21,C22,C23),(C31,C32,C33)を用意する。補間候補点によって以下のように使い分ける。
(式1)
Y1=C11×X1+C12×X2+C13×X3+C14×X4
Y2=C21×X1+C22×X2+C23×X3+C24×X4
Y3=C31×X1+C32×X2+C33×X3+C34×X4
In FIG. 6, three sets of filter coefficients (C11, C12, C13), (C21, C22, C23), and (C31, C32, C33) are prepared. Depending on the interpolation candidate point, it is properly used as follows.
(Formula 1)
Y1 = C11 × X1 + C12 × X2 + C13 × X3 + C14 × X4
Y2 = C21 × X1 + C22 × X2 + C23 × X3 + C24 × X4
Y3 = C31 × X1 + C32 × X2 + C33 × X3 + C34 × X4

非特許文献1のP.58には4タップ、64フェーズのフィルタ係数の1例が示されている。エッジ強調については画像を拡大すると、ボケするので、エッジ強調を考慮する必要がある。この時に、スケーラ用の補間係数を設計するときにフィルタ係数の周波数特性の高域部分の振幅を高めることで高域(エッジ)強調を実現する。   Non-Patent Document 1 p. 58 shows an example of filter coefficients of 4 taps and 64 phases. As for edge enhancement, it is necessary to consider edge enhancement because it is blurred when the image is enlarged. At this time, high frequency (edge) enhancement is realized by increasing the amplitude of the high frequency part of the frequency characteristic of the filter coefficient when designing the interpolation coefficient for the scaler.

図7にf0とf1スケーラ係数の周波数特性を表す。f1はf0に比べて高域強調ができる。このエッジ強調付きスケーラは非特許文献1のPP.73−75に述べてある。
スケーラの後にエッジ強調を行うシステム構成を図8に示す。ピーキングフィルタから出力されたエッジの補正部分にゲインをかけて、強調強度を変えることができる。
FIG. 7 shows the frequency characteristics of the f0 and f1 scaler coefficients. f1 can enhance the high frequency compared to f0. This scaler with edge enhancement is described in PP. 73-75.
FIG. 8 shows a system configuration for performing edge enhancement after the scaler. The enhancement intensity can be changed by applying a gain to the edge correction portion output from the peaking filter.

また、エッジ強調はスケーラ処理の後にピーキング(Peaking)フィルタを掛けて行うことができる。図7のfpkはピーキングフィルタの周波数特性を示す。このフィルタはポリフェーズフィルタでなく、一般のFIR(Finite Impulse Response:有限インパルス応答)フィルタである。そのようなエッジ強調方法は非特許文献1のPP.61−73に記載されている。
Gheorghe Berbecel, DIGITAL IMAGE DISPLAY, Algorithm and Implementation, WILEY, 2003.
Edge enhancement can be performed by applying a peaking filter after the scaler processing. In FIG. 7, f pk indicates the frequency characteristic of the peaking filter. This filter is not a polyphase filter but a general FIR (Finite Impulse Response) filter. Such an edge enhancement method is disclosed in PP. 61-73.
Gheorghe Berbecel, DIGITAL IMAGE DISPLAY, Algorithm and Implementation, WILEY, 2003.

エッジ強調付きスケーラは強調補正部分を抽出できないので、強調の強度を制御することができない(課題1)。   Since the scaler with edge emphasis cannot extract the emphasis correction part, the emphasis intensity cannot be controlled (Problem 1).

また、スケーラの後にエッジ強調を行うシステム構成では、垂直強調用のFIRフィルタにラインメモリが必要であり、ラインメモリの本数は垂直フィルタのタップ数と同じ、例えば、垂直5タップの場合はラインメモリが5本必要となり、ハイビジョンのテレビは1920x1080で、ラインメモリのサイズは1920になるので、ラインメモリを多く使うと、LSIのサイズが大きくなり、ハードコストは高くなる(課題2)。   Further, in the system configuration in which edge enhancement is performed after the scaler, a line memory is required for the FIR filter for vertical enhancement, and the number of line memories is the same as the number of taps of the vertical filter. 5 is necessary, and a high-definition television is 1920 × 1080, and the size of the line memory is 1920. Therefore, if a large amount of line memory is used, the size of the LSI increases and the hardware cost increases (problem 2).

本発明による解決手段の原理を図1に示す。図1にあるf0とf1は図7のf0とf1と同じである。f0はエッジ強調のないスケーラ用ポリフェーズフィルタの周波数特性を表す。f1はエッジ強調付きスケーラ用ポリフェーズフィルタの周波数特性を表す。f10はフィルタf1の係数とフィルタ0の係数との差を係数として構成したフィルタの周波数特性である。   The principle of the solution according to the invention is shown in FIG. F0 and f1 in FIG. 1 are the same as f0 and f1 in FIG. f0 represents the frequency characteristic of the scaler polyphase filter without edge enhancement. f1 represents the frequency characteristic of the polyphase filter for scaler with edge enhancement. f10 is a frequency characteristic of a filter configured by using the difference between the coefficient of the filter f1 and the coefficient of the filter 0 as a coefficient.

ポリフェーズフィルタf0の係数を
(C0_11,C0_12,C0_13),(C0_21,C0_22,C0_23),(C0_31,C0_32,C0_33)と記す。
また、ポリフェーズフィルタf1の係数を
(C1_11,C1_12,C1_13),(C1_21,C1_22,C1_23),(C1_31,C1_32,C1_33)と記す。
The coefficients of the polyphase filter f0 are written as (C0_11, C0_12, C0_13), (C0_21, C0_22, C0_23), (C0_31, C0_32, C0_33).
The coefficients of the polyphase filter f1 are written as (C1_11, C1_12, C1_13), (C1_21, C1_22, C1_23), (C1_31, C1_32, C1_33).

ポリフェーズフィルタf1の係数とポリフェーズフィルタf0の係数との差を、
(C10_11,C10_12,C10_13),(C10_21,C10_22,C10_23),(C10_31,C10_32,C10_33)と記し、(式2)で求める。
The difference between the coefficient of the polyphase filter f1 and the coefficient of the polyphase filter f0 is
It is written as (C10_11, C10_12, C10_13), (C10_21, C10_22, C10_23), (C10_31, C10_32, C10_33), and obtained by (Equation 2).

(式2)
C10_11=C1_11−C0_11
C10_12=C1_12−C0_12
C10_13=C1_13−C0_13
C10_21=C1_21−C0_21
C10_22=C1_22−C0_22
C10_23=C1_23−C0_23
C10_31=C1_31−C0_31
C10_32=C1_32−C0_32
C10_33=C1_33−C0_33
更に(式1)に適用するスケーラ用のポリフェーズフィルタ係数を(式3)で求める。
(Formula 2)
C10_11 = C1_11-C0_11
C10_12 = C1_12-C0_12
C10_13 = C1_13-C0_13
C10_21 = C1_21-C0_21
C10_22 = C1_22-C0_22
C10_23 = C1_23-C0_23
C10_31 = C1_31-C0_31
C10_32 = C1_32-C0_32
C10_33 = C1_33-C0_33
Further, a scaler polyphase filter coefficient applied to (Expression 1) is obtained by (Expression 3).

(式3)
C11=C0_11+K×C10_11
C12=C0_12+K×C10_12
C13=C0_13+K×C10_13
C21=C0_21+K×C10_21
C22=C0_22+K×C10_22
C23=C0_23+K×C10_23
C31=C0_31+K×C10_31
C32=C0_32+K×C10_32
C33=C0_33+K×C10_33
(Formula 3)
C11 = C0_11 + K × C10_11
C12 = C0_12 + K × C10_12
C13 = C0_13 + K × C10_13
C21 = C0_21 + K × C10_21
C22 = C0_22 + K × C10_22
C23 = C0_23 + K × C10_23
C31 = C0_31 + K × C10_31
C32 = C0_32 + K × C10_32
C33 = C0_33 + K × C10_33

ここで、Kは正のゲイン係数で、高周波数(エッジ)成分の強調強度を制御する。例えば、K=0の時にフィルタf0を使用、K=1の時にフィルタf1を使用することになる。K>0は任意に設定できるので、好みの強調具合を実現できる。上記の式3を簡略化して
f=f0+K×f10と表記する。
Here, K is a positive gain coefficient, and controls the enhancement strength of the high frequency (edge) component. For example, the filter f0 is used when K = 0, and the filter f1 is used when K = 1. Since K> 0 can be set arbitrarily, the desired emphasis can be realized. Expression 3 above is simplified and expressed as f = f0 + K × f10.

このように、スケーラ用のポリフェーズフィルタを基本部分f0と、強調部分(f1−f0)に分けて構成し、強調部分のフィルタ係数を正のゲイン係数によって制御し、従来の方法(式1)でスケーラを行うことできると同時に、制御可能なエッジ処理を行う。従来のスケーラ構成で実現するので、スケーラ用のラインメモリを共用し、エッジ強調によるラインメモリの増加は無い。   As described above, the polyphase filter for the scaler is divided into the basic part f0 and the emphasized part (f1-f0), and the filter coefficient of the emphasized part is controlled by the positive gain coefficient. Scaler can be performed at the same time and controllable edge processing is performed. Since it is realized with a conventional scaler configuration, the line memory for the scaler is shared, and there is no increase in line memory due to edge enhancement.

スケーラ用のポリフェーズフィルタを基本処理部分と高周波強調部分に分けて行うことで、スケーラ処理と同時にエッジ強調ができる。高周波強調部分のフィルタ係数にゲイン係数を掛けることで、強調強度を制御する。スケーラ処理のみと同じラインメモリで強調処理を実現できるので、ハードコストを削減することができる。   By performing the scaler polyphase filter separately for the basic processing portion and the high-frequency emphasis portion, edge enhancement can be performed simultaneously with the scaler processing. The enhancement intensity is controlled by multiplying the filter coefficient of the high frequency emphasis part by the gain coefficient. Since the enhancement process can be realized with the same line memory as the scaler process alone, the hardware cost can be reduced.

以下、本発明の実施の形態について説明する。   Embodiments of the present invention will be described below.

図2は本発明の実施例1の構成図を示す。入力画像のフォーマットは輝度/色差で構成される。エッジ強調は輝度成分だけに施すことが普通である。また、画像のスケーラ処理は垂直と水平の両方向で行う。先ず垂直方向でスケーラ処理を行う。垂直スケーラの結果に対して水平方法のスケーラ処理を行う。垂直フィルタのタップ数と水平フィルタのタップ数が異なっても良い。   FIG. 2 shows a configuration diagram of Embodiment 1 of the present invention. The format of the input image is composed of luminance / color difference. Edge enhancement is usually applied only to the luminance component. The image scaler processing is performed in both the vertical and horizontal directions. First, the scaler process is performed in the vertical direction. Perform horizontal scaler processing on vertical scaler results. The number of taps of the vertical filter and the number of taps of the horizontal filter may be different.

輝度信号のスケーラ処理は輝度信号用のスケーラ11で行われる。輝度信号用のスケーラ11は、水平方向のポリフェーズフィルタ1hと垂直方向のポリフェーズフィルタ1hを含む。これらのポリフェーズフィルタは式3のフィルタ係数を含むように構成される。Khは水平フィルタのKであり、水平方向のゲイン調整21によりゲイン係数Khを用いて水平方向の高周波数成分(縦エッジ)の強調強度を制御する。Kvは垂直フィルタのKであり、垂直方向のゲイン調整22によりゲイン係数Kvを用いて垂直方向の高周波数成分(横エッジ)の強調強度を制御する。
簡略化された表記では、式3は、f1h=f0h+Kh×f10h,f1v=f0v+Kv×f10vと表される。
The luminance signal scaler processing is performed by the luminance signal scaler 11. The luminance signal scaler 11 includes a horizontal polyphase filter 1h and a vertical polyphase filter 1h. These polyphase filters are configured to include the filter coefficients of Equation 3. Kh is K of the horizontal filter, and the horizontal gain adjustment 21 uses the gain coefficient Kh to control the emphasis strength of the horizontal high frequency component (vertical edge). Kv is K of the vertical filter, and the enhancement intensity of the vertical high frequency component (horizontal edge) is controlled using the gain coefficient Kv by the gain adjustment 22 in the vertical direction.
In a simplified notation, Equation 3 is expressed as f1h = f0h + Kh × f10h, f1v = f0v + Kv × f10v.

色差信号に対して強調処理を行わないので、色差信号用のスケーラ12の構成は式3のK=0に相当する。フィルタ2hは水平方向のフィルタで、フィルタ2vは垂直方向のフィルタである。簡略化された表記では、f2h=f0h,f2v=f0vである。   Since enhancement processing is not performed on the color difference signal, the configuration of the color difference signal scaler 12 corresponds to K = 0 in Equation 3. The filter 2h is a horizontal filter, and the filter 2v is a vertical filter. In a simplified notation, f2h = f0h and f2v = f0v.

図3は本発明の実施例2を示す。図3で、入力画像フォーマットはR(Red:赤),G(Green:緑),B(Blue:青)の場合に本発明の技術を適用する構成である。R入力、G入力、B入力に対応して、R信号用のスケーラ13、G信号用のスケーラ14、B信号用のスケーラ15によりスケーラ処理が行われる。これらのスケーラは、水平方向のポリフェーズフィルタ1hと垂直方向のポリフェーズフィルタ1vを含む。これらのポリフェーズフィルタは式3のフィルタ係数を含むように構成される。簡略のため、R,G,Bに対して強度調整係数Kh、Kvを共用している例が示されているが、R信号用のスケーラ13、G信号用のスケーラ14、B信号用のスケーラ15ごとに異なる強度調整係数Kh、Kvを使用して個別に制御することができる。
簡略化した表記では、式3は、f1h(R)=f0h(R)+Kh×f10h(R),f1v(R)=f0v(R)+Kv×f10v(R)であり、G,Bに対しても同様である。
FIG. 3 shows a second embodiment of the present invention. In FIG. 3, when the input image format is R (Red), G (Green), and B (Blue), the technique of the present invention is applied. Corresponding to the R input, the G input, and the B input, the scaler processing is performed by the R signal scaler 13, the G signal scaler 14, and the B signal scaler 15. These scalers include a horizontal polyphase filter 1h and a vertical polyphase filter 1v. These polyphase filters are configured to include the filter coefficients of Equation 3. For the sake of simplicity, an example in which the intensity adjustment coefficients Kh and Kv are shared for R, G, and B is shown, but the R signal scaler 13, the G signal scaler 14, and the B signal scaler. It is possible to individually control by using the intensity adjustment coefficients Kh and Kv that are different for each of 15.
In a simplified notation, Equation 3 is f1h (R) = f0h (R) + Kh × f10h (R), f1v (R) = f0v (R) + Kv × f10v (R), and for G and B Is the same.

図4と図5は本発明の実施例3を示す。複数の高域周波数成分を強調するときにも、同様の手法で実現することができる。ここでは、2つの高域成分(太いエッジの中高域成分、細いエッジの高域成分)を強調する方法を述べる。図5のf0,f1,f10は図1の意味と同じである。f0,f1,f10の係数から式3のフィルタ係数を得ることができる。この時に式3のKをK1と記す。f10は高域強調用フィルタである。同様にf0の係数とf2の係数との差からf20の係数を得ることができる。f20は中高域強調フィルタである。f20の係数をf10と同じ用に、式3に加える。その制御係数をK2と記す。K1は太いエッジの中高域成分の強調強度を、K2は細いエッジの高域成分の強調強度を制御する係数である。   4 and 5 show a third embodiment of the present invention. When emphasizing a plurality of high frequency components, the same technique can be used. Here, a method for emphasizing two high-frequency components (a middle-high frequency component of a thick edge and a high-frequency component of a thin edge) will be described. F0, f1, and f10 in FIG. 5 have the same meaning as in FIG. The filter coefficient of Expression 3 can be obtained from the coefficients of f0, f1, and f10. At this time, K in Equation 3 is denoted as K1. f10 is a high-frequency emphasis filter. Similarly, the coefficient f20 can be obtained from the difference between the coefficient f0 and the coefficient f2. f20 is a mid-high range emphasis filter. Add the coefficient of f20 to Equation 3 for the same coefficient as f10. The control coefficient is denoted as K2. K1 is a coefficient for controlling the emphasis strength of the middle and high frequency components of a thick edge, and K2 is a coefficient for controlling the emphasis strength of the high frequency component of a thin edge.

図4は図2の実施例2にある輝度信号部分に適用した本発明の実施例3の構成を示す。Kh1,Kv1は細いエッジに対して水平と垂直方向の強調強度を制御する係数である。また、Kh2,Kv2は太いエッジに対して水平と垂直方向の強調強度を制御する係数である。複数の高域周波数成分を強調することのできる複数高周波用のスケーラ16は、水平方向のポリフェーズフィルタhと垂直方向のポリフェーズフィルタvを備えており、それぞれが、周波数1と周波数2の高域周波数成分を強調することができる。   FIG. 4 shows the configuration of Embodiment 3 of the present invention applied to the luminance signal portion in Embodiment 2 of FIG. Kh1 and Kv1 are coefficients for controlling the emphasis strength in the horizontal and vertical directions with respect to a thin edge. Kh2 and Kv2 are coefficients for controlling the emphasis strength in the horizontal and vertical directions with respect to a thick edge. The multiple-frequency scaler 16 capable of emphasizing a plurality of high-frequency components includes a horizontal polyphase filter h and a vertical polyphase filter v, each having a high frequency 1 and a high frequency 2. The band frequency component can be emphasized.

Kh1は水平フィルタの周波数1を強調するゲイン係数Kであり、水平方向のゲイン調整211によりゲイン係数Kh1を用いて水平方向の高域成分の強調強度を制御する。Kv1は垂直フィルタの周波数1を強調するゲイン係数Kであり、垂直方向のゲイン調整221によりゲイン係数Kv1を用いて垂直方向の高域成分の強調強度を制御する。また、Kh2は水平フィルタの周波数2を強調するゲイン係数Kであり、水平方向のゲイン調整212によりゲイン係数Kh2を用いて水平方向の中高域成分の強調強度を制御する。更に、Kv2は垂直フィルタの周波数2を強調するゲイン係数Kであり、垂直方向のゲイン調整222によりゲイン係数Kv2を用いて垂直方向の中高域成分の強調強度を制御する。
簡略化した表記では、式3は、f1h=f0h+Kh1×f10h+Kh2×f20h,f1v=f0v+Kv1×f10v+Kv2×f20vとなる。
なお、図4では、高域成分と中高域成分に対応する周波数1と周波数2の強調強度を制御する例が示されているが、2つの周波数に限らず、更に多くの周波数成分の強調強度を制御するように変更することができる。
Kh1 is a gain coefficient K for emphasizing the frequency 1 of the horizontal filter, and the emphasis strength of the high frequency component in the horizontal direction is controlled using the gain coefficient Kh1 by the gain adjustment 211 in the horizontal direction. Kv1 is a gain coefficient K for emphasizing the frequency 1 of the vertical filter, and the vertical gain adjustment 221 controls the emphasis strength of the high frequency component in the vertical direction using the gain coefficient Kv1. Kh2 is a gain coefficient K for emphasizing the frequency 2 of the horizontal filter. The horizontal gain adjustment 212 controls the emphasis strength of the horizontal middle and high frequency components using the gain coefficient Kh2. Further, Kv2 is a gain coefficient K for emphasizing the frequency 2 of the vertical filter. The vertical gain adjustment 222 uses the gain coefficient Kv2 to control the emphasis strength of the vertical mid-high frequency components.
In a simplified notation, Equation 3 becomes f1h = f0h + Kh1 × f10h + Kh2 × f20h, f1v = f0v + Kv1 × f10v + Kv2 × f20v.
FIG. 4 shows an example of controlling the enhancement strengths of frequency 1 and frequency 2 corresponding to the high-frequency component and the mid-high-frequency component. However, the enhancement strength of more frequency components is not limited to two frequencies. Can be changed to control.

複数の高域周波数成分を強調する手法を図3のRGB入力に適用することができ(図を省略)、RGB入力に対して複数の高域周波数成分を強調するスケーラ処理を行うように変更することが可能である。   A method of enhancing a plurality of high frequency components can be applied to the RGB input of FIG. 3 (not shown), and the RGB input is changed to perform a scaler process that emphasizes a plurality of high frequency components. It is possible.

図1は本発明のスケーラ用部分と強調用部分の分離を示す図である。FIG. 1 is a diagram showing separation of a scaler portion and an emphasis portion according to the present invention. 図2は本発明の実施例1の輝度/色差画像処理の基本構成を示す図である。FIG. 2 is a diagram showing a basic configuration of luminance / color difference image processing according to the first embodiment of the present invention. 図3は本発明の実施例2のRGB画像処理の基本構成を示す図である。FIG. 3 is a diagram showing a basic configuration of RGB image processing according to the second embodiment of the present invention. 図4は本発明の実施例3の複数高周波成分強調の基本構成を示す図である。FIG. 4 is a diagram showing a basic configuration for emphasizing a plurality of high-frequency components according to the third embodiment of the present invention. 図5は本発明の実施例3の複数高周波数成分強調のフィルタ特性を示す図である。FIG. 5 is a diagram showing filter characteristics for emphasizing a plurality of high frequency components according to the third embodiment of the present invention. 図6は従来技術のポリフェーズフィルタのスケーラ原理を示す図である。FIG. 6 is a diagram showing the scaler principle of a conventional polyphase filter. 図7は従来例のスケーラフィルタとピーキングフィルタの周波数特性を示す図である。FIG. 7 is a diagram showing frequency characteristics of a conventional scaler filter and peaking filter. 図8は従来例のスケーラ後にエッジ強調する構成を示す図である。FIG. 8 is a diagram illustrating a configuration in which edge enhancement is performed after the scaler of the conventional example.

符号の説明Explanation of symbols

1 スケーラ
2 ピーキングフィルタ
3 ゲイン処理
11 輝度信号用のスケーラ
12 色差信号用のスケーラ
13 R信号用のスケーラ
14 G信号用のスケーラ
15 B信号用のスケーラ
16 複数高周波用のスケーラ
21 水平方向のゲイン調整
22 垂直方向のゲイン調整
211 水平方向の周波数1のゲイン調整
212 水平方向の周波数2のゲイン調整
221 垂直方向の周波数1のゲイン調整
222 垂直方向の周波数2のゲイン調整
DESCRIPTION OF SYMBOLS 1 Scaler 2 Peaking filter 3 Gain processing 11 Scaler for luminance signal 12 Scaler for color difference signal 13 Scaler for R signal 14 Scaler for G signal 15 Scaler for B signal 16 Scaler for multiple high frequencies 21 Horizontal gain adjustment 21 22 Vertical gain adjustment 211 Horizontal frequency 1 gain adjustment 212 Horizontal frequency 2 gain adjustment 221 Vertical frequency 1 gain adjustment 222 Vertical frequency 2 gain adjustment

Claims (12)

スケーラ処理とエッジ強調処理とを行う画像処理装置において、
スケーラ用のポリフェーズフィルタのフィルタ係数が基本処理部分と高周波強調部分とに分離され、前記高周波強調部分のフィルタ係数にゲイン係数が掛けられており、前記スケーラ用のポリフェーズフィルタを画像信号に適用することにより、ラインメモリを共用して、前記スケーラ処理と同時に、強調強度が制御された前記エッジ強調処理を行うことが可能であることを特徴とする画像処理装置。
In an image processing apparatus that performs scaler processing and edge enhancement processing,
The filter coefficient of the scaler polyphase filter is separated into the basic processing part and the high frequency emphasizing part, the filter coefficient of the high frequency emphasizing part is multiplied by the gain coefficient, and the scaler polyphase filter is applied to the image signal. By doing so, it is possible to perform the edge emphasis process in which the emphasis intensity is controlled simultaneously with the scaler process by sharing a line memory.
請求項1に記載の画像処理装置において、
前記スケーラ用のポリフェーズフィルタが水平方向のポリフェーズフィルタと垂直方向のポリフェーズフィルタとを備えており、前記スケーラ用のポリフェーズフィルタを画像の輝度信号に対して適用することにより、輝度信号の水平方向及び垂直方向の強調具合を制御できることを特徴とする画像処理装置。
The image processing apparatus according to claim 1.
The scaler polyphase filter includes a horizontal polyphase filter and a vertical polyphase filter, and the scaler polyphase filter is applied to the luminance signal of the image by applying the scaler polyphase filter to the luminance signal of the image. An image processing apparatus capable of controlling a degree of emphasis in a horizontal direction and a vertical direction.
請求項1に記載の画像処理装置において、
前記スケーラ用のポリフェーズフィルタが水平方向のポリフェーズフィルタと垂直方向のポリフェーズフィルタとを備えており、前記スケーラ用のポリフェーズフィルタを画像のRGB信号に対して適用することにより、RGB信号の水平方向及び垂直方向の強調具合を制御できることを特徴とする画像処理装置。
The image processing apparatus according to claim 1.
The scaler polyphase filter includes a horizontal polyphase filter and a vertical polyphase filter. By applying the scaler polyphase filter to an RGB signal of an image, the RGB signal An image processing apparatus capable of controlling a degree of emphasis in a horizontal direction and a vertical direction.
複数の高周波数域を強調するため、フィルタ係数が基本処理部分と複数の高周波強調部分とに分離された各高周波強調部分のフィルタ係数にゲイン係数を掛けたスケーラ用のポリフェーズフィルタを備えており、前記ポリフェーズフィルタを画像信号に適用することにより、ラインメモリを共用して、スケーラ処理と同時に、各高周波数成分の強調強度を制御できるエッジ強調処理が可能であることを特徴とする画像処理装置。   In order to emphasize multiple high-frequency regions, the filter coefficient is equipped with a polyphase filter for scaler that is obtained by multiplying the filter coefficient of each high-frequency emphasized part separated into a basic processing part and multiple high-frequency emphasized parts by the gain coefficient. By applying the polyphase filter to an image signal, it is possible to perform edge enhancement processing capable of controlling the enhancement intensity of each high-frequency component simultaneously with the scaler processing by sharing a line memory. apparatus. 請求項4に記載の画像処理装置において、
前記ポリフェーズフィルタが水平方向のポリフェーズフィルタと垂直方向のポリフェーズフィルタとを備えており、前記スケーラ用のポリフェーズフィルタの複数の高周波数域を画像の輝度・色差画像信号に適用することにより、輝度信号の垂直方向及び水平方向の各高周波数成分の強調強度を制御できることを特徴とする画像処理装置。
The image processing apparatus according to claim 4.
The polyphase filter includes a horizontal polyphase filter and a vertical polyphase filter, and applying a plurality of high frequency regions of the scaler polyphase filter to the luminance / color difference image signal of the image An image processing apparatus capable of controlling the enhancement intensity of each high frequency component in a vertical direction and a horizontal direction of a luminance signal.
請求項4に記載の画像処理装置において、
前記ポリフェーズフィルタが水平方向のポリフェーズフィルタと垂直方向のポリフェーズフィルタとを備えており、前記スケーラ用のポリフェーズフィルタの複数の高周波数域を画像のRGB信号に適用することにより、前記RGB信号の垂直方向及び水平方向の各高周波数成分の強調強度を制御できることを特徴とする画像処理装置。
The image processing apparatus according to claim 4.
The polyphase filter includes a horizontal polyphase filter and a vertical polyphase filter, and applying the plurality of high-frequency regions of the scaler polyphase filter to the RGB signal of the image, the RGB An image processing apparatus capable of controlling the enhancement intensity of each high frequency component in a vertical direction and a horizontal direction of a signal.
ポリフェーズフィルタのフィルタ係数を基本処理部分と高周波強調部分とに分離し、前記高周波強調部分のフィルタ係数にゲイン係数を掛けたスケーラ用のポリフェーズフィルタを画像信号に適用し、ラインメモリを共用して、スケーラ処理を行うと同時に、前記ゲイン係数を変更して強調強度を制御するエッジ強調処理を行うことを特徴とする画像処理方法。   The filter coefficient of the polyphase filter is separated into the basic processing part and the high frequency emphasis part, and the scaler polyphase filter obtained by multiplying the filter coefficient of the high frequency emphasis part by the gain coefficient is applied to the image signal, and the line memory is shared. An image processing method characterized by performing edge enhancement processing for controlling enhancement intensity by changing the gain coefficient at the same time as performing scaler processing. 請求項7に記載の画像処理方法において、
前記スケーラ用のポリフェーズフィルタを画像の輝度信号に対して適用し、水平方向及び垂直方向の輝度信号の強調具合を制御することを特徴とする画像処理方法。
The image processing method according to claim 7.
An image processing method, wherein the scaler polyphase filter is applied to a luminance signal of an image to control enhancement of luminance signals in a horizontal direction and a vertical direction.
請求項7に記載の画像処理方法において、
前記スケーラ用のポリフェーズフィルタを画像のRGB信号に対して適用し、水平方向及び垂直方向のRGB信号の強調具合を制御することを特徴とする画像処理方法。
The image processing method according to claim 7.
An image processing method, wherein the scaler polyphase filter is applied to an RGB signal of an image to control the enhancement of the RGB signal in the horizontal direction and the vertical direction.
複数の高周波数域を強調するため、ポリフェーズフィルタのフィルタ係数を基本処理部分と複数の高周波強調部分とに分離し、各高周波強調部分のフィルタ係数にゲイン係数を掛けたスケーラ用のポリフェーズフィルタを画像信号に適用し、ラインメモリを共用して、スケーラ処理を行うと同時に、前記ゲイン係数を変更して各高周波数成分の強調強度を制御するエッジ強調処理を行うことを特徴とする画像処理方法。   In order to emphasize multiple high frequency bands, the polyphase filter's filter coefficients are separated into a basic processing part and a plurality of high frequency emphasizing parts, and the gain coefficient is multiplied by the filter coefficient of each high frequency emphasizing part. Is applied to the image signal, the line memory is shared and the scaler process is performed, and at the same time, the gain coefficient is changed and the edge enhancement process for controlling the enhancement intensity of each high frequency component is performed. Method. 請求項10に記載の画像処理方法において、
前記ポリフェーズフィルタの複数の高周波数域を画像の輝度・色差画像信号に適用し、前記ゲイン係数を変更して輝度信号の垂直方向及び水平方向の各高周波数成分の強調強度を制御することを特徴とする画像処理方法。
The image processing method according to claim 10,
Applying a plurality of high frequency regions of the polyphase filter to the luminance / chrominance image signal of the image, and changing the gain coefficient to control the enhancement intensity of each high frequency component in the vertical direction and the horizontal direction of the luminance signal. A featured image processing method.
請求項10に記載の画像処理方法において、
前記ポリフェーズフィルタの複数の高周波数域を画像のRGB信号に適用し、前記RGB信号の垂直方向及び水平方向の各高周波数成分の強調強度を制御することを特徴とする画像処理方法。
The image processing method according to claim 10,
An image processing method comprising: applying a plurality of high-frequency regions of the polyphase filter to an RGB signal of an image, and controlling enhancement intensity of each high-frequency component in the vertical direction and the horizontal direction of the RGB signal.
JP2006008253A 2006-01-17 2006-01-17 Image processing method and device for scaler and edge enhancement Pending JP2007193397A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006008253A JP2007193397A (en) 2006-01-17 2006-01-17 Image processing method and device for scaler and edge enhancement

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006008253A JP2007193397A (en) 2006-01-17 2006-01-17 Image processing method and device for scaler and edge enhancement

Publications (1)

Publication Number Publication Date
JP2007193397A true JP2007193397A (en) 2007-08-02

Family

ID=38449080

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006008253A Pending JP2007193397A (en) 2006-01-17 2006-01-17 Image processing method and device for scaler and edge enhancement

Country Status (1)

Country Link
JP (1) JP2007193397A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010262276A (en) * 2009-04-08 2010-11-18 Semiconductor Energy Lab Co Ltd Method for driving liquid crystal display device
CN102129666A (en) * 2010-12-31 2011-07-20 华亚微电子(上海)有限公司 Image scaling method and device
US8786637B2 (en) 2011-03-23 2014-07-22 Samsung Electronics Co., Ltd. Method for processing image and devices using the method
US9147237B2 (en) 2012-11-16 2015-09-29 Samsung Electronics Co., Ltd. Image processing method and device for enhancing image quality using different coefficients according to regions
JP2016134896A (en) * 2015-01-22 2016-07-25 三星ディスプレイ株式會社Samsung Display Co.,Ltd. Image processor, image processing method, and program
CN107106109A (en) * 2014-11-06 2017-08-29 皇家飞利浦有限公司 Computed tomograph scanner system
US9811873B2 (en) 2015-02-12 2017-11-07 Samsung Electronics Co., Ltd. Scaler circuit for generating various resolution images from single image and devices including the same
US10192286B2 (en) 2014-09-11 2019-01-29 Synaptics Japan Gk Device and method for image enlargement and display panel driver using the same

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003517785A (en) * 1999-12-17 2003-05-27 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Signal peaking
JP2005506809A (en) * 2001-10-26 2005-03-03 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ A polyphase filter combining vertical peaking and vertical scaling in a pixel processing unit

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003517785A (en) * 1999-12-17 2003-05-27 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Signal peaking
JP2005506809A (en) * 2001-10-26 2005-03-03 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ A polyphase filter combining vertical peaking and vertical scaling in a pixel processing unit

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9978320B2 (en) 2009-04-08 2018-05-22 Semiconductor Energy Laboratory Co., Ltd. Method for driving semiconductor device
US11450291B2 (en) 2009-04-08 2022-09-20 Semiconductor Energy Laboratory Co., Ltd. Method for driving semiconductor device
US8780034B2 (en) 2009-04-08 2014-07-15 Semiconductor Energy Laboratory Co., Ltd. Method for driving semiconductor device including super-resolution processing
US11670251B2 (en) 2009-04-08 2023-06-06 Semiconductor Energy Laboratory Co., Ltd. Method for driving semiconductor device
US11030966B2 (en) 2009-04-08 2021-06-08 Semiconductor Energy Laboratory Co., Ltd. Method for driving semiconductor device
US9343018B2 (en) 2009-04-08 2016-05-17 Semiconductor Energy Laboratory Co., Ltd. Method for driving a liquid crystal display device at higher resolution
US10657910B2 (en) 2009-04-08 2020-05-19 Semiconductor Energy Laboratory Co., Ltd. Method for driving semiconductor device
JP2010262276A (en) * 2009-04-08 2010-11-18 Semiconductor Energy Lab Co Ltd Method for driving liquid crystal display device
US12080254B2 (en) 2009-04-08 2024-09-03 Semiconductor Energy Laboratory Co., Ltd. Method for driving semiconductor device
CN102129666A (en) * 2010-12-31 2011-07-20 华亚微电子(上海)有限公司 Image scaling method and device
US8786637B2 (en) 2011-03-23 2014-07-22 Samsung Electronics Co., Ltd. Method for processing image and devices using the method
US9147237B2 (en) 2012-11-16 2015-09-29 Samsung Electronics Co., Ltd. Image processing method and device for enhancing image quality using different coefficients according to regions
US10192286B2 (en) 2014-09-11 2019-01-29 Synaptics Japan Gk Device and method for image enlargement and display panel driver using the same
US10510138B2 (en) 2014-09-11 2019-12-17 Synaptics Japan Gk Device and method for image enlargement and display panel driver using the same
CN107106109B (en) * 2014-11-06 2020-11-06 皇家飞利浦有限公司 Computed tomography system
CN107106109A (en) * 2014-11-06 2017-08-29 皇家飞利浦有限公司 Computed tomograph scanner system
KR20160091222A (en) * 2015-01-22 2016-08-02 삼성디스플레이 주식회사 Image processing device and image processing method
JP2016134896A (en) * 2015-01-22 2016-07-25 三星ディスプレイ株式會社Samsung Display Co.,Ltd. Image processor, image processing method, and program
KR102438227B1 (en) * 2015-01-22 2022-08-31 삼성디스플레이 주식회사 Image processing device and image processing method
US9811873B2 (en) 2015-02-12 2017-11-07 Samsung Electronics Co., Ltd. Scaler circuit for generating various resolution images from single image and devices including the same

Similar Documents

Publication Publication Date Title
JP2007193397A (en) Image processing method and device for scaler and edge enhancement
KR102531222B1 (en) Inverse tone mapping based on luminance zones
JP4290193B2 (en) Image processing device
JP2002010289A (en) Signal processor, signal processing method and imaging apparatus
JP2010263598A (en) Video signal processing device and display apparatus
JP6744723B2 (en) Image processing apparatus, image processing method, and computer program
JP3734430B2 (en) Contour correction circuit
JPH02272894A (en) Color image sigal encoding
JP2007336555A (en) Image processing device, image forming device, and image processing method
KR100700017B1 (en) Apparatus for color interpolation by using adjustable threshold
JP6403720B2 (en) Image processing apparatus, image processing method, and computer program
JP2006217385A (en) Television image processor
JP4965903B2 (en) Image processing apparatus and method
JP3106831B2 (en) Video signal processing device
JP7183015B2 (en) Image processing device, image processing method, and program
JP2781141B2 (en) Video signal contour correction method and apparatus
JP2007110303A (en) Contour correction circuit
JP2010171624A (en) Outline correction circuit and interpolation pixel generation circuit
TWI390958B (en) Video filter and video processor and processing method using thereof
JP2009253760A (en) Image processing apparatus, image processing method and electronic device
JP4257287B2 (en) Image quality improving apparatus and image quality improving method
JP2007028468A (en) Image processing apparatus and method
US8718395B2 (en) Image processing apparatus, display apparatus provided with same, and image processing method
JP6742892B2 (en) Image processing apparatus and image processing method
JP4454375B2 (en) Image edge correction device, video display device, and image edge correction method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080220

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101201

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101207

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110124

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110222

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20110920