KR100946266B1 - Image processing apparatus and processing method thereof - Google Patents

Image processing apparatus and processing method thereof Download PDF

Info

Publication number
KR100946266B1
KR100946266B1 KR1020080008471A KR20080008471A KR100946266B1 KR 100946266 B1 KR100946266 B1 KR 100946266B1 KR 1020080008471 A KR1020080008471 A KR 1020080008471A KR 20080008471 A KR20080008471 A KR 20080008471A KR 100946266 B1 KR100946266 B1 KR 100946266B1
Authority
KR
South Korea
Prior art keywords
buffer
digital image
decoder
imager
image
Prior art date
Application number
KR1020080008471A
Other languages
Korean (ko)
Other versions
KR20090082609A (en
Inventor
김진태
Original Assignee
(주)블루버드 소프트
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 (주)블루버드 소프트 filed Critical (주)블루버드 소프트
Priority to KR1020080008471A priority Critical patent/KR100946266B1/en
Publication of KR20090082609A publication Critical patent/KR20090082609A/en
Application granted granted Critical
Publication of KR100946266B1 publication Critical patent/KR100946266B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/60Memory management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/44Decoders specially adapted therefor, e.g. video decoders which are asymmetric with respect to the encoder

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)

Abstract

이미지 처리 장치 및 이를 이용한 이미지 처리 방법이 제공된다. 이미지처리 장치는, 다수의 버퍼(buffer)들과, 캡쳐(capture)된 이미지들을 디지털 이미지들로 변환하고, 변환된 디지털 이미지들을 다수의 버퍼들에 저장하는 것을 제어하는 이미저(imager)와, 다수의 버퍼들 중에서 이미저로부터 지정된 하나의 버퍼에 인터페이싱되어 하나의 버퍼에 저장된 디지털 이미지들을 디코딩하는 디코더(decoder)를 포함하고, 이미지 처리 장치는, 디코더가 하나의 버퍼에 저장된 디지털 이미지들을 디코딩하는 동안, 이미저는 새롭게 캡쳐된 이미지들을 새로운 디지털 이미지들로 변환하고, 변환된 새로운 디지털 이미지들을 다수의 버퍼들 중에서 하나의 버퍼를 제외한 나머지 버퍼들에 순차적으로 저장한다.An image processing apparatus and an image processing method using the same are provided. The image processing apparatus includes a plurality of buffers, an imager for controlling the conversion of captured images into digital images, and storing the converted digital images in the plurality of buffers; A decoder that decodes digital images stored in one buffer by interfacing to one buffer designated from the imager among the plurality of buffers, and the image processing apparatus includes a decoder for decoding the digital images stored in one buffer. In the meantime, the imager converts the newly captured images into new digital images and sequentially stores the converted new digital images in the remaining buffers except one of the plurality of buffers.

이미저, 캡쳐, 디코딩 Imager, Capture, Decode

Description

이미지 처리 장치 및 이를 이용한 이미지 처리 방법{image processing apparatus and processing method thereof}Image processing apparatus and image processing method using the same

본 발명은 이미지 처리 장치 및 이를 이용한 이미지 처리 방법에 관한 것으로, 보다 상세하게는 다중 버퍼를 이용하여 이미지 처리 동작 시 대기 시간을 감소시킬 수 있는 이미지 처리 장치 및 이를 이용한 이미지 처리 방법에 관한 것이다.The present invention relates to an image processing apparatus and an image processing method using the same. More particularly, the present invention relates to an image processing apparatus and an image processing method using the same, which can reduce a waiting time during an image processing operation using multiple buffers.

종래의 이미지 처리 장치, 예컨대 이미지 바코드 인식기 등과 같은 이미지 처리 장치는 이중 버퍼를 사용하는 이중 버퍼링 방식으로 캡쳐된 이미지를 디코딩하였다. 이중 버퍼링 방식은 두 개의 버퍼를 이용하여 캡쳐된 이미지를 하나의 버퍼에 저장하고, 이를 다른 하나의 버퍼로 복사하여 디코딩하는 방식이다.Conventional image processing apparatuses, such as image processing apparatuses such as image barcode readers, have decoded captured images in a double buffering manner using a double buffer. The double buffering method is a method of storing a captured image in one buffer using two buffers, copying it into another buffer, and decoding the same.

도 1은 종래의 이중 버퍼링 방식을 이용한 이미지 처리 장치의 이미지 처리 방법의 순서도이다. 도 1을 참조하면, 이미지를 캡쳐하는 단계(S10), 캡쳐된 이미지를 제1 버퍼에 저장하는 단계(S20), 제1 버퍼에 저장된 이미지를 제2 버퍼에 복사하는 단계(S30) 및 제2 버퍼로부터 이미지를 디코딩하는 단계(S40)를 포함한다.1 is a flowchart of an image processing method of an image processing apparatus using a conventional double buffering method. Referring to FIG. 1, a step of capturing an image (S10), a step of storing the captured image in a first buffer (S20), a step of copying an image stored in the first buffer to a second buffer (S30), and a second Decoding the image from the buffer (S40).

또한, 이미지 처리 장치의 디코더가 이미지를 디코딩하는 동안(S40), 이미저는 새로운 이미지를 캡쳐하고, 캡쳐된 이미지를 제1 버퍼에 저장하는 단계(S20)를 반복 수행할 수 있다.In addition, while the decoder of the image processing apparatus decodes the image (S40), the imager may repeatedly perform the step (S20) of capturing a new image and storing the captured image in the first buffer.

상술한 이중 버퍼링 방식의 이미지 처리 방법은, 이미저로부터 캡쳐된 이미지가 제1 버퍼로부터 제2 버퍼에 복사되는 단계(S30)가 포함되어 있다. 따라서, 디코더가 이미지를 디코딩하기 위해 이미저에 캡쳐된 이미지를 요청하게 되면, 디코더는 상기 단계, 즉 제1 버퍼로부터 제2 버퍼에 캡쳐된 이미지를 복사하는 단계(S30)만큼의 대기 시간을 더 필요로 하게 된다. The above-described double buffering image processing method includes a step S30 of copying an image captured from the imager from the first buffer to the second buffer. Therefore, when the decoder requests the captured image to the imager to decode the image, the decoder further adds the waiting time as described above, that is, copying the captured image from the first buffer to the second buffer (S30). Needed.

또한, 디코더가 제2 버퍼로부터 이미지의 디코딩에 실패하여 재디코딩을수행하게 되면(S45), 이미저가 새로운 이미지를 캡쳐하여 제1 버퍼에 저장하는 단계(S20) 및 제1 버퍼에 저장된 새로운 이미지를 제2 버퍼에 복사하는 단계(S30)만큼 대기 시간이 더 필요하게 된다.In addition, if the decoder fails to decode the image from the second buffer and re-decodes (S45), the imager captures a new image and stores it in the first buffer (S20) and the new image stored in the first buffer. The waiting time is further required as step S30 of copying to the second buffer.

이러한 대기 시간은 이미지 처리 장치의 이미지 처리 시간을 증가시키고, 이미지 처리 장치의 신뢰성을 저하시킨다.This waiting time increases the image processing time of the image processing apparatus and lowers the reliability of the image processing apparatus.

본 발명이 해결하고자 하는 과제는, 대기시간을 감소시킬 수 있는 이미지처리 장치를 제공하고자 하는데 있다.The problem to be solved by the present invention is to provide an image processing apparatus that can reduce the waiting time.

본 발명이 해결하고자 하는 다른 과제는, 이러한 이미지 처리 장치를 이용한 이미지 처리 방법을 제공하고자 하는데 있다.Another object of the present invention is to provide an image processing method using such an image processing apparatus.

