JP2017037353A - Image processing device and control method thereof - Google Patents

Image processing device and control method thereof Download PDF

Info

Publication number
JP2017037353A
JP2017037353A JP2015156243A JP2015156243A JP2017037353A JP 2017037353 A JP2017037353 A JP 2017037353A JP 2015156243 A JP2015156243 A JP 2015156243A JP 2015156243 A JP2015156243 A JP 2015156243A JP 2017037353 A JP2017037353 A JP 2017037353A
Authority
JP
Japan
Prior art keywords
image
filter
band
image processing
pixel
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.)
Granted
Application number
JP2015156243A
Other languages
Japanese (ja)
Other versions
JP6562756B2 (en
Inventor
智和 柳内
Tomokazu Yanagiuchi
智和 柳内
浩二 布施
Koji Fuse
浩二 布施
石川 尚
Takashi Ishikawa
尚 石川
山田 顕季
Akitoshi Yamada
顕季 山田
加藤 美乃子
Minoko Kato
美乃子 加藤
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2015156243A priority Critical patent/JP6562756B2/en
Publication of JP2017037353A publication Critical patent/JP2017037353A/en
Application granted granted Critical
Publication of JP6562756B2 publication Critical patent/JP6562756B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Image Processing (AREA)
  • Image Input (AREA)

Abstract

PROBLEM TO BE SOLVED: To efficiently execute local image processing.SOLUTION: An image processing apparatus divides an input image into plural band region images, and successively stores each band region image in a band memory to perform image processing. The image processing apparatus includes: storage means which stores a first filter coefficient having a reference region of M pixels in the first direction in the input image and one pixel in the second direction different from the first direction, and a second filter coefficient having a reference region of one pixel in the first direction and N pixels (N<M) in the second direction; division means which divides the band region images stored in the band memory into K divided images by extracting an image group for each K line at the mutually-different phases; spatial filter means which sequentially applies the primary filter using the first filter coefficient and the primary filter using the second filter coefficient to each of K divided images; and generation means which generates an image after the filter processing to the band region images by compositing the K processed divided images to which the filter processing is applied by the spatial filter means.SELECTED DRAWING: Figure 6

Description

本発明は、空間フィルタを利用した画像処理技術に関するものである。   The present invention relates to an image processing technique using a spatial filter.

従来から、画像形成を行って出力するに際し、空間フィルタ処理などの局所画像処理が行なわれている。この局所画像処理は、処理対象となる画素(以下、処理画素と呼ぶ)を含む参照領域に含まれるすべての画素を用いて何らかの演算を行う画像処理のことである。例えば、デジタル画像データに対してエッジ強調処理やぼかし処理といった空間フィルタ処理を施す。   Conventionally, local image processing such as spatial filter processing has been performed when an image is formed and output. This local image processing is image processing in which some calculation is performed using all pixels included in a reference region including a pixel to be processed (hereinafter referred to as a processing pixel). For example, spatial filter processing such as edge enhancement processing and blur processing is performed on the digital image data.

このような局所画像処理では、デジタル画像データの上端の画素列について左端から右端まで処理を行ない、その後、上端から2行目の画素列について処理を行い、同様の動作を下端の画素列まで繰り返し実行する手法が利用される場合がある。この手法においては、デジタル画像データの主走査方向の幅が大きくなるにつれて、大きなメモリ容量が必要になる。例えば、A4サイズの画像を、解像度が600dpiのスキャナで読み取り、デジタル画像データに変換した場合、デジタル画像データの幅は4953画素となる。そのため、1画素が3バイト(24ビット)のデータ量である場合に、3画素×3画素の参照領域を持つ局所(近傍)画像処理を行うと、約29Kバイト(4953画素×2ライン×3バイト)のメモリ容量が必要になる。   In such local image processing, processing is performed from the left end to the right end for the uppermost pixel column of the digital image data, and then processing is performed for the second pixel row from the upper end, and the same operation is repeated until the lowermost pixel column. There are cases where a method of performing is used. In this method, a larger memory capacity is required as the width of the digital image data in the main scanning direction increases. For example, when an A4 size image is read by a scanner having a resolution of 600 dpi and converted to digital image data, the width of the digital image data is 4953 pixels. Therefore, when a pixel has a data amount of 3 bytes (24 bits) and local (neighboring) image processing having a reference area of 3 pixels × 3 pixels is performed, about 29 Kbytes (4953 pixels × 2 lines × 3) Bytes) of memory capacity.

そこで、画像処理に必要なメモリ容量を低減すべく、デジタル画像データを複数のブロック(タイル)領域に分割し、別々に局所(近傍)画像処理を行うという技術(以下、ブロック処理と呼ぶ)が開示されている(特許文献1)。また、特許文献2では、1枚の画像データの副走査方向に分割して得られる複数のバンド領域に対し、それぞれのバンド領域内の画素を走査して画像処理を行う手法(以下、クロスバンド処理と呼ぶ)が開示されている。更に、特許文献3では、2次元空間フィルタ処理の演算量削減のため、2次元空間フィルタ処理を主走査方向と副走査方向の各々1次元のフィルタに分離して処理する手法(以下、変数分離型フィルタ処理と呼ぶ)が開示されている。   Therefore, in order to reduce the memory capacity required for image processing, there is a technique (hereinafter referred to as block processing) in which digital image data is divided into a plurality of block (tile) areas and separately (locally) image processing is performed. (Patent Document 1). Further, in Patent Document 2, a method of performing image processing by scanning pixels in each band area with respect to a plurality of band areas obtained by dividing one piece of image data in the sub-scanning direction (hereinafter referred to as cross-band). Called processing). Furthermore, in Patent Document 3, in order to reduce the amount of computation of two-dimensional spatial filter processing, a method of separating the two-dimensional spatial filter processing into one-dimensional filters each in the main scanning direction and the sub-scanning direction (hereinafter, variable separation). Called type filter processing).

特開平11−259646号公報JP 11-259646 A 特許第4594042号公報Japanese Patent No. 45944022 特開2011−97258号公報JP 2011-97258 A

しかしながら、特許文献1、2に記載の手法においては、各領域の境界に重なり合う領域(重複領域)があるため、局所画像処理における参照領域を広くすると総転送画素数が増えてしまうという問題がある。例えば、空間フィルタ処理により光学系のボケが発生している画像を回復する場合、図14に示すように、参照領域を光学系のボケと同程度の広がりにしなければ十分な回復性能が得られない。そのため、光学系のボケが大きい場合は、参照領域を広くする必要があり、その結果、総転送画素数が増えてしまう。もしくは、空間フィルタ処理により画像をぼかして撮像系のノイズを除去したい場合、ノイズが大きいほどぼかす範囲を広くする必要がある。そのため、撮像系のノイズが大きい場合は参照領域を広くする必要があり、その結果、総転送画素数が増えてしまう。その際、特許文献3に記載の変数分離型フィルタ処理を用いたとしても重複領域は変わらない。よって、総転送画素数の増加量は変わらない。   However, in the methods described in Patent Documents 1 and 2, since there are regions (overlapping regions) that overlap the boundaries of the regions, there is a problem that the total number of transfer pixels increases if the reference region in the local image processing is widened. . For example, when recovering an image in which optical system blur has occurred due to spatial filtering, sufficient recovery performance can be obtained unless the reference area is expanded to the same extent as the optical system blur, as shown in FIG. Absent. Therefore, when the blur of the optical system is large, it is necessary to widen the reference area, and as a result, the total number of transfer pixels increases. Alternatively, when it is desired to remove the noise of the imaging system by blurring the image by spatial filter processing, it is necessary to widen the range to be blurred as the noise increases. Therefore, when the noise of the imaging system is large, it is necessary to widen the reference area, and as a result, the total number of transfer pixels increases. At that time, even if the variable separation filter processing described in Patent Document 3 is used, the overlapping region does not change. Therefore, the increase amount of the total transfer pixel number does not change.

本発明は、上述の問題点に鑑みなされたものであり、局所画像処理をより効率的に実行可能とする技術を提供することを目的とする。   The present invention has been made in view of the above-described problems, and an object of the present invention is to provide a technique that can execute local image processing more efficiently.

上述の問題点を解決するため、本発明に係る画像処理装置は以下の構成を備える。すなわち、入力画像を複数のバンド領域画像に分割し、各バンド領域画像をバンドメモリに逐次格納して画像処理を行なう画像処理装置において、
前記入力画像における第1の方向にM画素、該第1の方向と異なる第2の方向に1画素の参照領域を有する第1のフィルタ係数と、前記第1の方向に1画素、前記第2の方向にN画素(ただしN<M)の参照領域を有する第2のフィルタ係数と、を記憶する記憶手段と、
前記バンドメモリに格納されたバンド領域画像を、K行ごとの画素群をそれぞれ異なる位相で抽出することにより、K個の分割画像に分割する分割手段と、
前記K個の分割画像それぞれに対して、前記第1のフィルタ係数を利用した1次元フィルタ及び前記第2のフィルタ係数を利用した1次元フィルタを順次適用する空間フィルタ手段と、
前記空間フィルタ手段によるフィルタ処理が適用されたK個の処理後分割画像を合成して前記バンド領域画像に対するフィルタ処理後画像を生成する生成手段と、
を有する。
In order to solve the above-described problems, an image processing apparatus according to the present invention has the following configuration. That is, in an image processing apparatus that divides an input image into a plurality of band area images and sequentially stores each band area image in a band memory to perform image processing.
A first filter coefficient having a reference region of M pixels in the first direction and a single pixel in a second direction different from the first direction in the input image, one pixel in the first direction, and the second Storage means for storing a second filter coefficient having a reference area of N pixels (where N <M) in the direction of
Dividing means for dividing the band area image stored in the band memory into K divided images by extracting pixel groups for each K rows at different phases;
Spatial filter means for sequentially applying a one-dimensional filter using the first filter coefficient and a one-dimensional filter using the second filter coefficient to each of the K divided images;
Generating means for synthesizing K post-processed divided images to which the filter processing by the spatial filter means is applied, and generating a post-filtering image for the band region image;
Have

あるいは、入力画像を複数のバンド領域画像に分割し、各バンド領域画像をバンドメモリに逐次格納して画像処理を行なう画像処理装置において、
前記入力画像における第1の方向にM画素、該第1の方向と異なる第2の方向に1画素の参照領域を有する第1のフィルタ係数と、前記第1の方向に1画素、前記第2の方向にM画素の参照領域を有する第2のフィルタ係数と、を記憶する記憶手段と、
前記バンドメモリに格納されたバンド領域画像を、K行ごとの画素群をそれぞれ異なる位相で抽出することにより、K個の分割画像に分割する分割手段と、
前記K個の分割画像それぞれに対して、前記第1のフィルタ係数を利用した1次元フィルタ及び前記第2のフィルタ係数を利用した1次元フィルタを順次適用する空間フィルタ手段と、
前記空間フィルタ手段によるフィルタ処理が適用されたK個の処理後分割画像を合成して前記バンド領域画像に対するフィルタ処理後画像を生成する生成手段と、
を有し、
前記第1の方向及び前記第2の方向の少なくとも一方は、前記入力画像における行方向の画素群の並び方向に対して傾きをもつ方向である。
Alternatively, in an image processing apparatus that divides an input image into a plurality of band area images and sequentially stores each band area image in a band memory to perform image processing.
A first filter coefficient having a reference region of M pixels in the first direction and a single pixel in a second direction different from the first direction in the input image, one pixel in the first direction, and the second Storage means for storing a second filter coefficient having a reference region of M pixels in the direction of
Dividing means for dividing the band area image stored in the band memory into K divided images by extracting pixel groups for each K rows at different phases;
Spatial filter means for sequentially applying a one-dimensional filter using the first filter coefficient and a one-dimensional filter using the second filter coefficient to each of the K divided images;
Generating means for synthesizing K post-processed divided images to which the filter processing by the spatial filter means is applied, and generating a post-filtering image for the band region image;
Have
At least one of the first direction and the second direction is a direction having an inclination with respect to the arrangement direction of the pixel groups in the row direction in the input image.

本発明によれば、局所画像処理をより効率的に実行可能とする技術を提供することができる。   ADVANTAGE OF THE INVENTION According to this invention, the technique which enables local image processing to be performed more efficiently can be provided.

