JPH0683947A - Image processing device - Google Patents

Image processing device

Info

Publication number
JPH0683947A
JPH0683947A JP4235498A JP23549892A JPH0683947A JP H0683947 A JPH0683947 A JP H0683947A JP 4235498 A JP4235498 A JP 4235498A JP 23549892 A JP23549892 A JP 23549892A JP H0683947 A JPH0683947 A JP H0683947A
Authority
JP
Japan
Prior art keywords
image
conversion
rgb
color difference
arithmetic unit
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
JP4235498A
Other languages
Japanese (ja)
Inventor
Tadao Matsuura
忠男 松浦
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 JP4235498A priority Critical patent/JPH0683947A/en
Publication of JPH0683947A publication Critical patent/JPH0683947A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Processing (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

PURPOSE:To require only one computing element, and reduce the manufacture cost and reduce the size of the device by selectively performing arithmetic for RGB-to-Y color difference conversion or Y color difference-to-RGB conversion by the computing element. CONSTITUTION:An analog video signal which is inputted from a terminal 1 is converted by an A/D converter 2 into digital data, which are temporarily stored in an area of one of memories 1-(n) of an image memory 3. Then parameters of the computing element 4 are set by a CPU 6 for RGB-to-Y color difference conversion and the image data stored in the memory area are converted through the computing element 4 and stored in another image memory area. Consequently, the RGB-to-Y color difference conversion can be performed in one frame time and the parameters of the computing element 4 are re-set by the CPU 6 for the reconversion; and then an image converted to a Y color difference is reconverted into an RGB image, which is outputted through a D/A converter 5, thereby advancing processes for editing, composition, conversion, cutting, etc., while the image is referred to on a display.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はデジタル画像処理装置に
関し、特に静止画を取り込んで処理を行なう画像処理装
置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a digital image processing apparatus, and more particularly to an image processing apparatus for capturing and processing a still image.

【0002】[0002]

【従来の技術】従来例を図2に示す。図2において、2
は入力したアナログビデオ信号をデジタルデータに変換
するA/D変換器、10、11は画像データに対してR
GB→Y色差変換、あるいは逆の変換を行なう演算器、
3は変換されたデジタル画像データを複数枚記憶する領
域1〜nに分割された画像メモリ、5は画像データをア
ナログビデオ信号に変換するD/A変換器、6は全体の
制御、画像の処理を行なうCPUである。
2. Description of the Related Art A conventional example is shown in FIG. In FIG. 2, 2
Is an A / D converter for converting an input analog video signal into digital data, and 10 and 11 are R for image data.
An arithmetic unit that performs GB → Y color difference conversion, or the reverse conversion,
3 is an image memory divided into areas 1 to n for storing a plurality of converted digital image data, 5 is a D / A converter for converting image data into an analog video signal, 6 is overall control, image processing Is a CPU that performs.

【0003】画像の切り出し等の処理を行なう場合に、
RGB形式よりもY(輝度)−色差形式に変換して行な
う方が有利な場合がある。この変換は、各画素について
3×3のマトリクス演算を行なうことで実現できる。こ
のような演算のための専用のLSIが開発されており、
例えばBrook Tree社のBT281がある。こ
れを用いることで、RGBに対して
When processing such as cutting out an image,
It may be more advantageous to convert to the Y (luminance) -color difference format than the RGB format. This conversion can be realized by performing a 3 × 3 matrix calculation for each pixel. A dedicated LSI for such calculations has been developed,
For example, there is BT281 from Brook Tree. By using this, for RGB

【0004】[0004]

【数1】 [Equation 1]

【0005】のようなマトリクス演算を実行でき、リア
ルタイムでRGBデータからY−色差データへの変換が
可能である。
The matrix calculation as described above can be executed, and the RGB data can be converted into Y-color difference data in real time.

【0006】このような素子を使用した従来例を図2を
用いて更に詳細に説明する。まず、A/D変換器2でア
ナログビデオ信号をデジタルデータに変換する。通常、
ここではデータはRGBの形式で出力される。このデー
タを演算器10でY−色差データに変換し、画像メモリ
3に記憶する。この変換したデータをディスプレイに表
示するためには、それに合った形式に変換し直さなけれ
ばならない。通常、ディスプレイはRGB形式である。
そのための逆変換を演算器11で行なう。ここで変換し
たデータをD/A変換器5でアナログ信号に変換し、デ
ィスプレイに表示する。
A conventional example using such an element will be described in more detail with reference to FIG. First, the A / D converter 2 converts an analog video signal into digital data. Normal,
Here, the data is output in the RGB format. This data is converted into Y-color difference data by the arithmetic unit 10 and stored in the image memory 3. In order to display this converted data on the display, it has to be converted again into a suitable format. Usually the display is in RGB format.
The inverse conversion for that purpose is performed by the arithmetic unit 11. The data converted here is converted into an analog signal by the D / A converter 5 and displayed on the display.

【0007】[0007]

【発明が解決しようとする課題】従来の技術では、画像
メモリ3の前後に二つの演算器10、11を配置し、そ
れぞれに変換・逆変換を行なわせている。しかし、静止
画を扱う場合、入力側の演算器10で変換してメモリ3
に一旦記憶してしまえば、あとの処理では演算器10は
使用されない。また演算器11は、画像処理中にディス
プレイへの表示のために逆変換を行なうだけである。
In the prior art, two arithmetic units 10 and 11 are arranged in front of and behind the image memory 3 to perform conversion and inverse conversion, respectively. However, when handling a still image, it is converted by the arithmetic unit 10 on the input side and the memory 3
Once stored in, the arithmetic unit 10 is not used in the subsequent processing. Further, the arithmetic unit 11 only performs the inverse transformation for displaying on the display during image processing.

【0008】本発明は、演算器を一つに減らすことを可
能とし、画像処理装置全体の実装スペースの節約と、コ
ストダウンの両方を実現した画像処理装置の提供を目的
とする。
SUMMARY OF THE INVENTION It is an object of the present invention to provide an image processing apparatus which can reduce the number of arithmetic units to one, and realize both the saving of the mounting space of the entire image processing apparatus and the cost reduction.

【0009】[0009]

【課題を解決するための手段】本発明による画像処理装
置は、前記課題を達成するため、入力されたアナログビ
デオ信号をデジタルデータに変換するA/D変換手段
と、前記A/D変換手段から出力されたデジタル画像デ
ータを記憶する画像記憶手段と、前記画像記憶手段から
出力されたデジタル画像データに演算を行なう演算器
と、前記演算器から出力されたデジタルデータをアナロ
グビデオ信号に変換するD/A変換手段と、全体の制御
及び画像データ処理を行う制御手段とを備えた画像処理
装置において、前記画像記憶手段の出力を入力側へフィ
ードバックするループを設け、該ループ中に前記演算器
を設けたことを特徴とするよう構成している。
In order to achieve the above-mentioned object, an image processing apparatus according to the present invention comprises an A / D converting means for converting an input analog video signal into digital data, and the A / D converting means. An image storage unit for storing the output digital image data, an arithmetic unit for performing an operation on the digital image data output from the image storage unit, and a D for converting the digital data output from the arithmetic unit into an analog video signal. In an image processing apparatus including an A / A conversion unit and a control unit that performs overall control and image data processing, a loop that feeds back the output of the image storage unit to an input side is provided, and the arithmetic unit is included in the loop. It is configured to be provided.

【0010】[0010]

【作用】A/D変換手段は入力されたアナログビデオ信
号をデジタルデータに変換する。画像記憶手段は、前記
A/D変換手段から出力されたデジタル画像データを記
憶する。演算器は前記画像記憶手段から出力されたデジ
タル画像データに演算を行なう。D/A変換器は前記演
算器から出力されたデジタルデータをアナログビデオ信
号に変換する。制御手段は全体の制御及び画像データ処
理を行う。
The A / D conversion means converts the input analog video signal into digital data. The image storage means stores the digital image data output from the A / D conversion means. The arithmetic unit operates on the digital image data output from the image storage means. The D / A converter converts the digital data output from the arithmetic unit into an analog video signal. The control means performs overall control and image data processing.

【0011】前記画像記憶手段の出力を入力側へフィー
ドバックするループが設けられ、該ループ中に前記演算
器が設けられており、前記制御手段の制御に基づいて、
該演算器はRGB→Y−色差変換の演算、あるいはY−
色差→RGBの変換の演算を選択的に実行する。このよ
うに本発明の画像処理装置では、1つの演算器に変換・
逆変換の両機能を担わせることが可能となる。
A loop for feeding back the output of the image storage means to the input side is provided, the arithmetic unit is provided in the loop, and based on the control of the control means,
The arithmetic unit calculates RGB → Y-color difference conversion, or Y-
The calculation of color difference → RGB conversion is selectively executed. As described above, in the image processing device of the present invention, conversion into one arithmetic unit
It is possible to have both functions of inverse conversion.

【0012】[0012]

【実施例】図1は本発明の一実施例を示すブロック図で
ある。図1において、2は端子1から入力したアナログ
ビデオ信号をデジタルデータに変換するA/D変換器、
3は変換された複数のデジタル画像データを記憶する領
域1〜nを有する画像メモリ、4は画像データに対し
て、RGB→Y−色差またはY−色差→RGBの変換を
行なう演算器で、以下に示す動作例1の場合、演算器4
は画像メモリ3の出力と入力を結ぶフィードバックルー
プの途中に挿入されるとともに、次のD/A変換器5に
出力する。
FIG. 1 is a block diagram showing an embodiment of the present invention. In FIG. 1, reference numeral 2 denotes an A / D converter that converts an analog video signal input from the terminal 1 into digital data,
Reference numeral 3 is an image memory having areas 1 to n for storing a plurality of converted digital image data, and 4 is an arithmetic unit for performing conversion of RGB → Y-color difference or Y-color difference → RGB on the image data. In the case of the operation example 1 shown in FIG.
Is inserted in the middle of a feedback loop connecting the output and the input of the image memory 3 and is output to the next D / A converter 5.

【0013】また、以下に示す動作例2の場合、A/D
変換器2の出力を受けるよう接続される。5は上記演算
器4から出力される画像データをアナログビデオ信号に
変換するD/A変換器、6は全体の制御、画像の編集、
合成、変換、切り出し等の処理を行なうCPUである。
In the case of operation example 2 shown below, the A / D
It is connected to receive the output of the converter 2. Reference numeral 5 is a D / A converter for converting the image data output from the arithmetic unit 4 into an analog video signal, 6 is overall control, image editing,
It is a CPU that performs processing such as composition, conversion, and cutout.

【0014】<動作例1>端子1に入力されたアナログ
ビデオ信号は、A/D変換器2によりデジタルデータに
変換され、一旦画像メモリ3の画像メモリ1〜nのいず
れかの領域i(1≦i≦n)に記憶される。この時点で
は画像データはRGBで表現されている。
<Operation Example 1> The analog video signal input to the terminal 1 is converted into digital data by the A / D converter 2, and is temporarily stored in one of the image memories 1 to n of the image memory 3 i (1). ≦ i ≦ n). At this point, the image data is represented in RGB.

