KR100343672B1 - Blocking method of document video - Google Patents

Blocking method of document video Download PDF

Info

Publication number
KR100343672B1
KR100343672B1 KR1019950001307A KR19950001307A KR100343672B1 KR 100343672 B1 KR100343672 B1 KR 100343672B1 KR 1019950001307 A KR1019950001307 A KR 1019950001307A KR 19950001307 A KR19950001307 A KR 19950001307A KR 100343672 B1 KR100343672 B1 KR 100343672B1
Authority
KR
South Korea
Prior art keywords
rlsa
white pixel
memory
run
result
Prior art date
Application number
KR1019950001307A
Other languages
Korean (ko)
Other versions
KR960029953A (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 KR1019950001307A priority Critical patent/KR100343672B1/en
Publication of KR960029953A publication Critical patent/KR960029953A/en
Application granted granted Critical
Publication of KR100343672B1 publication Critical patent/KR100343672B1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/001Texturing; Colouring; Generation of texture or colour
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/36Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators characterised by the display of a graphic pattern, e.g. using an all-points-addressable [APA] memory
    • G09G5/39Control of the bit-mapped memory
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2340/00Aspects of display data processing
    • G09G2340/10Mixing of images, i.e. displayed pixel being the result of an operation, e.g. adding, on the corresponding input pixels

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Image Processing (AREA)

Abstract

PURPOSE: A blocking method of a document video is provided to increase a processing speed by decreasing a memory capacity into half and simplifying process. CONSTITUTION: A binary video is inputted. An RLSA(Run Length Smearing/Smoothing Algorithm) is executed horizontally based on a black pixel with respect to the inputted binary video. The executed result is stored in a memory. An RLSA is executed vertically based on a white pixel with respect to the inputted binary video, and a white pixel Run is extracted. If a length of the extracted white pixel is larger than a critical value, a value of the extracted white pixel is stored in an identical area of a horizontal RLSA result memory corresponded to an area of the white pixel Run.

Description

문서영상의 블록화방법Blocking Method of Document Image

본 발명은 문서상의 유효영역을 추출하기 위하여 유효영역을 블록화하기 위한 것으로, 특히 문자, 그림, 사진 등과 같은 문서상의 유효영역을 추출하기 용이하도록 하기 위해 유효영역을 블록화하여 사용함으로써 메모리의 양을 절반으로 감소시키고 처리단계를 간단화시킴으로써 처리속도도 향상시킬 수 있도록 한 문서영상의 블록화방법에 관한 것이다.The present invention is to block the effective area in order to extract the effective area on the document, and in particular, half the amount of memory by blocking the effective area in order to make it easier to extract the effective area on the document such as text, pictures, photos, etc. The present invention relates to a method for blocking document images that can be improved by reducing the number of steps and simplifying the processing steps.

종래 문서영상을 블록화하는 방법은, 제 1 도에 도시된 바와 같이 이진영상을 입력하는 제1단계와, 상기 제1단계에서 입력된 이진영상에 대해 수평방향으로 RLSA(Run Length Smearing/Smoothing Algorithm) 을 수행하는 제2단계와, 상기 제2단계에서 수행된 결과를 저장하는 제3단계와, 상기 제1단계에서 입력된 이진영상에 대하여 다시 수직방향으로 RLSA를 수행하는 제4단계와, 상기 제4단계에서 수행된 결과를 저장하는 제5단계와, 상기 제3단계와 제5단계에서 각각 저장된 결과에 대하여 논리곱(Logical AND)행하여 블록화된 영상을 얻도록 하는 제6단계로 이루어진다.A conventional method of blocking a document image includes a first step of inputting a binary image as shown in FIG. 1, and a run length smearing / smoothing algorithm in a horizontal direction with respect to the binary image input in the first step. Performing a second step; storing a result of the second step; storing a result of the second step; performing a RLSA again in the vertical direction with respect to the binary image input in the first step; A fifth step of storing the results performed in step 4 and a sixth step of performing a logical AND on the results stored in the third and fifth steps, respectively, to obtain a blocked image.

상기에서와 같이 각 단계로 이루어진 종래의 기술에 대하여 상세히 살펴보면 다음과 같다.Looking at the prior art made of each step as described above in detail as follows.

종래에는 RLSA(Run Length Smearing/smoothing Algorithm)이라 불리우는 방법을 사용하는데, 이는 연속되는 흑화소의 집합을 런(Run)이라 하고, 영상에서 그 런들을 추출한 뒤 런 사이의 간격 즉, 길이 또는 백화소의 갯수가 임계값 보다 작으면 두 런 사이의 백화소들을 흑화소로 바꾸어주는 것이다.Conventionally, a method called RLSA (Run Length Smearing / smoothing Algorithm) is used. A set of consecutive black pixels is called a run, and after extracting those runs from an image, the interval between runs, that is, the length or number of pixels If is less than the threshold, the white pixels between two runs are replaced with black pixels.

즉, 제 2 도의 (가)에서와 같은 이진영상을 입력시 그 이진영상에 대하여 먼저 수평방향으로 RLSA(Run Length Smearing/Smoothing Algorithm)를 수행하고, 그 수행결과 제 2 도의 (나)에서와 같은 결과를 얻으며 이 결과를 메모리에 저장한다.In other words, when inputting a binary image as shown in FIG. 2A, the RLSA (Run Length Smearing / Smoothing Algorithm) is first performed in the horizontal direction with respect to the binary image. As a result, as shown in FIG. Get the result and store it in memory.

다음으로 입력되는 이진영상에 대하여 수직방향으로 RLSA(Run Length Smearing/Smoothing Algorithm)를 수행하고 이 수행결과 제 2 도의 (다)에서와 같은 결과를 얻으며 그 결과를 다른 메모리에 저장한다.Next, RLSA (Run Length Smearing / Smoothing Algorithm) is performed on the input binary image in the vertical direction, and the result is obtained as shown in (C) of FIG. 2 and the result is stored in another memory.

상기에서 각기 수평방향과 수직방향의 다른 방향으로 수행된 RLSA 결과가 저장된 메모리의 값을 논리곱한 값을 구하면 제 2 도의 (라)에서와 같은 블록화된 영상을 얻게된다.When a value obtained by logically multiplying a value of a memory in which RLSA results are performed in different directions in a horizontal direction and a vertical direction is obtained, a blocked image is obtained as in (d) of FIG.

또한, 상기 RLSA의 방법에 대하여 살펴보면, 먼저 입력되는 이진영상의 흑화소와 백화소로된 런들을 찾게되는데 가령 제 3 도의 (가)에서와 같은 런들을 찾게되면 다음으로 흑화소로된 런들을 찾은다음 두 런 사이의 거리와 임계값을 비교하여 그 임계값보다 작으면 두 런 사이의 백화소를 흑화소로 바꾸고, 임계값보다 크면 백화소를 그대로 두는 과정으로 처리하게 되는데 이와 같은 과정을 처리한 것이 제 3 도의 (나)에서와 같다.In addition, when looking at the method of the RLSA, first finds the run of the black pixel and the white pixel of the binary image to be input. For example, when the same run as in (a) of FIG. 3 is found, the next run of the black pixel is found. When the distance between the threshold and the threshold is smaller than the threshold, the white pixel between the two runs is changed to the black pixel, and if the threshold is larger than the threshold, the white pixel is left as it is. Same as in (b).

여기서, 두 런 사이의 거리는 화소의 수로 계산된다.Here, the distance between two runs is calculated by the number of pixels.

그러나, 이와 같은 종래의 기술에 있어서 수평방향으로 RLSA를 수행한 결과를 메모리에 저장하고 수직방향으로 RLSA를 수행한 결과를 또다른 메모리에 저장함에 따라 최소한 입력영상의 2배에 해당하는 메모리를 필요로 함에 따라 많은 양의 메모리가 요구되는 문제점이 있다.However, in the conventional technique, at least twice as much memory as the input image is required by storing the result of performing the RLSA in the horizontal direction in a memory and the result of performing the RLSA in the vertical direction in another memory. As a result, a large amount of memory is required.

따라서, 상기에서와 같은 종래의 문제점을 해결하기 위한 본 발명의 목적은 요구되는 메모리의 양을 절반으로 감소시키고 처리단계를 간단화함으로써 처리속도를 향상시킬 수 있도록 하는 문서영상의 블록화방법을 제공함에 있다.Accordingly, an object of the present invention to solve the conventional problems as described above is to provide a method for blocking document images that can improve the processing speed by reducing the amount of memory required by half and simplifying the processing steps. have.

본 발명의 다른 목적은 수평방향으로 흑화소를 기준으로 RLSA를 수행한 후 메모리에 저장한다음 수직방향으로 백화소를 기준으로 RLSA를 수행하여 얻백화소 길이가 임계값보다 크면 그 백화소 런의 영역에 대응하는 수평방향 RLSA결과가 들어있는 메모리의 동일영역에 저장함과 동시에 수평/수직의 순서를 바꾸어 수행하여도 동일한 결과를 얻을 수 있도록 한 문서영상의 블록화방법을 제공함에 있다.Another object of the present invention is to perform a RLSA based on the black pixel in the horizontal direction and to store in the memory, and then, if the length of the white pixel obtained by performing the RLSA based on the white pixel in the vertical direction is larger than the threshold value, The present invention provides a method of blocking a document image so that the same result can be obtained by storing the same RLSA result corresponding to the area in the same area of the memory and reversing the horizontal / vertical order.

상기 목적을 달성하기 위한 본 발명은 이진영상을 입력하는 제1단계와, 상기 제 1단계에서 입력된 이진영상에 대하여 흑화소를 기준으로 수평방향으로 RLSA(Run Length Smearing/smoothing Algorithm)를 수행하는 제2단계와, 상기 제2단계에서 수행된 결과를 메모리에 저장하는 제3단계와, 상기 제1단계에서 입력된 이진영상에 대하여 백화소를 기준으로 수직방향으로 RLSA를 수행하여 얻은 백화소 런(Run)을 추출하는 제4단계와, 상기 제4단계에서 추출된 백화소의 길이가 임계값보다 크면 이 백화소 런의 영역에 대응하는 수평방향 RLSA결과 메모리의 동일영역에 추출된 백화소값을 저장하는 제5단계로 이루어진다.The present invention for achieving the above object is to perform a RLSA (Run Length Smearing / smoothing Algorithm) in the horizontal direction with respect to the black pixel on the first step of inputting a binary image, and the input image in the first step A second step, a third step of storing the result performed in the second step in a memory, and a white pixel run obtained by performing RLSA in a vertical direction with respect to the white pixel on the binary image input in the first step A fourth step of extracting (Run); and if the length of the white pixel extracted in the fourth step is larger than a threshold value, the value of the white pixel extracted in the same area of the horizontal RLSA result memory corresponding to the area of the white pixel run is determined. The fifth step is to store.

상기 각 단계들이 이루어지기 위한 장치는 제 4 도에 도시한 바와 같이, 문서부터 영상을 받아들이는 스캐너(70)와, 상기 스캐너(70)로부터 전달된 영상을 입력받아 신호처리를 행하는 디지탈 신호처리부(90)와, 상기 스캐너(70)로부터 디지털 신호처리부(90)로 디지털 데이타를 전달하여 주는 스캐너 인터페이스(80)와, 상기 디지탈 신호처리부(90)의 영상신호를 호스트 인터페이스(60)를 통해 입력받아 문서상의 유효영역을 추출하기 위해 유효영역을 블록화하는 과정을 처리하는 호스트 컴퓨터(10)와, 상기 디지털 신호처리부(90)에서 필요한 데이타를 저장함과 아울러 그 저장된 데이터를 사용할 수 있도록 하는 로컬 메모리(100)와, 상기 호스트 컴퓨터(10)의 제어동작에 따라 상기 디지탈 신호처리부(90)의 동작을 조정하는 콘트롤 로직부(20)및 중재로직부(30)와, 입력영상을 저장하는 글로벌 메모리(50)와, 상기 글로벌 메모리(50)의 동작을 제어하는 디램 콘트롤러(40)로 구성한다.As shown in FIG. 4, the apparatus for performing each of the above steps includes a scanner 70 that receives an image from a document, and a digital signal processor that performs signal processing by receiving an image transmitted from the scanner 70. 90, a scanner interface 80 for transmitting digital data from the scanner 70 to the digital signal processor 90, and an image signal of the digital signal processor 90 through a host interface 60. A host computer 10 which processes a process of blocking an effective area to extract an effective area on a document, and a local memory 100 that stores necessary data in the digital signal processing unit 90 and makes use of the stored data. And a control logic unit 20 and an arbitration logic unit 30 for adjusting the operation of the digital signal processing unit 90 according to the control operation of the host computer 10; The global memory 50 stores an input image, and the DRAM controller 40 controls the operation of the global memory 50.

이와 같이 구성된 본 발명의 동작 및 작용효과에 대하여 상세히 설명하면 다음과 같다.Referring to the operation and effect of the present invention configured as described in detail as follows.

스캐너(70)를 통해 문서의 영상들이 이진데이타 형태로 입력되면, 스캐너 인터페이스(80)가 디지탈 신호처리부(90)로 전달하여 준다.When the images of the document are input in the form of binary data through the scanner 70, the scanner interface 80 transmits the images to the digital signal processor 90.

그러면, 상기 디지털 신호처리부(90)는 그 입력된 이진영상에 대하여 문자인식을 수행하기 위한 로컬 메모리(100)에 저장한다.Then, the digital signal processor 90 stores the input binary image in the local memory 100 to perform character recognition.

다음으로 상기 디지탈 신호처리부(90)는 상기 로컬 메모리(100)에 저장된 데이터에 대하여 문서상의 유효영역을 추출하기 위해 유효영역을 블록화할 수 있도록 한 데이터로 처리하여 호스트 인터페이스(60)를 통해 호스트 컴퓨터(10)로 전달하여 준다.Next, the digital signal processing unit 90 processes the data stored in the local memory 100 into data that allows the effective area to be blocked so as to extract the effective area on the document, and then through the host interface 60. Deliver to (10).

따라서, 호스트 컴퓨터(10)는 콘트롤 로직부(20)와 중재 로직부(30)를 통해 입력되는 영상에 대하여 조정함과 동시에 입력영상에 대하여 글로벌 메모리(50)에 저장하여 두고 그 데이터에 대하여 블록화하도록 하는데, 이에 대하여 살펴보자.Therefore, the host computer 10 adjusts the image input through the control logic unit 20 and the arbitration logic unit 30, and simultaneously stores the input image in the global memory 50 and blocks the data. Let's take a look at this.

상기 호스트 컴퓨터(10)는 먼저 이진화된 영상에 대하여 수평방향으로 RLSA(Run Length Smearing/Smoothing Algorithm)를 수행한다.The host computer 10 first performs a Run Length Smearing / Smoothing Algorithm (RLSA) in a horizontal direction on the binarized image.

즉, 입력된 이진영상에 대하여 제 3 도의 (가)에서와 같이 흑화소로된 런(Run)들을 찾은 다음, 흑화소와 흑화소간의 거리(즉 백화소)와 임계값을 비교하여, 두 런 사이의 거리가 임계값보다 작으면 두 런 사이의 백화소를 흑화소로 바꾸고, 두 런 사이의 거리가 임계값보다 크면 두 런 사이의 백화소를 그대로 두는 과정으로 반복하여 제 3 도의 (나)에서와 같은 화소값으로 변경시킨다.That is, for the input binary image, as shown in (a) of FIG. 3, the runs are found as black pixels, and then the distance between the black pixels and the black pixels (ie, the white pixels) and the threshold value are compared. If the distance is smaller than the threshold, the white pixel between the two runs is replaced with black pixels. If the distance between the two runs is larger than the threshold, the white pixel between the two runs is left as it is. Change to the same pixel value.

여기서, 흑화소는 문자등을 구성하고 있는 정보를 가지는 화소를 말하며, 백화소는 배경화소를 말한다.Here, black pixels refer to pixels having information constituting letters and the like, and white pixels refer to background pixels.

다음으로 입력되는 이진영상중 백화소에 대하여 수직방향으로 RLSA를 수행한다.Next, RLSA is performed in the vertical direction with respect to the white pixel among the binary images.

즉, 수직방향으로 백화소를 기준으로 백화소로 된 런을 추출하고, 이때 추출한 백화소의 길이와 임계값을 비교하여, 백화소의 길이가 임계값보다 크면 이 백화소 런의 영역에 대응하는 수평방향 RLSA결를 저장하고 있는 메모리의 동일영역에 수평 RLSA를 수행하여 얻은 백화소값을 저장하고, 백화소의 길이가 임계값보다 크지 않으면 그대로 수평방향 RLSA결과 메모리의 저장값을 그대로 둔다.That is, a run of white pixels is extracted in the vertical direction based on the white pixels, and at this time, the length of the extracted pixels is compared with a threshold value. storing the result, and save the white pixel value obtained by performing the horizontal RLSA the same region of memory, and places the stored value if the whitening bovine length greater than a threshold value as the horizontal direction RLSA memory as a result.

다시 말하면, 추출한 백화소의 길이가 임계값보다 크면 수평방향 RLSA결과 메모리의 흑화소가 백화소로 바꿈으로써 결국 기존의 방법과 동일한 블록화된 영상을 얻을 수 있게된다.In other words, if the length of the extracted white pixel is larger than the threshold value, the horizontal pixel RLSA results change the black pixel of the memory to the white pixel, so that the same block image as in the conventional method can be obtained.

또한, 이상에서와 같은 수평/수직의 순서를 바꾸어 RLSA를 수행하여도 동일하게 적용할 수 있다.In addition, the same applies to the case of performing RLSA by changing the horizontal / vertical order as described above.

즉, 수직방향으로 먼저 흑화소 중심의 RLSA를 수행한다면 수평방향으로 백화소 중심의 RLSA를 수행하여 동일한 결과를 얻을 수 있다.That is, if the RLSA of the center of the black pixel is first performed in the vertical direction, the same result may be obtained by performing the RLSA of the center of the white pixel in the horizontal direction.

이상에서 상세히 설명한 바와같이 본 발명은 요구되는 메모리의 양을 절반으로 감소시키고, 처리단계를 간단히 하여 처리속도를 향상시킬 수 있도록 한 효과가 있다.As described in detail above, the present invention has the effect of reducing the amount of memory required by half and simplifying the processing steps to improve the processing speed.

제1도는 종래 문서영상의 블록화방법에 대한 과정도.1 is a process diagram for a method of blocking a conventional document image.

제2도는 제1도에서, RLSA(Run Length Smearing/Smoothing Algorithm)에 의한 블록화방법을 보인 예시도로서,FIG. 2 is an exemplary diagram showing a block method by Run Length Smearing / Smoothing Algorithm (RLSA) in FIG.

(가)는 입력영상 예시도이고,(A) is an example of input video,

(나)는 수평방향 RLSA 결과도이고,(B) is the horizontal RLSA result,

(다)는 수직방향 RLSA 결과도이고,(C) is the vertical RLSA result,

(라)는 블록화된 영상도이다.(D) is a blocked image diagram.

제3도는 제2도에서 RLSA의 과정을 보인 설명도로서,FIG. 3 is an explanatory diagram showing the process of RLSA in FIG.

(가)는 추출한 런(Run)을 보인 도이고,(A) shows the extracted run,

(나)는 화소 값이 뒤바뀐 예를 보인 도이다.(B) shows an example where the pixel values are reversed.

제4도는 문서영상 분할장치의 회로구성도.4 is a circuit diagram of a document image segmentation apparatus.

제5도는 본 발명 문서영상의 블록화방법에 대한 과정도.5 is a process diagram for a method of blocking a document image of the present invention.

******* 도면의 주요부분에 대한 부호의 설명 ************** Explanation of symbols on the main parts of the drawings *******

10 : 호스트 컴퓨터 20 : 콘트롤 로직부10: host computer 20: control logic section

30 : 중재 로직부 40 : 디램 콘트롤러30: arbitration logic section 40: DRAM controller

50 : 글로벌 메모리 60 : 호스트 인터페이스50: global memory 60: host interface

70 : 스캐너 80 : 스캐너 인터페이스70: scanner 80: scanner interface

90 : 디지털 신호처리부 100 : 로컬 메모리90: digital signal processing unit 100: local memory

Claims (1)

이진영상을 입력하는 제1단계와, 상기 제1단계에서 입력된 이진영상에 대하여 흑화소를 기준으로 수평방향으로 RLSA(Run Length Smearing/Smoothing Algortithm)를 수행하는 제2단계와, 상기 제2단계에서 수행된 결과를 메모리에 저장하는 제3단계와, 상기 제1단계에서 입력된 이진영상에 대하여 백화소를 기준으로 수직방향으로 RLSA를 수행하여 백화소 런(RUN)을 추출하는 제4단계와, 상기 제4단계에서 추출된 백화소의 길이가 임계값보다 크면, 이 백화소 런의 영역에 대응하는 수평방향 RLSA결과 메모리의 동일영역에 추출한 백화소값을 저장하는 제5단계로 이루어진 것을 특징으로 하는 문서영상의 블록화방법.A first step of inputting a binary image, a second step of performing RLSA (Run Length Smearing / Smoothing Algortithm) in a horizontal direction with respect to the black pixel on the binary image input in the first step, and the second step A third step of storing the result of the operation in the memory; and a fourth step of extracting the white pixel run by performing RLSA on a vertical direction with respect to the binary image input in the first step; And if the length of the white pixel extracted in the fourth step is larger than the threshold value, storing the extracted white pixel value in the same area of the horizontal RLSA result memory corresponding to the area of the white pixel run. How to block document image.
KR1019950001307A 1995-01-25 1995-01-25 Blocking method of document video KR100343672B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019950001307A KR100343672B1 (en) 1995-01-25 1995-01-25 Blocking method of document video

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019950001307A KR100343672B1 (en) 1995-01-25 1995-01-25 Blocking method of document video

Publications (2)

Publication Number Publication Date
KR960029953A KR960029953A (en) 1996-08-17
KR100343672B1 true KR100343672B1 (en) 2002-11-23

Family

ID=37488389

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019950001307A KR100343672B1 (en) 1995-01-25 1995-01-25 Blocking method of document video

Country Status (1)

Country Link
KR (1) KR100343672B1 (en)

Also Published As

Publication number Publication date
KR960029953A (en) 1996-08-17

Similar Documents

Publication Publication Date Title
US4747156A (en) Image preprocessing procedure for noise removal
EP0431958B1 (en) Identification and segmentation of finely textured and solid regions of binary images
US5513282A (en) Method and apparatus for controlling the processing of digital image signals
CN1139862A (en) Method and device for test and contour image correction
US4532651A (en) Data filter and compression apparatus and method
US5748778A (en) Image processing apparatus and method
US5680225A (en) Image reduction with fine-line protection
KR0167616B1 (en) Image processing apparatus and method of the same
KR100343672B1 (en) Blocking method of document video
KR940020246A (en) Area Division Method of Document Recognition Device
Mcllroy et al. Hardware for real-time image processing
JPH01288974A (en) Picture processing method
US5680529A (en) Image reduction conversion method
JP2585872B2 (en) Image noise removal device
JP2509448B2 (en) How to reduce the amount of image information
JPH0271379A (en) Picture processor
JPH06133296A (en) Motion detection method and device
Mcllroy et al. Edge detection in real-time
JPH0571990B2 (en)
KR19990051944A (en) Image Zoom In / Out Method using Interpolation
JPS6059484A (en) Extracting method for contour of picture information
JPS6224374A (en) Picture converting device
JPH03253987A (en) Picture normalizing system
JPH04157872A (en) Picture processing unit
JPH0419592B2 (en)

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
N231 Notification of change of applicant
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20070418

Year of fee payment: 6

LAPS Lapse due to unpaid annual fee