KR100867163B1 - Image processing device capable of realtime thinning and method thereof - Google Patents
Image processing device capable of realtime thinning and method thereof Download PDFInfo
- Publication number
- KR100867163B1 KR100867163B1 KR1020070060737A KR20070060737A KR100867163B1 KR 100867163 B1 KR100867163 B1 KR 100867163B1 KR 1020070060737 A KR1020070060737 A KR 1020070060737A KR 20070060737 A KR20070060737 A KR 20070060737A KR 100867163 B1 KR100867163 B1 KR 100867163B1
- Authority
- KR
- South Korea
- Prior art keywords
- pixel
- mask
- area
- pattern
- thinning
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/20—Image preprocessing
- G06V10/34—Smoothing or thinning of the pattern; Morphological operations; Skeletonisation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/14—Picture signal circuitry for video frequency region
- H04N5/142—Edging; Contouring
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Signal Processing (AREA)
- Image Processing (AREA)
Abstract
Description
도 1은 본 발명의 일 실시예에 따른 영상 처리 장치의 구성도.1 is a block diagram of an image processing apparatus according to an embodiment of the present invention.
도 2는 본 발명의 일 실시예에 따른 원본영상데이터 세선화 처리를 위한 삭제마스크의 실시예를 나타낸 도면.2 is a view showing an embodiment of a deletion mask for thinning the original image data according to an embodiment of the present invention.
도 3은 세선화 마스크에 의한 원본영상데이터 세선화 처리 과정을 나타낸 도면.3 is a diagram illustrating a process of thinning original image data using a thinning mask;
도 4는 삭제마스크에 의하여 원본영상데이터가 세선화되는 과정에서 생성될 수 있는 잡영가지 픽셀을 나타낸 도면.FIG. 4 is a diagram illustrating a number of miscellaneous branch pixels that may be generated in a process of thinning original image data by a deletion mask; FIG.
도 5는 본 발명의 일 실시예에 따른 원본영상데이터 세선화 처리를 위한 확장마스크의 실시예를 나타낸 도면.5 is a view showing an embodiment of an extension mask for thinning the original image data according to an embodiment of the present invention.
도 6은 삭제마스크에 의하여 원본영상데이터가 세선화되는 과정에서 나타날 수 있는 연결성 붕괴 현상을 나타낸 도면.6 is a view showing a connection collapse phenomenon that may appear in the process of thinning the original image data by the deletion mask.
도 7은 본 발명의 일 실시예에 따른 원본영상데이터 세선화 처리 과정을 나타낸 도면.7 is a view showing a process of thinning original image data according to an embodiment of the present invention.
도 8은 본 발명의 일 실시예에 따른 원본영상데이터 및 세선화 영상 데이터 를 나타낸 도면.8 is a view showing original image data and thinning image data according to an embodiment of the present invention;
도 9는 본 발명의 일 실시예에 따른 원본영상데이터 세선화 방법을 나타내는 순서도.9 is a flowchart illustrating a method for thinning original image data according to an embodiment of the present invention.
<도면의 주요 부분에 대한 부호의 설명><Explanation of symbols for the main parts of the drawings>
110 : 영상데이터 이진화부110: image data binarization unit
120 : 입력저장부120: input storage unit
120-n : 제n 입력저장유닛120-n: nth input storage unit
130 : 입력스위치부 130: input switch unit
140 : 세선화부140: thinning section
140-n : 세선화 유닛140-n: Thinning Unit
150 : 출력스위치부150: output switch unit
160 : 출력저장부160: output storage unit
160-n : 출력저장유닛160-n: Output storage unit
170 : 영상데이터 재구성부170: image data reconstruction unit
본 발명은 영상 처리 장치 및 그 방법에 관한 발명으로서, 보다 상세하게는 영상 데이터 세선화(細線化) 장치 및 그 방법에 관한 것이다.The present invention relates to an image processing apparatus and a method thereof, and more particularly, to an image data thinning apparatus and a method thereof.
영상 데이터 세선화 방법은 영상 데이터 고유의 이미지를 유지하면서 연산량을 줄이기 위하여 입력된 원본영상데이터(raw data)의 이미지 골격 만을 추출하는 방법으로서, 문자 인식, 지문 인식, 회로 기판의 결점 검사 등에 이용된다. 원본영상데이터가 세선화되면 원본영상데이터에 촬상된 피사체의 골격만이 추출되므로(즉, 피사체를 이루는 도형의 결합관계의 특징만이 추출되므로) 저장되는 데이터의 양이 획기적으로 줄어들 수 있기 때문이다. The image data thinning method extracts only the image skeleton of the input raw data in order to reduce the amount of computation while maintaining an image unique to the image data. The image data thinning method is used for character recognition, fingerprint recognition, and defect inspection of a circuit board. . This is because when the original image data is thinned, only the skeleton of the subject captured in the original image data is extracted (that is, only the characteristics of the coupling relationship of the figures constituting the subject) can significantly reduce the amount of data stored. .
영상 데이터 세선화 방법은 하기의 요건들을 만족하여야 한다. The image data thinning method must satisfy the following requirements.
첫째, 연결성이 유지되어야 한다. 즉, 원본영상데이터에 포함된 피사체 영상이 연결성이 유지되어야 한다. 둘째, 세선화된 피사체 영상은 한 화소의 두께를 가져야 한다. 셋째, 세선화된 피사체 영상은 원본 피사체 영상의 중심에 위치하여야 한다. 마지막으로, 원본영상데이터의 잡음 등이 세선화된 영상 데이터에 영향을 미치지 아니하여야 한다. First, connectivity must be maintained. That is, connectivity of the subject image included in the original image data should be maintained. Second, the thinned subject image should have a thickness of one pixel. Third, the thinned subject image should be located at the center of the original subject image. Finally, the noise of the original image data should not affect the thinned image data.
그런데, 이러한 세선화 방법은 반복적인 계산이 요구되므로 이를 신속하게 처리하기 위한 방법이 요구된다. 이에 원본영상데이터가 블록 단위로 병렬적으로 처리되는 방법이 대두되었다. 하지만, 종래의 영상 데이터 병렬 세선화 방법은 반복 처리시 이전 처리 단계를 고려하지 아니하여도 되기 때문에 시스템 구현은 용이하나, 세선화의 기본 요건 중 하나인 연결성 유지에 어려움이 있다. 즉, 하나의 피사체 영상이 복수의 블록으로 분리되어 세선화되는 경우, 블록 단위로 세선화된 영상데이터는 연결성이 파괴될 수 있는 문제점이 있다. However, since the thinning method requires an iterative calculation, a method for quickly processing the thinning method is required. Therefore, a method of processing original image data in parallel in units of blocks has emerged. However, the conventional image data parallel thinning method is easy to implement a system because it does not need to consider the previous processing step in the iterative processing, but there is a difficulty in maintaining connectivity, which is one of the basic requirements of thinning. That is, when one subject image is divided into a plurality of blocks and thinned, the thinned image data in units of blocks may have a problem in that connectivity may be broken.
또한, 종래의 영상 데이터 병렬 세선화 장치는 입력된 하나의 원본영상데이터를 세선화하는 동안 연속적으로 입력되는 다른 원본영상데이터에 아무런 처리를 할 수가 없다. 이에 의하여, 세선화 처리 시간이 길어지는 문제점이 있다.In addition, the conventional image data parallel thinning apparatus cannot process any other original image data continuously inputted while thinning one input original image data. As a result, there is a problem that the thinning processing time becomes long.
상술한 문제점을 해결하고자, 본 발명은 세선화된 영상데이터의 연결성이 유지될 수 있는 영상 처리 장치 및 그 방법을 제공하고자 한다. In order to solve the above problems, the present invention is to provide an image processing apparatus and method that can maintain the connection of the thinned image data.
또한, 본 발명은 세선화 처리 시간을 단축시킬 수 있는 영상 처리 장치 및 그 방법을 제공하고자 한다. In addition, the present invention is to provide an image processing apparatus and method that can reduce the thinning processing time.
상술한 문제점을 해결하고자, 본 발명의 일 실시예에 따르면, 영상 데이터를 세선화(細線化)하는 영상 처리 장치에 있어서, 이진화데이터가 소정의 영상 블록으로 분할되어 저장되는 입력저장부; 분할된 상기 영상 블록들을 병렬적으로 세선화하는 세선화부; 상기 입력저장부와 상기 세선화부를 연결하는 입력스위치부; 세선화된 상기 영상 블록들이 저장되는 출력저장부; 상기 세선화부와 상기 출력저장부를 연결하는 출력스위치부; 및 상기 각 출력저장유닛에 포함된 세선화된 상기 영상 블록들을 조합하여 세선화 영상데이터로 재구성하는 영상데이터 재구성부를 포함하되, 상기 n은 자연수인 것을 특징으로 하는 출력저장부를 포함하는 영상 처리 장치 가 제공된다. According to an embodiment of the present invention, an image processing apparatus for thinning image data includes: an input storage unit for dividing binarized data into predetermined image blocks; A thinning unit for thinning the divided image blocks in parallel; An input switch unit connecting the input storage unit and the thinning unit; An output storage unit for storing the thinned image blocks; An output switch unit connecting the thinning unit and the output storage unit; And an image data reconstructing unit for reconstructing thinning image data by combining the thinning image blocks included in each output storage unit, wherein n is an natural number. Is provided.
여기서, 상기 입력저장부는 n개의 입력저장유닛을 포함하되, 순차적으로 입력되는 상기 이진화데이터는 각각 상응하는 상기 입력저장유닛에 저장될 수 있다. The input storage unit may include n input storage units, and the binarization data sequentially input may be stored in corresponding input storage units.
또한, 상기 입력저장유닛은 각각 분할된 m개의 내부입력메모리영역을 포함하고, 상기 이진화데이터는 m개의 상기 영상 블록으로 분할되어 각각 상응하는 상기 내부입력메모리영역에 저장되되, 상기 m은 자연수일 수 있다. In addition, the input storage unit includes m internal input memory areas each divided, and the binarization data is divided into m video blocks and stored in the corresponding internal input memory areas, respectively, where m is a natural number. have.
또한, 상기 입력저장부는 순차적으로 입력되는 상기 이진화데이터를 상기 n개의 입력저장유닛 각각에 순차적으로 저장할 수 있다. The input storage unit may sequentially store the binarization data sequentially input to each of the n input storage units.
또한, 상기 입력스위치부가 제n-1 입력저장유닛과 상기 세선화부를 연결하는 경우, 상기 입력스위치부는 제n-1 입력저장유닛에 저장된 이진화데이터의 세선화가 종료하면 제n 입력저장유닛과 상기 세선화부를 연결할 수 있다. In addition, when the input switch unit connects the n-1 input storage unit and the thinning unit, the input switch unit may terminate the thinning of the binarization data stored in the n-1 input storage unit and the nth input storage unit and the thinning unit. You can connect the thinning section.
또한, 상기 세선화부는 m개의 상기 영상 블록들을 병렬적으로 세선화하기 위한 m개의 세선화유닛을 포함할 수 있다. The thinning unit may include m thinning units for thinning m blocks of the image in parallel.
또한, 상기 세선화유닛은 상기 영상 블록 내의 삭제대상화소를 삭제하여 상기 영상 블록들을 세선화하되, 상기 세선화유닛은 대상화소가 중심에 위치한 미리 설정된 화소영역과 미리 설정된 삭제마스크가 동일하면 상기 대상화소를 상기 삭제대상화소로 판단할 수 있다. The thinning unit may thin the image blocks by deleting a pixel to be deleted in the image block, wherein the thinning unit is configured to remove the target pixel if the preset pixel area is the same as a predetermined pixel area at the center of the target pixel. The pixel may be determined as the pixel to be deleted.
또한, 상기 화소영역은 3X3(가로X세로) 영역이고, 상기 대상화소는 '1'에 상응하며, 상기 삭제마스크는 3X3(가로X세로) 영역이고, 상기 대상화소의 상단부터 시계방향으로 위치하는 8개의 이웃화소들의 패턴이 하기 패턴들 중 하나 이상일 수 있다(단, 상단에 위치하는 행부터 나열함).Further, the pixel area is a 3X3 (horizontal X vertical) area, the target pixel corresponds to '1', and the erase mask is a 3X3 (horizontal X vertical) area, and is located in a clockwise direction from the top of the target pixel. The pattern of the eight neighboring pixels may be one or more of the following patterns (but list the rows located at the top).
1. 0-0-x-1-1-1-x-01.0-0-x-1-1-1-x-0
2. 0-0-0-x-1-x-1-x2. 0-0-0-x-1-x-1-x
3. x-0-0-0-x-1-1-13.x-0-0-0-x-1-1-1
4. 1-x-0-0-0-x-1-x4. 1-x-0-0-0-x-1-x
5. 1-1-x-0-0-0-x-15. 1-1-x-0-0-0-x-1
6. 1-x-1-x-0-0-0-x6. 1-x-1-x-0-0-0-x
7. x-1-1-1-x-0-0-07.x-1-1-1-x-0-0-0
8. 0-x-1-x-1-x-0-08. 0-x-1-x-1-x-0-0
또한, 상기 삭제마스크의 패턴이 0-0-0-x-1-x-1-x(상기 2번 패턴)이고, 상기 화소영역이 상기 삭제마스크와 동일한 경우, 상기 세선화유닛은 상기 화소영역을 포함하는 4X3 영역의 확장화소영역과 미리 설정된 확장마스크를 비교하고, 상기 확장화소영역이 상기 확장마스크와 동일하지 아니하면 상기 대상화소를 상기 삭제대상화소로 판단하되, 상기 확장화소영역은 상기 화소영역의 좌측에 3개의 화소가 더 포함된 4X3 영역의 화소영역이고, 상기 확장마스크는 4X3 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(상기 대상화소 포함)의 패턴이 하기 패턴들 중 하나 이상일 수 있다(단, 상단에 위치하는 행부터 나열함).Further, when the pattern of the erase mask is 0-0-0-x-1-x-1-x (the second pattern) and the pixel area is the same as the erase mask, the thinning unit is the pixel area. Comparing an extended pixel area of a 4x3 area including a preset expansion mask, and if the extended pixel area is not the same as the extended mask, the target pixel is determined as the deletion target pixel, and the extended pixel area is the pixel. The pixel area of the 4X3 area further includes three pixels on the left side of the area, and the extended mask is a mask of the 4X3 area. The pattern of each pixel (including the target pixel) positioned from the left of each row is one of the following patterns. This can be (but list the rows starting at the top).
1. 0-0-0-0, 0-1-1-0, x-x-1-x1.0-0-0-0, 0-1-1-0, x-x-1-x
2. x-x-0-0, 0-1-1-0, 0-0-1-x2.x-x-0-0, 0-1-1-0, 0-0-1-x
또한, 상기 삭제마스크의 패턴이 x-0-0-0-x-1-1-1(상기 3번 패턴)이고, 상기 화소영역이 상기 삭제마스크와 동일한 경우, 상기 세선화유닛은 상기 화소영역을 포함하는 4X3 영역의 확장화소영역과 미리 설정된 확장마스크를 비교하고, 상기 확장화소영역이 상기 확장마스크와 동일하지 아니하면 상기 대상화소를 상기 삭제대상화소로 판단하되, 상기 확장화소영역은 상기 화소영역의 좌측에 3개의 화소가 더 포함된 4X3 영역의 화소영역이고, 상기 확장마스크는 4X3 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(상기 대상화소 포함)의 패턴이 0-1-1-0, 0-1-1-0, 0-1-1-0일 수 있다(단, 상단에 위치하는 행부터 나열함). Further, when the pattern of the erasure mask is x-0-0-0-x-1-1-1 (the third pattern) and the pixel area is the same as the erasure mask, the thinning unit is the pixel area. Comparing an extended pixel area of a 4x3 area including a preset expansion mask, and if the extended pixel area is not the same as the extended mask, the target pixel is determined as the deletion target pixel, and the extended pixel area is the pixel. A pixel area of a 4X3 area including three more pixels on the left side of the area, and the extended mask is a mask of the 4X3 area. The pattern of each pixel (including the target pixel) positioned from the left side of each row is 0-1-1. -0, 0-1-1-0, 0-1-1-0, with the top row listed first.
또한, 상기 삭제마스크의 패턴이 1-x-0-0-0-x-1-x(상기 4번 패턴)이고, 상기 화소영역이 상기 삭제마스크와 동일한 경우, 상기 세선화유닛은 상기 화소영역을 포함하는 3X4 영역의 확장화소영역과 미리 설정된 확장마스크를 비교하고, 상기 확장화소영역이 상기 확장마스크와 동일하지 아니하면 상기 대상화소를 상기 삭제대상화소로 판단하되, 상기 확장화소영역은 상기 화소영역의 상단에 3개의 화소가 더 포함된 3X4 영역의 화소영역이고, 상기 확장마스크는 3X4 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(상기 대상화소 포함)의 패턴이 0-0-0, 1-1-0, 1-1-0, x-0-0 일 수 있다(단, 상단에 위치하는 행부터 나열함).Further, when the erase mask pattern is 1-x-0-0-0-x-1-x (the fourth pattern) and the pixel area is the same as the erase mask, the thinning unit is the pixel area. Comparing an extended pixel area of a 3X4 area including a preset expansion mask, and if the extended pixel area is not the same as the extended mask, the target pixel is determined as the erased pixel, and the extended pixel area is the pixel. A pixel area of a 3X4 area including three more pixels at the top of the area, and the extension mask is a mask of a 3X4 area, and the pattern of each pixel (including the target pixel) positioned from the left side of each row is 0-0-0. , 1-1-0, 1-1-0, and x-0-0 (listed from the top row).
또한, 상기 삭제마스크의 패턴이 1-x-0-0-0-x-1-x(상기 4번 패턴)이고, 상기 화소영역이 상기 삭제마스크와 동일한 경우, 상기 세선화유닛은 상기 화소영역을 포함하는 4X3 영역의 확장화소영역과 미리 설정된 확장마스크를 비교하고, 상기 확장화소영역이 상기 확장마스크와 동일하지 아니하면 상기 대상화소를 상기 삭제대상화소로 판단하되, 상기 확장화소영역은 상기 화소영역의 좌측에 3개의 화소가 더 포함된 4X3 영역의 화소영역이고, 상기 확장마스크는 4X3 영역의 마스크로서 각 행 의 좌측부터 위치하는 각 픽셀(상기 대상화소 포함)의 패턴이 하기 패턴들 중 하나 이상일 수 있다(단, 상단에 위치하는 행부터 나열함).Further, when the erase mask pattern is 1-x-0-0-0-x-1-x (the fourth pattern) and the pixel area is the same as the erase mask, the thinning unit is the pixel area. Comparing an extended pixel area of a 4x3 area including a preset expansion mask, and if the extended pixel area is not the same as the extended mask, the target pixel is determined as the deletion target pixel, and the extended pixel area is the pixel. The pixel area of the 4X3 area further includes three pixels on the left side of the area, and the extended mask is a mask of the 4X3 area. The pattern of each pixel (including the target pixel) positioned from the left of each row is one of the following patterns. This can be (but list the rows starting at the top).
1. x-1-1-x, 0-1-1-0, 0-0-0-01.x-1-1-x, 0-1-1-0, 0-0-0-0
2. 0-0-1-x, 0-1-1-0, x-1-0-02.0-0-1-x, 0-1-1-0, x-1-0-0
또한, 상기 삭제마스크의 패턴이 1-1-x-0-0-0-x-1(상기 5번 패턴) 이고, 상기 화소영역이 상기 삭제마스크와 동일한 경우, 상기 세선화유닛은 상기 화소영역을 포함하는 3X4 영역의 확장화소영역과 미리 설정된 확장마스크를 비교하고, 상기 확장화소영역이 상기 확장마스크와 동일하지 아니하면 상기 대상화소를 상기 삭제대상화소로 판단하되, 상기 확장화소영역은 상기 화소영역의 상단에 3개의 화소가 더 포함된 3X4 영역의 화소영역이고, 상기 확장마스크는 3X4 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(상기 대상화소 포함)의 패턴이 0-0-0, 1-1-1, 1-1-1, 0-0-0 일 수 있다(단, 상단에 위치하는 행부터 나열함).Further, when the pattern of the erasure mask is 1-1-x-0-0-0-x-1 (the fifth pattern), and the pixel area is the same as the erasure mask, the thinning unit is the pixel area. Comparing an extended pixel area of a 3X4 area including a preset expansion mask, and if the extended pixel area is not the same as the extended mask, the target pixel is determined as the erased pixel, and the extended pixel area is the pixel. A pixel area of a 3X4 area including three more pixels at the top of the area, and the extension mask is a mask of a 3X4 area, and the pattern of each pixel (including the target pixel) positioned from the left side of each row is 0-0-0. , 1-1-1, 1-1-1, 0-0-0 (but list at the top).
또한, 상기 삭제마스크의 패턴이 1-x-1-x-0-0-0-x(상기 6번 패턴) 이고, 상기 화소영역이 상기 삭제마스크와 동일한 경우, 상기 세선화유닛은 상기 화소영역을 포함하는 3X4 영역의 확장화소영역과 미리 설정된 확장마스크를 비교하고, 상기 확장화소영역이 상기 확장마스크와 동일하지 아니하면 상기 대상화소를 상기 삭제대상화소로 판단하되, 상기 확장화소영역은 상기 화소영역의 상단에 3개의 화소가 더 포함된 3X4 영역의 화소영역이고, 상기 확장마스크는 3X4 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(상기 대상화소 포함)의 패턴이 0-0-x, 0-1-1, 0-1-1, 0-0-x 일 수 있다(단, 상단에 위치하는 행부터 나열함).Further, when the erase mask pattern is 1-x-1-x-0-0-0-x (the sixth pattern) and the pixel area is the same as the erase mask, the thinning unit is the pixel area. Comparing an extended pixel area of a 3X4 area including a preset expansion mask, and if the extended pixel area is not the same as the extended mask, the target pixel is determined as the erased pixel, and the extended pixel area is the pixel. A pixel area of a 3x4 area including three more pixels at the top of the area, and the extended mask is a mask of a 3x4 area, and the pattern of each pixel (including the target pixel) positioned from the left side of each row is 0-0-x. , 0-1-1, 0-1-1, 0-0-x (but list the top row first).
또한, 상기 세선화유닛은 세선화의 대상인 상기 영상 블록 내의 삭제대상화소를 삭제하여 상기 영상 블록들을 세선화하되, 상기 세선화유닛은 상기 영상 블록에 이웃한 다른 영상 블록의 인접한 하나의 추가화소라인을 삽입하여 상기 영상 블록을 세선화할 수 있다. The thinning unit may thin the image blocks by deleting a deletion target pixel in the image block, which is a target of thinning, wherein the thinning unit is an additional pixel line adjacent to another image block adjacent to the image block. By inserting the image block can be thinned.
또한, 상기 세선화유닛은 상기 영상 블록을 1회 스캔(scan)하여 상기 삭제대상화소를 삭제한 뒤 상기 추가화소라인을 제거할 수 있다. In addition, the thinning unit may scan the image block once to delete the pixel to be deleted, and then remove the additional pixel line.
또한, 상기 출력저장부는 n개의 출력저장유닛을 포함하되, 순차적으로 세선화되어 입력되는 상기 이진화데이터는 각각 상응하는 상기 출력저장유닛에 저장될 수 있다. The output storage unit may include n output storage units, and the binarization data inputted sequentially thinning may be stored in corresponding output storage units.
또한, 상기 입력스위치부가 제n-1 입력저장유닛과 상기 세선화부를 연결하는 경우, 상기 출력스위치부는 제n-1 출력저장유닛과 상기 세선화부를 연결하고, 상기 제n-1 입력저장유닛에 저장된 상기 이진화데이터의 세선화가 종료하면 세선화된 상기 세선화된 이진화데이터가 상기 제n-1 출력저장유닛에 저장될 수 있다. When the input switch unit connects the n-1th input storage unit and the thinning unit, the output switch unit connects the n-1th output storage unit and the thinning unit to the n-1th input storage unit. When thinning of the stored binarization data is completed, the thinned binarized data may be stored in the n-th output storage unit.
또한, 상기 출력스위치부는 세선화된 이진화데이터가 상기 제n-1 출력저장유닛에 저장되면 제n 출력저장유닛과 상기 세선화부를 연결할 수 있다. The output switch unit may connect the n-th output storage unit and the thinning unit when the thinned binarization data is stored in the n-th output storage unit.
또한, 상기 출력저장유닛은 각각 분할된 m개의 내부출력메모리영역을 포함하고, m개의 상기 영상 블록은 상기 세선화부에 의하여 세선화되어 각각 상응하는 상기 내부출력메모리영역에 저장될 수 있다. In addition, the output storage unit may include m internal output memory areas each divided, and m image blocks may be thinned by the thinning unit and stored in the corresponding internal output memory areas.
상술한 문제점을 해결하기 위한 본 발명의 다른 실시예에 따르면, 영상 데이 터를 세선화하는 영상 처리 방법에 있어서, 이진화데이터를 소정의 영상 블록들로 분할하는 단계; 상기 각 영상 블록 내에 포함되고, 대상화소가 중심에 위치한 화소영역과 미리 설정된 삭제마스크가 동일한지 판단하는 단계; 상기 화소영역과 상기 삭제마스크가 동일하면 상기 삭제마스크가 미리 설정된 확장대상마스크인지 판단하는 단계; 상기 삭제마스크가 상기 확장대상마스크와 동일하면 미리 설정된 확장화소영역과 미리 설정된 확장마스크를 비교하는 단계; 및 상기 확장화소영역과 상기 확장마스크가 동일하지 아니하면 상기 대상화소를 삭제하는 단계를 포함하는 것을 특징으로 하는 영상 처리 방법이 제공된다. According to another embodiment of the present invention for solving the above problems, an image processing method for thinning image data, the method comprising: dividing the binarization data into predetermined image blocks; Determining whether a pixel area included in each image block and having a target pixel at the center thereof is the same as a preset erase mask; Determining whether the erase mask is a preset extension target mask when the pixel area and the erase mask are the same; Comparing the preset extended pixel area with a preset extended mask when the deletion mask is the same as the extended target mask; And deleting the target pixel if the extension pixel area and the extension mask are not identical to each other.
여기서, 상기 영상 처리 방법은 상기 화소영역과 상기 삭제마스크가 동일하지 아니하면 상기 대상화소를 삭제하는 단계를 더 포함할 수 있다. The image processing method may further include deleting the target pixel if the pixel area and the deletion mask are not the same.
또한, 상기 화소영역은 3X3(가로X세로) 영역이고, 상기 대상화소는 '1'에 상응하며, 상기 삭제마스크는 3X3(가로X세로) 영역이고, 상기 대상화소의 상단부터 시계방향으로 위치하는 8개의 이웃화소들의 패턴이 하기 패턴들 중 하나 이상일 수 있다(단, x는 do not care로서 고려 대상이 아님).Further, the pixel area is a 3X3 (horizontal X vertical) area, the target pixel corresponds to '1', and the erase mask is a 3X3 (horizontal X vertical) area, and is located in a clockwise direction from the top of the target pixel. The pattern of eight neighboring pixels may be one or more of the following patterns (where x is not considered as do not care).
1. 0-0-x-1-1-1-x-01.0-0-x-1-1-1-x-0
2. 0-0-0-x-1-x-1-x2. 0-0-0-x-1-x-1-x
3. x-0-0-0-x-1-1-13.x-0-0-0-x-1-1-1
4. 1-x-0-0-0-x-1-x4. 1-x-0-0-0-x-1-x
5. 1-1-x-0-0-0-x-15. 1-1-x-0-0-0-x-1
6. 1-x-1-x-0-0-0-x6. 1-x-1-x-0-0-0-x
7. x-1-1-1-x-0-0-07.x-1-1-1-x-0-0-0
8. 0-x-1-x-1-x-0-08. 0-x-1-x-1-x-0-0
또한, 상기 확장대상마스크는 상기 패턴들 중 하기 2번 패턴 내지 6번 패턴 중 하나 이상일 수 있다. In addition, the extension target mask may be one or more of the following patterns 2 to 6 of the patterns.
또한,상기 확장대상마스크의 패턴이 0-0-0-x-1-x-1-x(상기 2번 패턴)이면, 상기 확장화소영역은 상기 화소영역의 좌측에 3개의 화소가 더 포함된 4X3 영역의 화소영역이고, 상기 확장마스크는 4X3 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(상기 대상화소 포함)의 패턴이 하기 패턴들 중 하나 이상일 수 있다(단, 상단에 위치하는 행부터 나열함).In addition, when the pattern of the extension target mask is 0-0-0-x-1-x-1-x (the second pattern), the expansion pixel area further includes three pixels on the left side of the pixel area. The extended mask is a pixel area of a 4X3 area, and the extended mask is a mask of a 4X3 area, and the pattern of each pixel (including the target pixel) positioned from the left of each row may be one or more of the following patterns (a row positioned at the top) Listed).
1. 0-0-0-0, 0-1-1-0, x-x-1-x1.0-0-0-0, 0-1-1-0, x-x-1-x
2. x-x-0-0, 0-1-1-0, 0-0-1-x2.x-x-0-0, 0-1-1-0, 0-0-1-x
또한, 상기 확장대상마스크의 패턴이 x-0-0-0-x-1-1-1(상기 3번 패턴)이면, 상기 확장화소영역은 상기 화소영역의 좌측에 3개의 화소가 더 포함된 4X3 영역의 화소영역이고, 상기 확장마스크는 4X3 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(상기 대상화소 포함)의 패턴이 0-1-1-0, 0-1-1-0, 0-1-1-0 일 수 있다(단, 상단에 위치하는 행부터 나열함). In addition, when the pattern of the extension target mask is x-0-0-0-x-1-1-1 (the third pattern), the expansion pixel area further includes three pixels on the left side of the pixel area. The extended mask is a mask of the 4X3 area, and the extended mask is a mask of the 4X3 area. The pattern of each pixel (including the target pixel) positioned from the left of each row is 0-1-1-0, 0-1-1-0, May be 0-1-1-0, with the top row listed first.
또한, 상기 확장대상마스크의 패턴이 1-x-0-0-0-x-1-x(상기 4번 패턴)이면, 상기 확장화소영역은 상기 화소영역의 상단에 3개의 화소가 더 포함된 3X4 영역의 화소영역이고, 상기 확장마스크는 3X4 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(상기 대상화소 포함)의 패턴이 0-0-0, 1-1-0, 1-1-0, x-0-0 일 수 있 다(단, 상단에 위치하는 행부터 나열함).In addition, when the pattern of the extension target mask is 1-x-0-0-0-x-1-x (the fourth pattern), the expansion pixel area further includes three pixels on the upper portion of the pixel area. The extended mask is a 3X4 pixel area, and the extended mask is a mask of the 3X4 area. It can be 0, x-0-0 (listed from the top row).
또한, 상기 확장대상마스크의 패턴이 1-x-0-0-0-x-1-x(상기 4번 패턴)이면, 상기 확장화소영역은 상기 화소영역의 좌측에 3개의 화소가 더 포함된 4X3 영역의 화소영역이고, 상기 확장마스크는 4X3 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(상기 대상화소 포함)의 패턴이 하기 패턴들 중 하나 이상일 수 있다(단, 상단에 위치하는 행부터 나열함).In addition, when the pattern of the extension target mask is 1-x-0-0-0-x-1-x (the fourth pattern), the expansion pixel area further includes three pixels on the left side of the pixel area. The extended mask is a pixel area of a 4X3 area, and the extended mask is a mask of a 4X3 area, and the pattern of each pixel (including the target pixel) positioned from the left of each row may be one or more of the following patterns (a row positioned at the top) Listed).
1. x-1-1-x, 0-1-1-0, 0-0-0-01.x-1-1-x, 0-1-1-0, 0-0-0-0
2. 0-0-1-x, 0-1-1-0, x-1-0-02.0-0-1-x, 0-1-1-0, x-1-0-0
또한, 상기 확장대상마스크의 패턴이 1-1-x-0-0-0-x-1(상기 5번 패턴)이면, 상기 확장화소영역은 상기 화소영역의 상단에 3개의 화소가 더 포함된 3X4 영역의 화소영역이고, 상기 확장마스크는 3X4 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(상기 대상화소 포함)의 패턴이 0-0-0, 1-1-1, 1-1-1, 0-0-0 일 수 있다(단, 상단에 위치하는 행부터 나열함).In addition, when the pattern of the expansion target mask is 1-1-x-0-0-0-x-1 (the fifth pattern), the expansion pixel area further includes three pixels on the upper portion of the pixel area. A pixel area of a 3X4 area, and the extension mask is a mask of a 3X4 area. The pattern of each pixel (including the target pixel) located from the left of each row is 0-0-0, 1-1-1, 1-1- May be 1, 0-0-0 (listed from top row).
또한, 상기 확장대상마스크의 패턴이 1-x-1-x-0-0-0-x(상기 6번 패턴)이면, 상기 확장화소영역은 상기 화소영역의 상단에 3개의 화소가 더 포함된 3X4 영역의 화소영역이고, 상기 확장마스크는 3X4 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(상기 대상화소 포함)의 패턴이 0-0-x, 0-1-1, 0-1-1, 0-0-x 일 수 있다(단, 상단에 위치하는 행부터 나열함).In addition, when the pattern of the extension target mask is 1-x-1-x-0-0-0-x (the sixth pattern), the expansion pixel region further includes three pixels on the upper portion of the pixel region. A pixel area of a 3X4 area, and the extension mask is a mask of a 3X4 area. The pattern of each pixel (including the target pixel) located from the left of each row is 0-0-x, 0-1-1, 0-1- May be 1, 0-0-x (listed first from the top row).
또한, 상기 화소영역과 상기 삭제마스크가 동일한지 판단하는 단계는, 상기 영상 블록에 이웃한 다른 영상 블록의 인접한 하나의 추가화소라인을 삽입하는 단 계; 및 상기 추가화소라인이 삽입된 상기 영상 블록 내에 포함되고, 상기 대상화소가 중심에 위치한 화소영역과 상기 삭제마스크가 동일한지 판단하는 단계를 포함할 수 있다. The determining of whether the pixel area and the erase mask are the same may include: inserting one additional pixel line adjacent to another image block adjacent to the image block; And determining whether a pixel area included in the image block in which the additional pixel line is inserted and the target pixel is the same as the erase mask is the same.
또한, 상기 영상 처리 방법은 상기 추가화소라인이 삽입된 상기 영상 블록을 1회 스캔하여 상기 삭제대상화소를 삭제한 뒤 상기 추가화소라인을 제거하는 단계를 더 포함할 수 있다. The image processing method may further include removing the additional pixel line after deleting the pixel to be deleted by scanning the image block into which the additional pixel line is inserted once.
본 발명은 다양한 변경을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시예들을 도면에 예시하고 상세한 설명에 상세하게 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 본 발명을 설명함에 있어서 관련된 공지 기술에 대한 구체적인 설명이 본 발명의 요지를 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다.As the invention allows for various changes and numerous embodiments, particular embodiments will be illustrated in the drawings and described in detail in the written description. However, this is not intended to limit the present invention to specific embodiments, it should be understood to include all modifications, equivalents, and substitutes included in the spirit and scope of the present invention. In the following description of the present invention, if it is determined that the detailed description of the related known technology may obscure the gist of the present invention, the detailed description thereof will be omitted.
제1, 제2 등의 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되어서는 안 된다. 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용된다. 예를 들어, 본 발명의 권리 범위를 벗어나지 않으면서 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소도 제1 구성요소로 명명될 수 있다. 및/또는 이라는 용어는 복수의 관련된 기재된 항목들의 조합 또는 복수의 관련된 기재된 항목들 중 의 어느 항목을 포함한다. Terms such as first and second may be used to describe various components, but the components should not be limited by the terms. The terms are used only for the purpose of distinguishing one component from another. For example, without departing from the scope of the present invention, the first component may be referred to as the second component, and similarly, the second component may also be referred to as the first component. The term and / or includes a combination of a plurality of related items or any of a plurality of related items.
어떤 구성요소가 다른 구성요소에 "연결되어" 있다거나 "접속되어" 있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어" 있다거나 "직접 접속되어" 있다고 언급된 때에는, 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다. When a component is referred to as being "connected" or "connected" to another component, it may be directly connected to or connected to that other component, but it may be understood that other components may be present in between. Should be. On the other hand, when a component is said to be "directly connected" or "directly connected" to another component, it should be understood that there is no other component in between.
본 출원에서 사용한 용어는 단지 특정한 실시예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다. 본 출원에서, "포함하다" 또는 "가지다" 등의 용어는 명세서상에 기재된 특징, 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 또는 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부품 또는 이들을 조합한 것들의 존재 또는 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다.The terminology used herein is for the purpose of describing particular example embodiments only and is not intended to be limiting of the present invention. Singular expressions include plural expressions unless the context clearly indicates otherwise. In this application, the terms "comprise" or "have" are intended to indicate that there is a feature, number, step, operation, component, part, or combination thereof described in the specification, and one or more other features. It is to be understood that the present invention does not exclude the possibility of the presence or the addition of numbers, steps, operations, components, components, or a combination thereof.
다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미를 가지고 있다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥상 가지는 의미와 일치하는 의미를 가지는 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다. 이하, 첨부된 도면 을 참조하여 본 발명의 실시예에 대하여 설명한다.Unless defined otherwise, all terms used herein, including technical or scientific terms, have the same meaning as commonly understood by one of ordinary skill in the art. Terms such as those defined in the commonly used dictionaries should be construed as having meanings consistent with the meanings in the context of the related art, and shall not be construed in ideal or excessively formal meanings unless expressly defined in this application. Do not. Hereinafter, with reference to the accompanying drawings will be described an embodiment of the present invention.
도 1은 본 발명의 일 실시예에 따른 영상 처리 장치의 구성도이다. 도 1을 참조하면, 본 발명의 일 실시예에 따른 영상 처리 장치(100)는 영상데이터 이진화부(110), 입력저장부(120), 제n 입력저장유닛(120-1, 120-2…… 120-n, 이하, '120-n'으로 통칭함)(단, n은 자연수임), 입력스위치부(130), 세선화부(140), 세선화 유닛(140-1, 140-2…… 140-n, 이하, '140-m'으로 통칭함)(단, m은 자연수임), 출력스위치부(150), 출력저장부(160), 출력저장유닛(160-1, 160-2…… 160-n, 이하, '160-n'으로 통칭함) 및 영상데이터 재구성부(170)를 포함할 수 있다. 1 is a block diagram of an image processing apparatus according to an embodiment of the present invention. Referring to FIG. 1, an
영상데이터 이진화부(110)는 입력되는 원본영상데이터를 이진화하여 이진화된 원본영상데이터(이하, '이진화데이터'라 칭함)를 생성한 후, 이를 입력저장부(120)로 전송할 수 있다. 이때, 이진화데이터는 원본영상데이터의 각 픽셀의 명암값(contrast)이 영상데이터 이진화부 (110)에서 분석되어 생성될 수 있다. The image
예를 들어, 영상데이터 이진화부(110)는 원본영상데이터의 각 픽셀의 명암값(또는 휘도값)이 미리 설정된 임계값 이상이면 '0'로, 미만이면 '1'로 조절(또는 반대일 수도 있음)하여 이진화데이터를 생성한 후, 이를 입력저장부(120)로 전송될 수 있다. For example, the image
입력저장부(120)는 순차적으로 입력되는 이진화데이터를 소정의 영상 블록으로 분할하여 저장할 수 있다. 이때, 도 1에 도시된 바와 같이, 입력저장부(120)는 복수개의 입력저장유닛(120-n)을 포함할 수 있으므로, 순차적으로 입력되는 이진화 데이터는 각각 상응하는 입력저장유닛(120-n)에 저장될 수 있다. 즉, 제1 이진화데이터가 제1 입력저장유닛(120-1)에 저장되었다면, 순차적으로 입력되는 제2 이진화데이터(즉, 제1 이진화데이터에 이어서 입력되는 프레임(frame))는 제2 입력저장유닛(120-2)에 저장될 수 있다. 또한, 제2 이진화데이터에 이어서 입력되는 제2 이진화데이터는 제3 입력저장유닛(120-3)에 저장될 수 있음은 자명하다. The
이때, 제2 이진화데이터는 제1 이진화데이터가 세선화부(140)에 의하여 세선화되는 도중에 입력되는 경우를 가정한다. 이 경우, 제2 이진화데이터는 제1 이진화데이터가 세선화부(140)에 의하여 세선화되는 도중에 복수개의 영상 블록으로 분할되어 제2 입력저장유닛(120-2)에 저장될 수 있다. 즉, 종래의 세선화 장치는 제1 이진화데이터의 세선화가 완료되기 전에는 제2 이진화데이터에 아무런 처리를 할 수 없었으나, 본 발명에 의한 영상 처리 장치(100)는 제1 이진화데이터의 세선화가 완료되기 전에도 제2 이진화데이터를 분할하는 처리를 수행할 수 있다. In this case, it is assumed that the second binarization data is input while the first binarization data is thinned by the thinning
또한, 도 1에는 도시되지 않았지만, 각각의 입력저장유닛(120-n)은 복수개의 내부입력메모리영역(미도시)을 포함할 수 있고, 이진화데이터는 영상 블록으로 분할되어 각각의 내부입력메모리영역(미도시)에 저장될 수 있다. 즉, 상술한 바와 같이, 이진화데이터는 영상 블록으로 분할될 수 있고, 영상 블록은 내부입력메모리영역(미도시)에 각각 저장될 수 있다. 따라서, 입력저장유닛(120-n)은 영상 블록 개수 이상의 내부입력메모리영역 (미도시)을 포함할 수 있다. 영상 블록 개수는 입력되는 원본영상데이터의 종류 및/또는 방식에 따라서 다른 개수로 분할될 수 있기 때문이다. In addition, although not shown in FIG. 1, each input storage unit 120-n may include a plurality of internal input memory areas (not shown), and the binarization data may be divided into image blocks to each internal input memory area. (Not shown). That is, as described above, the binarization data may be divided into image blocks, and the image blocks may be respectively stored in an internal input memory area (not shown). Therefore, the input storage unit 120-n may include an internal input memory area (not shown) with the number of image blocks or more. This is because the number of image blocks may be divided into different numbers according to the type and / or method of the input original image data.
또한, 입력저장부(120)는 입력되는 이진화데이터를 분할하여 상응하는 입력저장유닛(120-n)에 저장하는 입력제어유닛(미도시)를 더 포함할 수도 있다. 즉, 이진화데이터가 입력저장부(120)에 순차적으로 입력되면, 입력저장부(120)는 미리 설정된 개수로 이진화데이터를 분할하여 입력저장유닛(120-n)에 순차적으로 저장할 수 있다. In addition, the
입력스위치부(130)는 입력저장부(120)와 세선화부(140)를 연결할 수 있다. 보다 상세하게는, 입력스위치부(130)는 가장 최근에 저장된 이진화데이터가 저장되어 있는 입력저장유닛(120-n)과 세선화부(140)를 연결할 수 있다. 예를 들어, 가장 최근에 저장된 이진화데이터가 제1 이진화데이터이고, 제1 이진화데이터가 제1 입력저장유닛(120-1)에 저장되어 있는 경우를 가정한다. 이때, 입력스위치부(130)는 제1 입력저장유닛(120-1)과 세선화부(140)를 연결할 수 있다. The
또한, 입력스위치부(130)는 제1 이진화데이터의 세선화가 종료되면 제1 이진화데이터에 후속하여 입력된 제2 이진화데이터가 저장되어 있는 제2 입력저장유닛(120-2)과 세선화부(140)를 연결할 수 있다. 즉, 입력스위치부(130)는 한 프레임의 이진화데이터가 세선화되면, 후속하여 입력된 이진화데이터가 저장되어 있는 입력저장유닛(120-n)과 세선화부(140)를 연결할 수 있다. In addition, when the thinning of the first binarization data is completed, the
또한, 입력스위치부(130)는 세선화부(140)에서 임의의 이진화데이터의 세선화가 종료되었는지 여부 및/또는 후속하여 입력된 이진화데이터가 저장되어 있는 입력저장유닛(120-n)을 판단하는 입력스위치제어유닛(미도시)을 포함할 수 있다. In addition, the
또한, 여기에서는 입력스위치부(130)에서 후속하여 입력된 이진화데이터가 저장되어 있는 입력저장유닛(120-n)을 판단하는 것으로 설명하였으나, 이는 입력저장부(120)에서 판단될 수도 있다. 즉, 입력저장부(120)는 입력스위치부(130)로부터 한 프레임의 이진화데이터의 세선화가 종료되었다는 신호를 수신하면, 후속하여 입력된 프레임의 이진화데이터가 저장되어 있는 입력저장유닛(120-n)과 입력스위치부(130)를 연결할 수 있다. In addition, although it has been described herein as determining the input storage unit 120-n in which the binarization data subsequently inputted by the
또한, 입력저장부(120)에서 후속하여 입력된 이진화데이터가 저장되어 있는 입력저장유닛(120-n)을 판단하는 경우에는 입력스위치부(130)는 생략될 수도 있다. 예를 들어, 입력저장부(120)에 포함된 입력저장제어유닛(미도시)은 세선화부(140)로부터 한 프레임의 이진화데이터의 세선화가 종료되었다는 신호를 수신하면, 후속하여 입력된 프레임의 이진화데이터가 저장되어 있는 입력저장유닛(120-n)과 세선화부(130)를 연결할 수 있다. In addition, the
세선화부(140)는 분할된 영상 블록들을 병렬적으로 세선화할 수 있다. 이때, 세선화부(140)는 복수개의 영상 블록들을 동시에 병렬적으로 세선화하기 위하여 분할된 영상 블록의 개수 이상의 세선화유닛(140-m)을 포함할 수 있다. 각 세선화유닛(140-n)은 입력된 각 영상 블록을 스캔(scan)하여 피사체에 해당하는 픽셀 중 최외곽 픽셀을 한 줄씩 제거할 수 있다. 이때, 각 세선화유닛(140-n)은 미리 설정된 화소영역과 미리 설정된 삭제마스크를 비교하는 작업을 반복적으로 수행하여 영상 블록을 세선화할 수 있다. 이하, 도 2 내지 도 7을 참조하여 세선화부(140)의 동작을 상세히 설명한다. The thinning
도 2는 본 발명의 일 실시예에 따른 원본영상데이터 세선화 처리를 위한 삭제마스크의 실시예를 나타낸 도면이다.2 is a view showing an embodiment of a deletion mask for thinning the original image data according to an embodiment of the present invention.
도 2를 참조하면, 미리 설정된 삭제마스크의 8가지 실시예가 도시된다. 여기에서, 삭제마스크는 세선화부(140) 또는 세선화유닛(140-n)(이하, '세선화유닛(140-n)'으로 통칭)이 대상 화소가 삭제대상화소인지 여부를 판단하기 위한 마스크로서, 세선화부(140) 또는 세선화유닛(140-n)은 미리 설정된 화소영역과 삭제마스크가 동일하면 대상화소가 삭제대상화소인 것으로 판단할 수 있다. Referring to FIG. 2, eight embodiments of a preset deletion mask are shown. Here, the erase mask is a mask for determining whether the thinning
이때, 화소영역은 대상화소가 중심에 위치한 aXa(가로X세로)(단, a는 자연수) 영역일 수 있고, 여기에서는 3X3 영역인 것으로 가정한다. 또한, 삭제마스크는 3X3 영역이고, 대상화소의 상단부터 시계방향으로 위치하는 8개의 이웃화소들의 패턴이 하기 패턴들 중 하나 이상일 수 있다(단, x는 do not care로서 고려 대상이 아님).In this case, the pixel area may be an aXa (horizontal X length) area (where a is a natural number) in which the target pixel is located, and it is assumed that the pixel area is a 3X3 area. In addition, the erase mask is a 3X3 region, and the pattern of eight neighboring pixels located clockwise from the top of the target pixel may be one or more of the following patterns (where x is not considered as do not care).
210. 0-0-x-1-1-1-x-0210.0-0-x-1-1-1-x-0
220. 0-0-0-x-1-x-1-x220. 0-0-0-x-1-x-1-x
230. x-0-0-0-x-1-1-1230. x-0-0-0-x-1-1-1
240. 1-x-0-0-0-x-1-x240. 1-x-0-0-0-x-1-x
250. 1-1-x-0-0-0-x-1250. 1-1-x-0-0-0-x-1
260. 1-x-1-x-0-0-0-x260. 1-x-1-x-0-0-0-x
270. x-1-1-1-x-0-0-0270.x-1-1-1-x-0-0-0
280. 0-x-1-x-1-x-0-0280. 0-x-1-x-1-x-0-0
이때, 대상화소는 '1'에 상응하며, 세선화유닛(140-n)은 대상화소가 '0'에 상응하면 삭제마스크와 비교하지 아니할 수 있다. 즉, 세선화유닛(140-n)은 대상화소가 '1'에 상응하는 경우에만 화소영역과 삭제마스크를 비교할 수 있다. 또한, 하기 'x'는 'do not care'를 의미하는 것으로서, x의 위치에는 '0' 또는 '1' 중 어떤 값이 위치하여도 상관없을 수 있다. 즉, 세선화유닛(140-n)은 화소영역의 값 중에서 삭제마스크의 x값에 상응하는 값은 무시할 수 있다. In this case, the target pixel corresponds to '1', and the thinning unit 140-n may not compare the erase mask if the target pixel corresponds to '0'. That is, the thinning unit 140-n may compare the pixel area and the erase mask only when the target pixel corresponds to '1'. Further, 'x' means 'do not care', and any value of '0' or '1' may be located at the position of x. That is, the thinning unit 140-n may ignore a value corresponding to the x value of the erase mask among the values of the pixel area.
여기에서는 영상데이터 이진화부(110)가 원본영상데이터의 각 픽셀의 명암값(또는 휘도값)이 미리 설정된 임계값 이상이면 '0'으로, 미만이면 '1'로 조절하여 이진화데이터를 생성한 경우를 가정하였다. 즉, 세선화 대상인 피사체 영상에 해당하는 픽셀이 '1'에 상응하도록 이진화된 경우를 가정하였다. 따라서, 원본영상데이터가 반대로 이진화된 경우, 즉, 세선화 대상인 피사체 영상에 해당하는 픽셀이 '0'에 상응하도록 이진화된 경우에는 상술한 삭제마스크의 패턴이 변경될 수 있다. In this case, when the image
예를 들어, 세선화 대상인 피사체 영상에 해당하는 픽셀이 '0'에 상응하도록 이진화된 경우, 상술한 210번 패턴은 '1-1-x-0-0-0-x-0'이 될 수 있다. 나머지 2 내지 8번 패턴의 경우도 동일하게 변경될 수 있음은 자명하다. For example, when the pixel corresponding to the thinning subject image is binarized to correspond to '0', the above-described
도 3은 세선화 마스크에 의한 원본영상데이터 세선화 처리 과정을 나타낸 도면이다.3 is a diagram illustrating a process of thinning original image data using a thinning mask.
도 3을 참조하면, 하나의 영상 블록(310)이 세선화되는 처리 과정 중 일부가 도시된다. 먼저, 제1 화소영역(320-1)은 가운데 화소인 대상화소의 값이 '0'에 상응하므로 삭제대상화소가 아니다. 따라서, 세선화유닛(140-n)은 제1 화소영역과 삭제마스크를 비교하지 아니할 수 있다. Referring to FIG. 3, a part of a process of thinning one
그러나, 제2 화소영역(330-1)의 대상화소의 값은 '1'에 상응하므로, 세선화유닛(140-n)은 제2 화소영역(330-1)과 삭제마스크를 비교할 수 있다. 이때, 제2 화소영역(330-1)은 도 2에 예시된 삭제마스크 중 210 패턴과 동일함을 알 수 있다. 따라서, 세선화유닛(140-n)은 대상화소를 삭제대상화소로 판단하여 대상화소의 값을 '1'에서 '0'으로 변경할 수 있다. However, since the value of the target pixel of the second pixel region 330-1 corresponds to '1', the thinning unit 140-n may compare the second pixel region 330-1 with the erase mask. In this case, it can be seen that the second pixel area 330-1 is the same as the 210 pattern among the erase masks illustrated in FIG. 2. Accordingly, the thinning unit 140-n may determine the target pixel as the deletion target pixel and change the value of the target pixel from '1' to '0'.
또한, 제3 화소영역(340-1)은 대상화소의 값이 '0'에 상응하므로 삭제대상화소가 아니다. Also, the third pixel area 340-1 is not an erase target pixel because the value of the target pixel corresponds to '0'.
즉, 세선화유닛(140-n)은 상술한 과정을 삭제대상화소가 존재하지 아니할 때까지 반복하여 영상 블록을 세선화할 수 있다. 이때, 세선화유닛(140-n)은 하나의 대상화소가 삭제대상화소인지 여부를 판단할 때 상술한 8개의 삭제마스크 모두를 대상화소와 비교할 수 있다. That is, the thinning unit 140-n may repeat the above-described process until the pixel to be deleted does not exist to thin the image block. In this case, when the thinning unit 140-n determines whether one target pixel is a deletion target pixel, all of the eight deletion masks described above may be compared with the target pixel.
종래의 영상 처리 장치는 연산량이 많아짐을 이유로 하나의 삭제대상화소를 판단하기 위하여 1개 또는 2개의 삭제마스크를 이용하여 먼저 영상 블록을 스캔(또는 서브싸이클(subcycle))한 후, 나머지 삭제마스크 중 1개 또는 2개의 삭제마스크를 이용하여 영상 블록을 스캔하였다(1-subcycle 또는 2-subcycle). 이러한 스캔 동작이 모든 삭제마스크를 이용하여 완료될 때까지 반복하여 영상 블록에 포함된 삭제대상픽셀의 최외곽 픽셀을 제거할 수 있다.The conventional image processing apparatus first scans (or subcycles) an image block using one or two deletion masks to determine one pixel to be deleted because of a large amount of computation, and then, among the remaining deletion masks, One or two erase masks were used to scan the image blocks (1-subcycle or 2-subcycle). This scan operation may be repeatedly removed until all of the erase masks are completed to remove the outermost pixel of the erase target pixel included in the image block.
즉, 모든 삭제마스크가 이용되어 영상 블록 전체를 복수회 스캔한 뒤에야 한 줄의 최외곽 삭제대상픽셀이 제거될 수 있다. 그렇지 아니하고 대상픽셀이 삭제대상픽셀로 판단된 즉시 삭제되면 불필요한 잡영가지가 생성될 수 있다.That is, only one erase mask may be used to scan the entire image block a plurality of times before the outermost erase target pixel of a line may be removed. Otherwise, if the target pixel is deleted as soon as the target pixel is determined to be deleted, unnecessary miscellaneous branches may be generated.
도 4는 삭제마스크에 의하여 원본영상데이터가 세선화되는 과정에서 생성될 수 있는 잡영가지 픽셀을 나타낸 도면이다. FIG. 4 is a diagram illustrating a miscellaneous branch pixel that may be generated in a process of thinning original image data by a deletion mask.
여기에서는 종래의 영상 처리 장치가 영상 블록을 4-서브싸이클로 세선화하는 경우, 영상 블록이 상기 210번 및 상기 220번 삭제마스크를 이용하여 먼저 스캔되는 경우를 가정한다. 이때, 종래의 영상 처리 장치는 대상픽셀을 삭제대상픽셀로 판단한 즉시 삭제하는 경우를 가정한다. Herein, it is assumed that a conventional image processing apparatus thins an image block into four sub-cycles, and the image block is first scanned using the 210 and 220 erase masks. In this case, it is assumed that a conventional image processing apparatus deletes a target pixel immediately after determining that the target pixel is a deletion target pixel.
이때, 도 4를 참조하면, 제1 영상 블록(410) 내의 제4 화소영역(410-1)은 210번 및 220번 마스크와 동일하지 아니하고, 제5 화소영역(410-2)는 220번 마스크와 동일하다. 즉, 제4 화소영역(410-1)의 대상화소는 삭제대상화소가 아니고, 제5 화소영역(410-2)의 대상화소는 삭제대상화소이다. 따라서, 도 4에 도시된 제2 영상 블록(420) 내의 제6 화소영역(420-1)의 대성화소와 같은 잡영가지가 생성될 수 있다. In this case, referring to FIG. 4, the fourth pixel region 410-1 in the
이때, 제6 화소영역(420-1)은 도 2에 예시된 삭제마스크와 동일하지 아니함을 알 수 있다. 따라서, 제6 화소영역(420)-1의 대상화소(즉, 잡영가지 픽셀)는 도 2에 예시된 삭제마스크로는 삭제될 수 없다. In this case, it can be seen that the sixth pixel region 420-1 is not the same as the erase mask illustrated in FIG. 2. Therefore, the target pixel of the sixth pixel region 420-1 (ie, the miscellaneous pixels) cannot be deleted using the erase mask illustrated in FIG. 2.
또한, 제5 화소영역(430-1) 및 제6 화소영역(440-1)도 상술한 방법에 의하여 생성될 수 있고, 도 2에 도시된 삭제마스크와 동일하지 아니하다. 즉, 종래의 영상 처리 장치가 영상 블록을 4-서브싸이클로 세선화하는 경우 불필요한 잡영가지가 생성될 수 있다. In addition, the fifth pixel region 430-1 and the sixth pixel region 440-1 may also be generated by the above-described method, and are not the same as the erase mask shown in FIG. 2. That is, when the conventional image processing apparatus thins an image block into four sub-cycles, unnecessary miscellaneous branches may be generated.
따라서, 본 발명에 따른 영상 처리 장치(특히, 세선화 유닛(140-n))는 하나의 삭제대상화소를 판단하기 위하여 상술한 8개의 삭제마스크를 모두 이용할 수 있되, 영상 블록을 1-서브사이클로 스캔할 수 있다. 즉, 세선화유닛(140-n)은 영상 블록에 포함된 모든 대상픽셀에 대하여 삭제대상픽셀인지 여부를 판단한 후에 삭제대상픽셀을 일괄적으로 삭제할 수 있고, 각 대상픽셀을 판단할 때, 상술한 8개의 삭제마스크를 모두 이용할 수 있다(이하, 세선화유닛(140-n)이 영상 블록 전체를 한번 스캔할 때 모든 삭제마스크를 이용하는 경우를 1-서브싸이클이라 칭함). Accordingly, the image processing apparatus (particularly, the thinning unit 140-n) according to the present invention may use all eight erase masks described above in order to determine one pixel to be deleted. You can scan. That is, the thinning unit 140-n may delete all the pixels to be deleted after determining whether all of the target pixels included in the image block are pixels to be deleted. All eight erase masks can be used (hereinafter, the case where the thinning unit 140-n uses all erase masks when scanning the entire image block once is referred to as 1-subcycle).
즉, 본 발명의 실시예에 의한 세선화유닛(140-n)은 잡영가지 픽셀을 생성하지 아니할 수 있다. That is, the thinning unit 140-n according to the embodiment of the present invention may not generate the pixels of the miscellaneous branches.
도 5는 본 발명의 일 실시예에 따른 원본영상데이터 세선화 처리를 위한 확장마스크의 실시예이다.5 is an embodiment of an extension mask for thinning the original image data according to an embodiment of the present invention.
도 5를 참조하면, 확장마스크의 실시예가 도시된다. 여기서, 확장마스크는 두께가 짝수라인으로 구성되어 있는 삭제대상픽셀이 세선화유닛(140-n)의 세선화 동작에 의하여 모두 지워지는 것을 방지하기 위한 마스크일 수 있다. 즉, 영상 블록 내의 피사체 영상은 한 화소의 두께로 세선화될 수 있는데, 세선화 전 피사체 영상의 두께가 짝수라인인 경우 세선화에 의하여 모두 삭제될 수 있다. 5, an embodiment of an extension mask is shown. Here, the extension mask may be a mask for preventing erasing pixels having an even line thickness from being erased by thinning of the thinning unit 140-n. That is, the subject image in the image block may be thinned to a thickness of one pixel. If the thickness of the subject image before thinning is an even line, all of the subject images may be deleted by thinning.
예를 들어, 상술한 바와 같이 삭제대상화소가 1-서브싸이클로 스캔된 뒤 일괄적으로 삭제되는 경우를 가정한다. 이때, 피사체 영상의 두께가 짝수라인이면 피사체 영상을 구성하는 모든 픽셀이 삭제대상픽셀로 판단될 수 있다. 따라서, 영상 블록 내의 피사체 영상 두께가 짝수라인이면 피사체 영상은 1-서브싸이클로 스캔된 뒤 모두 삭제될 수 있는 문제점이 있다. For example, assume that the erased pixels are collectively deleted after being scanned with 1-sub cycle as described above. In this case, when the thickness of the subject image is an even line, all pixels constituting the subject image may be determined as pixels to be deleted. Therefore, if the thickness of the subject image in the image block is an even line, the subject image may be deleted after being scanned with 1-subcycle.
이를 극복하기 위하여 세선화유닛(140-n)은 화소영역이 상술한 삭제마스크의 패턴 중 하기 패턴 중 어느 하나 이상의 패턴(즉, 상술한 2번 내지 6번 패턴 중 어느 하나 이상의 패턴)과 동일한 경우에는 미리 설정된 확장마스크와 다시 비교할 수 있다. In order to overcome this problem, the thinning unit 140-n may have the same pixel area as any one or more of the following patterns (that is, any one or more of the patterns 2 to 6 described above) among the patterns of the erase mask described above. Can be compared again with the preset extension mask.
220. 0-0-0-x-1-x-1-x, 220. 0-0-0-x-1-x-1-x,
230. x-0-0-0-x-1-1-1230. x-0-0-0-x-1-1-1
240. 1-x-0-0-0-x-1-x240. 1-x-0-0-0-x-1-x
250. 1-1-x-0-0-0-x-1250. 1-1-x-0-0-0-x-1
260. 1-x-1-x-0-0-0-x260. 1-x-1-x-0-0-0-x
즉, 삭제마스크의 패턴이 0-0-0-x-1-x-1-x(상술한 220번 패턴)이고, 화소영역이 220번 패턴의 삭제마스크와 동일하면, 세선화유닛(140-n)은 화소영역을 포함하는 4X3 영역의 확장화소영역과 확장마스크를 비교하고, 확장화소영역이 확장마스크와 동일하지 아니하면 대상화소를 삭제대상화소로 판단할 수 있다. 이때, 확장화소영역은 화소영역의 좌측에 3개의 화소가 더 포함된 4X3 영역의 화소영역일 수 있고, 확장마스크는 4X3 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(대상 화소 포함)의 패턴이 하기 패턴(즉, 510번 패턴 및/또는 520번 패턴)들 중 하나 이상일 수 있다(단, 상단에 위치하는 행부터 나열함).That is, if the pattern of the erasure mask is 0-0-0-x-1-x-1-x (
510. 0-0-0-0, 0-1-1-0, x-x-1-x510.0-0-0-0, 0-1-1-0, x-x-1-x
520. x-x-0-0, 0-1-1-0, 0-0-1-x520.x-x-0-0, 0-1-1-0, 0-0-1-x
또한, 삭제마스크의 패턴이 x-0-0-0-x-1-1-1(상술한 230번 패턴)이고, 화소영역이 230번 패턴의 삭제마스크와 동일하면, 세선화유닛(140-n)은 화소영역을 포함하는 4X3 영역의 확장화소영역과 미리 설정된 확장마스크를 비교하고, 확장화소영역이 확장마스크와 동일하지 아니하면 대상화소를 삭제대상화소로 판단할 수 있다. 이때, 확장화소영역은 화소영역의 좌측에 3개의 화소가 더 포함된 4X3 영역의 화소영역일 수 있고, 확장마스크는 4X3 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(대상화소 포함)의 패턴이 하기 패턴(즉, 530번 패턴)일 수 있다(단, 상단에 위치하는 행부터 나열함).Further, if the pattern of the erasure mask is x-0-0-0-x-1-1-1 (
530. 0-1-1-0, 0-1-1-0, 0-1-1-0530. 0-1-1-0, 0-1-1-0, 0-1-1-0
또한, 삭제마스크의 패턴이 1-x-0-0-0-x-1-x(상술한 240번 패턴)이고, 화소영역이 240번 패턴의 삭제마스크와 동일하면, 세선화유닛(140-n)은 화소영역을 포함하는 3X4 영역의 확장화소영역과 미리 설정된 확장마스크를 비교하고, 확장화소영역이 확장마스크와 동일하지 아니하면 대상화소를 삭제대상화소로 판단할 수 있다. 이때, 확장화소영역은 화소영역의 상단에 3개의 화소가 더 포함된 3X4 영역의 화소영역일 수 있고, 확장마스크는 3X4 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(대상화소 포함)의 패턴이 하기 패턴(즉, 540번 패턴)일 수 있다(단, 상단에 위치하는 행부터 나열함).If the pattern of the erasure mask is 1-x-0-0-0-x-1-x (
540. 0-0-0, 1-1-0, 1-1-0, x-0-0540. 0-0-0, 1-1-0, 1-1-0, x-0-0
또한, 삭제마스크의 패턴이 1-x-0-0-0-x-1-x(상술한 240번 패턴)이고, 화소영역이 240번 패턴의 삭제마스크와 동일하면, 세선화유닛(140-n)은 화소영역을 포함하는 4X3 영역의 확장화소영역과 미리 설정된 확장마스크를 비교하고, 확장화소영역이 확장마스크와 동일하지 아니하면 대상화소를 삭제대상화소로 판단할 수 있다. 이때, 확장화소영역은 화소영역의 좌측에 3개의 화소가 더 포함된 4X3 영역의 화소영역일 수 있고, 확장마스크는 4X3 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(대상화소 포함)의 패턴이 하기 패턴(즉, 550번 패턴 및/또는 560번 패턴)들 중 하나 이상일 수 있다(단, 상단에 위치하는 행부터 나열함).If the pattern of the erasure mask is 1-x-0-0-0-x-1-x (
550. x-1-1-x, 0-1-1-0, 0-0-0-0550.x-1-1-x, 0-1-1-0, 0-0-0-0
560. 0-0-1-x, 0-1-1-0, x-1-0-0560.0-0-1-x, 0-1-1-0, x-1-0-0
또한, 삭제마스크의 패턴이 1-1-x-0-0-0-x-1(상술한 250번 패턴) 이고, 화소영역이 250번 패턴의 삭제마스크와 동일하면, 세선화유닛(140-n)은 화소영역을 포함하는 3X4 영역의 확장화소영역과 미리 설정된 확장마스크를 비교하고, 확장화소영역이 확장마스크와 동일하지 아니하면 대상화소를 삭제대상화소로 판단할 수 있다. 이때, 확장화소영역은 화소영역의 상단에 3개의 화소가 더 포함된 3X4 영역의 화소영역일 수 있고, 확장마스크는 3X4 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(대상화소 포함)의 패턴이 하기 패턴(즉, 570번 패턴)일 수 있다(단, 상단에 위치하는 행부터 나열함).If the pattern of the erasure mask is 1-1-x-0-0-0-x-1 (
570. 0-0-0, 1-1-1, 1-1-1, 0-0-0570. 0-0-0, 1-1-1, 1-1-1, 0-0-0
또한, 삭제마스크의 패턴이 1-x-1-x-0-0-0-x(상술한 260번 패턴) 이고, 화소영역이 260번 패턴의 삭제마스크와 동일하면, 세선화유닛(140-n)은 화소영역을 포함하는 3X4 영역의 확장화소영역과 미리 설정된 확장마스크를 비교하고, 확장화소영역이 확장마스크와 동일하지 아니하면 대상화소를 삭제대상화소로 판단할 수 있다. 이때, 확장화소영역은 화소영역의 상단에 3개의 화소가 더 포함된 3X4 영역의 화소영역일 수 있고, 확장마스크는 3X4 영역의 마스크로서 각 행의 좌측부터 위치하는 각 픽셀(대상화소 포함)의 패턴이 하기 패턴(즉, 580번 패턴)일 수 있다(단, 상단에 위치하는 행부터 나열함).If the pattern of the erasure mask is 1-x-1-x-0-0-0-x (
580. 0-0-x, 0-1-1, 0-1-1, 0-0-x580.0-0-x, 0-1-1, 0-1-1, 0-0-x
상술한 방법에 의하여 피사체 영상이 모두 삭제되는 것을 방지할 수 있다. 즉, 화소영역이 상술한 220번 내지 260번 패턴과 동일한 경우, 세선화유닛(140-n)은 확장화소영역과 미리 설정된 확장마스크를 비교할 수 있고, 확장화소영역이 확장마스크와 동일하지 아니한 경우에만 대상화소를 삭제대상화소로 판단할 수 있다. 이에 의하여 1-서브싸이클에 의하여 세선화동작이 수행되는 경우에 피사체 영상이 모두 삭제되는 것을 방지할 수 있다. By the above-described method, it is possible to prevent all of the subject images from being deleted. That is, when the pixel area is the same as the
도 6은 삭제마스크에 의하여 원본영상데이터가 세선화되는 과정에서 나타날 수 있는 연결성 붕괴 현상을 나타낸 도면이다. FIG. 6 is a diagram illustrating a connection collapse phenomenon that may occur in the process of thinning original image data by a deletion mask.
도 6을 참조하면, 이진화데이터(610)가 2개의 영상 블록으로 분할되어 각각 세선화되는 경우가 도시된다. 세선화유닛(140-n)은 영상 블록 내 피사체 영상(즉, '1' 값에 상응하는 픽셀의 집합)의 최외곽 픽셀부터 삭제하기 때문에 도 6에 도시된 바와 같이 세선화된 피사체 영상의 연결성이 붕괴될 수 있다(650-1, 650-2). Referring to FIG. 6, a case where
즉, 하나의 피사체 영상이 2개 이상의 영상 블록에 걸쳐서 분할된 경우 세선화된 피사체 영상의 연결성이 붕괴될 수 있다. 이하, 도 7을 참조하여 상술한 연결성 붕괴 현상을 방지하기 위한 방법을 상세히 설명한다. That is, when one subject image is divided over two or more image blocks, connectivity of the thinned subject image may be collapsed. Hereinafter, a method for preventing the connection collapse phenomenon described above with reference to FIG. 7 will be described in detail.
도 7은 본 발명의 일 실시예에 따른 원본영상데이터 세선화 처리 과정을 나타낸 도면이다. 7 is a diagram illustrating a process of thinning original image data according to an embodiment of the present invention.
도 7을 참조하면, 이진화데이터가 2개의 영상 블록으로 분할되어 각각 세선화되는 경우가 도시된다. 세선화유닛(140-n)은 세선화의 대상인 영상 블록에 포함된 삭제대상픽셀을 삭제하여 영상 블록을 세선화할 수 있다. 이때, 세선화 유닛(140-n)은 영상 블록에 이웃한 다른 영상 블록의 인접한 하나의 추가화소라인을 삽입하여 영상 블록을 세선화할 수 있다.Referring to FIG. 7, a case where binarization data is divided into two image blocks and thinned respectively is illustrated. The thinning unit 140-n may thin the image block by deleting a deletion target pixel included in the image block that is the thinning target. In this case, the thinning unit 140-n may thin the image block by inserting one adjacent additional pixel line of another image block adjacent to the image block.
예를 들어, 하나의 피사체 영상(즉, '1'에 상응하는 픽셀의 집합)이 두 개의 영상 블록으로 분할되어 각각 다른 세선화유닛(140-n)에서 세선화되는 경우를 가정한다. 이때, 제1 세선화유닛(140-1)에서 세선화되는 영상 블록을 제1 영상 블록(710-1)이라 칭하고, 제2 세선화유닛(140-2)에서 세선화되는 영상 블록을 제2 영상 블록(710-2)라 칭한다. For example, it is assumed that one subject image (that is, a set of pixels corresponding to '1') is divided into two image blocks and thinned in different thinning units 140-n, respectively. In this case, the image block thinned by the first thinning unit 140-1 is called a first image block 710-1, and the image block thinned by the second thinning unit 140-2 is called a second image block. The image block 710-2 is called.
제1 세선화유닛(140-1)은 제2 세선화유닛(140-2)에 접속하여 제2 영상 블 록(710-2)에 포함된 세로화소라인(즉, '열') 중 제1 영상 블록(710-1)과 연결되는 세로화소라인(이를 '추가화소라인'이라 칭함)을 전송받아 제1 영상 블록(710-1)에 삽입할 수 있다. 도 7을 참조하면, 제1 세선화유닛(140-1)은 제2 영상 블록(710-2)의 가장 좌측 세로화소라인을 추가화소라인으로 전송받을 수 있고, 이를 제1 영상 블록(710-1)의 가장 우측 세로화소라인으로 삽입할 수 있다. The first thinning unit 140-1 is connected to the second thinning unit 140-2, and is the first of the vertical pixel lines (ie, 'columns') included in the second image block 710-2. The vertical pixel line connected to the image block 710-1 (hereinafter referred to as an “additional pixel line”) may be received and inserted into the first image block 710-1. Referring to FIG. 7, the first thinning unit 140-1 may receive the leftmost vertical pixel line of the second image block 710-2 as an additional pixel line. It can be inserted into the rightmost vertical pixel line in 1).
제2 세선화유닛(140-2)은 제1 영상 블록(710-1)의 가장 우측 세로화소라인을 추가화소라인으로 전송받을 수 있고, 이를 제2 영상 블록(710-2)의 가장 좌측 세로화소라인으로 삽입할 수 있다. The second thinning unit 140-2 may receive the rightmost vertical pixel line of the first image block 710-1 as an additional pixel line, and this is the leftmost vertical of the second image block 710-2. Can be inserted into the pixel line.
또한, 제1 세선화유닛(140-1) 및/또는 제2 세선화유닛(140-2)은 추가화소라인을 삽입한 후에 상술한 세선화 동작을 수행할 수 있다. 추가화소라인이 삽입됨으로 인하여 각 영상 블록(710-1, 710-2)의 최외곽 픽셀에 포함된 피사체 영상은 삭제대상픽셀로 판단되지 아니할 수 있다. In addition, the first thinning unit 140-1 and / or the second thinning unit 140-2 may perform the above-described thinning operation after inserting the additional pixel line. Due to the insertion of the additional pixel line, the subject image included in the outermost pixel of each of the image blocks 710-1 and 710-2 may not be determined to be the pixel to be deleted.
또한, 세선화유닛(140-n)은 1-서브싸이클의 세선화를 수행한 후(즉, 영상 블록을 1회 스캔한 후)에 추가화소라인을 제거할 수 있고, 새로운 추가화소라인을 삽입할 수 있다. 즉, 제1 세선화유닛(140-1)은 추가화소라인을 제거한 후, 제2 세선화유닛(140-2)으로부터 제2 영상 블록(710-2)에서 추가화소라인(즉, 최외곽 화소열)을 수신하여 이를 제1 영상 블록(710-1)에 삽입할 수 있다. Further, the thinning unit 140-n may remove the additional pixel line after performing the thinning of the 1-subcycle (that is, after scanning the image block once) and inserting a new additional pixel line. can do. That is, after removing the additional pixel line, the first thinning unit 140-1 removes the additional pixel line, and thus, the additional pixel line (ie, the outermost pixel) in the second image block 710-2 from the second thinning unit 140-2. Column) and insert it into the first image block 710-1.
물론, 제2 세선화유닛(140-2)도 제1 세선화유닛(140-1)으로부터 추가화소라인을 수신하여 제2 영상 블록(710-2)로 삽입할 수 있음은 자명하다. Of course, the second thinning unit 140-2 may also receive the additional pixel line from the first thinning unit 140-1 and insert the additional pixel line into the second image block 710-2.
또한, 세선화유닛(140-n)은 상술한 세선화 동작을 삭제대상픽셀이 존재하지 아니할 때까지 반복할 수 있고, 이러한 방법으로 생성된 세선화영상데이터(720)는 도 7에 도시된 바와 같이 연결성이 유지된다. In addition, the thinning unit 140-n may repeat the above-described thinning operation until there is no pixel to be deleted, and the thinning
이때, 각 영상 블록의 크기는 동일해야 하며, 동일한 순간에 각 영상 블록에 대한 1회 스캔이 종료되어야 한다. 따라서, 이진화데이터는 복수개의 영상 블록으로 분할되되, 각 영상 블록의 크기는 동일한 크기일 수 있다. 영상 블록의 크기가 상이하면 동일한 순간에 1회 스캔이 종료할 수 없기 때문이다. 또한, 각 세선화유닛(140-n)의 동작을 위한 클럭(clock)은 동기화되어야 한다. 이에 의하여 각 세선화유닛(140-n)은 동일한 순간에 세선화 동작을 시작할 수 있고, 동일한 순간에 세선화 동작을 종료할 수 있다. At this time, the size of each image block should be the same, and one scan of each image block should be finished at the same moment. Accordingly, the binarization data may be divided into a plurality of image blocks, and the size of each image block may be the same size. This is because, once the image blocks have different sizes, one scan cannot be finished at the same moment. In addition, a clock for the operation of each thinning unit 140-n must be synchronized. As a result, each thinning unit 140-n may start the thinning operation at the same instant, and end the thinning operation at the same instant.
또한, 여기에서는 하나의 이진화데이터가 2개의 영상 블록으로 분할되는 경우를 가정하고 설명하였으나, 이는 이해와 설명의 편의를 위한 것이므로 분할된 영상 블록의 개수는 본 발명의 권리 범위를 제한하지 아니함은 자명하다. 즉, 이진화데이터가 3개 이상의 영상 블록으로 분할된 경우에도 상술한 바와 같이 이웃한 다른 영상 블록의 추가화소라인을 삽입하여 1회 스캔한 후, 삽입된 추가화소라인을 제거하여 세선화할 수 있다. 다만, 이진화데이터가 도 7에 도시된 바와 같이 좌우로 분할된 것이 아닌 상하로 분할된 경우에는 추가화소라인은 화소열이 아닌 화소행일 수 있다. In addition, it has been assumed here that one binarization data is divided into two image blocks. However, this is for convenience of understanding and explanation. Therefore, the number of divided image blocks does not limit the scope of the present invention. Do. That is, even when the binarization data is divided into three or more image blocks, as described above, additional pixel lines of another neighboring image block may be inserted and scanned once, and the inserted additional pixel lines may be removed and thinned. . However, in the case where the binarization data is divided up and down rather than being divided into left and right as shown in FIG. 7, the additional pixel line may be a pixel row rather than a pixel column.
또한, 영상 블록의 이진화데이터의 중간에 위치한 블록인 경우에는 추가화소라인은 4개가 될 수 있다(단, 영상 블록은 사각형). In addition, in the case of a block located in the middle of the binarization data of the image block, four additional pixel lines may be provided (however, the image block is rectangular).
다시 도 1을 참조하면, 출력스위치부(150)는 세선화부(140)와 출력저장부(160)를 연결할 수 있다. 보다 상세하게는, 출력스위치부(150)는 가장 최근에 세선화된 이진화데이터를 출력저장유닛(160-n)에 저장하기 위하여 출력저장유닛(160-n)과 세선화부(140)를 연결할 수 있다. 즉, 세선화부(140)에서 세선화된 이진화데이터는 출력저장부(160)에 저장될 수 있는데, 상술한 바와 같이 이진화데이터는 영상 블록 단위로 병렬적으로 세선화될 수 있으므로, 각 영상 블록을 조합하는 동작이 필요하다. 따라서, 세선화된 각 영상 블록은 출력저장부(160)에 임시적으로 저장될 수 있다. Referring back to FIG. 1, the
이때, 출력저장부(160)는 n개의 출력저자유닛(160-n)을 포함할 수 있고, 순차적으로 세선화되어 입력되는 이진화데이터는 각각 상응하는 출력저장유닛(160-n)에 저장될 수 있다. 즉, 세선화되기 전의 제1 이진화데이터가 제1 입력저장유닛(120-1)에 저장되어 있는 경우, 제1 이진화데이터는 세선화부(140)에서 세선화되어 제1 출력저장유닛(160-1)에 저장될 수 있다. 이때, 입력스위치부(130)는 제1 입력저장유닛(120-1)과 세선화부(140)를 연결할 수 있고, 출력스위치부(150)는 제1 출력저장유닛(160-1)과 세선화부(140)를 연결할 수 있다. In this case, the
또한, 제1 이진화데이터가 세선화되는 동안 순차적으로 입력되는 제2 이진화데이터는 제2 입력저장유닛(120-2)에 저장될 수 있고, 입력스위치부(130)는 제1 이진화데이터의 세선화가 종료되면 제2 입력저장유닛(120-2)과 세선화부(140)를 연결할 수 있음은 상술한 바와 같다. 또한, 출력스위치부(150)는 제1 이진화데이터의 세선화가 종료되면 세선화부(140)와 제1 출력저장유닛(160-1)을 연결할 수 있고, 제2 이진화데이터의 세선화가 종료되면, 제2 출력저장유닛(160-2)과 세선화부(140)를 연결할 수 있다. In addition, the second binarization data sequentially input while the first binarization data is thinned may be stored in the second input storage unit 120-2, and the
이때, 세선화부(140)는 이진화데이터의 세선화가 종료되면 이를 알리기 위한 신호(예를 들어, ACK 신호 등)를 출력스위치부(150)로 전송할 수 있다. In this case, the thinning
또한, 여기에서는 출력스위치부(150)에서 후속하여 세선화된 이진화데이터가 저장될 수 있는 출력저장유닛(160-n)을 판단하는 것으로 설명하였으나, 이는 출력저장부(160)에서 판단될 수도 있다. 즉, 출력저장부(160)는 출력스위치부(150)로부터 한 프레임의 이진화데이터의 세선화가 종료되었다는 신호를 수신하면, 상응하는 출력저장유닛(160-n)과 세선화부(140)를 연결할 수 있다. In addition, although the
이때, 출력저장부(160)에서 후속하여 세선화된 이진화데이터가 저장될 수 있는 출력저장유닛(160-n)을 판단하는 경우에는 출력스위치부(150)는 생략될 수도 있음은 자명하다. In this case, when the
또한, 각 출력저장유닛(160-n)은 m개의 내부출력메모리영역(미도시)을 포함할 수 있고, 각각의 내부출력메모리영역(미도시)에는 세선화된 영상 블록이 각각 저장될 수 있다. 따라서, 내부출력메모리영역(미도시)는 영상 블록의 개수 이상이 구비되어 있을 수 있다. In addition, each output storage unit 160-n may include m internal output memory areas (not shown), and thinned image blocks may be stored in each internal output memory area (not shown). . Therefore, the internal output memory area (not shown) may have more than the number of image blocks.
영상데이터 재구성부(170)는 출력저장부(160)(특히, 출력저장유닛(160-n)에 저장되어 있는 영상 블록들을 조합하여 하나의 세선화 영상데이터를 생성할 수 있다. 이때, 세선화 영상데이터는 이진화데이터가 영상 블록 단위로 병렬적으로 세선화되어 다시 조합된 하나의 영상데이터일 수 있다. The image
상술한 방법에 의하여 영상 블록이 세선화되는 경우, 원본영상데이터의 실시간 세선화가 가능하다. 즉, 제1 이진화데이터가 세선화부(140)에서 세선화되는 동안 순차적으로 입력되는 제2 이진화데이터는 입력저장부에 영상 블록으로 분할되어 저장될 수 있고, 제1 이진화데이터가 세선화되어 세선화 영상데이터로 조합되는 동안 제2 이진화데이터가 세선화될 수 있으므로, 처음 두 프레임의 이진화데이터가 세선화되는 시간이 지연(delay)된 후에는 실시간으로 영상 데이터가 세선화될 수 있다. When the image block is thinned by the above-described method, real-time thinning of the original image data is possible. That is, the second binarization data sequentially input while the first binarization data is thinned in the thinning
도 8은 본 발명의 일 실시예에 따른 원본영상데이터 및 세선화 영상 데이터를 나타낸 도면이다.8 illustrates original image data and thinned image data according to an embodiment of the present invention.
도 8에 도시된 영상 중 좌측 영상이 이진화된 원본영상데이터(즉, 이진화데이터)이고, 우측 영상이 본 발명에 의하여 세선화된 세선화 영상데이터이다. 도 8에 도시된 바와 같이, 본 발명에 의하여 세선화된 세선화영상데이터는 병렬적으로 세선화되었음에도 불구하고 연결성이 유지되고 있음을 확인할 수 있다. Among the images shown in FIG. 8, the left image is binarized original image data (ie, binarization data), and the right image is thinned image data thinned according to the present invention. As shown in FIG. 8, although the thinned image data thinned by the present invention is thinned in parallel, it can be confirmed that connectivity is maintained.
도 9는 본 발명의 일 실시예에 따른 원본영상데이터 세선화 방법을 나타내는 순서도이다. 9 is a flowchart illustrating a method of thinning original image data according to an embodiment of the present invention.
도 9를 참조하면, 본 발명의 일 실시예에 따른 원본영상데이터 세선화 방법이 도시된다. 보다 상세하게는, 원본영상데이터를 병렬적으로 세선화하는 방법이 도시된다. 이때, 하기할 각 단계는 본 발명에 따른 영상 처리 장치(100)에 포함되 는 각 구성 요소에서 수행되는 것일 수 있으나, 이해와 설명의 편의상 본 발명에 따른 영상 처리 장치(100)에서 수행되는 것으로 통칭한다. 따라서, 하기 각 단계를 수행하는 주체는 생략될 수 있다. 9, a method of thinning original image data according to an embodiment of the present invention is shown. More specifically, a method of thinning original image data in parallel is shown. In this case, each step to be described below may be performed in each component included in the
단계 910에서, 원본영상데이터가 입력되면, 원본영상데이터를 이진화하여 이진화데이터를 생성할 수 있다(단계 920). 이진화데이터는 원본영상데이터의 각 픽셀의 명암값(contrast)이 분석되어 생성될 수 있다. 예를 들어, 원본영상데이터의 각 픽셀의 명암값(또는 휘도값)이 미리 설정된 임계값 이상이면 '0'로, 미만이면 '1'로 조절(또는 반대일 수도 있음)하여 이진화데이터를 생성할 수 있다. In
단계 930에서, 이진화데이터를 미리 설정된 개수로 분할하여 m개의 영상 블록을 생성할 수 있다. 이때, 분할된 영상 블록 각각은 동일한 크기일 수 있다. In
단계 940에서, 영상 블록 각각을 미리 설정된 방법으로 세선화할 수 있다. 이때, 영상 블록에 포함된 화소영역을 미리 설정된 삭제마스크와 비교하여 삭제대상화소를 판단할 수 있고, 삭제대상화소를 삭제하여 세선화할 수 있다. 이때, 화소영역과 삭제마스크가 동일하면 대상화소가 삭제대상화소인 것으로 판단할 수 있다. In
또한, 화소영역은 3X3 영역일 수 있고, 삭제마스크도 3X3 영역일 수 있으며, 삭제마스크는 대상화소의 상단부터 시계방향으로 위치하는 8개의 이웃화소들의 패턴이 하기 패턴들 중 하나 이상일 수 있다(단, x는 do not care로서 고려 대상이 아님).In addition, the pixel area may be a 3X3 area, and the erasing mask may also be a 3X3 area, and the erasing mask may have a pattern of eight neighboring pixels located clockwise from an upper end of the target pixel. , x is not considered as do not care).
1. 0-0-x-1-1-1-x-01.0-0-x-1-1-1-x-0
2. 0-0-0-x-1-x-1-x2. 0-0-0-x-1-x-1-x
3. x-0-0-0-x-1-1-13.x-0-0-0-x-1-1-1
4. 1-x-0-0-0-x-1-x4. 1-x-0-0-0-x-1-x
5. 1-1-x-0-0-0-x-15. 1-1-x-0-0-0-x-1
6. 1-x-1-x-0-0-0-x6. 1-x-1-x-0-0-0-x
7. x-1-1-1-x-0-0-07.x-1-1-1-x-0-0-0
8. 0-x-1-x-1-x-0-08. 0-x-1-x-1-x-0-0
이때, 대상화소는 '1'에 상응하며, 대상화소가 '0'에 상응하면 삭제마스크와 비교되지 아니할 수 있고, 화소영역의 값 중에서 삭제마스크의 x값에 상응하는 값은 무시될 수 있다. 또한, 상기 1 내지 8번의 패턴은 도 2에 도시된 210번 내지 280번 패턴과 동일할 수 있다.In this case, the target pixel corresponds to '1', and if the target pixel corresponds to '0', the target pixel may not be compared with the erase mask, and a value corresponding to the x value of the erase mask among the pixel area may be ignored. Also, the
또한, 여기에서는 세선화 대상인 피사체 영상에 해당하는 픽셀이 '1'에 상응하도록 이진화된 경우를 가정하였다. 따라서, 원본영상데이터가 반대로 이진화된 경우, 즉, 세선화 대상인 피사체 영상에 해당하는 픽셀이 '0'에 상응하도록 이진화된 경우에는 상술한 삭제마스크의 패턴이 변경될 수 있음은 상술한 바와 같다. In addition, it is assumed here that the pixel corresponding to the thinning subject image is binarized to correspond to '1'. Accordingly, as described above, when the original image data is reversed, that is, when the pixel corresponding to the thinning subject image is binarized to correspond to '0', the above-described pattern of the erase mask may be changed.
또한, 하나의 대상화소가 삭제대상화소인지 여부를 판단할 때 상술한 8개의 삭제마스크 모두가 대상화소와 비교될 수 있고(1-서브싸이클), 화소영역이 하기 패턴 중 어느 하나 이상의 패턴(즉, 상술한 2번 내지 6번 패턴 중 어느 하나 이상의 패턴)과 동일할 경우에는 미리 설정된 확장화소영역과 확장마스크를 다시 비교할 수 있다. 이때, 확장마스크는 도 5를 참조하여 설명한 확장마스크와 동일할 수 있다. In addition, when determining whether one target pixel is a target pixel to be deleted, all of the eight deletion masks described above may be compared with the target pixel (1-sub cycle), and the pixel region may include one or more patterns of the following patterns (ie, When the pattern is the same as any one or more of patterns 2 to 6, the expanded pixel area and the extended mask can be compared again. In this case, the extension mask may be the same as the extension mask described with reference to FIG. 5.
2. 0-0-0-x-1-x-1-x, 2. 0-0-0-x-1-x-1-x,
3. x-0-0-0-x-1-1-13.x-0-0-0-x-1-1-1
4. 1-x-0-0-0-x-1-x4. 1-x-0-0-0-x-1-x
5. 1-1-x-0-0-0-x-15. 1-1-x-0-0-0-x-1
6. 1-x-1-x-0-0-0-x6. 1-x-1-x-0-0-0-x
또한, 각 영상 블록을 병렬적으로 세선화함으로 인하여 발생할 수 있는 연결성 붕괴 현상을 해결하기 위하여 이웃한 영상 블록의 인접한 하나의 추가화소라인을 영상 블록에 삽입한 후 세선화할 수 있음은 상술한 바와 같다. 또한, 영상 블록의 1회 스캔이 종료되면 삽입된 추가화소라인이 제거될 수 있고, 상술한 동작을 삭제대상화소가 존재하지 아니할 때까지 반복할 수 있다. In addition, in order to solve the connectivity collapse that may occur due to the thinning of each image block in parallel, one additional pixel line of a neighboring image block may be inserted into the image block and thinned. same. In addition, when the one-time scan of the image block is completed, the inserted additional pixel line may be removed, and the above-described operation may be repeated until there is no deletion target pixel.
또한, 각 영상 블록을 세선화하는 경우, 모든 영상 블록이 1회 스캔되는 시작 시점과 종료 시점을 동일하여야 함은 상술한 바와 같다. In addition, in case of thinning each image block, as described above, the start point and the end point at which all the image blocks are scanned once should be the same.
단계 950에서, 세선화된 각 영상 블록들을 조합하여 세선화 영상데이터를 생성할 수 있다. In
상기한 본 발명의 바람직한 실시예는 예시의 목적을 위해 개시된 것이고, 본 발명에 대해 통상의 지식을 가진 당업자라면 본 발명의 사상과 범위 안에서 다양한 수정, 변경, 부가가 가능할 것이며, 이러한 수정, 변경 및 부가는 하기의 특허청구범위에 속하는 것으로 보아야 할 것이다.Preferred embodiments of the present invention described above are disclosed for purposes of illustration, and those skilled in the art will be able to make various modifications, changes, and additions within the spirit and scope of the present invention. Additions should be considered to be within the scope of the following claims.
상술한 바와 같이, 본 발명에 따르면, 세선화된 영상데이터의 연결성이 유지될 수 있는 영상 처리 장치 및 그 방법을 제공할 수 있다. As described above, according to the present invention, it is possible to provide an image processing apparatus and method capable of maintaining connectivity of thinned image data.
또한, 본 발명에 따르면 세선화 처리 시간을 단축시킬 수 있는 영상 처리 장치 및 그 방법을 제공할 수도 있다. In addition, according to the present invention, an image processing apparatus and method for shortening the thinning processing time may be provided.
Claims (32)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020070060737A KR100867163B1 (en) | 2007-06-20 | 2007-06-20 | Image processing device capable of realtime thinning and method thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020070060737A KR100867163B1 (en) | 2007-06-20 | 2007-06-20 | Image processing device capable of realtime thinning and method thereof |
Publications (1)
Publication Number | Publication Date |
---|---|
KR100867163B1 true KR100867163B1 (en) | 2008-11-06 |
Family
ID=40283684
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020070060737A KR100867163B1 (en) | 2007-06-20 | 2007-06-20 | Image processing device capable of realtime thinning and method thereof |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100867163B1 (en) |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH03224071A (en) * | 1990-01-30 | 1991-10-03 | Fujitsu Ltd | Line thinning system for binary image |
KR940015924A (en) * | 1992-12-03 | 1994-07-22 | 강진구 | Thinning Method and Device for Character Recognition System |
KR20060082200A (en) * | 2005-01-11 | 2006-07-18 | 삼성전자주식회사 | Parallel thinning process and device |
-
2007
- 2007-06-20 KR KR1020070060737A patent/KR100867163B1/en not_active IP Right Cessation
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH03224071A (en) * | 1990-01-30 | 1991-10-03 | Fujitsu Ltd | Line thinning system for binary image |
KR940015924A (en) * | 1992-12-03 | 1994-07-22 | 강진구 | Thinning Method and Device for Character Recognition System |
KR20060082200A (en) * | 2005-01-11 | 2006-07-18 | 삼성전자주식회사 | Parallel thinning process and device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4949390A (en) | Interconnect verification using serial neighborhood processors | |
CN108460385A (en) | A kind of Document Segmentation method and apparatus | |
WO2010064486A1 (en) | Image processing apparatus, image processing method and program | |
DE2754972A1 (en) | FEATURE LOCKING SYSTEM | |
CN111464757A (en) | Video processing method, device and system | |
KR100630732B1 (en) | Parallel thinning process and device | |
CN114357958A (en) | Table extraction method, device, equipment and storage medium | |
KR100867163B1 (en) | Image processing device capable of realtime thinning and method thereof | |
CN113077469B (en) | Sketch image semantic segmentation method and device, terminal device and storage medium | |
US8885939B2 (en) | Image processing apparatus configured to perform image processing for plural images and control method thereof | |
JP2005276188A (en) | Handwritten character removing image processor and handwritten character removing image processing method | |
US20060182353A1 (en) | Image processing method and image processing apparatus | |
US8107745B2 (en) | Image processing device | |
KR101669854B1 (en) | Data concealment apparatus and method based on continuous integer transform | |
JPS6353586B2 (en) | ||
KR100900326B1 (en) | Image data processing device capable of thinning of image data | |
KR19990056422A (en) | Method and device for searching video image | |
JP2007279967A (en) | Image processor | |
JP2013114112A (en) | Resolution converting device and method | |
US9542719B2 (en) | Device for image decomposition using a wavelet transform | |
US20100020096A1 (en) | Antialiasing apparatus | |
US20090016619A1 (en) | Image processing device | |
JP2007140643A (en) | Image processor | |
KR100275274B1 (en) | Method for reducting volume of the mesh data | |
CN114945107B (en) | Video processing method and related device |
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: 20120921 Year of fee payment: 5 |
|
FPAY | Annual fee payment |
Payment date: 20131007 Year of fee payment: 6 |
|
FPAY | Annual fee payment |
Payment date: 20150116 Year of fee payment: 7 |
|
LAPS | Lapse due to unpaid annual fee |