상기 과제를 해결하기 위한 본 발명의 일 실시예에 따른 이미지 처리 장치 는, 다수의 버퍼(buffer)들과, 캡쳐(capture)된 이미지들을 디지털 이미지들로 변환하고, 변환된 디지털 이미지들을 다수의 버퍼들에 저장하는 것을 제어하는 이미저(imager)와, 다수의 버퍼들 중에서 이미저로부터 지정된 하나의 버퍼에 인터페이싱되어 하나의 버퍼에 저장된 디지털 이미지들을 디코딩하는 디코더(decoder)를 포함한다.An image processing apparatus according to an embodiment of the present invention for solving the above problems, a plurality of buffers (buffers), convert the captured images into digital images, and converts the converted digital images into a plurality of buffers Imager for controlling the storage in the field of view, and a decoder for decoding digital images stored in one buffer by interfacing to a buffer designated from the imager among a plurality of buffers.

이미지 처리 장치는, 디코더가 하나의 버퍼에 저장된 디지털 이미지들을 디코딩하는 동안, 이미저는 새롭게 캡쳐된 이미지들을 새로운 디지털 이미지들로 변환하고, 변환된 새로운 디지털 이미지들을 다수의 버퍼들 중에서 하나의 버퍼를 제외한 나머지 버퍼들에 순차적으로 저장한다.The image processing apparatus converts the newly captured images into new digital images while the decoder decodes the digital images stored in one buffer, and excludes the converted new digital images from one of the plurality of buffers. Store them in the remaining buffers sequentially.

상기 과제를 해결하기 위한 본 발명의 다른 실시예에 따른 이미지 처리 장치는, 제1 버퍼 내지 제3 버퍼와, 캡쳐된 제1 이미지를 제1 디지털 이미지로 변환하고, 변환된 제1 디지털 이미지를 제1 버퍼에 저장하는 이미저와, 상기 이미저로부터 지정된 상기 제1 버퍼에 인터페이싱되어 상기 제1 디지털 이미지를 디코딩하는 디코더를 포함한다.In accordance with another aspect of the present invention, there is provided an image processing apparatus including a first buffer to a third buffer, converting a captured first image into a first digital image, and converting the converted first digital image. An imager for storing in a first buffer, and a decoder for decoding the first digital image interfaced to the first buffer designated from the imager.

이미지 처리 장치는, 디코더가 제1 버퍼로부터 출력된 제1 디지털 이미지를 디코딩하는 동안, 이미저는 캡쳐된 제2 이미지를 제2 디지털 이미지로 변환하고, 제2 디지털 이미지를 제2 버퍼에 저장한다.The image processing apparatus converts the captured second image into a second digital image and stores the second digital image in the second buffer while the decoder decodes the first digital image output from the first buffer.

상기 다른 과제를 해결하기 위한 본 발명의 일 실시예에 따른 이미지 처리 장치의 이미지 처리 방법은, 디코더가 다수의 버퍼들 중에서 이미저에 의하여 지정된 어느 하나의 버퍼에 저장된 디지털 이미지를 디코딩하는 단계와, 디코더가 디지털 이미지를 디코딩하는 동안, 이미저가 새롭게 캡쳐된 이미지를 새로운 디지털 이미지로 변환하고, 변환된 새로운 디지털 이미지를 다수의 버퍼들 중에서 하나의 버퍼를 제외한 나머지 버퍼들에 순차적으로 저장하는 단계를 포함한다.The image processing method of the image processing apparatus according to an embodiment of the present invention for solving the other problem, the step of decoding a digital image stored in any one buffer designated by the imager of the plurality of buffers; While the decoder decodes the digital image, the imager converts the newly captured image into a new digital image and sequentially stores the converted new digital image in the remaining buffers except one of the plurality of buffers. do.

상기 다른 과제를 해결하기 위한 본 발명의 다른 실시예에 따른 이미지 처리 장치의 이미지 처리 방법은, 이미저가 캡쳐된 제1 이미지를 제1 디지털 이미지로 변환하고, 제1 디지털 이미지를 다수의 버퍼들 중에서 제1 버퍼에 저장하는 단계와, 이미저가 디코더로부터 출력된 제1 디코딩 요청 신호에 응답하여 제1 버퍼의 포인터를 디코더로 전송하는 단계와, 디코더가 제1 디코딩 요청 신호에 기초하여 제1 버퍼와 인터페이싱하여 제1 디지털 이미지를 디코딩하는 단계와, 디코더가 제1 디지털 이미지를 디코딩하는 동안, 이미저가 캡쳐된 제2 이미지를 제2 디지털 이미지로 변환하고, 제2 디지털 이미지를 제2 버퍼와 제3 버퍼에 순차적으로 저장하는 단계를 포함한다.According to another aspect of the present invention, there is provided an image processing method of an image processing apparatus. The image processing apparatus converts a captured first image into a first digital image, and converts the first digital image into a plurality of buffers. Storing in the first buffer, the imager transmitting a pointer to the first buffer to the decoder in response to the first decoding request signal output from the decoder, and the decoder storing the first buffer based on the first decoding request signal; Interfacing to decode the first digital image; while the decoder decodes the first digital image, the imager converts the captured second image into a second digital image, and converts the second digital image into a second buffer and a third one. Sequentially storing in a buffer.

본 발명에 따른 이미지 처리 장치 및 이를 이용한 이미지 처리 방법은, 이미지 처리 장치에 다수의 버퍼들을 구비함으로써, 캡쳐된 이미지를 디코딩 함에 있어서, 대기 시간을 감소시킬 수 있는 효과가 있다.The image processing apparatus and the image processing method using the same according to the present invention have an effect of reducing the waiting time in decoding the captured image by providing a plurality of buffers in the image processing apparatus.

본 발명과 본 발명의 동작상의 이점 및 본 발명의 실시예에 의하여 달성되는 목적을 충분히 이해하기 위해서는 본 발명의 실시예를 예시하는 첨부 도면 및 첨부 도면에 기재된 내용을 참조하여야만 한다.In order to fully understand the present invention, the operational advantages of the present invention, and the objects achieved by the embodiments of the present invention, reference should be made to the accompanying drawings which illustrate embodiments of the present invention and the contents described in the accompanying drawings.

이하, 첨부한 도면을 참조하여 본 발명의 바람직한 실시예를 설명함으로써, 본 발명을 상세히 설명한다. 본 실시예들에서의 이미지 처리 장치는 예컨대 이미지 바코드 인식기 또는 이미지 스캐너와 같은 이미지 처리 장치를 예로 들어 설명한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings. The image processing apparatus in the present embodiments is described by taking an image processing apparatus such as an image barcode recognizer or an image scanner as an example.

도 2는 본 발명의 일 실시예에 따른 이미지 처리 장치의 개략적인 블록도이고, 도 3은 도 2의 이미지 처리 장치의 동작 순서도이다.2 is a schematic block diagram of an image processing apparatus according to an embodiment of the present invention, and FIG. 3 is a flowchart of an operation of the image processing apparatus of FIG.

도 2를 참조하면, 본 발명의 일 실시예에 따른 이미지 처리 장치(100)는 이미저(Imager)(110), 디코더(Decoder)(130) 및 버퍼 유닛(120), 예컨대 제1 버퍼(121), 제2 버퍼(123) 및 제3 버퍼(125)를 포함하는 버퍼 유닛(120)을 포함한다. Referring to FIG. 2, an image processing apparatus 100 according to an embodiment of the present invention may include an imager 110, a decoder 130, and a buffer unit 120, for example, a first buffer 121. ), A buffer unit 120 including a second buffer 123 and a third buffer 125.

이미저(110)는 소정의 피사체, 예컨대 바코드 등의 피사체로부터 이미지(Image)를 캡쳐(capture)하고, 이를 디지털 이미지(D_I)로 변환한다. 변환된 디지털 이미지(D_I)는 버퍼 유닛(120)으로 출력된다.The imager 110 captures an image from a predetermined subject such as a barcode, and converts the image into a digital image D_I. The converted digital image D_I is output to the buffer unit 120.

