JP4350317B2 - Image processing apparatus and method - Google Patents

Image processing apparatus and method Download PDF

Info

Publication number
JP4350317B2
JP4350317B2 JP2001091924A JP2001091924A JP4350317B2 JP 4350317 B2 JP4350317 B2 JP 4350317B2 JP 2001091924 A JP2001091924 A JP 2001091924A JP 2001091924 A JP2001091924 A JP 2001091924A JP 4350317 B2 JP4350317 B2 JP 4350317B2
Authority
JP
Japan
Prior art keywords
image
black frame
image processing
copy
processing unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP2001091924A
Other languages
Japanese (ja)
Other versions
JP2002288590A (en
Inventor
正広 岩谷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NTT Data Corp
Original Assignee
NTT Data Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NTT Data Corp filed Critical NTT Data Corp
Priority to JP2001091924A priority Critical patent/JP4350317B2/en
Publication of JP2002288590A publication Critical patent/JP2002288590A/en
Application granted granted Critical
Publication of JP4350317B2 publication Critical patent/JP4350317B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Character Input (AREA)
  • Image Analysis (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、画像処理において扱いが異なるパタンが混在する場合に、特定パタンを抽出する画像処理装置及び方法に関するものである。
【0002】
【従来の技術】
従来より、紙面上の文字、記号を電子データとするための技術として文字認識技術(OCR:Optical Charactar Reader)が用いられている。この文字認識技術は、基本的にノイズ等の少ないきれいなパタンを認識対象とする。例えば、図5は文字認織技術(以下“文字認識”と呼ぶ)にとってノイズ等の多いパタンの一例であり、このようなパタンの場合、誤認識する確率が高くなる。このパタンにおいて誤認識が生じやすくなる点を以下に述べる。
▲1▼文字の輪郭がギザギザしている(図中に示していないが文字パタン全体に渡ってギザギザしている。主に印刷あるいは光学的入力時の解像度が十分でない場合に生じる。)
▲2▼文字線内に白画素が点在している
▲3▼雑音が多数存在している
▲4▼文字線が1ドット幅で切れている
文字に限らず、このようなノイズ等の多いパタンを整形するための前処理技術としてフィルタリング技術がある。フィルタは、対象となるパタンによって、それぞれチューニングする必要がある。例えば、文字認識用フィルタリングでは、パタンの基本的な形状を損なうようなことが有ってはならない。そのため、パタンに与える影響を最小限にするため、例えば3×3の画素を参照し、その9個の画素のうち、周囲8個の画素が白か黒かをみて中央の画素が黒か白を決定していく。中央の画素の処理例を図6に示す。この方法で、パタン画像の全ての画素について白か黒かを判定して新たに画像を作成することをフィルタリング処理という。図5の画像に対して上述の文字認識用フィルタリング処理を実施した例を図7に示す。
【0003】
また、フィルタリング処理の他の例として、黒枠の整形のみを対象とした黒枠用フィルタリング処理がある。その例を図9に示す。図に示すように文字認識用フィルタ処理と異なり、水平方向、垂直方向の3ドット幅までの線の切れを繋ぐことがこのフィルタの目的である。この例では、原画像では黒枠で囲われた領域がないが、黒枠用フィルタ処理後では黒画素で囲われた領域が存在し、黒枠内の領域を特定できる。このように、フィルタリング技術は、抽出するパタンに応じて、その処置が異なる。
【0004】
上述の文字認識において、例えば、黒枠のなかに文字が記入されているような、黒枠と文字という異なる二つ以上のパタンが混在する場合がある。文字を認識するには、文字パタンのみでなければならず、そのためには、黒枠から文字部分のみを抽出しなければならない。黒枠内部から文字等の画像を切出す方式として、現在、白連続領域抽出法が利用されている。白連続領域抽出法は、図8に示すように、黒画素で囲われた白画素連続領域を求め、その最大横幅、最大縦幅から切出す枠の座標を計算し、その内部のみの画像を抽出する方法である。
ところが、白連続領域抽出法において、切出しを成功させるためには画像中の黒枠は原則として完全に繋がっている必要がある。しかし、例えば、黒枠の帳票をFAX等から電子データとして取得した時など、黒枠が掠れて切れてしまうことが多々ある。黒枠が切れている場合、白連続領域抽出法では文字を切り出すことができない。
【0005】
【発明が解決しようとする課題】
黒枠が切れている場合、上述の黒枠用フィルタリング処理をし、次に、白連続領域抽出法で文字部分を切り出すことが考えられる。その一例を図10に示す。まずは、原画像(a)に対し黒枠用フィルタを実施するが、どこからが黒枠でどこまでが文字パタンかフィルタリング装置では判断できないため、画像全体に黒枠用フィルタ処理を実施する。図10の画像(b)は、原画像(a)に黒枠用フィルタ処理を実施した一例である。次に、白連続領域抽出法で白画素連続領域を求め、文字認織部に渡す文字パタン領域を切り出す。しかし、この場合、画像全体に黒枠用フィルタ処理を実施したため、文字パタンに黒枠用フィルタが影響を及ぼしてしまい、切り出したパタンに文字認識用フィルタを実施しても、図10の画像(c)に示すように、文字パタンが変化してしまう。
【0006】
また、黒枠用フィルタを使用しないで、最初に文字認識用フィルタを画像全体に実施しても、文字認識用フィルタでは2ドット幅以上の枠の欠損を繋ぐことができないので黒枠の欠陥が残り、その後白連続領域抽出法を適用しても枠内の文字を切り出すことができない。このように、枠抽出を優先させて枠抽出用フィルタを実施してしまうと、文字認識の精度が悪くなり、文字認識を優先させて、文字認識用フィルタを実施すると、枠抽出の精度が低下してしまう。
本発明はこのような事情に鑑みてなされたもので、画像処理において扱いが異なるパタンが混在する場合に、高い精度で対象パタンを抽出することのできる画像処理装置及び方法を提供することを目的とする。
【0007】
【課題を解決するための手段】
本発明は上記の目的を達成するためになされたもので、オリジナル画像を複写してコピー画像を作成する複写部と、前記コピー画像を画像処理する第1の処理部と、前記第1の処理部において処理されたコピー画像から取得した情報を用いて前記オリジナル画像を処理する第2の処理部とを備えることを特徴とする画像処理装置を提供する。本発明の画像処理装置により、扱いが異なるパタンが混在する画像にフィルタリング処理を実施する場合、特定パタンの抽出精度が向上する。
【0008】
また、本発明は、オリジナル画像を複写してコピー画像を作成する複写部と、前記コピー画像に対し黒枠用フィルタ処理を実行する第1の処理部と、前記第1の処理部で黒枠用フィルタ処理を実行されたコピー画像に対し白連続領域抽出法を適用して黒枠の内側の座標を算出し、前記算出された座標を前記オリジナル画像に適応して黒枠内の画像を抽出する第2の処理部とを備えることを特徴とする画像処理装置を提供する。本発明の画像処理装置により、黒枠内の画像の特徴を損ねられることなく、黒枠内の画像を抽出することができる。
【0009】
また、本発明は、オリジナル画像を複写してコピー画像を作成する第1の過程と、前記コピー画像を画像処理する第2の過程と、前記第1の処理部において画像処理されたコピー画像から取得した情報を用いて前記オリジナル画像を処理する第3の過程とを含む画像処理方法を提供する。本発明の画像処理方法により、扱いが異なるパタンが混在する画像にフィルタリング処理を実施する場合、特定パタンの抽出精度が向上する。
【0010】
【発明の実施の形態】
以下、本発明の一実施形態を図面を参照して説明する。
図1は、黒枠から黒枠内の文字等を切り出す画像処理装置の構成を示すブロック図である。1は制御部であり、各部の制御を行う。2は複写部であり、画像をコピーする。3は第1画像処理部であり、黒枠用フィルタリング処理を実施する。4は第2画像処理部であり、白連続領域抽出法を利用して黒枠内の文字を切り出す処理を行う。
【0011】
次に、本実施形態の動作を図2、図3を参照して説明する。制御部1は、スキャナー等から、画像処理の対象であるオリジナル画像を受け取る。オリジナル画像には、例えば図3の画像aに示すような枠で囲われた文字等が描かれている。制御部1は複写部2にオリジナル画像をコピーするよう命じる。複写部2は、オリジナル画像をコピーし、図3の画像bに示すようなコピー画像を作成する(図2におけるステップS10、図3における▲1▼)。複写部2はオリジナル画像を複写しコピー画像を作成したことを制御部1に返す。
次に、制御部1は第1画像処理部3に、コピー画像に対し画像処理を実施するよう命じる。第1画像処理部3はコピー画像全体に対し、図9に一例を示すような、黒枠の切れた部分を黒画素でつなぐ黒枠用フィルタリング処理を実施し、水平方向及び垂直方向の3ドット幅までの線の切れをつなぐ処理をする(図2におけるステップS11、図3における▲2▼)。図3の画像cは、図3の画像bに対し黒枠用フィルタリング処理を実施した一例である。第1画像処理部3はコピー画像に対し画像処理を実施したことを制御部1に返す。
【0012】
制御部1は第2画像処理部4に、画像処理を実施するよう命じる。第2画像処理部4は、図8に一例を示す白連続領域抽出法を用いて、第1画像処理部3により処理された画像に対して黒画素で囲われた白画素連続領域を求め、その最大横幅、最大縦幅から、切り出す文字枠座標を算出する。次に、図4に一例を示すように、算出した文字枠座標をオリジナル画像に適応して切り出し領域を特定し(図3における▲3▼)、黒枠内部の文字を抽出する(図2におけるステップS12、図3における▲4▼)。第2画像処理部4は制御部1に、画像処理を実施したことを返す。制御部1は、第2画像処理部4で抽出された画像を文字認識部等へ出力する。
【0013】
以上説明したように、画像処理装置は処理対象となるオリジナル画像を複写部2に複写してコピー画像を作成する。そして画像処理装置は、いくつかの画像処理部によるコピー画像への処理の結果得られる情報を用いて、複写部2に複写したオリジナル画像の処理を行なう。なお、本実施の形態において、第1画像処理部3は黒枠用フィルタリング処理を行い、第2画像処理部4は白連続領域抽出法による処理を行う例を示したが、これに限定されるものではない。また、画像処理部の個数も2つに限定されるものではない。要は、処理対象となるオリジナル画像の複写を行いコピー画像を作成し、コピー画像(オリジナル画像と同じ画像)に対し画像処理を行ない、画像処理の結果得られる情報を用いてオリジナル画像を処理するものであればよい。
【0014】
なお、図1における制御部1、複写部2、第1画像処理部3、第2画像処理部4の機能のうち一部またはすべてを実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行させることにより、制御部1、複写部2、第1画像処理部3、第2画像処理部4の機能を実現させてもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。
また、「コンピュータシステム」は、WWWシステムを利用している場合であれば、ホームページ提供環境(あるいは表示環境)も含むものとする。
【0015】
また、「コンピュータ読み取り可能な記録媒体」とは、フロッピーディスク、光磁気ディスク、ROM、CD−ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間の間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含むものとする。また上記プログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであっても良い。
以上、この発明の実施形態を図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計変更等も含まれる。
【0016】
【発明の効果】
以上説明したように、本発明の画像処理装置および方法によれば、オリジナル画像を複写してコピー画像を作成する複写部と、前記コピー画像を画像処理する第1の処理部と、前記第1の処理部において処理されたコピー画像から取得した情報を用いて前記オリジナル画像を処理する第2の処理部とを備えることを特徴とするので、扱いが異なるパタンが混在する画像にフィルタリング処理を実施する場合、特定パタンの抽出精度が向上する。
【図面の簡単な説明】
【図1】 本発明の一実施形態である黒枠から黒枠内の画像を切り出す画像処理装置の構成を示すブロック図である。
【図2】 同実施形態における動作のフローチャートである。
【図3】 同実施形態において、黒枠から黒枠内の画像パタンを切り出す動作の説明図である。
【図4】 白連続領域抽出法で得た切り出し領域をオリジナル画像に適応させる説明図である。
【図5】 ノイズ等の多い文字パタンの一例である。
【図6】 文字認識用フィルタの処理の説明図である。
【図7】 ノイズ等の多い文字に文字認識用フィルタを実行した一例である。
【図8】 白連続領域抽出法の説明図である。
【図9】 黒枠用フィルタを実行した一例である。
【図10】 枠で囲われた文字の画像に黒枠用フィルタを実施し、次に文字認識用フィルタを実施した一例である。
【符号の説明】
1:制御部
2:複写部
3:第1画像処理部
4:第2画像処理部
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to an image processing apparatus and method for extracting a specific pattern when different patterns are handled in image processing.
[0002]
[Prior art]
Conventionally, a character recognition technology (OCR: Optical Charactar Reader) is used as a technology for converting characters and symbols on paper into electronic data. This character recognition technology basically recognizes a clean pattern with little noise or the like. For example, FIG. 5 shows an example of a pattern having a lot of noise or the like for the character recognition / weaving technique (hereinafter referred to as “character recognition”). In such a pattern, the probability of erroneous recognition increases. The point that erroneous recognition is likely to occur in this pattern will be described below.
(1) The outline of the character is jagged (not shown in the figure, but is jagged over the entire character pattern. This mainly occurs when the resolution at the time of printing or optical input is not sufficient.)
(2) White pixels are scattered within the character line. (3) There are many noises. (4) The noise is not limited to characters with a one-dot width. There is a filtering technique as a pre-processing technique for shaping the pattern. Each filter needs to be tuned according to the target pattern. For example, filtering for character recognition should not impair the basic shape of the pattern. Therefore, in order to minimize the influence on the pattern, for example, a 3 × 3 pixel is referred to, and among the nine pixels, whether the surrounding eight pixels are white or black and the central pixel is black or white Will be determined. A processing example of the center pixel is shown in FIG. This method of creating a new image by determining whether all the pixels of the pattern image are white or black is called filtering processing. FIG. 7 shows an example in which the character recognition filtering process described above is performed on the image of FIG.
[0003]
As another example of the filtering process, there is a black frame filtering process only for shaping a black frame. An example is shown in FIG. As shown in the figure, unlike the character recognition filter processing, the purpose of this filter is to connect line breaks up to three dots wide in the horizontal and vertical directions. In this example, there is no area surrounded by a black frame in the original image, but there is an area surrounded by black pixels after the black frame filter processing, and the area within the black frame can be specified. Thus, the treatment of the filtering technique varies depending on the pattern to be extracted.
[0004]
In the above character recognition, for example, there are cases where two or more different patterns of a black frame and a character, such as a character being written in a black frame, are mixed. In order to recognize a character, it is necessary to have only a character pattern, and for this purpose, only a character part must be extracted from a black frame. Currently, a white continuous region extraction method is used as a method of cutting out images such as characters from the inside of a black frame. As shown in FIG. 8, the white continuous region extraction method obtains a white pixel continuous region surrounded by black pixels, calculates the coordinates of a frame cut out from the maximum horizontal width and the maximum vertical width, This is the extraction method.
However, in the white continuous area extraction method, the black frame in the image needs to be completely connected in principle in order to successfully cut out. However, for example, when a black frame form is acquired as electronic data from a fax or the like, the black frame is often drowned and cut. When the black frame is cut off, the white continuous area extraction method cannot cut out characters.
[0005]
[Problems to be solved by the invention]
If the black frame is cut off, it is conceivable to perform the black frame filtering process described above, and then cut out the character portion by the white continuous region extraction method. An example is shown in FIG. First, the black frame filter is applied to the original image (a). Since the filtering device cannot determine where the black frame is and how far the character pattern is, the black frame filter process is performed on the entire image. An image (b) in FIG. 10 is an example in which the black frame filter processing is performed on the original image (a). Next, a white pixel continuous region is obtained by the white continuous region extraction method, and a character pattern region to be passed to the character recognition unit is cut out. However, in this case, since the black frame filter processing is performed on the entire image, the black frame filter affects the character pattern. Even if the character recognition filter is applied to the cut out pattern, the image (c) in FIG. As shown, the character pattern changes.
[0006]
Also, even if the character recognition filter is first performed on the entire image without using the black frame filter, the character recognition filter cannot connect the defect of the frame of 2 dots width or more, so the black frame defect remains, After that, even if the white continuous area extraction method is applied, characters in the frame cannot be cut out. As described above, if the frame extraction filter is performed with priority on frame extraction, the accuracy of character recognition deteriorates. If the character recognition filter is performed with priority on character recognition, the accuracy of frame extraction decreases. Resulting in.
The present invention has been made in view of such circumstances, and an object of the present invention is to provide an image processing apparatus and method capable of extracting a target pattern with high accuracy when there are mixed patterns handled differently in image processing. And
[0007]
[Means for Solving the Problems]
The present invention has been made to achieve the above object, and includes a copying unit that creates a copy image by copying an original image, a first processing unit that performs image processing on the copy image, and the first processing. And a second processing unit that processes the original image using information acquired from the copy image processed in the unit. When the image processing apparatus of the present invention performs a filtering process on an image in which different patterns are mixed, the extraction accuracy of a specific pattern is improved.
[0008]
The present invention also provides a copy unit that creates a copy image by copying an original image, a first processing unit that executes a black frame filter process on the copy image, and a black frame filter that is used in the first processing unit. A second continuous area extraction method is applied to the copy image that has been processed to calculate the coordinates inside the black frame, and the calculated coordinates are applied to the original image to extract an image within the black frame. An image processing apparatus comprising a processing unit is provided. With the image processing apparatus of the present invention, an image within a black frame can be extracted without detracting from the characteristics of the image within the black frame.
[0009]
Further, the present invention provides a first process of creating a copy image by copying an original image, a second process of image processing of the copy image, and a copy image image-processed by the first processing unit. And a third step of processing the original image using the acquired information. In the image processing method of the present invention, when filtering processing is performed on an image in which different patterns are mixed, the extraction accuracy of a specific pattern is improved.
[0010]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.
FIG. 1 is a block diagram illustrating a configuration of an image processing apparatus that cuts out characters and the like in a black frame from a black frame. Reference numeral 1 denotes a control unit which controls each unit. Reference numeral 2 denotes a copying unit, which copies an image. Reference numeral 3 denotes a first image processing unit that performs black frame filtering processing. Reference numeral 4 denotes a second image processing unit, which performs processing for cutting out characters in a black frame using a white continuous region extraction method.
[0011]
Next, the operation of this embodiment will be described with reference to FIGS. The control unit 1 receives an original image that is an object of image processing from a scanner or the like. In the original image, for example, characters enclosed in a frame as shown in image a in FIG. 3 are drawn. The control unit 1 instructs the copying unit 2 to copy the original image. The copying unit 2 copies the original image and creates a copy image as shown in the image b in FIG. 3 (step S10 in FIG. 2, (1) in FIG. 3). The copying unit 2 returns to the control unit 1 that the original image has been copied to create a copy image.
Next, the control unit 1 instructs the first image processing unit 3 to perform image processing on the copy image. The first image processing unit 3 performs black frame filtering processing on the entire copy image, as shown in an example in FIG. 9, by connecting black framed portions with black pixels, up to a width of 3 dots in the horizontal and vertical directions. 2 is performed (step S11 in FIG. 2, (2) in FIG. 3). An image c in FIG. 3 is an example in which the black frame filtering process is performed on the image b in FIG. 3. The first image processing unit 3 returns to the control unit 1 that the image processing has been performed on the copy image.
[0012]
The control unit 1 instructs the second image processing unit 4 to perform image processing. The second image processing unit 4 obtains a white pixel continuous region surrounded by black pixels with respect to the image processed by the first image processing unit 3 using the white continuous region extraction method shown in FIG. The character frame coordinates to be cut out are calculated from the maximum horizontal width and maximum vertical width. Next, as shown in an example in FIG. 4, the cutout area is specified by adapting the calculated character frame coordinates to the original image ((3) in FIG. 3), and the characters inside the black frame are extracted (step in FIG. 2). S12, (4) in FIG. The second image processing unit 4 returns to the control unit 1 that image processing has been performed. The control unit 1 outputs the image extracted by the second image processing unit 4 to a character recognition unit or the like.
[0013]
As described above, the image processing apparatus creates a copy image by copying the original image to be processed to the copy unit 2. The image processing apparatus processes the original image copied to the copying unit 2 using information obtained as a result of processing of the copy image by several image processing units. In the present embodiment, the first image processing unit 3 performs black frame filtering processing, and the second image processing unit 4 performs processing by the white continuous region extraction method. However, the present invention is not limited to this. is not. Further, the number of image processing units is not limited to two. In short, copy the original image to be processed to create a copy image, perform image processing on the copy image (the same image as the original image), and process the original image using information obtained as a result of the image processing Anything is acceptable.
[0014]
A program for realizing part or all of the functions of the control unit 1, the copying unit 2, the first image processing unit 3, and the second image processing unit 4 in FIG. 1 is recorded on a computer-readable recording medium. Thus, the functions of the control unit 1, the copying unit 2, the first image processing unit 3, and the second image processing unit 4 can be realized by causing the computer system to read and execute the program recorded on the recording medium. Good. Here, the “computer system” includes an OS and hardware such as peripheral devices.
Further, the “computer system” includes a homepage providing environment (or display environment) if a WWW system is used.
[0015]
The “computer-readable recording medium” refers to a portable medium such as a floppy disk, a magneto-optical disk, a ROM, or a CD-ROM, and a storage device such as a hard disk built in the computer system. Furthermore, the “computer-readable recording medium” dynamically holds a program for a short time like a communication line when transmitting a program via a network such as the Internet or a communication line such as a telephone line. In this case, a volatile memory in a computer system serving as a server or a client in that case, and a program that holds a program for a certain period of time are also included. The program may be a program for realizing a part of the functions described above, and may be a program capable of realizing the functions described above in combination with a program already recorded in a computer system.
The embodiment of the present invention has been described in detail with reference to the drawings. However, the specific configuration is not limited to this embodiment, and includes design changes and the like within a scope not departing from the gist of the present invention.
[0016]
【The invention's effect】
As described above, according to the image processing apparatus and method of the present invention, the copying unit that copies the original image to create a copy image, the first processing unit that performs image processing on the copy image, and the first And a second processing unit that processes the original image using information acquired from the copy image processed by the processing unit, so that filtering processing is performed on an image having different patterns In this case, the extraction accuracy of the specific pattern is improved.
[Brief description of the drawings]
FIG. 1 is a block diagram illustrating a configuration of an image processing apparatus that cuts out an image within a black frame from a black frame according to an embodiment of the present invention.
FIG. 2 is a flowchart of the operation in the same embodiment.
FIG. 3 is an explanatory diagram of an operation of cutting out an image pattern in a black frame from a black frame in the embodiment.
FIG. 4 is an explanatory diagram for adapting a cutout region obtained by a white continuous region extraction method to an original image.
FIG. 5 is an example of a character pattern with a lot of noise.
FIG. 6 is an explanatory diagram of character recognition filter processing;
FIG. 7 is an example in which a character recognition filter is executed on a character with a lot of noise and the like.
FIG. 8 is an explanatory diagram of a white continuous region extraction method.
FIG. 9 is an example in which a black frame filter is executed.
FIG. 10 is an example in which a black frame filter is performed on a character image surrounded by a frame, and then a character recognition filter is performed.
[Explanation of symbols]
1: Control unit 2: Copy unit 3: First image processing unit 4: Second image processing unit

Claims (2)

オリジナル画像を複写してコピー画像を作成する複写部と、
前記コピー画像に対し黒枠の線の切れをつなぐ黒枠用フィルタ処理を実行する第1の処理部と、
前記第1の処理部において黒枠用フィルタ処理を実行されたコピー画像に対し白連続領域抽出法を適用して黒枠の内側の座標を算出し、前記算出された座標を前記オリジナル画像に適応して黒枠内の画像を抽出する第2の処理部と、
を備えることを特徴とする画像処理装置。
A copy section that creates a copy image by copying the original image;
A first processing unit that executes black frame filter processing for connecting a black frame line to the copy image;
The white continuous region extraction method is applied to the copy image that has been subjected to the black frame filtering process in the first processing unit to calculate the coordinates inside the black frame, and the calculated coordinates are applied to the original image. A second processing unit for extracting an image within a black frame;
An image processing apparatus comprising:
オリジナル画像を複写してコピー画像を作成する第1の過程と、
前記コピー画像に対し黒枠の線の切れをつなぐ黒枠用フィルタ処理を実行する第2の過程と、
前記第2の過程において黒枠用フィルタ処理を実行されたコピー画像に対し白連続領域抽出法を適用して黒枠の内側の座標を算出し、前記算出された座標を前記オリジナル画像に適応して黒枠内の画像を抽出する第3の過程と、
を備えることを特徴とする画像処理方法。
A first process of copying the original image to create a copy image;
A second step of performing a black frame filtering process for connecting a black frame line to the copy image;
The white continuous region extraction method is applied to the copy image that has been subjected to the black frame filtering process in the second step to calculate the coordinates inside the black frame, and the calculated coordinates are applied to the original image to apply the black frame A third step of extracting the image in the
An image processing method comprising:
JP2001091924A 2001-03-28 2001-03-28 Image processing apparatus and method Expired - Lifetime JP4350317B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001091924A JP4350317B2 (en) 2001-03-28 2001-03-28 Image processing apparatus and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001091924A JP4350317B2 (en) 2001-03-28 2001-03-28 Image processing apparatus and method

Publications (2)

Publication Number Publication Date
JP2002288590A JP2002288590A (en) 2002-10-04
JP4350317B2 true JP4350317B2 (en) 2009-10-21

Family

ID=18946471

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001091924A Expired - Lifetime JP4350317B2 (en) 2001-03-28 2001-03-28 Image processing apparatus and method

Country Status (1)

Country Link
JP (1) JP4350317B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111739041B (en) * 2020-05-18 2024-04-12 北京完美知识科技有限公司 Image frame clipping method, device and equipment

Also Published As

Publication number Publication date
JP2002288590A (en) 2002-10-04

Similar Documents

Publication Publication Date Title
KR101399709B1 (en) Model-based dewarping method and apparatus
US7751648B2 (en) Image processing apparatus, image processing method, and computer program
JP4510092B2 (en) Digital watermark embedding and detection
JP4189506B2 (en) Apparatus, method and recording medium for image processing
WO2009094446A1 (en) Method and apparatus for cropping images
JP2003152995A (en) Image processing device
JP3753357B2 (en) Character extraction method and recording medium
JP2004165969A (en) Image processing apparatus and program thereof
KR20010009865A (en) Edge Enhancement Method by 4-Directional 1-D High Pass Filtering
JP4350317B2 (en) Image processing apparatus and method
JP2006107034A (en) Method and apparatus for image analysis, method and system for image processing, and operation program therefor
JP4001446B2 (en) Method, apparatus and computer-readable recording medium for specifying image background color
JP5397468B2 (en) Pattern noise elimination device, pattern noise elimination method, pattern noise elimination program
JP2004080341A (en) Image processor, image processing method, program, and recording medium
JP2006072839A (en) Image processing method, image processing apparatus, image processing program and recording medium
JP3763954B2 (en) Learning data creation method and recording medium for character recognition
JP3545227B2 (en) Image processing method and apparatus, optical character reader
JP2733146B2 (en) Image processing device
JP4204185B2 (en) Character recognition device, character recognition method, and recording medium
JP4040231B2 (en) Character extraction method and apparatus, and storage medium
JP2007328652A (en) Image processing device and image processing program
JP3734614B2 (en) Image processing method, apparatus, and recording medium
JP3162414B2 (en) Ruled line recognition method and table processing method
JP2006107018A (en) Method and apparatus for image analysis, method and system for image processing, and operation program therefor
JP3957523B2 (en) Color image processing apparatus, color image processing method, program, and recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060320

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090402

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090421

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090617

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20090714

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090722

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120731

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4350317

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120731

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130731

Year of fee payment: 4

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term