【0015】その後、演算器4のパラメータを、RGB
→Y−色差用にCPU6により設定して、メモリ領域i
に記憶されている画像データを演算器4を通して変換し
別の画像メモリ領域j(1≦j≦n、ただしi≠j)に
記憶する。
After that, the parameters of the arithmetic unit 4 are changed to RGB
→ Set by the CPU 6 for Y-color difference, and the memory area i
The image data stored in 1 is converted through the arithmetic unit 4 and stored in another image memory area j (1≤j≤n, where i ≠ j).

【0016】こうすることでRGB→Y−色差変換を1
フレーム時間で行なうことができる。その後、演算器4
のパラメータをCPU6により逆変換用に設定し直すこ
とで、Y−色差に変換された画像をRGBに逆変換して
D/A変換器5を通して出力し、ディスプレイで画像を
参照しながら編集、合成、変換、切り出し等の処理を進
めることができる。
By doing so, the RGB → Y-color difference conversion is reduced to 1
It can be done in frame time. After that, arithmetic unit 4
By re-setting the parameters for the inverse conversion by the CPU 6, the image converted into the Y-color difference is inversely converted into RGB and output through the D / A converter 5, and is edited and combined while referring to the image on the display. , Conversion, cutout, etc. can be performed.

【0017】<動作例2>演算器4のパラメータを、C
PU6により、RGB→Y−色差用に設定し、A/D変
換器2からの出力を直接演算器4に入力するようCPU
6で制御する。そして演算器4の出力を画像メモリ3の
いずれかの領域に記憶するように制御することで、RG
B形式のデータを一旦メモリ3上に置くことなく、直
接、Y−色差形式のデータをメモリ3上に取り込むこと
ができる。この後、実施例1と同じく、演算器4のパラ
メータを、逆変換用にCPU6で設定し直すことでディ
スプレイに表示することができる。
<Operation Example 2> The parameter of the arithmetic unit 4 is C
CPU for setting RGB → Y-color difference by PU6 and inputting the output from the A / D converter 2 directly to the arithmetic unit 4
Controlled by 6. Then, by controlling the output of the arithmetic unit 4 to be stored in any area of the image memory 3, the RG
The Y-color difference format data can be directly loaded into the memory 3 without temporarily storing the B format data in the memory 3. After that, as in the first embodiment, the parameters of the arithmetic unit 4 can be displayed on the display by resetting the parameters for inverse conversion by the CPU 6.