이미저(110)는 디지털 이미지(D_I)가 버퍼 유닛(120) 중 하나의 버퍼에 저장되도록 제어한다. 예컨대 버퍼 유닛(120)은 제1 버퍼(121), 제2 버퍼(123) 및 제3 버퍼(125)를 포함할 수 있으며, 이미저(110)는 디지털 이미지(D_I)가 제1 버퍼(121)부터 순차적으로 저장되도록 제어할 수 있다.The imager 110 controls the digital image D_I to be stored in one buffer of the buffer unit 120. For example, the buffer unit 120 may include a first buffer 121, a second buffer 123, and a third buffer 125. The imager 110 may include a digital image D_I in the first buffer 121. ) To be stored sequentially.

또한, 이미저(110)는 디코더(130)로부터 제공되는 요청 신호, 예컨대 디코딩 요청 신호(R_S)에 응답하여 어드레스 신호, 예컨대 제1 버퍼(121) 내지 제3 버퍼(125) 중 어느 하나의 버퍼의 포인터(P_A)를 출력한다. Also, the imager 110 may buffer an address signal, for example, any one of the first buffer 121 to the third buffer 125, in response to a request signal provided from the decoder 130, for example, a decoding request signal R_S. Outputs a pointer P_A.

버퍼 유닛(120)은 제1 버퍼(121), 제2 버퍼(123) 및 제3 버퍼(125)를 포함한 다. 제1 버퍼(121) 내지 제3 버퍼(125)는 이미저(110)로부터 제공된 디지털 이미지(D_I)를 순차적으로 저장한다. 즉, 이미저(110)로부터 출력된 디지털 이미지(D_I)는 버퍼 유닛(120) 중 제1 버퍼(121)로부터 순차적으로 저장될 수 있다.The buffer unit 120 includes a first buffer 121, a second buffer 123, and a third buffer 125. The first buffer 121 to the third buffer 125 sequentially store the digital image D_I provided from the imager 110. That is, the digital image D_I output from the imager 110 may be sequentially stored from the first buffer 121 of the buffer unit 120.

버퍼 유닛(120)은 예컨대 하나의 메모리로 구현될 수도 있다. 이때 제1 버퍼(121) 내지 제3 버퍼(125)는 메모리 내부의 각 저장 영역일 수 있다.The buffer unit 120 may be implemented with, for example, one memory. In this case, the first buffer 121 to the third buffer 125 may be respective storage areas in the memory.

디코더(130)는 버퍼 유닛(120)으로부터 디지털 이미지(D_I)를 제공받아 디코딩 동작을 수행한다. 구체적으로, 디코더(130)는 이미저(110)에 디코딩 요청 신호(R_S)를 출력하고, 이에 응답하여 이미저(110)로부터 출력된 버퍼의 포인터(P_A)에 기초하여 디코딩 동작을 수행할 수 있다.The decoder 130 receives the digital image D_I from the buffer unit 120 and performs a decoding operation. In detail, the decoder 130 may output the decoding request signal R_S to the imager 110 and may perform a decoding operation based on the pointer P_A of the buffer output from the imager 110 in response thereto. have.

예를 들어, 디코더(130)는 이미저(110)에 디코딩 요청 신호(R_S)를 출력한다. 이미저(110)는 디코더(130)로부터 출력된 디코딩 요청 신호(R_S)에 응답하여 어드레스 신호, 즉 버퍼의 포인터(P_A)를 디코더(130)에 출력한다. For example, the decoder 130 outputs a decoding request signal R_S to the imager 110. The imager 110 outputs an address signal, that is, a pointer P_A of the buffer, to the decoder 130 in response to the decoding request signal R_S output from the decoder 130.

이때, 이미저(110)는 디지털 이미지(D_I)의 저장이 완료된 버퍼의 포인터(P_A)를 디코더(130)로 제공할 수 있다. 예를 들어, 이미저(110)에 의해 변환된 디지털 이미지(D_I)가 버퍼 유닛(120)의 제1 버퍼(121)에 저장 완료되고, 디코더(130)로부터 이미저(110)에 디코딩 요청 신호(R_S)가 출력되면, 이미저(110)는 제1 버퍼(121)의 포인터(P_A)를 디코더(130)로 출력한다. In this case, the imager 110 may provide the decoder 130 with the pointer P_A of the buffer in which the digital image D_I is completed. For example, the digital image D_I converted by the imager 110 is completely stored in the first buffer 121 of the buffer unit 120, and the decoding request signal is transmitted from the decoder 130 to the imager 110. When R_S is output, the imager 110 outputs the pointer P_A of the first buffer 121 to the decoder 130.

디코더(130)는 이미저(110)로부터 제공된 제1 버퍼(121)의 포인터(P_A)에 기초하여 제1 버퍼(121)와 인터페이싱되고, 제1 버퍼(121)로부터 디지털 이미지(D_I)를 제공받아 디코딩 동작을 수행한다.The decoder 130 is interfaced with the first buffer 121 based on the pointer P_A of the first buffer 121 provided from the imager 110, and provides the digital image D_I from the first buffer 121. Receive and perform a decoding operation.

이하에서, 도 2 및 도 3을 참조하여 상기 이미지 처리 장치(110)의 이미지 처리 방법에 대하여 상세히 설명한다.Hereinafter, an image processing method of the image processing apparatus 110 will be described in detail with reference to FIGS. 2 and 3.

도 2 및 도 3을 참조하면, 우선, 이미저(110)가 동작하여 피사체, 예컨대 바코드로부터 이미지, 예컨대 제1 이미지(Image)를 캡쳐하고, 이를 변환하여 제1 디지털 이미지(D_I)를 생성한다(S100).2 and 3, first, the imager 110 operates to capture an image such as a first image from a subject such as a barcode, and converts the image to generate a first digital image D_I. (S100).

이미저(110)는 변환된 제1 디지털 이미지(D_I)를 버퍼 유닛(120)으로 출력하고, 버퍼 유닛(120)의 제1 버퍼(121)에 제1 디지털 이미지(D_I)가 저장되도록 제어한다(S200).The imager 110 outputs the converted first digital image D_I to the buffer unit 120 and controls the first digital image D_I to be stored in the first buffer 121 of the buffer unit 120. (S200).

디코더(130)는 제1 디지털 이미지(D_I)가 제1 버퍼(121)에 저장되는 동안, 이미저(110)로 제1 디지털 이미지(D_I)를 디코딩하기 위한 제1 디코딩 신호(R_S)를 출력한다. The decoder 130 outputs a first decoding signal R_S for decoding the first digital image D_I to the imager 110 while the first digital image D_I is stored in the first buffer 121. do.

이미저(110)는 제1 버퍼(121)에 제1 디지털 이미지(D_I)가 저장이 완료되면, 제1 디코딩 신호(R_S)에 응답하여 제1 디지털 이미지(D_I)가 저장되어 있는 제1 버퍼(121)의 포인터(P_A)를 디코더(130)에 제공한다. 이때, 이미저(110)에 의해 제어된 제1 버퍼(121)는 제1 디지털 이미지(D_I)의 저장이 완료된 상태일 수 있다.When the imager 110 stores the first digital image D_I in the first buffer 121, the first image buffer 110 stores the first digital image D_I in response to the first decoding signal R_S. The pointer P_A of 121 is provided to the decoder 130. In this case, the first buffer 121 controlled by the imager 110 may be in a state where storage of the first digital image D_I is completed.

디코더(130)는 이미저(110)로부터 제공된 제1 버퍼(121)의 포인터(P_A)에 기초하여 제1 버퍼(121)와 인터페이싱되고, 제1 버퍼(121)로부터 제1 디지털 이미지(D_I)를 제공받아 디코딩 동작을 수행한다(S300).The decoder 130 is interfaced with the first buffer 121 based on the pointer P_A of the first buffer 121 provided from the imager 110, and the first digital image D_I from the first buffer 121. A decoding operation is performed at step S300.

한편, 디코더(130)가 제1 디지털 이미지(D_I)를 디코딩하는 동안에 이미저(110)는 새로운 이미지, 예컨대 제2 이미지(Image)를 캡쳐하고, 이를 변환하여 제2 디지털 이미지(D_I)를 생성한다(S400). Meanwhile, while the decoder 130 decodes the first digital image D_I, the imager 110 captures a new image, for example, a second image, and converts the image to generate a second digital image D_I. (S400).