第1実施形態に係る画像処理装置の全体構成を示すブロック図である。1 is a block diagram illustrating an overall configuration of an image processing apparatus according to a first embodiment. 画像処理部の構成を示すブロック図である。It is a block diagram which shows the structure of an image process part. バンド処理におけるバンド領域を説明する図である。It is a figure explaining the band area | region in a band process. 変数分離型フィルタによるバンド処理の動作を説明する図である。It is a figure explaining the operation | movement of the band process by a variable separation type filter. 画像データの1方向の解像度を1/2に低減する形態を説明する図である。It is a figure explaining the form which reduces the resolution of one direction of image data to 1/2. 第1実施形態におけるフィルタ処理の動作を説明する図である。It is a figure explaining operation | movement of the filter process in 1st Embodiment. 第1実施形態における1次元フィルタの構成を示す図である。It is a figure which shows the structure of the one-dimensional filter in 1st Embodiment. 空間フィルタ処理が実行される領域を例示的に示す図である。It is a figure which shows the area | region where a spatial filter process is performed exemplarily. 従来のフィルタ処理による補正後の特性を説明する図である。It is a figure explaining the characteristic after correction | amendment by the conventional filter process. 第1実施形態に係るフィルタ処理による補正後の特性を説明する図である。It is a figure explaining the characteristic after correction | amendment by the filter process which concerns on 1st Embodiment. 2つの1次元フィルタの一方において解像度を1/4に低減する形態を説明する図である。It is a figure explaining the form which reduces the resolution to 1/4 in one of two one-dimensional filters. 2つの1次元フィルタの双方において解像度を1/2に低減する形態を説明する図である。It is a figure explaining the form which reduces the resolution to 1/2 in both of two one-dimensional filters. 第3実施形態における1次元フィルタの構成を示す図である。It is a figure which shows the structure of the one-dimensional filter in 3rd Embodiment. 光学ボケによるボケ範囲と空間フィルタのフィルタ係数の影響範囲との関係を説明する図である。It is a figure explaining the relationship between the blur range by optical blur, and the influence range of the filter coefficient of a spatial filter. 空間フィルタ回路230の機能構成を説明する図である。3 is a diagram illustrating a functional configuration of a spatial filter circuit 230. FIG.

以下に、図面を参照して、この発明の好適な実施の形態を詳しく説明する。なお、以下の実施の形態はあくまで例示であり、本発明の範囲を限定する趣旨のものではない。   Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the drawings. The following embodiments are merely examples, and are not intended to limit the scope of the present invention.

(第1実施形態)
本発明に係る画像処理装置の第1実施形態として、原稿を読み取り、読み取り光学系に起因する画像ボケを補正(補償)し画像形成を行う複合機(MFP)を例に挙げて以下に説明する。
(First embodiment)
A first embodiment of an image processing apparatus according to the present invention will be described below by taking as an example a multifunction peripheral (MFP) that reads a document, corrects (compensates) image blur caused by the reading optical system, and forms an image. .

<前提技術>
まず、本発明の前提となる背景技術で述べた画像処理の手法について説明する。
<Prerequisite technology>
First, the image processing method described in the background art which is the premise of the present invention will be described.

・ブロック処理
デジタル画像データを複数のブロック(タイル)領域に分割し、別々に局所(近傍)画像処理を行う手法である。かかる技術では、各ブロック領域間で隙間なく局所(近傍)画像処理を行うために、各ブロック領域が、夫々隣接するブロック領域と、境界で互いに重なり合うようにしている。このようにすれば、メモリの容量をブロック(タイル)領域の大きさで規定することができ、省メモリ化することが可能となる。例えば、解像度が600dpiのA4サイズのデジタル画像データ(主走査方向4969画素×副走査方向7016画素)である。このとき、3画素×3画素の参照領域を持つ空間フィルタ処理を行う場合、ブロック(タイル)領域の大きさを16画素×16画素とすると、メモリ容量は、0.75Kバイト(16画素×16画素×3バイト)になる。
Block processing This is a technique in which digital image data is divided into a plurality of block (tile) areas, and local (neighboring) image processing is performed separately. In such a technique, in order to perform local (neighboring) image processing without any gap between the block areas, the block areas overlap with each other adjacent block areas at the boundary. In this way, the capacity of the memory can be defined by the size of the block (tile) area, and the memory can be saved. For example, it is A4 size digital image data (4969 pixels in the main scanning direction × 7016 pixels in the sub-scanning direction) with a resolution of 600 dpi. At this time, when performing spatial filter processing having a reference area of 3 pixels × 3 pixels, assuming that the size of the block (tile) area is 16 pixels × 16 pixels, the memory capacity is 0.75 Kbytes (16 pixels × 16 Pixel × 3 bytes).

ただし、上述の重なり合う領域の画素は2回又は4回転送されることになる。例えば、3画素×3画素の参照領域に対して空間フィルタ処理を行う場合、総転送画素数は本来のデジタル画像データの画素数である4969画素×7016画素に対し1.31倍となる。また、9画素×9画素の空間フィルタ領域に対して空間フィルタ処理を行う場合には、重なり合う領域がさらに増加し、デジタル画像データの総転送画素数は本来のデジタル画像データの画素数の4倍となる。   However, the pixels in the overlapping area are transferred twice or four times. For example, when the spatial filter process is performed on the reference area of 3 pixels × 3 pixels, the total number of transfer pixels is 1.31 times the original number of pixels of digital image data, 4969 pixels × 7016 pixels. In addition, when performing spatial filter processing on a 9 × 9 spatial filter area, the number of overlapping areas further increases, and the total number of transfer pixels of digital image data is four times the number of pixels of the original digital image data. It becomes.

・クロスバンド処理
1枚の画像データの副走査方向に分割して得られた複数のバンド領域を、割当てたバンド領域の主走査方向に対して垂直な方向に、バンド領域内の画素を走査して局所(近傍)画像処理を逐次行う手法である。かかる技術では、バンド領域内の画素を画像処理するためのメモリ容量を、バンド領域の主走査方向に対して垂直な方向におけるバンド領域の大きさ(バンド領域の高さ)に依存させることができる。即ち、各バンド領域間で隙間なく局所(近傍)画像処理を行うために、各バンド領域が、夫々隣接するバンド領域と、境界で互いに重なり合うようにしている。上述のブロック処理とは異なり重なり合う領域が網目状になるわけではない。そのため、同一画素の再転送数はブロック処理に比較して少量となり、その結果、総転送画素数も少なくなる。
-Cross-band processing A plurality of band areas obtained by dividing one image data in the sub-scanning direction are scanned with pixels in the band area in a direction perpendicular to the main scanning direction of the assigned band area. In this method, local (neighboring) image processing is sequentially performed. With this technique, the memory capacity for image processing of pixels in the band region can be made to depend on the size of the band region (the height of the band region) in the direction perpendicular to the main scanning direction of the band region. . That is, in order to perform local (neighboring) image processing without any gap between the band regions, the band regions overlap each other at the boundary with the adjacent band regions. Unlike the block processing described above, the overlapping areas are not meshed. Therefore, the number of retransfers of the same pixel is small compared to the block processing, and as a result, the total number of transfer pixels is also reduced.

・変数分離型フィルタ処理
2次元空間フィルタ処理を主走査方向と副走査方向の各々1次元のフィルタに分離し、初めに主走査方向の1次元フィルタ処理を行い、続いて副走査方向の1次元フィルタ処理を行う手法である。参照領域用のメモリ容量は主走査方向または副走査方向の1列分でよいので大幅に削減できる。ただし、縦横の方向に変数分離型フィルタによる鮮鋭性回復処理を行うと、2次元的な光学ボケ特性と異なるため、斜め方向が過補正(斜めリンギングが発生)になってしまう。また、メモリ容量や演算量は抑制できるが、総転送画素数の削減はできない。
Variable separation type filter processing The two-dimensional spatial filter processing is separated into one-dimensional filters each in the main scanning direction and the sub-scanning direction, first the one-dimensional filter processing in the main scanning direction is performed, and then one-dimensional in the sub-scanning direction. This is a technique for performing filter processing. Since the memory capacity for the reference area may be one column in the main scanning direction or the sub-scanning direction, it can be greatly reduced. However, if sharpness recovery processing using a variable separation filter is performed in the vertical and horizontal directions, the oblique direction is overcorrected (diagonal ringing occurs) because it is different from the two-dimensional optical blur characteristic. Further, although the memory capacity and the calculation amount can be suppressed, the total number of transfer pixels cannot be reduced.

<第1実施形態の概要>
第1実施形態では、副走査方向に間引いた画像データ(奇数行画像及び偶数行画像)に対して変数分離型フィルタ処理を行うと共に、2つの1次元フィルタの一方(副走査方向)の参照画素を削減する。この構成により、斜め方向の過補正を低減することが可能となる。また、空間フィルタ処理に使用する画素数が削減されるため総転送画素数の増加を抑制することが可能となる。
<Outline of First Embodiment>
In the first embodiment, variable separation filter processing is performed on image data (odd row image and even row image) thinned out in the sub-scanning direction, and one of the two one-dimensional filters (sub-scanning direction) is a reference pixel. To reduce. With this configuration, it is possible to reduce overcorrection in the oblique direction. In addition, since the number of pixels used for the spatial filter processing is reduced, it is possible to suppress an increase in the total number of transfer pixels.

<装置構成>
図1は、第1実施形態に係る画像処理装置の全体構成を示すブロック図である。画像読み取り部120は、レンズ122、CCDセンサ124、及びアナログ信号処理部126等を備えて構成される。レンズ122を介しCCDセンサ124に結像された原稿100の画像が、CCDセンサ124によりR(Red),G(Green),B(Blue)のアナログ電気信号に変換される。
<Device configuration>
FIG. 1 is a block diagram showing the overall configuration of the image processing apparatus according to the first embodiment. The image reading unit 120 includes a lens 122, a CCD sensor 124, an analog signal processing unit 126, and the like. An image of the original 100 formed on the CCD sensor 124 via the lens 122 is converted into analog electrical signals of R (Red), G (Green), and B (Blue) by the CCD sensor 124.

アナログ信号に変換された画像情報は、アナログ信号処理部126に入力され、R,G,Bの各色毎に補正等が行われた後にアナログ・デジタル変換(A/D変換)される。デジタル化されたフルカラー信号(以下、デジタル画像信号という)は、画像処理部130に入力される。画像処理部130は、デジタル画像信号に対し、後述する入力補正処理、空間フィルタ処理、色空間変換、濃度補正処理、及び中間調処理を施し、これらの処理が施された後のデジタル画像信号をプリンタ部140へ出力する。プリンタ部140は、たとえば、インクジェットヘッドやサーマルヘッド等を使用したラスタプロッタ等の印刷出力部(図示せず)を備えて構成され、入力されたデジタル画像信号により紙上に画像を記録する。   The image information converted into the analog signal is input to the analog signal processing unit 126, and is subjected to analog-digital conversion (A / D conversion) after correction or the like is performed for each color of R, G, and B. A digitized full color signal (hereinafter referred to as a digital image signal) is input to the image processing unit 130. The image processing unit 130 performs an input correction process, a spatial filter process, a color space conversion, a density correction process, and a halftone process, which will be described later, on the digital image signal, and outputs the digital image signal after these processes are performed. The data is output to the printer unit 140. The printer unit 140 includes, for example, a print output unit (not shown) such as a raster plotter that uses an inkjet head, a thermal head, or the like, and records an image on paper using an input digital image signal.

また、CPU回路部110は、演算制御用のCPU112、固定データやプログラムを格納するROM114、データの一時保存やプログラムのロードに使用されるRAM116、及び外部記憶装置118等を備える。そして、画像読み取り部120、画像処理部130、及びプリンタ部140等を制御し、画像処理装置のシーケンスを統括的に制御する。外部記憶装置118は、画像処理装置が使用するパラメータやプログラムを記憶するディスク等の媒体であり、RAM116のデータやプログラム等は、外部記憶装置118からロードされる構成としても構わない。   The CPU circuit unit 110 includes a CPU 112 for arithmetic control, a ROM 114 for storing fixed data and programs, a RAM 116 used for temporarily storing data and loading programs, an external storage device 118, and the like. Then, the image reading unit 120, the image processing unit 130, the printer unit 140, and the like are controlled to comprehensively control the sequence of the image processing apparatus. The external storage device 118 is a medium such as a disk for storing parameters and programs used by the image processing apparatus, and the data and programs in the RAM 116 may be loaded from the external storage device 118.