【0018】[0018]

【発明の効果】以上のように本発明の画像処理装置は、
画像記憶手段の出力を入力側へフィードバックするルー
プが設けられ、該ループ中に前記演算器が設けられてお
り、前記制御手段の制御に基づいて、該演算器はRGB
→Y−色差変換の演算、あるいはY−色差→RGBの変
換の演算を選択的に実行するようにしたので、1つの演
算器に変換・逆変換の両機能を担わせることが可能とな
り、従来2個必要とした演算器を1個で済ませることが
できる。従って製造コストの低減、装置の小型化、及び
低消費電力化に大いに効果がある。
As described above, the image processing apparatus of the present invention is
A loop for feeding back the output of the image storage means to the input side is provided, and the arithmetic unit is provided in the loop.
Since the calculation of Y-color difference conversion or the calculation of Y-color difference → RGB conversion is selectively executed, it is possible to allow one arithmetic unit to perform both conversion and inverse conversion functions. Only one computing unit, which requires two, can be used. Therefore, it is very effective in reducing the manufacturing cost, downsizing the device, and reducing the power consumption.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【図2】従来装置の構成を示すブロック図である。FIG. 2 is a block diagram showing a configuration of a conventional device.

【符号の説明】[Explanation of symbols]

1 端子 2 A/D変換器 3 画像メモリ 4 演算器 5 D/A変換器 6 CPU 1 terminal 2 A / D converter 3 image memory 4 arithmetic unit 5 D / A converter 6 CPU

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 入力されたアナログビデオ信号をデジタ
ルデータに変換するA/D変換手段と、 前記A/D変換手段から出力されたデジタル画像データ
を記憶する画像記憶手段と、 前記画像記憶手段から出力されたデジタル画像データに
演算を行なう演算器と、 前記演算器から出力されたデジタルデータをアナログビ
デオ信号に変換するD/A変換手段と、 全体の制御及び画像データ処理を行う制御手段とを備え
た画像処理装置において、 前記画像記憶手段の出力を入力側へフィードバックする
ループを設け、該ループ中に前記演算器を設けたことを
特徴とする画像処理装置。
1. An A / D conversion means for converting an input analog video signal into digital data, an image storage means for storing the digital image data output from the A / D conversion means, and an image storage means An arithmetic unit for performing an arithmetic operation on the output digital image data, a D / A conversion unit for converting the digital data output from the arithmetic unit into an analog video signal, and a control unit for performing overall control and image data processing. An image processing apparatus provided with a loop for feeding back an output of the image storage unit to an input side, and the arithmetic unit provided in the loop.
JP4235498A 1992-09-03 1992-09-03 Image processing device Pending JPH0683947A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4235498A JPH0683947A (en) 1992-09-03 1992-09-03 Image processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4235498A JPH0683947A (en) 1992-09-03 1992-09-03 Image processing device