이미저(110)는 변환된 제2 디지털 이미지(D_I)를 버퍼 유닛(120)의 제1 버퍼(121)를 제외한 나머지 버퍼들, 예컨대 제2 버퍼(123)와 제3 버퍼(125)에 제2 디지털 이미지(D_I)가 순차적으로 저장되도록 제어한다(S500). 예컨대 이미저(110)는 제2 디지털 이미지(D_I)를 제2 버퍼(123)에 저장하고, 제2 버퍼(123)에 제2 디지털 이미지(D_I)가 저장 완료되면, 제3 버퍼(125)에 제2 디지털 이미지(D_I)를 저장한다. 또한, 이미저(110)는 디코더(130)로부터 디코딩 요청 신호(R_S)가 입력될 때까지, 디지털 이미지들을 제2 버퍼(123)와 제3 버퍼(125)에 순차적으로 업데이트 한다.The imager 110 stores the converted second digital image D_I in the remaining buffers except for the first buffer 121 of the buffer unit 120, for example, the second buffer 123 and the third buffer 125. 2, the digital image D_I is sequentially stored (S500). For example, the imager 110 stores the second digital image D_I in the second buffer 123, and when the second digital image D_I is completely stored in the second buffer 123, the third buffer 125. The second digital image D_I is stored in the. In addition, the imager 110 sequentially updates the digital images in the second buffer 123 and the third buffer 125 until the decoding request signal R_S is input from the decoder 130.

여기서, 디코더(130)가 제1 디지털 이미지(D_I)의 디코딩에 실패하게 되면, 디코더(130)는 이미저(110)에 제2 디코딩 요청 신호(R_S)를 출력한다. Here, when the decoder 130 fails to decode the first digital image D_I, the decoder 130 outputs a second decoding request signal R_S to the imager 110.

이미저(110)는 제2 디코딩 요청 신호(R_S)에 응답하여 제2 디지털 이미지(D_I)가 저장되어 있는 제2 버퍼(123)의 포인터(P_A)를 디코더(130)에 제공한다. 이때, 제2 버퍼(123)는 제2 디지털 이미지 (D_I)의 저장이 완료된 상태일 수 있다.The imager 110 provides the decoder 130 with the pointer P_A of the second buffer 123 in which the second digital image D_I is stored in response to the second decoding request signal R_S. In this case, the second buffer 123 may be in a state where storage of the second digital image D_I is completed.

디코더(130)는 이미저(110)로부터 제공된 제2 버퍼(123)의 포인터(P_A)에 기초하여 제2 버퍼(123)와 인터페이싱되고, 제2 버퍼(123)로부터 제2 디지털 이미지(D_I)를 제공받아 디코딩 동작을 재수행한다(S600).The decoder 130 is interfaced with the second buffer 123 based on the pointer P_A of the second buffer 123 provided from the imager 110, and the second digital image D_I from the second buffer 123. Receive the decoding operation and performs the decoding operation (S600).

한편, 디코더(130)가 제2 디지털 이미지(D_I)를 디코딩하는 동안, 이미저(110)는 새로운 제3 이미지(Image)를 캡쳐하고, 이를 변환하여 제3 디지털 이미지(D_I)를 생성할 수 있다. Meanwhile, while the decoder 130 decodes the second digital image D_I, the imager 110 may capture a new third image Image and convert the same to generate the third digital image D_I. have.

또, 변환된 제3 디지털 이미지(D_I)는 이미저(110)의 제어에 의해 버퍼 유닛(120)의 제2 버퍼(123)를 제외한 제3 버퍼(125) 또는 제1 버퍼(121)에 저장될 수 있다.Also, the converted third digital image D_I is stored in the third buffer 125 or the first buffer 121 except for the second buffer 123 of the buffer unit 120 under the control of the imager 110. Can be.

여기서, 이미저(110)로부터 디코더(130)에 제2 버퍼(123)의 포인터(P_A)가 전송될 때, 제3 버퍼(125)에 제2 디지털 이미지(D_I)가 저장 중이었다면, 이미저(110)는 제3 버퍼(125)의 저장 동작을 중지한다. Here, when the pointer P_A of the second buffer 123 is transmitted from the imager 110 to the decoder 130, if the second digital image D_I is being stored in the third buffer 125, the imager is stored. 110 stops the storing operation of the third buffer 125.

그리고, 디코더(130)가 제2 디지털 이미지(D_I)를 디코딩하는 동안, 이미저(110)는 새로운 제3 이미지(Image)를 캡쳐하고, 이를 변환하여 제3 디지털 이미지(D_I)를 생성하고, 이를 제3 버퍼(125)에 새롭게 저장할 수 있다.In addition, while the decoder 130 decodes the second digital image D_I, the imager 110 captures a new third image Image, converts it, and generates a third digital image D_I. This may be newly stored in the third buffer 125.

이하 도 4a 및 도 4b를 참조하여, 본 발명의 일 실시예에 따른 이미지 처리 장치의 동작에 따른 효과에 대해 설명한다. Hereinafter, effects of the operation of the image processing apparatus according to an embodiment of the present invention will be described with reference to FIGS. 4A and 4B.

도 4a는 종래 기술에 따른 이미지 처리 장치의 시간별 동작을 나타낸 도면이고, 도 4b는 본 발명의 일 실시예에 따른 이미지 처리 장치의 시간별 동작을 나타낸 도면이다. 4A is a diagram illustrating an hourly operation of an image processing apparatus according to the related art, and FIG. 4B is a diagram of an hourly operation of an image processing apparatus according to an embodiment of the present invention.

우선, 도 1 및 도 4a를 참조하여 종래 기술에 따른 이미지 장치의 동작(A)에 대해 설명한다. 설명의 편의를 위하여 종래 기술에 따른 이미지 처리 장치는, 두 개의 버퍼를 구비한 이중 버퍼링 방식을 사용하는 예를 들어 설명한다. First, operation A of the image device according to the prior art will be described with reference to FIGS. 1 and 4A. For convenience of description, the image processing apparatus according to the prior art will be described using an example of using a double buffering method having two buffers.

종래 기술에 따른 이미지 장치는, 시간축(t) 상의 시간 t0에서 이미저가 동작하여 제1 이미지(Image)를 캡쳐하고, 이를 제1 디지털 이미지(D_I)로 변환한다. 변환된 제1 디지털 이미지(D_I)는 제1 버퍼에 저장된다.The image device according to the prior art operates the imager at time t0 on the time axis t to capture the first image and convert it to the first digital image D_I. The converted first digital image D_I is stored in the first buffer.

시간축(t) 상의 시간 t1에서 디코더로부터 이미저에 디코딩 요청 신호(R_S)가 출력된다. The decoding request signal R_S is output from the decoder to the imager at time t1 on the time axis t.

시간축(t) 상의 시간 t2에서 제1 버퍼에 제1 디지털 이미지(D_I)의 저장이 완료되면, 시간축(t) 상의 시간 t2-t3동안 제1 디지털 이미지(D_I)를 제1 버퍼에서 제2 버퍼로 복사한다.When the storing of the first digital image D_I in the first buffer is completed at time t2 on the time axis t, the first digital image D_I is stored in the first buffer during the time t2-t3 on the time axis t. Copy to

시간축(t) 상의 시간 t3에서 제1 디지털 이미지(D_I)가 제2 버퍼로 복사 완료되면, 디코더는 제2 버퍼에 저장된 제1 디지털 이미지(D_I)를 디코딩한다. When the first digital image D_I is copied to the second buffer at time t3 on the time axis t, the decoder decodes the first digital image D_I stored in the second buffer.

즉, 종래의 이미지 처리 장치는, 디코더가 이미저에 최초로 디코딩 요청 신호(R_S)를 출력한 시점, 예컨대 시간축(t) 상의 시간 t1으로부터, 제2 버퍼에 제1 디지털 이미지(D_I)가 복사 완료되는 시점, 예컨대 시간축(t) 상의 시간 t3까지의 대기 시간(△t1)을 필요로 한다.That is, in the conventional image processing apparatus, the first digital image D_I is copied to the second buffer from the time when the decoder first outputs the decoding request signal R_S to the imager, for example, at time t1 on the time axis t. The waiting time DELTA t1 up to the time t3 on the time axis t is required.