図2は、画像処理部の構成を示すブロック図である。アナログ信号処理部126から出力されたデジタル画像信号は、バス205を経由して画像処理コントローラ200に入力される。画像処理コントローラ200は、入力インターフェース210、入力補正回路220、空間フィルタ回路230、色空間変換回路240、濃度補正回路250、中間調処理回路260、及び出力インターフェース270を備える。以下、入力補正回路220、空間フィルタ回路230、色空間変換回路240、濃度補正回路250、及び中間調処理回路260について詳細に説明する。   FIG. 2 is a block diagram illustrating a configuration of the image processing unit. The digital image signal output from the analog signal processing unit 126 is input to the image processing controller 200 via the bus 205. The image processing controller 200 includes an input interface 210, an input correction circuit 220, a spatial filter circuit 230, a color space conversion circuit 240, a density correction circuit 250, a halftone processing circuit 260, and an output interface 270. Hereinafter, the input correction circuit 220, the spatial filter circuit 230, the color space conversion circuit 240, the density correction circuit 250, and the halftone processing circuit 260 will be described in detail.

入力補正回路220には、入力インターフェース210を経由してデジタル画像信号215が入力される。このデジタル画像信号215はR,G,Bの輝度信号で構成される。入力補正回路220は、原稿100を読み取るセンサの特性のばらつきや、原稿照明用ランプの配光特性を補正するための処理を行う。   A digital image signal 215 is input to the input correction circuit 220 via the input interface 210. The digital image signal 215 is composed of R, G, and B luminance signals. The input correction circuit 220 performs processing for correcting variations in characteristics of the sensor that reads the document 100 and light distribution characteristics of the document illumination lamp.

空間フィルタ回路230には、入力補正回路220から出力されたデジタル画像信号(輝度信号R,G,B)225が入力される。空間フィルタ回路230は、第1実施形態の主な特徴部分に該当する回路であり、デジタル画像信号(輝度信号R,G,B)225に対し、平滑化やエッジ強調、光学ボケ補正といった局所(近傍)画像処理を行う。   The digital image signal (luminance signals R, G, B) 225 output from the input correction circuit 220 is input to the spatial filter circuit 230. The spatial filter circuit 230 is a circuit corresponding to the main characteristic portion of the first embodiment, and the digital image signal (luminance signals R, G, B) 225 is locally (such as smoothing, edge enhancement, optical blur correction). Neighboring) Image processing is performed.

色空間変換回路240には、空間フィルタ処理回路230から出力されたデジタル画像信号(輝度信号R,G,B)235が入力される。色空間変換処理回路240は、デジタル画像信号235の輝度信号R,G,Bを、濃度信号C(Cyan),M(Magenta),Y(Yellow),K(Black)に変換する。   A digital image signal (luminance signals R, G, B) 235 output from the spatial filter processing circuit 230 is input to the color space conversion circuit 240. The color space conversion processing circuit 240 converts the luminance signals R, G, and B of the digital image signal 235 into density signals C (Cyan), M (Magenta), Y (Yellow), and K (Black).

濃度補正回路250には、色空間変換回路240から出力されたデジタル画像信号(濃度信号C,M,Y,K)245が入力される。濃度補正回路250は、デジタル画像信号(濃度信号C,M,Y,K)245に対し濃度補正を行う。これは、後段の中間調処理回路260で2値化されたときに濃度変化が起きないように、中間調処理の特性を考慮して予め濃度補正を行う必要があるからである。   A digital image signal (density signals C, M, Y, K) 245 output from the color space conversion circuit 240 is input to the density correction circuit 250. The density correction circuit 250 performs density correction on the digital image signal (density signals C, M, Y, K) 245. This is because it is necessary to perform density correction in advance in consideration of the characteristics of halftone processing so that density change does not occur when binarization is performed by the subsequent halftone processing circuit 260.

中間調処理回路260には、濃度補正回路250から出力されるデジタル画像信号(濃度信号C,M,Y,K)255が入力される。中間調処理回路260は、デジタル画像信号(濃度信号C,M,Y,K)255に対しスクリーン処理を行い、2値の中間調表現に変換する。そして、2値デジタル画像信号(印字信号C,M,Y,K)265が、出力インターフェース270とバス275とを経由してプリンタ部140に出力される。   A digital image signal (density signals C, M, Y, K) 255 output from the density correction circuit 250 is input to the halftone processing circuit 260. The halftone processing circuit 260 performs screen processing on the digital image signal (density signals C, M, Y, K) 255 and converts it into a binary halftone expression. A binary digital image signal (print signals C, M, Y, K) 265 is output to the printer unit 140 via the output interface 270 and the bus 275.

<空間フィルタ回路230の動作>
家庭用プリンタのような低コストの機器では、システムのメインメモリ(図1のRAM116に相当)の容量が小さい。そのため、1枚の画像データを複数のバンド(帯状)領域に分割し、各バンド領域をメインメモリに展開して各種の画像処理を行うことが一般的である。この分割された細長い領域をバンド領域と呼び、バンド領域のデータが展開される記憶領域をバンドメモリと呼び、分割する行為をバンド分割と呼ぶ。バンドメモリは、メインメモリ内に記憶領域として確保されると決まっているわけではなく、システム上のどの記憶領域に確保してもよいが、ここでは、説明を簡潔にするためにバンドメモリをメインメモリ内に確保する場合を例に挙げて説明する。
<Operation of Spatial Filter Circuit 230>
In a low-cost device such as a home printer, the capacity of the system main memory (corresponding to the RAM 116 in FIG. 1) is small. Therefore, it is common to divide one piece of image data into a plurality of band (band-like) areas and develop each band area in a main memory to perform various image processes. This divided and elongated area is called a band area, a storage area where the data in the band area is expanded is called a band memory, and the act of dividing is called band division. The band memory is not necessarily reserved as a storage area in the main memory, and may be allocated in any storage area on the system. However, for the sake of brevity, the band memory is used as the main memory. An example of securing in the memory will be described.

図3は、バンド処理におけるフィルタ処理の動作を説明する図である。ここで、デジタル画像データの座標系(主走査方向−副走査方向)は、図3(e)に示すように、長さ方向、高さ方向という新たな座標系(バンド領域座標系)を定義し、バンド領域を長さ×高さで表現する。また、バンド領域の長さは、必ずデジタル画像データの主走査方向の幅、もしくは副走査方向の高さの何れかの値となり、バンドの高さは任意の値となる。   FIG. 3 is a diagram for explaining the operation of the filter process in the band process. Here, the coordinate system (main scanning direction-sub-scanning direction) of the digital image data defines a new coordinate system (band area coordinate system) of the length direction and the height direction as shown in FIG. The band region is expressed by length × height. The length of the band area is always a value of the width of the digital image data in the main scanning direction or the height of the sub scanning direction, and the height of the band is an arbitrary value.

バンド処理についてもう少し詳しく説明する。まず、1つ目のバンド領域画像である第1のバンド領域301を、メインメモリ上のバンドメモリに展開して画像処理を行う(図3(a))。次に、第2のバンド領域302を、バンド領域301が展開されたバンドメモリに上書き展開して画像処理を行う(図3(b))。さらに、第3のバンド領域303を、バンド領域302が展開されたバンドメモリに上書き展開して画像処理を行う(図3(c))。以下同様にして、画像データの下方領域まで逐次格納し処理を行う。   The band processing will be described in a little more detail. First, the first band area 301, which is the first band area image, is developed in the band memory on the main memory, and image processing is performed (FIG. 3A). Next, the second band area 302 is overwritten and expanded on the band memory in which the band area 301 is expanded to perform image processing (FIG. 3B). Further, the third band area 303 is overwritten and expanded on the band memory in which the band area 302 is expanded (FIG. 3C). In the same manner, the image data is sequentially stored and processed up to the lower area of the image data.

なお、バンド領域301〜303の長さ(主走査方向)は同じであるが、高さ(副走査方向)は同じである必要性は無い。メインメモリの記憶領域であるバンドメモリは最も大きいバンド領域によって決定される。また、前述したように、メインメモリ内のバンドメモリは1つの記憶領域に限定されるわけではない。例えば2つのバンドメモリA、Bをメインメモリ内に確保してもよい。このようにした場合には、まず、第1のバンドメモリAにバンド領域301を展開して第1の画像処理を行う。次に、バンド領域301を第1のバンドメモリAから第2のバンドメモリBに移して、第1のバンドメモリAに第2のバンド領域302を展開する。そして、第1のバンド領域301に対して第2の画像処理を行ないながら、並列に第2のバンド領域302に第1の画像処理を行うと良い。バンド領域単位にデジタル画像データを分割して画像処理を行うことで、このようなパイプライン的な画像処理が可能となる。   The band regions 301 to 303 have the same length (main scanning direction), but the height (sub-scanning direction) is not necessarily the same. The band memory which is the storage area of the main memory is determined by the largest band area. As described above, the band memory in the main memory is not limited to one storage area. For example, two band memories A and B may be secured in the main memory. In such a case, first, the band area 301 is developed in the first band memory A and the first image processing is performed. Next, the band region 301 is moved from the first band memory A to the second band memory B, and the second band region 302 is developed in the first band memory A. Then, it is preferable to perform the first image processing on the second band region 302 in parallel while performing the second image processing on the first band region 301. By dividing the digital image data into band area units and performing image processing, such pipelined image processing becomes possible.

<空間フィルタ回路230のバンド処理動作>
家庭用プリンタのような低コストの機器では、システムのメインメモリ(図1のRAM116に相当)の容量が小さい。そのため、1枚の画像データを複数のバンド(帯状)領域に分割し、各バンド領域をメインメモリに展開して各種の画像処理を行うことが一般的である。この分割された細長い領域をバンド領域と呼び、バンド領域のデータが展開される記憶領域をバンドメモリと呼び、分割する行為をバンド分割と呼ぶ。バンドメモリは、メインメモリ内に記憶領域として確保されると決まっているわけではなく、システム上のどの記憶領域に確保してもよいが、ここでは、説明を簡潔にするためにバンドメモリをメインメモリ内に確保する場合を例に挙げて説明する。
<Band Processing Operation of Spatial Filter Circuit 230>
In a low-cost device such as a home printer, the capacity of the system main memory (corresponding to the RAM 116 in FIG. 1) is small. Therefore, it is common to divide one piece of image data into a plurality of band (band-like) areas and develop each band area in a main memory to perform various image processes. This divided and elongated area is called a band area, a storage area where the data in the band area is expanded is called a band memory, and the act of dividing is called band division. The band memory is not necessarily reserved as a storage area in the main memory, and may be allocated in any storage area on the system. However, for the sake of brevity, the band memory is used as the main memory. An example of securing in the memory will be described.

図15は、空間フィルタ回路230の機能構成を説明する図である。空間フィルタ回路230は、バンド領域分割部2301、画素群座標情報決定部2302、フィルタ係数保持部2303、積和演算部2304、バンド領域合成部2305を備える。   FIG. 15 is a diagram illustrating the functional configuration of the spatial filter circuit 230. The spatial filter circuit 230 includes a band region dividing unit 2301, a pixel group coordinate information determining unit 2302, a filter coefficient holding unit 2303, a product-sum operation unit 2304, and a band region combining unit 2305.

図3は、バンド処理におけるフィルタ処理の動作を説明する図である。ここで、デジタル画像データの座標系(主走査方向−副走査方向)は、図3(e)に示すように、長さ方向、高さ方向という新たな座標系(バンド領域座標系)を定義し、バンド領域を長さ×高さで表現する。また、バンド領域の長さは、必ずデジタル画像データの主走査方向の幅、もしくは副走査方向の高さの何れかの値となり、バンドの高さは任意の値となる。   FIG. 3 is a diagram for explaining the operation of the filter process in the band process. Here, the coordinate system (main scanning direction-sub-scanning direction) of the digital image data defines a new coordinate system (band area coordinate system) of the length direction and the height direction as shown in FIG. The band region is expressed by length × height. The length of the band area is always a value of the width of the digital image data in the main scanning direction or the height of the sub scanning direction, and the height of the band is an arbitrary value.