Publications (1)

Publication Number Publication Date
JPH0683947A true JPH0683947A (en) 1994-03-25

Family

ID=16986923

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4235498A Pending JPH0683947A (en) 1992-09-03 1992-09-03 Image processing device

Country Status (1)

Country Link
JP (1) JPH0683947A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005345721A (en) * 2004-06-02 2005-12-15 Seiko Epson Corp Display controller, electronic device, and image data supply method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005345721A (en) * 2004-06-02 2005-12-15 Seiko Epson Corp Display controller, electronic device, and image data supply method

Similar Documents

Publication Publication Date Title
US7570810B2 (en) Method and apparatus applying digital image filtering to color filter array data
US20050024380A1 (en) Method for reducing random access memory of IC in display devices
US7271812B2 (en) Method and apparatus for color space conversion
CN101009851A (en) Image processing method and its device
US7429992B2 (en) Method and system for providing accelerated video processing in a communication device
US20050270304A1 (en) Display controller, electronic apparatus and method for supplying image data
US5272468A (en) Image processing for computer color conversion
JP2000338935A (en) Gradation correction device, image display device, and gradation correction method
JPH0683947A (en) Image processing device
JP3450472B2 (en) Color image processing method
US6630956B1 (en) Device and method for processing color signals employing vector operation color space conversion means
JPH0937285A (en) Imaging system, imaging device, and imaging signal processing device
JP3332404B2 (en) Image monitor device and control device therefor
US20050285813A1 (en) Display controller, electronic equipment, and image data supplying method
JP4281161B2 (en) Electronic camera
JP5738639B2 (en) Data processing apparatus and data processing method
JP3710066B2 (en) Electronic still video camera
JPH09200550A (en) Image processing system
JP2001061092A (en) Electronic camera
JP2006050593A (en) Imaging signal processing circuit and camera system
JP2003244714A (en) Image processing device and digital still camera
JPH07288833A (en) Moving image processing apparatus and method thereof
JPH07141499A (en) Color conversion device
JP4238529B2 (en) Image processing device
JPH08202326A (en) Image processing device