이어, 도 2 및 도 4b를 참조하여, 본 발명의 일 실시예에 따른 이미지 처리 장치(100)의 동작(B)에 대해 설명한다.Next, operation B of the image processing apparatus 100 according to an exemplary embodiment of the present invention will be described with reference to FIGS. 2 and 4B.

본 발명의 이미지 처리 장치(100)는, 시간축(t) 상의 시간 t0에서 이미저(110)가 동작하여 제1 이미지(Image)를 캡쳐하고, 이를 제1 디지털 이미지(D_I)로 변환한다. 변환된 제1 디지털 이미지(D_I)는 이미저(110)의 제어에 의하여 버퍼 유닛(120)의 제1 버퍼(121)에 저장된다.In the image processing apparatus 100 of the present invention, the imager 110 operates at time t0 on the time axis t to capture the first image, and converts the first image to a first digital image D_I. The converted first digital image D_I is stored in the first buffer 121 of the buffer unit 120 under the control of the imager 110.

시간축(t) 상의 시간 t1에서 디코더(130)로부터 이미저(110)에 제1 디코딩 요청 신호(R_S)가 출력된다. The first decoding request signal R_S is output from the decoder 130 to the imager 110 at a time t1 on the time axis t.

시간축(t) 상의 시간 t2에서 제1 버퍼(121)에 제1 디지털 이미지(D_I)가 저 장 완료되면, 이미저(110)는 디코더(130)로부터 제공된 제1 디코딩 요청 신호(R_S)에 응답하여 제1 버퍼(121)의 포인터(P_A)를 디코더(130)로 제공한다.When the first digital image D_I is stored in the first buffer 121 at time t2 on the time axis t, the imager 110 responds to the first decoding request signal R_S provided from the decoder 130. The pointer P_A of the first buffer 121 is provided to the decoder 130.

이어, 디코더(130)는 이미저(110)로부터 제공된 제1 버퍼(121)의 포인터(P_A)에 기초하여 시간축(t) 상의 시간 t2에서 제1 버퍼(121)로부터 제1 디지털 이미지(D_I)를 디코딩한다. Subsequently, the decoder 130 receives the first digital image D_I from the first buffer 121 at time t2 on the time axis t based on the pointer P_A of the first buffer 121 provided from the imager 110. Decode

여기서, 본 발명의 이미지 처리 장치(100)는 디코더(130)가 이미저(110)에 최초로 제1 디코딩 요청 신호(R_S)를 출력한 시점, 예컨대 시간축(t) 상의 시간 t1로부터, 제1 버퍼(121)에 제1 디지털 이미지(D_I)가 저장 완료되는 시점, 예컨대 시간축(t) 상의 시간 t2까지의 대기 시간(△t2)을 필요로 한다.Here, the image processing apparatus 100 of the present invention may include a first buffer at a time when the decoder 130 first outputs the first decoding request signal R_S to the imager 110, for example, at time t1 on the time axis t. At 121, a waiting time DELTA t2 up to a time t2 on the time axis t is required.

즉, 본 발명의 이미지 처리 장치(100)는 종래의 이미지 장치에서 제1 버퍼에 저장 완료된 제1 디지털 이미지(D_I)를 제2 버퍼로 복사하는 시간, 예컨대 시간축(t) 상의 시간 t2-t3까지의 시간만큼의 대기 시간을 감소시킬 수 있다.That is, the image processing apparatus 100 according to the present invention may copy the first digital image D_I, which has been stored in the first buffer, to the second buffer, for example, until the time t2-t3 on the time axis t. It is possible to reduce the waiting time by the time of.

한편, 디코더가 디코딩 동작을 실패하여 재디코딩을 하는 경우에, 본 발명의 이미지 처리 장치(100)는 종래의 이미지 처리 장치에 비하여 더욱 대기 시간을 감소시킬 수 있다.On the other hand, when the decoder fails to decode the decoding operation and re-decodes, the image processing apparatus 100 of the present invention may further reduce the waiting time compared to the conventional image processing apparatus.

우선, 도 1 및 도 4a를 참조하여 종래 기술에 따른 이미지 장치의 재디코딩 동작(A)에 대해 설명한다. First, referring to FIGS. 1 and 4A, a recoding operation A of an image device according to the related art will be described.

종래 기술에 따른 이미지 장치는, 시간축(t) 상의 시간 t3에서 디코더가 제1 디지털 이미지에 대하여 디코딩 동작을 실시하는 동안, 이미저는 새로운 이미지, 예컨대 제2 이미지를 캡쳐하여 제2 디지털 이미지(D_I)로 변환하고, 제1 버퍼에 변 환된 제2 디지털 이미지(D_I)의 저장을 시작한다.According to the image device according to the related art, while the decoder performs a decoding operation on the first digital image at time t3 on the time axis t, the imager captures a new image, for example, a second image, so that the second digital image D_I is obtained. And the storage of the second digital image D_I converted into the first buffer is started.

제1 버퍼에 제2 디지털 이미지(D_I)가 저장되는 동안, 시간축(t) 상의 시간 t5에서 디코더가 제1 디지털 이미지(D_I)의 디코딩에 실패하게 되면, 디코더는 이미저에 제2 디코딩 요청 신호(R_S)를 출력한다.While the second digital image D_I is being stored in the first buffer, if the decoder fails to decode the first digital image D_I at time t5 on the time axis t, the decoder sends a second decoding request signal to the imager. Outputs (R_S).

시간축(t) 상의 시간 t7에서 제1 버퍼에 제2 디지털 이미지(D_I)가 저장 완료되면, 시간축(t) 상의 시간 t7-t8동안 제2 디지털 이미지(D_I)를 제1 버퍼에서 제2 버퍼로 복사한다.When the second digital image D_I is completely stored in the first buffer at time t7 on the time axis t, the second digital image D_I is transferred from the first buffer to the second buffer during time t7-t8 on the time axis t. Copy

시간축(t) 상의 시간 t8에서 제2 디지털 이미지(D_I)가 제2 버퍼로 복사 완료되면, 디코더는 제2 버퍼에 저장된 제2 디지털 이미지(D_I)를 디코딩한다. When the second digital image D_I is copied to the second buffer at time t8 on the time axis t, the decoder decodes the second digital image D_I stored in the second buffer.

즉, 종래의 이미지 처리 장치에서 디코더가 재디코딩을 필요로 하는 경우에는, 디코더가 이미저에 제2 디코딩 요청 신호(R_S)를 출력한 시점, 예컨대 시간축(t) 상의 시간 t5에서부터 제2 버퍼에 제2 디지털 이미지(D_I)가 복사 완료되는 시점, 예컨대 시간축(t) 상의 시간 t8까지의 대기 시간(△t3)이 필요하게 된다. That is, in the conventional image processing apparatus, when the decoder needs to recode, the second buffer starts from the time t5 on the time axis t, for example, at the time when the decoder outputs the second decoding request signal R_S to the imager. A waiting time DELTA t3 until a time point at which the second digital image D_I is copied, for example, time t8 on the time axis t is required.

이어, 도 2 및 도 4b를 참조하여, 본 발명의 일 실시예에 따른 이미지 처리 장치(100)의 재디코딩 동작(B)에 대해 설명한다.Next, a recoding operation B of the image processing apparatus 100 according to an embodiment of the present invention will be described with reference to FIGS. 2 and 4B.

본 발명의 이미지 처리 장치(100)는, 시간축(t) 상의 시간 t3에서 디코더(130)가 제1 버퍼(121)에 인터페이싱되어 제1 디지털 이미지(D_I)의 디코딩 동작을 실시하는 동안, 이미저(110)는 새로운 이미지, 예컨대 제2 이미지(Image)를 캡쳐하여 제2 디지털 이미지(D_I)로 변환하고, 제2 버퍼(123)에 변환된 제2 디지털 이미지(D_I)의 저장을 시작한다.The image processing apparatus 100 of the present invention is an imager while the decoder 130 is interfaced to the first buffer 121 at a time t3 on the time axis t to perform a decoding operation of the first digital image D_I. 110 captures a new image, for example, a second image, converts it into a second digital image D_I, and starts storing the converted second digital image D_I in the second buffer 123.