バンド処理についてもう少し詳しく説明する。まず、図3(a)に示す第1のバンド領域301を、メインメモリ上のバンドメモリに展開して画像処理を行う。次に、図3(b)に示す第2のバンド領域302を第1のバンド領域301が展開されたバンドメモリに上書き展開して画像処理を行う。さらに、図3(c)に示す第3のバンド領域303を第2のバンド領域302が展開されたバンドメモリに上書き展開して画像処理を行う。最後に、図3(d)に示す第4のバンド領域304を第3のバンド領域303が展開されたバンドメモリに上書き展開して画像処理を行う。   The band processing will be described in a little more detail. First, the first band area 301 shown in FIG. 3A is developed in the band memory on the main memory to perform image processing. Next, the second band area 302 shown in FIG. 3B is developed by overwriting the band memory in which the first band area 301 is developed, and image processing is performed. Further, the third band area 303 shown in FIG. 3C is developed by overwriting the band memory in which the second band area 302 is developed, and image processing is performed. Finally, the fourth band area 304 shown in FIG. 3D is overwritten on the band memory in which the third band area 303 is expanded to perform image processing.

なお、バンド領域301〜303の長さ(主走査方向)は同じであるが、高さ(副走査方向)は同じである必要性は無い。メインメモリの記憶領域であるバンドメモリは最も大きいバンド領域によって決定される。また、前述したように、メインメモリ内のバンドメモリは1つの記憶領域に限定されるわけではない。例えば2つのバンドメモリA、Bをメインメモリ内に確保してもよい。このようにした場合には、まず、第1のバンドメモリAにバンド領域301を展開して第1の画像処理を行う。次に、バンド領域301を第1のバンドメモリAから第2のバンドメモリBに移して、第1のバンドメモリAに第2のバンド領域302を展開する。そして、第1のバンド領域301に対して第2の画像処理を行ないながら、並列に第2のバンド領域302に第1の画像処理を行うと良い。バンド領域単位にデジタル画像データを分割して画像処理を行うことで、このようなパイプライン的な画像処理が可能となる。   The band regions 301 to 303 have the same length (main scanning direction), but the height (sub-scanning direction) is not necessarily the same. The band memory which is the storage area of the main memory is determined by the largest band area. As described above, the band memory in the main memory is not limited to one storage area. For example, two band memories A and B may be secured in the main memory. In such a case, first, the band area 301 is developed in the first band memory A and the first image processing is performed. Next, the band region 301 is moved from the first band memory A to the second band memory B, and the second band region 302 is developed in the first band memory A. Then, it is preferable to perform the first image processing on the second band region 302 in parallel while performing the second image processing on the first band region 301. By dividing the digital image data into band area units and performing image processing, such pipelined image processing becomes possible.

図4は、従来の変数分離型フィルタによるバンド処理の動作を説明する図である。図7は、1次元フィルタの構成を示す図である。ここでは、主走査(長さ)方向の1次元フィルタ(積和演算)処理を行い、続いて副走査(高さ)方向の1次元フィルタ処理を行う例を示している。ただし、主走査、副走査方向の処理の順番はどちらが先でも良い。図4(a)において、参照符号400は、画像データの全域を示している。まず、図7(a)に示された1次元フィルタ係数410を用いて、主走査方向(長さ方向)の1次元フィルタ処理を行う。   FIG. 4 is a diagram for explaining the operation of band processing by a conventional variable separation filter. FIG. 7 is a diagram illustrating a configuration of a one-dimensional filter. Here, an example is shown in which one-dimensional filter (product-sum operation) processing in the main scanning (length) direction is performed, and then one-dimensional filtering processing in the sub-scanning (height) direction is performed. However, the order of processing in the main scanning and sub-scanning directions may be first. In FIG. 4A, reference numeral 400 indicates the entire area of the image data. First, a one-dimensional filter process in the main scanning direction (length direction) is performed using the one-dimensional filter coefficient 410 shown in FIG.

図4(a)に示すように、バンド領域の左上端の画素からバンド領域の長さ方向に沿って、1画素ずつ画像処理が実行される。バンド領域の右端の画素まで到達した時点で高さ方向に1画素だけ画像処理する画素を進め、再度バンド領域の左端の画素からバンド領域の長さ方向に沿って1画素ずつ右端まで画像処理が実行される。この一連の画像処理をバンド領域の右下端の画素まで実行し、主走査方向のバンド処理が終了する。図4(a)に示す第1のバンド領域301の処理を終えた後、図4(b)に示すように、第1のバンド領域301に対して、図7(b)に示される1次元フィルタ係数411を用いて、副走査(高さ方向)の1次元フィルタ処理を行う。   As shown in FIG. 4A, image processing is executed pixel by pixel along the length direction of the band area from the upper left pixel of the band area. When the pixel reaches the rightmost pixel of the band area, the pixel for image processing is advanced by one pixel in the height direction, and image processing is performed again from the leftmost pixel of the band area to the right edge one pixel along the length of the band area. Executed. This series of image processing is executed up to the lower right pixel of the band area, and the band processing in the main scanning direction is completed. After the processing of the first band region 301 shown in FIG. 4A, the one-dimensional shown in FIG. 7B is applied to the first band region 301 as shown in FIG. 4B. Using the filter coefficient 411, one-dimensional filter processing in the sub-scanning (height direction) is performed.

図4(b)に示すように、バンド領域の左上端の画素からバンド領域の高さ方向に沿って、一画素ずつ画像処理が実行される。バンド領域の下端の画素まで到達した時点で長さ方向に1画素だけ画像処理する画素を進め、再度バンド領域の上端の画素からバンド領域の高さ方向に沿って1画素ずつ下端まで画像処理が実行される。この一連の画像処理をバンド領域の右下端の画素まで実行し、副走査方向のバンド処理が終了する。第1のバンド領域301に対する処理を終えた後、図4(c)、図4(d)に示すように、第2のバンド領域302に対して、第1のバンド領域301に対して行ったのと同様の処理を行う。   As shown in FIG. 4B, image processing is executed pixel by pixel along the height direction of the band area from the pixel at the upper left end of the band area. When reaching the lowermost pixel of the band area, the pixel for image processing is advanced by one pixel in the length direction, and image processing is performed again from the uppermost pixel of the band area to the lower edge one by one along the height direction of the band area. Executed. This series of image processing is executed up to the lower right pixel of the band area, and the band processing in the sub-scanning direction is completed. After finishing the processing for the first band region 301, as shown in FIGS. 4C and 4D, the second band region 302 was performed on the first band region 301. Perform the same process as.

図8は、空間フィルタ処理が実行される領域を例示的に示す図である。デジタル画像データ400の周辺部は、空間フィルタ処理を施すことができない領域1190が存在する。これは図7(a)及び図7(b)に示される2つの1次元フィルタ係数による参照領域内のすべての画素値を空間フィルタ処理に代入できないことに起因し、領域1190に対しては、原理上、適切な空間フィルタ処理を行うことができない。したがって、各バンド領域(バンド領域301〜304)間で隙間無く局所(近傍)画像処理を行うためには、各バンド領域において、図4(e)に示すような重なり合う画素領域460が必須となる。   FIG. 8 is a diagram exemplarily showing a region where the spatial filter process is executed. In the periphery of the digital image data 400, there is an area 1190 that cannot be subjected to spatial filtering. This is because all the pixel values in the reference region by the two one-dimensional filter coefficients shown in FIG. 7A and FIG. 7B cannot be substituted for the spatial filter processing. In principle, appropriate spatial filtering cannot be performed. Therefore, in order to perform local (neighboring) image processing without a gap between the band regions (band regions 301 to 304), overlapping pixel regions 460 as shown in FIG. 4E are essential in each band region. .

上述の図4の例では、4ライン処理するのに8ラインのバンドメモリが必要となる。すなわち、従来の処理では、デジタル画像データを分割して局所(近傍)画像処理するために、総転送画素数がデジタル画像データの総画素数より増加してしまう。総転送画素数の増加率rは、空間フィルタ領域411の高さをfh、バンド領域の高さであるバンド高さBdhとすると、図4の(e)から分かる通り、数式(1)に示す通りとなる。   In the example of FIG. 4 described above, an 8-line band memory is required to process 4 lines. That is, in the conventional processing, the digital image data is divided and subjected to local (neighboring) image processing, so that the total number of transfer pixels is larger than the total number of pixels of the digital image data. The increase rate r of the total number of transfer pixels is expressed by Equation (1), as can be seen from FIG. 4E, where the height of the spatial filter region 411 is fh and the band height Bdh which is the height of the band region. Street.

増加率: r=(Bdh)÷(Bdh−(fh−1)) ・・・(1)
すなわち、従来の処理では、fh=5、Bdh=8であるので、総転送画素数の増加率r=2となり、実際の有効処理領域に対し、2倍の転送が必要となる。
Rate of increase: r = (Bdh) / (Bdh− (fh−1)) (1)
That is, in the conventional processing, since fh = 5 and Bdh = 8, the increase rate r of the total number of transfer pixels is r = 2, and double transfer is required for the actual effective processing area.

<空間フィルタ回路230のフィルタ処理の詳細>
以下では、第1実施形態における空間フィルタ回路230のフィルタ処理について説明する。ここでは、バンドメモリ高さ方向が従来(図4)と同じ(8ライン)場合について説明する。具体的には、1行毎に間引いた画像に対し、間引いた方向の参照画素を低減した空間フィルタ領域411を用いてフィルタ処理を行う。
<Details of Filter Processing of Spatial Filter Circuit 230>
Below, the filter process of the spatial filter circuit 230 in 1st Embodiment is demonstrated. Here, a case where the height direction of the band memory is the same as the conventional one (FIG. 4) (8 lines) will be described. Specifically, the filtering process is performed on the image thinned out for each row using the spatial filter region 411 in which the reference pixels in the thinned direction are reduced.

図5は、画像データの1方向の解像度を1/2に低減する形態を説明する図である。当該処理は、バンド領域分割部2301、画素群座標情報決定部2302により実行される。なお、ここでは1行おき(2画素ごと)に画素群を抽出し、2つの分割画像(偶数行画像401、奇数行画像402)に分割している。ただし、Kを任意の2以上の正整数として、K行ごとに画素群を抽出し、K個の分割画像に分割してもよい。   FIG. 5 is a diagram for explaining a mode in which the resolution in one direction of image data is reduced to ½. This processing is executed by the band area dividing unit 2301 and the pixel group coordinate information determining unit 2302. Here, a pixel group is extracted every other row (every two pixels) and divided into two divided images (even-numbered row image 401 and odd-numbered row image 402). However, a group of pixels may be extracted for each K rows, where K is an arbitrary positive integer of 2 or more, and divided into K divided images.

図5(a)において、参照符号400は、画像データの全域を示している。まず、画素群座標情報決定部2302は、デジタル画像データ400の偶数行目の画素を偶数行画像401に割り当て、奇数行目の画素を奇数行画像402に割り当てる。この時、割り当てる行数は16(=8×2)行分となる。   In FIG. 5A, reference numeral 400 indicates the entire area of the image data. First, the pixel group coordinate information determination unit 2302 assigns even-numbered pixels of the digital image data 400 to the even-numbered image 401 and assigns odd-numbered pixels to the odd-numbered image 402. At this time, the number of lines to be allocated is 16 (= 8 × 2) lines.

偶数行画像401、奇数行画像402の割り当てを終えた後、バンド領域分割部2301は、図5(b)に示すように偶数行画像401を抜き出し、バンド領域301のデータとして、バンドメモリに展開する。ここで、バンドメモリの高さBdhは、従来の場合(図4)と同様に”8”である。偶数行画像401は、画像データ400が1行毎に間引かれたものであり、高さ方向の解像度は、画像データ400に比較して1/2となる。この、偶数行画像401に対して、1次元フィルタ処理を行うことにより、総転送画素数の削減が実現するが詳細は図6を参照して後述する。   After the assignment of the even-numbered line image 401 and the odd-numbered line image 402 is finished, the band area dividing unit 2301 extracts the even-numbered line image 401 as shown in FIG. To do. Here, the height Bdh of the band memory is “8” as in the conventional case (FIG. 4). The even line image 401 is obtained by thinning out the image data 400 for each line, and the resolution in the height direction is ½ that of the image data 400. A reduction in the total number of transfer pixels is realized by performing a one-dimensional filter process on the even-line image 401. Details will be described later with reference to FIG.