시간축(t) 상의 시간 t4에서 제2 버퍼(123)에 제2 디지털 이미지(D_I)가 저장 완료되면, 이미저(110)는 제3 버퍼(125)에 제2 디지털 이미지(D_I)를 계속 저장하게 된다.When the second digital image D_I is completely stored in the second buffer 123 at time t4 on the time axis t, the imager 110 continuously stores the second digital image D_I in the third buffer 125. Done.

시간축(t) 상의 시간 t5에서 디코더(130)가 제1 디지털 이미지(D_I)의 디코딩에 실패하면, 디코더(130)는 이미저(110)에 제2 디코딩 요청 신호(R_S)를 출력한다.If the decoder 130 fails to decode the first digital image D_I at time t5 on the time axis t, the decoder 130 outputs a second decoding request signal R_S to the imager 110.

시간축(t) 상의 시간 t6에서 이미저(110)는 디코더(130)로부터 제공된 제2 디코딩 요청 신호(R_S)에 응답하여 제2 버퍼(123)의 포인터(P_A)를 디코더(130)로 제공한다. At time t6 on time axis t, imager 110 provides pointer P_A of second buffer 123 to decoder 130 in response to second decoding request signal R_S provided from decoder 130. .

이때, 제2 버퍼(123)에는 제2 디지털 이미지(D_I)가 저장 완료되어 있다. 이는 이미저(110)로부터 버퍼 유닛(120)의 다수의 버퍼들에 디지털 이미지가 저장되는 시간이 디코더(130)로부터 디지털 이미지의 디코딩 동작을 수행하는 시간보다 빠르기 때문이다. In this case, the second digital image D_I is stored in the second buffer 123. This is because the time at which the digital image is stored in the plurality of buffers of the buffer unit 120 from the imager 110 is faster than the time at which the decoding operation of the digital image is performed from the decoder 130.

한편, 본 실시예에서는 디코더(130)가 이미저(110)에 제2 디코딩 요청 신호(R_S)를 출력하는 시점, 예컨대 시간축(t) 상의 시간 t5와, 이미저(110)가 디코더(130)로부터 제공된 제2 디코딩 요청 신호(R_S)에 응답하여 제2 버퍼(123)의 포인터(P_A)를 디코더(130)로 제공하는 시점, 예컨대 시간축(t) 상의 시간 t6을 다르게 도시하였으나, 두 시점은 실질적으로 동일할 수 있다. Meanwhile, in the present exemplary embodiment, the time when the decoder 130 outputs the second decoding request signal R_S to the imager 110, for example, time t5 on the time axis t, and the imager 110 has the decoder 130. Although a time point for providing the pointer P_A of the second buffer 123 to the decoder 130 in response to the second decoding request signal R_S provided by the decoder 130, for example, time t6 on the time axis t, is illustrated differently, May be substantially the same.

이어, 디코더(130)는 이미저(110)로부터 제공된 제2 버퍼(123)의 포인터(P_A)에 기초하여 시간축(t) 상의 시간 t6에서 제2 버퍼(123)로부터 제2 디지털 이미지(D_I)를 디코딩한다. Subsequently, the decoder 130 receives the second digital image D_I from the second buffer 123 at time t6 on the time axis t based on the pointer P_A of the second buffer 123 provided from the imager 110. Decode

또한, 이미저(110)는 제3 버퍼(125)에 제2 디지털 이미지(D_I)의 저장 동작을 중단하고, 새로운 제3 이미지(Image)를 캡쳐하여 제3 디지털 이미지(D_I)로 변환한 후, 제3 버퍼(125)에 제3 디지털 이미지(D_I)를 새롭게 저장하기 시작한다.In addition, the imager 110 stops storing the second digital image D_I in the third buffer 125, captures a new third image, and converts the image into a third digital image D_I. Next, the third digital image D_I is newly stored in the third buffer 125.

여기서, 본 발명의 이미지 처리 장치(100)는 디코더(130)가 이미저(110)에 제2 디코딩 요청 신호(R_S)를 출력한 시점, 예컨대 시간축(t) 상의 시간 t5에서부터, 이미저(110)가 제2 디코딩 요청 신호(R_S)에 응답하여 제2 버퍼(123)의 포인터(P_A)를 디코더(130)에 제공하는 시점, 예컨대 시간축(t) 상의 시간 t6까지의 대기 시간(△t4)이 필요하게 된다. Here, the image processing apparatus 100 according to the present invention may start from the time when the decoder 130 outputs the second decoding request signal R_S to the imager 110, for example, from the time t5 on the time axis t, the imager 110. ) Provides a pointer P_A of the second buffer 123 to the decoder 130 in response to the second decoding request signal R_S, for example, a waiting time Δt4 until time t6 on the time axis t. This is necessary.

즉, 본 발명의 이미지 처리 장치(100)는 디코더(130)가 제2 디코딩 요청 신호(R_S)를 이미저(110)에 출력하기 전에 제2 버퍼(123)에 제2 디지털 이미지(D_I)의 저장이 완료된 상태이다. 따라서 본 발명의 이미지 처리 장치(100)에서 디코더(130)가 재디코딩을 필요로 하는 경우에는, 종래의 이미지 장치에서 필요로 하는 대기 시간(△t3), 예컨대 디코더가 이미저에 제2 디코딩 요청 신호(R_S)를 출력하는 시간축(t) 상의 시간 t5로부터, 제2 버퍼에 제2 디지털 이미지(D_I)가 복사 완료되는 시간축(t) 상의 시간 t8까지의 대기 시간(△t3)을 현저하게 감소시킬 수 있다. That is, before the decoder 130 outputs the second decoding request signal R_S to the imager 110, the image processing apparatus 100 of the present invention may store the second digital image D_I in the second buffer 123. Save is complete. Therefore, when the decoder 130 needs to re-decode the image processing apparatus 100 of the present invention, the waiting time DELTA t3 required in the conventional image apparatus, for example, the decoder requests the second image to the imager. The waiting time DELTA t3 from the time t5 on the time axis t outputting the signal R_S to the time t8 on the time axis t at which the second digital image D_I is copied to the second buffer is significantly reduced. You can.

본 발명은 도면에 도시된 일 실시 예를 참고로 설명되었으나 이는 예시적인 것에 불과하며, 본 기술 분야의 통상의 지식을 가진 자라면 이로부터 다양한 변형 및 균등한 타 실시 예가 가능하다는 점을 이해할 것이다. 따라서, 본 발명의 진정 한 기술적 보호 범위는 첨부된 등록청구범위의 기술적 사상에 의해 정해져야 할 것이다.Although the present invention has been described with reference to one embodiment shown in the drawings, this is merely exemplary, and those skilled in the art will understand that various modifications and equivalent other embodiments are possible therefrom. Therefore, the true technical protection scope of the present invention will be defined by the technical spirit of the appended claims.

본 발명의 상세한 설명에서 인용되는 도면을 보다 충분히 이해하기 위하여 각 도면의 간단한 설명이 제공된다.BRIEF DESCRIPTION OF THE DRAWINGS In order to better understand the drawings cited in the detailed description of the invention, a brief description of each drawing is provided.

도 1은 종래의 이미지 처리 장치의 이미지 처리 방법의 순서도이다.1 is a flowchart of an image processing method of a conventional image processing apparatus.

도 2는 본 발명의 일 실시예에 따른 이미지 처리 장치의 개략적인 블록도이다.2 is a schematic block diagram of an image processing apparatus according to an embodiment of the present invention.

도 3은 도 2에 도시된 이미지 처리 장치를 이용한 이미지 처리 방법의 순서도이다.3 is a flowchart of an image processing method using the image processing apparatus illustrated in FIG. 2.

도 4a는 종래 기술에 따른 이미지 처리 장치의 시간별 동작을 나타낸 도면이다.4A is a view illustrating an hourly operation of an image processing apparatus according to the related art.

도 4b는 본 발명의 일 실시예에 따른 이미지 처리 장치의 시간별 동작을 나타낸 도면이다.FIG. 4B is a diagram illustrating an hourly operation of an image processing apparatus according to an exemplary embodiment.

Claims (12)

다수의 버퍼(buffer)들;Multiple buffers; 캡쳐(capture)된 이미지들을 디지털 이미지들로 변환하고, 변환된 상기 디지털 이미지들을 상기 다수의 버퍼들에 저장하는 것을 제어하는 이미저(imager); 및An imager for converting captured images into digital images and controlling storing the converted digital images in the plurality of buffers; And 상기 다수의 버퍼들 중에서 상기 이미저로부터 지정된 하나의 버퍼에 인터페이싱되어 상기 하나의 버퍼에 저장된 상기 디지털 이미지들을 디코딩하는 디코더(decoder)를 포함하며,A decoder that decodes the digital images stored in the one buffer, the one of the plurality of buffers interfacing to a designated buffer from the imager, 상기 디코더가 상기 하나의 버퍼에 저장된 상기 디지털 이미지들을 디코딩하는 동안, 상기 이미저는 새롭게 캡쳐된 이미지들을 새로운 디지털 이미지들로 변환하고, 변환된 상기 새로운 디지털 이미지들을 상기 다수의 버퍼들 중에서 상기 하나의 버퍼를 제외한 나머지 버퍼들에 순차적으로 저장하는 이미지 처리 장치.While the decoder decodes the digital images stored in the one buffer, the imager converts the newly captured images into new digital images, and converts the converted new digital images into the one of the plurality of buffers. Image processing apparatus for sequentially storing in the remaining buffers. 제1 항에 있어서,According to claim 1, 상기 이미저는 상기 디코더로부터 출력된 디코딩 요청 신호에 응답하여 상기 하나의 버퍼의 포인터를 상기 디코더로 전송하고,The imager transmits a pointer of the one buffer to the decoder in response to the decoding request signal output from the decoder, 상기 디코더는 상기 하나의 버퍼의 포인터에 기초하여 상기 하나의 버퍼에 인터페이싱되는 이미지 처리 장치.And the decoder is interfaced to the one buffer based on the pointer of the one buffer. 제1 버퍼 내지 제3 버퍼;First to third buffers; 캡쳐된 제1 이미지를 제1 디지털 이미지로 변환하고, 변환된 제1 디지털 이미지를 상기 제1 버퍼에 저장하는 이미저; 및An imager for converting the captured first image into a first digital image and storing the converted first digital image in the first buffer; And 상기 이미저로부터 지정된 상기 제1 버퍼에 인터페이싱되어 상기 제1 디지털 이미지를 디코딩하는 디코더를 포함하며,A decoder interfaced with the first buffer designated by the imager to decode the first digital image, 상기 디코더가 상기 제1 버퍼로부터 출력된 상기 제1 디지털 이미지를 디코딩하는 동안, 상기 이미저는 캡쳐된 제2 이미지를 제2 디지털 이미지로 변환하고, 상기 제2 디지털 이미지를 상기 제2 버퍼에 저장하는 이미지 처리 장치.While the decoder decodes the first digital image output from the first buffer, the imager converts the captured second image into a second digital image and stores the second digital image in the second buffer. Image processing unit. 제3 항에 있어서,The method of claim 3, wherein 상기 이미저는 상기 디코더로부터 출력된 제1 디코딩 요청 신호에 응답하여 상기 제1 버퍼의 포인터를 상기 디코더로 전송하고,The imager transmits a pointer of the first buffer to the decoder in response to a first decoding request signal output from the decoder, 상기 디코더는 상기 제1 버퍼의 포인터에 기초하여 상기 제1 버퍼에 인터페이싱되는 이미지 처리 장치.And the decoder is interfaced to the first buffer based on the pointer of the first buffer. 제3 항에 있어서,The method of claim 3, wherein 상기 디코더가 상기 제1 디지털 이미지의 디코딩에 실패할 경우, If the decoder fails to decode the first digital image, 상기 디코더는 상기 이미저에 제2 디코딩 요청 신호를 전송하고, 상기 이미저는 상기 제2 디코딩 요청 신호에 응답하여 상기 제2 디지털 이미지가 저장된 상기 제2 버퍼의 포인터를 상기 디코더로 전송하며,The decoder sends a second decoding request signal to the imager, the imager sends a pointer to the second buffer, in which the second digital image is stored, to the decoder in response to the second decoding request signal, 상기 디코더는 전송된 상기 제2 버퍼의 포인터에 기초하여, 상기 제2 버퍼로 부터 출력된 상기 제2 디지털 이미지를 디코딩하는 이미지 처리 장치.And the decoder decodes the second digital image output from the second buffer based on the pointer of the transmitted second buffer. 제5 항에 있어서,6. The method of claim 5, 상기 제2 디지털 이미지가 디코딩되는 동안, While the second digital image is being decoded, 상기 이미저는 캡쳐된 제3 이미지를 제3 디지털 이미지로 변환하고, 상기 제3 디지털 이미지를 상기 제3 버퍼 또는 상기 제1 버퍼에 저장하는 이미지 처리 장치.And the imager converts the captured third image into a third digital image and stores the third digital image in the third buffer or the first buffer. 제5 항에 있어서,6. The method of claim 5, 상기 이미저로부터 상기 제2 버퍼의 포인터가 상기 디코더로 전송될 때, 상기 제3 버퍼에 상기 제2 디지털 이미지가 저장 중인 경우, 상기 이미저는 상기 제3 버퍼에 상기 제2 디지털 이미지의 저장을 중단하고, When the pointer of the second buffer from the imager is transmitted to the decoder, when the second digital image is being stored in the third buffer, the imager stops storing the second digital image in the third buffer. and, 상기 디코더가 상기 제2 버퍼의 포인터에 기초하여, 상기 제2 버퍼로부터 출력된 상기 제2 디지털 이미지를 디코딩하는 동안,While the decoder decodes the second digital image output from the second buffer based on the pointer of the second buffer, 상기 이미저는 캡쳐된 제3 이미지를 제3 디지털 이미지로 변환하고, 상기 제3 디지털 이미지를 상기 제3 버퍼에 새롭게 저장하는 이미지 처리 장치.And the imager converts the captured third image into a third digital image and newly stores the third digital image in the third buffer. 디코더가 다수의 버퍼들 중에서 이미저에 의하여 지정된 어느 하나의 버퍼에 저장된 디지털 이미지를 디코딩하는 단계; 및A decoder to decode a digital image stored in any one of a plurality of buffers designated by an imager; And 상기 디코더가 상기 디지털 이미지를 디코딩하는 동안, 상기 이미저는 새롭게 캡쳐된 이미지를 새로운 디지털 이미지로 변환하고, 변환된 상기 새로운 디지털 이미지를 상기 다수의 버퍼들 중에서 상기 하나의 버퍼를 제외한 나머지 버퍼들에 저장하는 단계를 포함하는 이미지 처리 장치의 이미지 처리 방법.While the decoder decodes the digital image, the imager converts the newly captured image into a new digital image and stores the converted new digital image in the remaining buffers except the one of the plurality of buffers. An image processing method of an image processing apparatus comprising the step of. 제8 항에 있어서,The method of claim 8, 상기 다수의 버퍼들 중에서 이미저에 의하여 지정된 어느 하나의 버퍼에 저장된 디지털 이미지를 디코딩하는 단계는,Decoding the digital image stored in any one of the plurality of buffers designated by the imager, 상기 디코더가 상기 이미저로 상기 디지털 이미지의 디코딩 요청 신호를 출력하는 단계; Outputting, by the decoder, a decoding request signal of the digital image to the imager; 상기 이미저가 상기 디코딩 요청 신호에 응답하여 상기 디코더에 상기 하나의 버퍼의 포인터를 전송하는 단계; 및The imager sending a pointer of the one buffer to the decoder in response to the decoding request signal; And 전송된 상기 하나의 버퍼의 포인터에 기초하여 상기 디코더가 상기 하나의 버퍼에 인터페이싱되어 상기 디지털 이미지를 디코딩하는 단계를 포함하는 이미지 처리 장치의 이미지 처리 방법.And the decoder is interfaced to the one buffer to decode the digital image based on the pointer of the one buffer transmitted. 이미저가 캡쳐된 제1 이미지를 제1 디지털 이미지로 변환하고, 상기 제1 디지털 이미지를 다수의 버퍼들 중에서 제1 버퍼에 저장하는 단계;The imager converting the captured first image into a first digital image and storing the first digital image in a first buffer among a plurality of buffers; 상기 이미저가 디코더로부터 출력된 제1 디코딩 요청 신호에 응답하여 상기 제1 버퍼의 포인터를 상기 디코더로 전송하는 단계;The imager transmitting a pointer of the first buffer to the decoder in response to a first decoding request signal output from the decoder; 상기 디코더가 상기 제1 디코딩 요청 신호에 기초하여 상기 제1 버퍼와 인터 페이싱하여 상기 제1 디지털 이미지를 디코딩하는 단계; 및The decoder interfacing with the first buffer based on the first decoding request signal to decode the first digital image; And 상기 디코더가 상기 제1 디지털 이미지를 디코딩하는 동안, 상기 이미저가 캡쳐된 제2 이미지를 제2 디지털 이미지로 변환하고, 상기 제2 디지털 이미지를 제2 버퍼와 제3 버퍼에 순차적으로 저장하는 단계를 포함하는 이미지 처리 장치의 이미지 처리 방법.While the decoder decodes the first digital image, the imager converts the captured second image into a second digital image and sequentially stores the second digital image in a second buffer and a third buffer. An image processing method of an image processing apparatus comprising. 제10 항에 있어서,The method of claim 10, 상기 제1 디지털 이미지의 디코딩이 실패할 경우에,If the decoding of the first digital image fails, 상기 디코더가 제2 디코딩 요청 신호를 출력하고, 상기 이미저가 상기 제2 디코딩 요청 신호에 응답하여 상기 디코더에 제2 버퍼의 포인터를 전송하는 단계;The decoder outputting a second decoding request signal, and the imager sending a pointer of a second buffer to the decoder in response to the second decoding request signal; 상기 디코더가 전송된 상기 제2 버퍼의 포인터에 기초하여 상기 제2 버퍼에 인터페이싱하여 상기 제2 디지털 이미지를 디코딩하는 단계; 및Decoding, by the decoder, the second digital image by interfacing to the second buffer based on a pointer of the transmitted second buffer; And 상기 디코더가 상기 제2 디지털 이미지를 디코딩하는 동안, 상기 이미저가 캡쳐된 제3 이미지를 제3 디지털 이미지로 변환하고, 상기 제3 디지털 이미지를 상기 제3 버퍼와 상기 제1 버퍼에 순차적으로 저장하는 단계를 포함하는 이미지 처리 장치의 이미지 처리 방법.While the decoder decodes the second digital image, the imager converts the captured third image into a third digital image and sequentially stores the third digital image in the third buffer and the first buffer. An image processing method of an image processing apparatus comprising the step. 제11 항에 있어서,The method of claim 11, wherein 상기 이미저가 상기 제2 디코딩 요청 신호에 응답하여 상기 디코더에 제2 버퍼의 포인터를 전송하는 단계에서, 상기 제3 버퍼에 상기 제2 디지털 이미지가 저 장 중인 경우에, When the imager is storing the second digital image in the third buffer in the step of transmitting the pointer of the second buffer to the decoder in response to the second decoding request signal, 상기 이미저는 상기 제3 버퍼의 저장 동작을 중단하고, 상기 디코더가 상기 제2 디지털 이미지를 디코딩하는 동안, 캡쳐된 제3 이미지를 제3 디지털 이미지로 변환하고, 상기 제3 디지털 이미지를 상기 제3 버퍼에 새롭게 저장하는 이미지 처리 장치의 이미지 처리 방법.The imager stops storing the third buffer, converts the captured third image into a third digital image while the decoder decodes the second digital image, and converts the third digital image to the third digital image. An image processing method of an image processing apparatus that is newly stored in a buffer.
KR1020080008471A 2008-01-28 2008-01-28 Image processing apparatus and processing method thereof KR100946266B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020080008471A KR100946266B1 (en) 2008-01-28 2008-01-28 Image processing apparatus and processing method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020080008471A KR100946266B1 (en) 2008-01-28 2008-01-28 Image processing apparatus and processing method thereof