偶数行画像401への1次元フィルタ処理を終えた後、バンド領域分割部2301は、図5(c)に示すように奇数行画像402を抜き出し、バンド領域301のデータとして、バンドメモリに展開する。ここでも、バンドメモリの高さBdhは、”8”である。奇数行画像402も、画像データ400が1行毎に間引かれたものであり、高さ方向の解像度は、画像データ400に比較して1/2となる。この、奇数行画像402に対しても、偶数行画像401と同様に1次元フィルタ処理を行うことにより、総転送画素数の削減が実現するが、詳細は後述する。   After completing the one-dimensional filter processing for the even-numbered line image 401, the band area dividing unit 2301 extracts the odd-numbered line image 402 as shown in FIG. 5C and develops it in the band memory as data of the band area 301. . Again, the height Bdh of the band memory is “8”. The odd line image 402 is also obtained by thinning out the image data 400 for each line, and the resolution in the height direction is ½ that of the image data 400. The odd-numbered row image 402 is also reduced by reducing the total number of transfer pixels by performing the one-dimensional filter process in the same manner as the even-numbered row image 401. Details will be described later.

図6は、第1実施形態におけるフィルタ処理の動作を説明する図である。上述のように第1実施形態においては、画像データ400が1行毎に間引かれたデータ(偶数行画像401、奇数行画像402)に対してフィルタ処理を行う。そのため、高さ方向のフィルタ係数(高さfh=N画素)は、図7(b)の係数に対して解像度が1/2であるフィルタ係数412(図7(c))を用いる(Nは正整数)。なお、長さ方向のフィルタ係数(長さfw=M画素)は、従来と同様にフィルタ係数410(図7(a))を用いる(Mは正整数)。これらのフィルタ係数は、図15におけるフィルタ係数保持部2303などの記憶部に保持されている。   FIG. 6 is a diagram for explaining the operation of the filter processing in the first embodiment. As described above, in the first embodiment, the filtering process is performed on the data (even-numbered row image 401 and odd-numbered row image 402) obtained by thinning out the image data 400 for each row. Therefore, as the filter coefficient in the height direction (height fh = N pixels), the filter coefficient 412 (FIG. 7C) whose resolution is ½ with respect to the coefficient of FIG. Positive integer). Note that the filter coefficient 410 (FIG. 7A) is used as the filter coefficient in the length direction (length fw = M pixels) as in the conventional case (M is a positive integer). These filter coefficients are held in a storage unit such as the filter coefficient holding unit 2303 in FIG.

積和演算部2304は、バンド領域301に格納された偶数行画像401に対し、1次元フィルタ係数410を用いて、主走査方向(長さ方向)の1次元フィルタ処理を行う。図6(a)に示すように、バンド領域の左上端の画素からバンド領域の長さ方向に沿って、一画素ずつ画像処理が実行される。バンド領域の右端の画素まで到達した時点で高さ方向に1画素だけ画像処理する画素を進め、再度バンド領域の左端の画素からバンド領域の長さ方向に沿って一画素ずつ右端まで画像処理が実行される。この一連の画像処理をバンド領域の右下端の画素まで実行し、偶数行画像401に対する主走査方向のバンド処理が終了する。   The product-sum operation unit 2304 performs one-dimensional filter processing in the main scanning direction (length direction) on the even-numbered row image 401 stored in the band region 301 using the one-dimensional filter coefficient 410. As shown in FIG. 6A, image processing is performed pixel by pixel along the length direction of the band area from the pixel at the upper left end of the band area. When the pixel reaches the rightmost pixel of the band area, the pixel for image processing is advanced by one pixel in the height direction, and image processing is performed again from the leftmost pixel of the band area to the right edge one pixel along the length direction of the band area. Executed. This series of image processing is executed up to the lower right pixel of the band area, and the band processing in the main scanning direction for the even-numbered row image 401 is completed.

図6(a)に示す処理を終えた後、積和演算部2304は、偶数行画像401に対し、1次元フィルタ係数412を用いて、副走査(高さ方向)の1次元フィルタ処理を行う。図6(b)に示すように、バンド領域の左上端の画素からバンド領域の高さ方向に沿って、一画素ずつ画像処理が実行される。バンド領域の下端の画素まで到達した時点で長さ方向に1画素だけ画像処理する画素を進め、再度バンド領域の上端の画素からバンド領域の高さ方向に沿って一画素ずつ下端まで画像処理が実行される。この一連の画像処理をバンド領域の右下端の画素まで実行し、偶数行画像401に対する副走査方向のバンド処理が終了する。   After finishing the processing shown in FIG. 6A, the product-sum operation unit 2304 performs sub-scanning (height direction) one-dimensional filter processing on the even-numbered image 401 using the one-dimensional filter coefficient 412. . As shown in FIG. 6B, image processing is executed pixel by pixel along the height direction of the band area from the pixel at the upper left end of the band area. When reaching the lower end pixel of the band area, the pixel for image processing is advanced by one pixel in the length direction, and image processing is performed again from the upper end pixel of the band area to the lower end one by one along the height direction of the band area. Executed. This series of image processing is executed up to the lower right pixel of the band area, and the band processing in the sub-scanning direction for the even-numbered row image 401 is completed.

偶数行画像401に対する処理を終えた後、積和演算部2304は、図6(c)に示すように、バンド領域301に格納された奇数行画像402に対し、1次元フィルタ係数410を用いて、主走査方向(長さ方向)の1次元フィルタ処理を行う。なお、図6(c)の処理は、上述の図6(a)の処理と同様であるため説明は省略する。   After finishing the processing for the even-numbered row image 401, the product-sum operation unit 2304 uses the one-dimensional filter coefficient 410 for the odd-numbered row image 402 stored in the band region 301, as shown in FIG. A one-dimensional filter process in the main scanning direction (length direction) is performed. Note that the processing in FIG. 6C is the same as the processing in FIG.

図6(c)に示す処理を終えた後、積和演算部2304は、図6(d)に示すように、奇数行画像402に対し、1次元フィルタ係数412を用いて、副走査(高さ方向)の1次元フィルタ処理を行う。なお、図6(d)の処理は、上述の図6(b)の処理と同様であるため説明は省略する。この一連の画像処理を実行し、奇数行画像402に対する副走査方向のバンド処理が終了する。   After completing the processing shown in FIG. 6C, the product-sum operation unit 2304 uses the one-dimensional filter coefficient 412 for the odd row image 402 as shown in FIG. (One direction) one-dimensional filter processing is performed. Note that the process in FIG. 6D is the same as the process in FIG. This series of image processing is executed, and the band processing in the sub-scanning direction for the odd-numbered row image 402 ends.

図6(a)〜(d)に示す処理を終えた、偶数行画像401、奇数行画像402について、バンド領域合成部2305は、間引かれた画像を元の画像400の座標に戻す。すなわち、フィルタ処理が適用された2個の処理後分割画像を合成して、第1のバンド領域301に対するフィルタ処理後画像を生成する。生成されたデータは、色空間変換回路240に入力される。第1のバンド領域301に対する処理を終えた後、第2のバンド領域302に対して、第1のバンド領域301に対して行ったのと同様の処理を行う。   For the even-numbered row image 401 and the odd-numbered row image 402 for which the processing shown in FIGS. 6A to 6D has been completed, the band region combining unit 2305 returns the thinned image to the coordinates of the original image 400. That is, two post-processed divided images to which the filter process is applied are synthesized, and a post-filter process image for the first band region 301 is generated. The generated data is input to the color space conversion circuit 240. After the processing for the first band region 301 is completed, the same processing as that performed for the first band region 301 is performed for the second band region 302.

上述のように、処理対象の画像(偶数行画像401、奇数行画像402)、フィルタ係数412は、双方ともに、高さ方向の解像度は1/2でなる。高さ方向の解像度が1/2となることは、高さ方向の高周波成分の制御性能が従来に比較し悪化する。ただし、図7(c)と図7(a)のフィルタ係数が及ぼす空間的な範囲は同じであるため、低周波成分の制御性能は略同等となる。すなわち、図7(c)に示すフィルタ係数412は、高周波成分に対する制御は難しいが低周波成分に対する制御は容易である。人間の視覚特性においては、高周波画像成分は低周波画像成分に比較し感度が低いことが知られている。そのため、図7(c)に示すフィルタ係数412によるフィルタ処理でも、従来のフィルタ係数(図7(b))と略同じ性能となることが期待できる。   As described above, the processing target image (even-numbered row image 401, odd-numbered row image 402) and filter coefficient 412 both have a resolution in the height direction of ½. When the resolution in the height direction is ½, the control performance of the high-frequency component in the height direction is deteriorated as compared with the conventional case. However, since the spatial ranges exerted by the filter coefficients in FIG. 7C and FIG. 7A are the same, the control performance of the low frequency component is substantially the same. That is, the filter coefficient 412 shown in FIG. 7C is difficult to control for the high frequency component but easy for the low frequency component. In human visual characteristics, it is known that high-frequency image components are less sensitive than low-frequency image components. Therefore, it can be expected that the filter processing using the filter coefficient 412 shown in FIG. 7C has substantially the same performance as the conventional filter coefficient (FIG. 7B).

<効果>
・斜め方向の過補正の低減
図7(c)に示すフィルタ係数412は、従来のフィルタ係数である図7(b)に比較してより適切なフィルタ効果が期待できる。これは、システムの周波数特性の劣化として、画像読み取り部120の空間周波数的な劣化を補正するフィルタ(積和演算)処理を考えると理解しやすい。通常、画像読み取り部120は、レンズ122、CCDセンサ124などにより構成される。ここで、レンズ122を介しCCDセンサ124に結像された原稿100の画像は、空間周波数的な劣化が発生することが知られている。
<Effect>
Reduction of over-correction in the oblique direction The filter coefficient 412 shown in FIG. 7C can be expected to have a more appropriate filter effect than the conventional filter coefficient shown in FIG. 7B. This can be easily understood by considering a filter (product-sum operation) process for correcting the spatial frequency degradation of the image reading unit 120 as the degradation of the frequency characteristics of the system. In general, the image reading unit 120 includes a lens 122, a CCD sensor 124, and the like. Here, it is known that the image of the original 100 formed on the CCD sensor 124 through the lens 122 is deteriorated in terms of spatial frequency.

図9は、従来の変数分離型フィルタのフィルタ処理による補正後の特性を説明する図である。また、図10は、第1実施形態に係るフィルタ処理による補正後の特性を説明する図である。図9(a)及び図10(a)は、CCDセンサ124により得られた、RGB信号のG成分の空間周波数特性の一例を示す図である。一般的に、レンズ等の光学的なボケは等方的に周波数劣化が生じる。そのため、fx(0度方向)、fy(90度方向)、fxy(45度方向)の各方向について同じような周波数劣化が生じる。   FIG. 9 is a diagram for explaining the characteristic after correction by the filter processing of the conventional variable separation filter. FIG. 10 is a diagram for explaining characteristics after correction by the filter processing according to the first embodiment. FIGS. 9A and 10A are diagrams illustrating an example of the spatial frequency characteristics of the G component of the RGB signal obtained by the CCD sensor 124. FIG. In general, optical blur such as a lens causes isotropic frequency degradation. Therefore, the same frequency degradation occurs in each direction of fx (0 degree direction), fy (90 degree direction), and fxy (45 degree direction).

ところで、上述の光学的なボケを、従来の1次元フィルタの組合せ(図7(a)と図7(b))で補正(回復)する場合を考える。図7(a)及び図7(b)に示した、横縦方向の1次元フィルタは、fx・fy方向の周波数応答の調整が可能であるが、斜め方向fxyの周波数応答の調整は難しい。具体的には、縦横(0度・90度方向)の1次元フィルタを用いると、fxy方向の周波数応答は、fxの周波数応答、fyの周波数応答の積となることが知られている。図7(a)(b)のフィルタは、鮮鋭劣化を補正するフィルタのため、周波数応答値は1.0以上で、高周波領域ほど大きな値となる。この結果、図9(c)に示されるように、fxyの周波数応答値は、fx、fyに比べて応答が大きくなってしまい、この周波数応答値の大きさは、特に高周波領域で顕著となってしまう。その結果、ノイズの増幅や、リンギング、色ずれなどの弊害が発生しやすいものとなっていた。   Now, let us consider a case where the above-mentioned optical blur is corrected (recovered) with a combination of conventional one-dimensional filters (FIGS. 7A and 7B). The horizontal and vertical one-dimensional filters shown in FIGS. 7A and 7B can adjust the frequency response in the fx and fy directions, but it is difficult to adjust the frequency response in the oblique direction fxy. Specifically, it is known that when a vertical and horizontal (0 degree / 90 degree direction) one-dimensional filter is used, the frequency response in the fxy direction is the product of the frequency response of fx and the frequency response of fy. The filters in FIGS. 7A and 7B are filters that correct sharpness deterioration, and therefore the frequency response value is 1.0 or more, and the higher the frequency region, the larger the value. As a result, as shown in FIG. 9C, the frequency response value of fxy has a larger response than that of fx and fy, and the magnitude of this frequency response value is particularly remarkable in the high frequency region. End up. As a result, problems such as noise amplification, ringing, and color misregistration are likely to occur.