Publications (2)

Publication Number Publication Date
KR20090082609A KR20090082609A (en) 2009-07-31
KR100946266B1 true KR100946266B1 (en) 2010-03-09

Family

ID=41293888

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020080008471A KR100946266B1 (en) 2008-01-28 2008-01-28 Image processing apparatus and processing method thereof

Country Status (1)

Country Link
KR (1) KR100946266B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103426418B (en) * 2012-05-21 2016-03-30 联想(北京)有限公司 A kind of data display processing method and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050052787A (en) * 2003-12-01 2005-06-07 엘지전자 주식회사 Apparatus of viterbi decoding in dmb receiver and method of the same
KR20070021659A (en) * 2005-08-19 2007-02-23 (주)씨앤에스 테크놀로지 The digital audio broadcasting modem interface system for receiving multi-channel and its working method
KR20070041284A (en) * 2005-10-14 2007-04-18 한양대학교 산학협력단 Apparatus and method for receiving multi stream in portability broadcast system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050052787A (en) * 2003-12-01 2005-06-07 엘지전자 주식회사 Apparatus of viterbi decoding in dmb receiver and method of the same
KR20070021659A (en) * 2005-08-19 2007-02-23 (주)씨앤에스 테크놀로지 The digital audio broadcasting modem interface system for receiving multi-channel and its working method
KR20070041284A (en) * 2005-10-14 2007-04-18 한양대학교 산학협력단 Apparatus and method for receiving multi stream in portability broadcast system

Also Published As

Publication number Publication date
KR20090082609A (en) 2009-07-31

Similar Documents

Publication Publication Date Title
US8189935B2 (en) Data processing device, image encoding/decoding device and data processing system
CN102036069A (en) Image processing apparatus
KR100946266B1 (en) Image processing apparatus and processing method thereof
US10279611B2 (en) Communication terminal device and communication system
US10244142B2 (en) Image processing apparatus that carries out facsimile communications, control method therefor, and storage medium
JP2013066072A (en) Image reading device, image forming apparatus, image reading method and image reading program
JPWO2018167973A1 (en) Image capturing apparatus, control method, and control program
JP5560785B2 (en) Information processing apparatus, image forming apparatus, and information processing method
US20160173707A1 (en) Image processing apparatus capable of transmitting image data, control method therefor, and storage medium storing control program therefor
JP2002247266A (en) Image forming system
JPH0738688A (en) Remote location presentation system and presentation device
JP4764488B2 (en) Decoding device and decoding method
JP4495873B2 (en) Image processing device
JP4259328B2 (en) Image processing apparatus, printer, and method for reading stored data
US7492479B2 (en) Image forming apparatus and image forming method
JP5610731B2 (en) Image forming apparatus, control method therefor, and program
JP6382614B2 (en) Facsimile device, image data signal communication system, image data signal communication method, and image data signal communication program
JP2000156760A (en) Image processing unit, image processing system and storage medium
JP2002211050A (en) Method, apparatus and system for outputting image
JP2013150241A (en) Information processor, and method and program for controlling information processor
JP2010226516A (en) Image processing apparatus
JP4465538B2 (en) Image processing device
JP2008259125A (en) Information input/output system and information input/output program
JP2005086332A (en) Image processing method
JP2019016014A (en) Image processing system, image processing device, image processing method and program

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20130305

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20140304

Year of fee payment: 5

LAPS Lapse due to unpaid annual fee