次に、図10を参照して第1実施形態で使用する2つの1次元フィルタ係数で補正(回復)する場合を考える。図7(a)及び図7(c)に示した、横縦方向の1次元フィルタ(積和演算)処理においても、fx・fy方向の周波数応答の調整が可能であるが、斜め方向fxyの周波数応答の調整は難しい。   Next, consider a case where correction (recovery) is performed with two one-dimensional filter coefficients used in the first embodiment with reference to FIG. In the horizontal and vertical one-dimensional filter (product-sum operation) processing shown in FIGS. 7A and 7C, the frequency response in the fx / fy directions can be adjusted. It is difficult to adjust the frequency response.

しかしながら、上述のように、fy方向のフィルタ係数は、解像度的に1/2となっている。そのため、高周波成分における周波数応答は、折り返し(エイリアシング)が生じ、高周波の応答値が低下する形状となる。この結果、図10(c)に示されるように、fxの周波数応答とfyの周波数応答の積として示されるfxy方向の周波数応答は、従来(図9)に比較して、高周波の応答値が抑制されることになる。   However, as described above, the filter coefficient in the fy direction is ½ in terms of resolution. For this reason, the frequency response in the high frequency component has a shape in which aliasing occurs and the high frequency response value decreases. As a result, as shown in FIG. 10C, the frequency response in the fxy direction shown as the product of the frequency response of fx and the frequency response of fy has a high frequency response value as compared with the conventional case (FIG. 9). Will be suppressed.

このように第1実施形態におけるフィルタ処理では、fxy方向の高周波成分における過補正を抑制することが可能となる。これにより、ノイズの増幅や、リンギング、色ずれなどの弊害が発生しにくい処理となっている。なお、fy方向の高周波成分の応答値は1.0を下回っているが、上述の通り人間の視覚上鈍感な成分領域であるため問題となりにくい。   As described above, in the filter processing according to the first embodiment, it is possible to suppress overcorrection in the high-frequency component in the fxy direction. As a result, noise amplification, ringing, color misregistration, and other adverse effects are unlikely to occur. The response value of the high-frequency component in the fy direction is less than 1.0, but as described above, since it is a component region that is insensitive to human vision, it is unlikely to cause a problem.

・総転送画素数の増加率
図4(e)を参照して説明した従来の処理と同様の理由で、デジタル画像データ401、402の周辺部は、空間フィルタ処理を施すことができない領域が存在する。各バンド領域(バンド領域301、302)間で隙間無く画像処理を行うためには、図6(e)に示すような重なり合う画素領域460が必須となる。
Increase rate of the total number of transfer pixels For the same reason as the conventional process described with reference to FIG. 4E, there are areas in the periphery of the digital image data 401 and 402 that cannot be subjected to the spatial filter process. To do. In order to perform image processing without any gap between the band regions (band regions 301 and 302), overlapping pixel regions 460 as shown in FIG. 6E are essential.

ただし、第1実施形態(図6)における例(fh=3、Bdh=8)では、6ライン処理するのに8ラインのバンドメモリで充分であることがわかる。すなわち、第1実施形態においては、数式(1)を用いて総転送画素数の増加率rを計算すると、r=1.33となり、実際の有効処理領域に対し、1.33倍の転送で済むことが分かる。すなわち、従来の変数分離型フィルタでは、4ライン処理するのに8ラインのバンドメモリが必要であり、総転送画素数の増加率r=2であったため、第1実施形態では、増加率rを抑制可能であることが分かる。   However, in the example (fh = 3, Bdh = 8) in the first embodiment (FIG. 6), it can be seen that an 8-line band memory is sufficient to process 6 lines. That is, in the first embodiment, when the increase rate r of the total number of transfer pixels is calculated using Equation (1), r = 1.33, which is 1.33 times the transfer of the actual effective processing area. You can see that it is over That is, the conventional variable separation filter requires an 8-line band memory to process 4 lines, and the increase rate r of the total transfer pixel number is r = 2. It turns out that it can suppress.

数式(1)より、Bdhが一定の場合、増加率rは、フィルタの高さfhが減るに従って減少し”1”に近づくことが分かる。そのため、第1実施形態では従来の変数分離型フィルタに比較し総転送画素数が低減されることが分かる。   From equation (1), it can be seen that when Bdh is constant, the increase rate r decreases as the filter height fh decreases and approaches “1”. Therefore, it can be seen that the total number of transfer pixels is reduced in the first embodiment as compared with the conventional variable separation filter.

以上説明したとおり第1実施形態によれば、1行おきに間引いた画像データに対し、変数分離型フィルタによる処理を行う。特に、2つの方向の1次元フィルタのうち、当該間引いた方向については解像度が低減されたフィルタ係数を用いる。この構成により、従来の変数分離型フィルタに比較し、斜め方向の過補正の低減や総転送画素数の低減を実現することが可能となる。   As described above, according to the first embodiment, the image data thinned out every other row is processed by the variable separation filter. In particular, among the one-dimensional filters in two directions, a filter coefficient with reduced resolution is used for the thinned direction. With this configuration, it is possible to achieve a reduction in overcorrection in the oblique direction and a reduction in the total number of transfer pixels as compared with the conventional variable separation filter.

(変形例)
上述の説明においては、偶数行画像401及び奇数行画像402を、順次バンドメモリに展開して個別にフィルタ(積和演算)処理を行う例を示した。具体的には、図6(a)〜(d)のように、偶数行画像、奇数行画像それぞれに対して、主走査1次元フィルタ処理、副走査1次元フィルタ処理の2回(計4回)のフィルタ(積和演算)処理を行う例を示した。
(Modification)
In the above description, an example has been shown in which even-numbered row images 401 and odd-numbered row images 402 are sequentially developed in a band memory and individually subjected to filter (product-sum operation) processing. Specifically, as shown in FIGS. 6A to 6D, the main scanning one-dimensional filter processing and the sub-scanning one-dimensional filter processing are performed twice for each of the even-numbered row image and the odd-numbered row image (four times in total). The example of performing the filter (product-sum operation) processing of) is shown.

しかしながら、図5(d)のように、偶数行画像401及び奇数行画像402を、1つのバンド領域のデータとして、バンドメモリに展開しても良い。具体的には、処理の偶数行画像401を左側に、奇数行画像402を右側に配置するようなバンドメモリを展開してもよい。このとき、偶数行画像401に対する処理と奇数行画像402に対する処理との間で相互に影響がないように、中央領域に無効画像領域403を挿入するとよい。このような無効画像領域403を用いれば、偶数行画像401の左端、奇数行画像402の右端においても特別な処理をしなくてすむ。   However, as shown in FIG. 5D, the even-numbered row image 401 and the odd-numbered row image 402 may be developed in the band memory as data of one band region. Specifically, a band memory may be developed in which an even-numbered row image 401 of processing is arranged on the left side and an odd-numbered row image 402 is arranged on the right side. At this time, the invalid image region 403 may be inserted in the central region so that there is no mutual influence between the processing for the even-numbered row image 401 and the processing for the odd-numbered row image 402. If such an invalid image area 403 is used, it is not necessary to perform special processing at the left end of the even-numbered row image 401 and the right end of the odd-numbered row image 402.

この様にすれば、バンドメモリへの展開を1回で済ますことが出来る。また、偶数行画像、奇数行画像が1枚の画像として展開されるため、主走査1次元フィルタ処理、副走査1次元フィルタ処理の計2回のフィルタ(積和演算)処理を行うだけですむ。   In this way, the expansion to the band memory can be done only once. In addition, since even-numbered image and odd-numbered row image are developed as a single image, it is only necessary to perform a total of two times of filter (product-sum operation) processing: main scanning one-dimensional filter processing and sub-scanning one-dimensional filter processing. .

また、第1実施形態においては、バンドメモリの高さBdh=8、従来の変数分離型フィルタの高さfh=5、本発明のフィルタの高さfh=3の例を示した。ただし、これらの値に限定されるものではない。例えば、Bdh=16、従来の変数分離型フィルタの高さfh=9、本発明のフィルタの高さfh=5としてもよい。この場合も、
従来: r=16÷(16−(9−1))=2
本発明: r=16÷(16−(5−1))=1.33
となり、66%の総転送画素数を削減することができる。
In the first embodiment, an example is shown in which the band memory height Bdh = 8, the conventional variable separation filter height fh = 5, and the filter height fh = 3 of the present invention. However, it is not limited to these values. For example, Bdh = 16, the height fh = 9 of the conventional variable separation filter, and the height fh = 5 of the filter of the present invention may be used. Again,
Conventional: r = 16 ÷ (16− (9-1)) = 2
The present invention: r = 16 ÷ (16− (5-1)) = 1.33
Thus, the total number of transfer pixels can be reduced by 66%.

なお、転送画素数を効率的に削減するには、バンドメモリの長さ方向を考慮すると、効果を得やすい。具体的には、Bdhがより小さいほうが、数式(1)における総転送画素数の増加率rを抑制することが出来ることを考慮して、間引く方向を決定するとよい。   In order to efficiently reduce the number of transfer pixels, an effect can be easily obtained in consideration of the length direction of the band memory. Specifically, it is preferable to determine the thinning direction in consideration that the smaller Bdh can suppress the increase rate r of the total transfer pixel number in Expression (1).

また、上述の説明では、縦横のどちらか一方の解像度を低減する(間引く)事例を示したが、縦横双方の解像度を低減する(間引く)処理を行っても良い。この様にすれば、総転送画素数の増加率rの抑制に更なる効果が得られる。   In the above description, an example of reducing (thinning out) one of the vertical and horizontal resolutions has been described. However, processing for reducing (thinning out) both vertical and horizontal resolutions may be performed. In this way, a further effect can be obtained in suppressing the increase rate r of the total transfer pixel number.

図12は、2つの1次元フィルタの双方において解像度を1/2に低減する形態を説明する図である。すなわち、この場合は、間引き処理により4つの画像401〜404が得られる。そして、4つの画像401〜404それぞれに対し、解像度が1/2に低減された縦横2つのフィルタ係数を用いて処理することになる。   FIG. 12 is a diagram for explaining a mode in which the resolution is reduced to 1/2 in both of the two one-dimensional filters. That is, in this case, four images 401 to 404 are obtained by the thinning process. Each of the four images 401 to 404 is processed using two vertical and horizontal filter coefficients whose resolution is reduced to ½.

すなわち、L列ごとの画素群をそれぞれ異なる位相で抽出することにより得られるK個の分割画像を、L列ごとの画素群をそれぞれ異なる位相で抽出することにより、K×L個の2次分割画像に分割してもよい。この場合、K×L個の2次分割画像それぞれに対して、2つの1次元フィルタを順次適用する。そして、フィルタ処理が適用されたK×L個の処理後2次分割画像を合成して、第1のバンド領域301に対するフィルタ処理後画像を生成する。   That is, K divided images obtained by extracting the pixel groups for each L column with different phases are extracted from the K divided images by extracting the pixel groups for each L column with different phases. It may be divided into images. In this case, two one-dimensional filters are sequentially applied to each of the K × L secondary divided images. Then, the K × L post-processed secondary divided images to which the filter process has been applied are synthesized to generate a post-filter process image for the first band region 301.

(第2実施形態)
第2実施形態では副走査方向に間引きする他の形態について説明する。すなわち、上述の第1実施形態では、副走査方向を1行おきの画像(すなわち副走査方向に1/2解像度の画像)に対して1次元フィルタ処理を行った。ただし、1/2解像度に限定されるものではない。
(Second Embodiment)
In the second embodiment, another form of thinning out in the sub-scanning direction will be described. That is, in the above-described first embodiment, the one-dimensional filter process is performed on an image every other row in the sub-scanning direction (that is, an image having ½ resolution in the sub-scanning direction). However, it is not limited to 1/2 resolution.

図11は、2つの1次元フィルタの一方において解像度を1/4に低減する形態を説明する図である。すなわち、4行ごとの画素列に対して1次元フィルタを行う形態を例示的に示している。具体的には、入力画像400に対して、(n+1)行目(nは0以上の整数)の画素列による画像401、(n+2)行目の画素列による画像402、(n+3)行目の画素列による画像403、(n+4)行目の画素列による画像404を生成する。そして、画像401〜404のそれぞれに対して、2つの方向(0度・90度方向)の1次元フィルタ処理を行う。この時、1次元フィルタ処理における、フィルタ係数も、解像度低減方向(高さ方向)の解像度が1/4となるフィルタを用いる。   FIG. 11 is a diagram for explaining a mode in which the resolution is reduced to ¼ in one of the two one-dimensional filters. That is, the form which performs a one-dimensional filter with respect to the pixel column for every 4 rows is shown as an example. Specifically, with respect to the input image 400, an image 401 based on the pixel column of the (n + 1) th row (n is an integer of 0 or more), an image 402 based on the pixel column of the (n + 2) th row, and the (n + 3) th row. An image 403 based on the pixel column and an image 404 based on the pixel column on the (n + 4) th row are generated. Then, one-dimensional filter processing in two directions (0 degree and 90 degree directions) is performed on each of the images 401 to 404. At this time, a filter whose resolution in the resolution reduction direction (height direction) is 1/4 is also used as the filter coefficient in the one-dimensional filter processing.

バンドメモリにおける高さ16、従来の変数分離型フィルタのフィルタ高さfh=9の場合で説明する。この時、従来の変数分離型フィルタのフィルタ係数が及ぼす空間的な範囲が同じとなる本発明のるフィルタ高さはfh=3となる。すなわち、解像度が1/4(4行間隔)の場合、フィルタ高さfh=3とすれば、従来の変数分離型フィルタのフィルタ高さfh=9と、低周波成分の制御は略同等の性能となる。   A case where the height in the band memory is 16 and the filter height fh = 9 of the conventional variable separation filter will be described. At this time, the filter height according to the present invention in which the spatial range exerted by the filter coefficient of the conventional variable separation filter is the same is fh = 3. That is, when the resolution is 1/4 (4 line intervals), if the filter height is fh = 3, the control of the low frequency component is substantially equivalent to the filter height fh = 9 of the conventional variable separation filter. It becomes.

なお、高さ方向の解像度が1/4となるため、高さ方向の高周波成分の制御性能が従来あるいは第1実施形態の変数分離型フィルタよりも悪化する。しかしながら、第1実施形態で説明した人間の視覚特性により、人間にとっては従来のフィルタ高さfh=9と略同じと感じられる画像が得られることが期待できる。   Since the resolution in the height direction is 1/4, the control performance of the high-frequency component in the height direction is worse than that of the conventional or variable separation filter of the first embodiment. However, due to the human visual characteristics described in the first embodiment, it can be expected that an image that is felt to be almost the same as the conventional filter height fh = 9 is obtained for humans.

また、このとき、総転送画素数の増加率rは以下のようになる。
従来: r=16÷(16−(9−1))=2
本発明: r=16÷(16−(3−1))=1.14
すなわち、増加率を80%以上抑制できる。また、高周波領域の過補正も第1実施形態に比較しさらに抑制できる。
At this time, the increase rate r of the total transfer pixel number is as follows.
Conventional: r = 16 ÷ (16− (9-1)) = 2
The present invention: r = 16 ÷ (16− (3-1)) = 1.14
That is, the increase rate can be suppressed by 80% or more. Further, overcorrection in the high frequency region can be further suppressed as compared with the first embodiment.

以上説明したように、第2実施形態では、第1実施形態に比較し、総転送画素数の増加率rを更に抑制することが可能となる。   As described above, in the second embodiment, it is possible to further suppress the increase rate r of the total number of transfer pixels compared to the first embodiment.

(第3実施形態)
第3実施形態では、主走査方向に対して斜めとなる2つの1次元フィルタを用いる形態について説明する。すなわち、上述の実施形態では、入力画像データにおいて画素の並びに沿った2つの方向の1次元フィルタを使用したが、他の方向の1次元フィルタを用いることも可能である。以下の説明では、入力画像データにおける行方向(あるいは列方向)の画素群の並び方向(主走査方向)に対して45度・135度の傾きが設定された直交する2つの1次元フィルタを用いる例について説明する。
(Third embodiment)
In the third embodiment, a mode in which two one-dimensional filters that are oblique to the main scanning direction are used will be described. That is, in the above-described embodiment, the one-dimensional filter in two directions along the pixel array is used in the input image data. However, a one-dimensional filter in other directions can also be used. In the following description, two orthogonal one-dimensional filters having inclinations of 45 degrees and 135 degrees with respect to the arrangement direction (main scanning direction) of pixel groups in the row direction (or column direction) in the input image data are used. An example will be described.

図13は、第3実施形態における1次元フィルタの構成を示す図である。すなわち、画素の並びに対して45度方向に設定された2つの1次元フィルタを使用する。具体的には、従来のフィルタ係数(図13(a)及び(b))に対して解像度が低減されたフィルタ係数(図13(c)及び(d))を用いる。図12(b)〜(e)に示すような解像度低減(間引き)を行った4つのバンド画像それぞれに対して、このフィルタ係数によるフィルタ処理を行うことで、総転送画素数の増加率rを抑制することが可能となる。具体的には、総転送画素数の増加率rは以下のようになる。   FIG. 13 is a diagram illustrating a configuration of a one-dimensional filter in the third embodiment. That is, two one-dimensional filters set in a 45 degree direction with respect to the pixel arrangement are used. Specifically, filter coefficients (FIGS. 13 (c) and (d)) whose resolution is reduced with respect to the conventional filter coefficients (FIGS. 13 (a) and (b)) are used. By performing filter processing using this filter coefficient for each of the four band images that have undergone resolution reduction (decimation) as shown in FIGS. 12B to 12E, the increase rate r of the total number of transfer pixels can be obtained. It becomes possible to suppress. Specifically, the increase rate r of the total transfer pixel number is as follows.

従来: r=8÷(8−(5−1))=2
本発明: r=8÷(8−(3−1))=1.33
すなわち、増加率を60%以上抑制できる。
Conventional: r = 8 ÷ (8− (5-1)) = 2
The present invention: r = 8 ÷ (8− (3-1)) = 1.33
That is, the increase rate can be suppressed by 60% or more.

ところで、斜め方向にフィルタを設定したことにより、斜め方向(fxy及びfyx)方向の周波数応答の調整が可能となる一方、縦横方向(fx及びfy)の周波数応答の調整は難しくなる。ただし、斜め方向の解像度を低減したフィルタ係数を用いることにより、縦横方向(fx及びfy)の高周波領域での応答値が抑制される。そのため、ノイズの増幅や、リンギング、色ずれなども抑制することが可能である。   By the way, by setting the filter in the diagonal direction, it is possible to adjust the frequency response in the diagonal direction (fxy and fyx) direction, while it is difficult to adjust the frequency response in the vertical and horizontal directions (fx and fy). However, the response value in the high-frequency region in the vertical and horizontal directions (fx and fy) is suppressed by using the filter coefficient in which the resolution in the oblique direction is reduced. Therefore, noise amplification, ringing, color misregistration, and the like can be suppressed.

なお、上述の説明においては、2つの1次元フィルタの方向を、主走査方向に対して、それぞれ45度・135度の方向となるように設定した。すなわち、互いに直交するよう構成した例について説明した。しかしながら、使用する2つの1次元フィルタは、直交する必要は無い。たとえば、主走査方向に対してそれぞれ90度及び135度の傾きを有する2つの方向のフィルタ(図7(c)及び図13(c))を利用してもよい。   In the above description, the directions of the two one-dimensional filters are set to be 45 degrees and 135 degrees with respect to the main scanning direction, respectively. In other words, the example in which the two are orthogonal to each other has been described. However, the two one-dimensional filters used need not be orthogonal. For example, filters in two directions (FIGS. 7C and 13C) having inclinations of 90 degrees and 135 degrees, respectively, with respect to the main scanning direction may be used.

以上説明したように、第3実施形態では、処理対象の画像データにおける画素の並びに対し斜め方向となる2つの1次元フィルタを使用した。これにより、斜め方向の周波数特性を直接制御可能となると共に、従来に比較し総転送画素数の増加率rを抑制することが可能となる。   As described above, in the third embodiment, two one-dimensional filters that are oblique to the arrangement of pixels in the image data to be processed are used. As a result, the frequency characteristics in the oblique direction can be directly controlled, and the increase rate r of the total transfer pixel number can be suppressed as compared with the conventional case.

(その他の実施例)
本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサーがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。
(Other examples)
The present invention supplies a program that realizes one or more functions of the above-described embodiments to a system or apparatus via a network or a storage medium, and one or more processors in a computer of the system or apparatus read and execute the program This process can be realized. It can also be realized by a circuit (for example, ASIC) that realizes one or more functions.

110 CPU回路部; 120 画像読み取り部; 130 画像処理部; 140 プリンタ部; 301,302 バンド領域; 410,412 フィルタ係数   110 CPU circuit unit; 120 image reading unit; 130 image processing unit; 140 printer unit; 301, 302 band region; 410, 412 filter coefficient

Claims (10)

入力画像を複数のバンド領域画像に分割し、各バンド領域画像をバンドメモリに逐次格納して画像処理を行なう画像処理装置であって、
前記入力画像における第1の方向にM画素、該第1の方向と異なる第2の方向に1画素の参照領域を有する第1のフィルタ係数と、前記第1の方向に1画素、前記第2の方向にN画素(ただしN<M)の参照領域を有する第2のフィルタ係数と、を記憶する記憶手段と、
前記バンドメモリに格納されたバンド領域画像を、K行ごとの画素群をそれぞれ異なる位相で抽出することにより、K個の分割画像に分割する分割手段と、
前記K個の分割画像それぞれに対して、前記第1のフィルタ係数を利用した1次元フィルタ及び前記第2のフィルタ係数を利用した1次元フィルタを順次適用する空間フィルタ手段と、
前記空間フィルタ手段によるフィルタ処理が適用されたK個の処理後分割画像を合成して前記バンド領域画像に対するフィルタ処理後画像を生成する生成手段と、
を有することを特徴とする画像処理装置。
An image processing apparatus that divides an input image into a plurality of band area images and sequentially stores each band area image in a band memory to perform image processing,
A first filter coefficient having a reference region of M pixels in the first direction and a single pixel in a second direction different from the first direction in the input image, one pixel in the first direction, and the second Storage means for storing a second filter coefficient having a reference area of N pixels (where N <M) in the direction of
Dividing means for dividing the band area image stored in the band memory into K divided images by extracting pixel groups for each K rows at different phases;
Spatial filter means for sequentially applying a one-dimensional filter using the first filter coefficient and a one-dimensional filter using the second filter coefficient to each of the K divided images;
Generating means for synthesizing K post-processed divided images to which the filter processing by the spatial filter means is applied, and generating a post-filtering image for the band region image;
An image processing apparatus comprising:
前記分割手段は、更に、前記K個の分割画像を、L列ごとの画素群をそれぞれ異なる位相で抽出することにより、K×L個の2次分割画像に分割し、
前記空間フィルタ手段は、前記K×L個の2次分割画像それぞれに対して、前記第1のフィルタ係数を利用した1次元フィルタ及び前記第2のフィルタ係数を利用した1次元フィルタを順次適用し、
前記生成手段は、前記空間フィルタ手段によるフィルタ処理が適用されたK×L個の処理後2次分割画像を合成して前記バンド領域画像に対するフィルタ処理後画像を生成する
ことを特徴とする請求項1に記載の画像処理装置。
The dividing unit further divides the K divided images into K × L secondary divided images by extracting pixel groups for each of the L columns at different phases,
The spatial filter means sequentially applies a one-dimensional filter using the first filter coefficient and a one-dimensional filter using the second filter coefficient to each of the K × L secondary divided images. ,
The said generating means synthesize | combines the KxL post-process secondary divided image to which the filter process by the said spatial filter means was applied, The post-filter process image with respect to the said band area image is produced | generated. The image processing apparatus according to 1.
前記第1の方向は、前記入力画像における行方向の画素群の並び方向であり、前記第2の方向は、前記入力画像における列方向の画素群の並び方向である
ことを特徴とする請求項1又は2に記載の画像処理装置。
The first direction is an arrangement direction of pixel groups in a row direction in the input image, and the second direction is an arrangement direction of pixel groups in a column direction in the input image. The image processing apparatus according to 1 or 2.
前記第1の方向は、前記入力画像における列方向の画素群の並び方向であり、前記第2の方向は、前記入力画像における行方向の画素群の並び方向である
ことを特徴とする請求項1又は2に記載の画像処理装置。
The first direction is an arrangement direction of pixel groups in a column direction in the input image, and the second direction is an arrangement direction of pixel groups in a row direction in the input image. The image processing apparatus according to 1 or 2.
入力画像を複数のバンド領域画像に分割し、各バンド領域画像をバンドメモリに逐次格納して画像処理を行なう画像処理装置であって、
前記入力画像における第1の方向にM画素、該第1の方向と異なる第2の方向に1画素の参照領域を有する第1のフィルタ係数と、前記第1の方向に1画素、前記第2の方向にM画素の参照領域を有する第2のフィルタ係数と、を記憶する記憶手段と、
前記バンドメモリに格納されたバンド領域画像を、K行ごとの画素群をそれぞれ異なる位相で抽出することにより、K個の分割画像に分割する分割手段と、
前記K個の分割画像それぞれに対して、前記第1のフィルタ係数を利用した1次元フィルタ及び前記第2のフィルタ係数を利用した1次元フィルタを順次適用する空間フィルタ手段と、
前記空間フィルタ手段によるフィルタ処理が適用されたK個の処理後分割画像を合成して前記バンド領域画像に対するフィルタ処理後画像を生成する生成手段と、
を有し、
前記第1の方向及び前記第2の方向の少なくとも一方は、前記入力画像における行方向の画素群の並び方向に対して傾きをもつ方向である
ことを特徴とする画像処理装置。
An image processing apparatus that divides an input image into a plurality of band area images and sequentially stores each band area image in a band memory to perform image processing,
A first filter coefficient having a reference region of M pixels in the first direction and a single pixel in a second direction different from the first direction in the input image, one pixel in the first direction, and the second Storage means for storing a second filter coefficient having a reference region of M pixels in the direction of
Dividing means for dividing the band area image stored in the band memory into K divided images by extracting pixel groups for each K rows at different phases;
Spatial filter means for sequentially applying a one-dimensional filter using the first filter coefficient and a one-dimensional filter using the second filter coefficient to each of the K divided images;
Generating means for synthesizing K post-processed divided images to which the filter processing by the spatial filter means is applied, and generating a post-filtering image for the band region image;
Have
At least one of the first direction and the second direction is a direction having an inclination with respect to an arrangement direction of pixel groups in a row direction in the input image.
前記第1の方向は、前記入力画像における行方向の画素群の並び方向に対して45度の傾きをもつ方向であり、前記第2の方向は、前記入力画像における行方向の画素群の並びに対して135度の傾きをもつ方向である
ことを特徴とする請求項5に記載の画像処理装置。
The first direction is a direction having an inclination of 45 degrees with respect to the arrangement direction of the pixel groups in the row direction in the input image, and the second direction is an arrangement of the pixel groups in the row direction in the input image. The image processing apparatus according to claim 5, wherein the image processing apparatus is in a direction having an inclination of 135 degrees.
前記第1の方向は、前記入力画像における行方向の画素群の並び方向に対して90度の傾きをもつ方向であり、前記第2の方向は、前記入力画像における行方向の画素群の並びに対して135度の傾きをもつ方向である
ことを特徴とする請求項5に記載の画像処理装置。
The first direction is a direction having an inclination of 90 degrees with respect to the arrangement direction of the pixel groups in the row direction in the input image, and the second direction is an arrangement of the pixel groups in the row direction in the input image. The image processing apparatus according to claim 5, wherein the image processing apparatus is in a direction having an inclination of 135 degrees.
入力画像を複数のバンド領域画像に分割し、各バンド領域画像をバンドメモリに逐次格納して画像処理を行なう画像処理装置の制御方法であって、
前記入力画像における第1の方向にM画素、該第1の方向と異なる第2の方向に1画素の参照領域を有する第1のフィルタ係数と、前記第1の方向に1画素、前記第2の方向にN画素(ただしN<M)の参照領域を有する第2のフィルタ係数と、を記憶部に記憶する記憶工程と、
前記バンドメモリに格納されたバンド領域画像を、K行ごとの画素群をそれぞれ異なる位相で抽出することにより、K個の分割画像に分割する分割工程と、
前記K個の分割画像それぞれに対して、前記第1のフィルタ係数を利用した1次元フィルタ及び前記第2のフィルタ係数を利用した1次元フィルタを順次適用する空間フィルタ工程と、
前記空間フィルタ工程によるフィルタ処理が適用されたK個の処理後分割画像を合成して前記バンド領域画像に対するフィルタ処理後画像を生成する生成工程と、
を含むことを特徴とする画像処理装置の制御方法。
A control method for an image processing apparatus that divides an input image into a plurality of band area images and sequentially stores each band area image in a band memory to perform image processing,
A first filter coefficient having a reference region of M pixels in the first direction and a single pixel in a second direction different from the first direction in the input image, one pixel in the first direction, and the second A storage step of storing a second filter coefficient having a reference area of N pixels (where N <M) in the direction of
A dividing step of dividing the band region image stored in the band memory into K divided images by extracting pixel groups for each K rows at different phases;
A spatial filter step of sequentially applying a one-dimensional filter using the first filter coefficient and a one-dimensional filter using the second filter coefficient to each of the K divided images;
Generating a filtered image for the band region image by combining K post-processed divided images to which the filtering process by the spatial filtering step is applied;
A control method for an image processing apparatus.
入力画像を複数のバンド領域画像に分割し、各バンド領域画像をバンドメモリに逐次格納して画像処理を行なう画像処理装置の制御方法であって、
前記入力画像における第1の方向にM画素、該第1の方向と異なる第2の方向に1画素の参照領域を有する第1のフィルタ係数と、前記第1の方向に1画素、前記第2の方向にM画素の参照領域を有する第2のフィルタ係数と、を記憶部に記憶する記憶工程と、
前記バンドメモリに格納されたバンド領域画像を、K行ごとの画素群をそれぞれ異なる位相で抽出することにより、K個の分割画像に分割する分割工程と、
前記K個の分割画像それぞれに対して、前記第1のフィルタ係数を利用した1次元フィルタ及び前記第2のフィルタ係数を利用した1次元フィルタを順次適用する空間フィルタ工程と、
前記空間フィルタ工程によるフィルタ処理が適用されたK個の処理後分割画像を合成して前記バンド領域画像に対するフィルタ処理後画像を生成する生成工程と、
を有し、
前記第1の方向及び前記第2の方向の少なくとも一方は、前記入力画像における行方向の画素群の並び方向に対して傾きをもつ方向である
ことを特徴とする画像処理装置の制御方法。
A control method for an image processing apparatus that divides an input image into a plurality of band area images and sequentially stores each band area image in a band memory to perform image processing,
A first filter coefficient having a reference region of M pixels in the first direction and a single pixel in a second direction different from the first direction in the input image, one pixel in the first direction, and the second A storage step of storing a second filter coefficient having a reference area of M pixels in the storage direction in a storage unit;
A dividing step of dividing the band region image stored in the band memory into K divided images by extracting pixel groups for each K rows at different phases;
A spatial filter step of sequentially applying a one-dimensional filter using the first filter coefficient and a one-dimensional filter using the second filter coefficient to each of the K divided images;
Generating a filtered image for the band region image by combining K post-processed divided images to which the filtering process by the spatial filtering step is applied;
Have
At least one of the first direction and the second direction is a direction having an inclination with respect to an arrangement direction of pixel groups in a row direction in the input image.
コンピュータを、請求項1乃至7の何れか1項に記載の画像処理装置の各手段として機能させるためのプログラム。   The program for functioning a computer as each means of the image processing apparatus of any one of Claims 1 thru | or 7.
JP2015156243A 2015-08-06 2015-08-06 Image processing apparatus and control method thereof Active JP6562756B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015156243A JP6562756B2 (en) 2015-08-06 2015-08-06 Image processing apparatus and control method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015156243A JP6562756B2 (en) 2015-08-06 2015-08-06 Image processing apparatus and control method thereof

Publications (2)

Publication Number Publication Date
JP2017037353A true JP2017037353A (en) 2017-02-16
JP6562756B2 JP6562756B2 (en) 2019-08-21

Family

ID=58047735

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015156243A Active JP6562756B2 (en) 2015-08-06 2015-08-06 Image processing apparatus and control method thereof

Country Status (1)

Country Link
JP (1) JP6562756B2 (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0942588A2 (en) * 1998-03-11 1999-09-15 Canon Kabushiki Kaisha Image processing apparatus and method, and computer readable storage medium
WO2006132014A1 (en) * 2005-06-06 2006-12-14 Tokyo Institute Of Technology Image conversion device and image conversion program
JP2007288744A (en) * 2006-04-20 2007-11-01 Canon Inc Image forming apparatus
JP2011130275A (en) * 2009-12-18 2011-06-30 Sony Corp Camera system and image processing method
JP2011253026A (en) * 2010-06-02 2011-12-15 Panasonic Corp Subfield generating device and subfield generating method
JP2012050009A (en) * 2010-08-30 2012-03-08 Canon Inc Image processing apparatus and control method of the same
JP2012109880A (en) * 2010-11-18 2012-06-07 Canon Inc Image encoding method, image encoding device, image decoding method, and image decoding device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0942588A2 (en) * 1998-03-11 1999-09-15 Canon Kabushiki Kaisha Image processing apparatus and method, and computer readable storage medium
WO2006132014A1 (en) * 2005-06-06 2006-12-14 Tokyo Institute Of Technology Image conversion device and image conversion program
JP2007288744A (en) * 2006-04-20 2007-11-01 Canon Inc Image forming apparatus
JP2011130275A (en) * 2009-12-18 2011-06-30 Sony Corp Camera system and image processing method
JP2011253026A (en) * 2010-06-02 2011-12-15 Panasonic Corp Subfield generating device and subfield generating method
JP2012050009A (en) * 2010-08-30 2012-03-08 Canon Inc Image processing apparatus and control method of the same
JP2012109880A (en) * 2010-11-18 2012-06-07 Canon Inc Image encoding method, image encoding device, image decoding method, and image decoding device

Also Published As

Publication number Publication date
JP6562756B2 (en) 2019-08-21

Similar Documents

Publication Publication Date Title
JP6706985B2 (en) Image processing apparatus and control method thereof
JP6649750B2 (en) Image processing apparatus and image processing method
JP5155871B2 (en) Image enhancement in the mosaic domain
US8836813B2 (en) Image processing device and image processing method
JP4845801B2 (en) Image processing apparatus and memory access control method
US8520948B2 (en) Image processing apparatus and image processing method
JP6840884B2 (en) Image processing system and image processing method
JP5886583B2 (en) Data processing apparatus, processing method, control method, and program
JP2010282429A (en) Image processing device and control method thereof
US9786250B2 (en) Control apparatus, image processing apparatus, control method, and non-transitory computer-readable storage medium
JP4594042B2 (en) Image processing method, image processing apparatus, and computer program
JP6562756B2 (en) Image processing apparatus and control method thereof
JP2009038733A (en) Image processing apparatus, image correcting method, and program
EP3128480B1 (en) Image processing apparatus and control method therefor
JP5697418B2 (en) Image processing apparatus and control method thereof
JP5671635B2 (en) Image processing apparatus and control method thereof
JP5669556B2 (en) Image processing apparatus, image processing method, and program
JP5780747B2 (en) Image processing apparatus, image processing method, and program
JP2015207259A (en) Image processor, image processing method, and program
JP6395398B2 (en) Image processing apparatus and image processing method
JP6057655B2 (en) Image processing apparatus, image processing method, and program
JP2010021733A (en) Image processor and its method
JP2004128839A (en) Image processing apparatus
JPH0457572A (en) Color picture reader
JP2000332994A (en) Image processor

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180730

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190415

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190613

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: 20190624

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190723

R151 Written notification of patent or utility model registration

Ref document number: 6562756

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151