JP7456272B2 - Image inspection device and image forming system - Google Patents

Image inspection device and image forming system Download PDF

Info

Publication number
JP7456272B2
JP7456272B2 JP2020083188A JP2020083188A JP7456272B2 JP 7456272 B2 JP7456272 B2 JP 7456272B2 JP 2020083188 A JP2020083188 A JP 2020083188A JP 2020083188 A JP2020083188 A JP 2020083188A JP 7456272 B2 JP7456272 B2 JP 7456272B2
Authority
JP
Japan
Prior art keywords
image
inspection
processor
unit
correct
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.)
Active
Application number
JP2020083188A
Other languages
Japanese (ja)
Other versions
JP2021179318A (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.)
Konica Minolta Inc
Original Assignee
Konica Minolta 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 Konica Minolta Inc filed Critical Konica Minolta Inc
Priority to JP2020083188A priority Critical patent/JP7456272B2/en
Publication of JP2021179318A publication Critical patent/JP2021179318A/en
Application granted granted Critical
Publication of JP7456272B2 publication Critical patent/JP7456272B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Record Information Processing For Printing (AREA)
  • Color, Gradation (AREA)
  • Investigating Materials By The Use Of Optical Means Adapted For Particular Applications (AREA)
  • Image Processing (AREA)

Description

本発明は、画像検査装置、及び、画像検査装置を備える画像形成システムに係わる。 The present invention relates to an image inspection device and an image forming system including the image inspection device.

画像データのグラフィック処理にGPU(Graphics Processing Unit)を用いる画像処理装置が知られている。また、画像処理装置では、GPUをグラフィック処理以外の計算用途に用いるGPGPU(General-Purpose Computing on Graphics Processing units)として利用されている。この構成では、CPU(Central Processing Unit)だけの処理と比較して高い処理性能が得られる。 2. Description of the Related Art Image processing apparatuses that use GPUs (Graphics Processing Units) for graphic processing of image data are known. In addition, in image processing devices, GPUs are used as GPGPUs (General-Purpose Computing on Graphics Processing units) that are used for calculation purposes other than graphic processing. With this configuration, higher processing performance can be obtained compared to processing using only a CPU (Central Processing Unit).

一般に、GPUは解像度変換や画像回転など、グラフィックスに関する処理はCPUよりも高速である。また、CPUはRAM(Random Access Memory)(メインメモリー、システムメモリー)上に、GPUはVRAM(Video Random Access Memory)等のビデオメモリーに、各々データを一時保存して処理する。例えば、GPUの得意とするグラフィックス関係の計算をする場合、CPUでの前処理を実施したデータをメインメモリからビデオメモリーにコピーする必要がある。この画像データをコピーする時間はオーバーヘッドと呼ばれ、実際の処理時間以外に必要となる。さらに、コピーされたデータはGPUのキャッシュメモリに格納して処理される。ビデオメモリーからキャッシュメモリにデータを格納する際、キャッシュメモリに何も格納されていない状態に比較して、一度データを格納した後の状態の方が、次のデータを高速に格納できる。そして、通常、一連の処理終了後、キャッシュメモリがクリアされる。 In general, GPUs are faster at graphics-related processing such as resolution conversion and image rotation than CPUs. Further, the CPU temporarily stores and processes data in a RAM (Random Access Memory) (main memory, system memory), and the GPU stores and processes data in a video memory such as a VRAM (Video Random Access Memory). For example, when performing graphics-related calculations, which the GPU is good at, it is necessary to copy data that has been preprocessed by the CPU from the main memory to the video memory. The time to copy this image data is called overhead, and is required in addition to the actual processing time. Furthermore, the copied data is stored in the cache memory of the GPU and processed. When data is stored from the video memory to the cache memory, the next data can be stored faster once the data has been stored than when nothing is stored in the cache memory. Then, the cache memory is usually cleared after a series of processing is completed.

特開2017-164914号公報Japanese Patent Application Publication No. 2017-164914 特開2011-204052号公報Japanese Patent Application Publication No. 2011-204052

一般的な画像検査では、正解画像と検査画像とを比較して差分を欠陥として抽出する。このため、画像検査にGPUを用いる場合には、GPUにおいて処理対象の画像データをメインメモリーからビデオメモリーにコピーする必要がある。 In general image inspection, a correct image and a test image are compared and the difference is extracted as a defect. Therefore, when using a GPU for image inspection, it is necessary to copy the image data to be processed by the GPU from the main memory to the video memory.

すなわち、画像検査において、1枚目の記録材に印刷された画像を検査する際には、正解画像と検査画像とをGPUで処理する必要がある。一方、2枚目以降の記録材に印刷された画像の検査では、1枚目の検査の際に処理されたキャッシュデータを利用できるため、GPUの処理負担が小さい。このため、画像検査では、1枚目の画像と2枚目以降の画像とでGPUの処理負担が異なる。この結果、画像検査装置では、処理負担の大きい1枚目の画像の処理時間が律速となる。
従って、画像検査装置において、1枚目の画像検査におけるGPUの処理負担を軽減することが求められている。
That is, in image inspection, when inspecting an image printed on the first sheet of recording material, it is necessary to process the correct image and the inspection image by the GPU. On the other hand, when inspecting images printed on the second and subsequent sheets of recording material, the cache data processed during the inspection of the first sheet can be used, so the processing load on the GPU is small. Therefore, in image inspection, the processing load on the GPU differs between the first image and the second and subsequent images. As a result, in the image inspection device, the processing time of the first image, which has a large processing load, becomes the limiting factor.
Therefore, in an image inspection device, it is required to reduce the processing load on the GPU during image inspection of the first sheet.

上述した問題の解決のため、本発明においては、画像検査で用いられる第2のプロセッサ(例えばGPU)の処理負担を軽減することが可能な画像検査装置、及び、画像形成装置を提供する。 In order to solve the above-mentioned problems, the present invention provides an image inspection apparatus and an image forming apparatus that can reduce the processing load on a second processor (for example, GPU) used in image inspection.

本発明の画像検査装置は、記録材に印刷された画像を読み取る読取部と、第1のプロセッサ、第1のプロセッサよりも画像処理能力の高い第2のプロセッサ、第1のプロセッサが使用する第1のメモリー、及び、第2のプロセッサが使用する第2のメモリーを有し、第1のプロセッサと第2のプロセッサとが協働することにより、記録材に印刷された画像を読取部で読み取って得られる検査画像の画像データと、正解画像の画像データとを比較して検査画像の欠陥を抽出する画像検査を実行する検査部とを備える。検査部は、画像検査を実行する前に、正解画像の画像データ同士を比較するダミー検査を実行する。
また、本発明の画像形成システムは、画像形成装置と、上記画像検査装置とを備える。
The image inspection apparatus of the present invention includes a reading section that reads an image printed on a recording material, a first processor, a second processor having higher image processing ability than the first processor, and a first processor used by the first processor. 1 memory and a second memory used by a second processor, and the first processor and the second processor cooperate to read an image printed on a recording material with a reading unit. and an inspection section that performs an image inspection that compares the image data of the inspection image obtained by the test with the image data of the correct image to extract defects in the inspection image. Before executing the image inspection, the inspection unit executes a dummy inspection in which image data of the correct images are compared with each other.
Further, an image forming system of the present invention includes an image forming apparatus and the image inspection apparatus described above.

本発明によれば、画像検査での第2のプロセッサの処理負担を軽減することが可能な画像検査装置、及び、画像形成装置を提供することができる。 According to the present invention, it is possible to provide an image inspection apparatus and an image forming apparatus that can reduce the processing load on a second processor during image inspection.

画像形成システムの概略構成を示す図である。1 is a diagram showing a schematic configuration of an image forming system. インクジェット記録装置の主要なシステム構成を表すブロック図である。FIG. 1 is a block diagram showing the main system configuration of an inkjet recording apparatus. 画像検査装置の検査部の主要なシステム構成を表すブロック図である。FIG. 2 is a block diagram showing the main system configuration of an inspection section of the image inspection apparatus. 画像検査方法のフローチャートである。It is a flowchart of an image inspection method. 画像検査方法のフローチャートである。It is a flowchart of an image inspection method.

以下、本発明を実施するための形態の例を説明するが、本発明は以下の例に限定されるものではない。 Examples of modes for carrying out the present invention will be described below, but the present invention is not limited to the following examples.

〈1.画像形成システムの実施形態〉
以下、本発明の画像形成システムの一実施形態について説明する。
図1に、画像形成システムの概略構成を示す。図1に示す画像形成システム1は、給紙装置10、インクジェット記録装置20、画像検査装置30を備える。なお、以下の説明では、インクジェット記録装置を用いた構成の画像形成システムについて説明するが、画像形成システムはインクジェット記録方式に限らず他の方式の画像形成装置を備えていてもよい。
1. Image forming system
An embodiment of an image forming system of the present invention will be described below.
A schematic configuration of an image forming system is shown in Fig. 1. The image forming system 1 shown in Fig. 1 includes a paper feeder 10, an inkjet recording device 20, and an image inspection device 30. Note that in the following description, an image forming system using an inkjet recording device will be described, but the image forming system is not limited to an inkjet recording system and may include an image forming device of another system.

[給紙装置]
給紙装置10は、画像形成が行われる記録材Sを保持し、画像形成の際に画像形成部200に供給する。給紙装置10は、給紙トレイ11と、搬送部12とを含む。
給紙トレイ11は、板状であり、複数の記録材Sを載置可能である。給紙トレイ11は、載置された記録材Sの量に応じて上下動する。給紙トレイ11は、最上の記録材Sが搬送部12により搬送される位置で保持される。
[Paper feeding device]
The paper feeding device 10 holds the recording material S on which an image is to be formed, and supplies it to the image forming section 200 during image formation. Paper feeding device 10 includes a paper feeding tray 11 and a transport section 12.
The paper feed tray 11 is plate-shaped and can hold a plurality of recording materials S. The paper feed tray 11 moves up and down depending on the amount of recording material S placed thereon. The paper feed tray 11 is held at a position where the uppermost recording material S is transported by the transport section 12 .

搬送部12は、複数(図1では2本)のローラー121及び122と、輪状のベルト123とを含む。ベルト123は、複数のローラー121及び122によって回転駆動される。搬送部12は、ベルト123上の記録材Sを搬送する搬送機構と、給紙トレイ11に載置された最上部の記録材Sをベルト123に受け渡す供給部とを含む。搬送部12は、供給部によってベルト123に受け渡された記録材Sを、ベルト123の回転動作に伴って搬送する。 The conveyance unit 12 includes a plurality of (two in FIG. 1) rollers 121 and 122 and a ring-shaped belt 123. The belt 123 is rotationally driven by a plurality of rollers 121 and 122. The conveyance section 12 includes a conveyance mechanism that conveys the recording material S on the belt 123 and a supply section that delivers the uppermost recording material S placed on the paper feed tray 11 to the belt 123. The conveyance unit 12 conveys the recording material S transferred to the belt 123 by the supply unit as the belt 123 rotates.

[インクジェット記録装置]
インクジェット記録装置20は、画像形成部200と、制御部50とを備える。インクジェット記録装置20は、制御部50の制御に基づいて、給紙装置10から画像形成部200に記録材Sを搬送する。そして、搬送した記録材Sに対して画像形成部200で画像を形成し、画像を形成した記録材Sを画像検査装置30に搬送する。
[Inkjet recording device]
The inkjet recording apparatus 20 includes an image forming section 200 and a control section 50. The inkjet recording apparatus 20 transports the recording material S from the paper feeding device 10 to the image forming section 200 under the control of the control section 50 . Then, an image is formed on the conveyed recording material S by the image forming section 200, and the recording material S on which the image has been formed is conveyed to the image inspection apparatus 30.

画像形成部200は、UVインク等のインクを記録材S上に吐出することによって記録材Sに画像を形成する。画像形成部200は、画像形成ドラム21と、受け渡しユニット22と、記録材加熱部23と、複数のヘッドユニット24と、照射部25と、デリバリー部26とを含む。 The image forming unit 200 forms an image on the recording material S by discharging ink such as UV ink onto the recording material S. The image forming section 200 includes an image forming drum 21 , a delivery unit 22 , a recording material heating section 23 , a plurality of head units 24 , an irradiation section 25 , and a delivery section 26 .

画像形成ドラム21は、円筒状の外周面に沿って記録材Sを担持し、回転に伴って記録材Sを搬送する。画像形成ドラム21の搬送面は、記録材加熱部23、複数のヘッドユニット24、及び、照射部25に対向している。画像形成ドラム21は、搬送される記録材Sに対して画像形成に係る処理を行う。 The image forming drum 21 carries a recording material S along its cylindrical outer peripheral surface, and conveys the recording material S as it rotates. The conveying surface of the image forming drum 21 faces the recording material heating section 23 , the plurality of head units 24 , and the irradiation section 25 . The image forming drum 21 performs processing related to image formation on the recording material S being conveyed.

受け渡しユニット22は、画像形成ドラム21と、給紙装置10の搬送部12との間に設けられている。受け渡しユニット22は、搬送部12により搬送された記録材Sを画像形成ドラム21に受け渡す。受け渡しユニット22は、スイングアーム部221と、円筒状の受け渡しドラム222などを含む。スイングアーム部221は、搬送部12により搬送された記録材Sの一端を担持する。受け渡しドラム222は、スイングアーム部221に担持された記録材Sを画像形成ドラム21に受け渡す。受け渡しユニット22は、搬送部12上の記録材Sをスイングアーム部221により取り上げて受け渡しドラム222に受け渡すことで、記録材Sを画像形成ドラム21の外周面に沿う向きに誘導して画像形成ドラム21に受け渡す。 The delivery unit 22 is provided between the image forming drum 21 and the conveying section 12 of the paper feeding device 10. The delivery unit 22 delivers the recording material S transported by the transport section 12 to the image forming drum 21 . The delivery unit 22 includes a swing arm portion 221, a cylindrical delivery drum 222, and the like. The swing arm section 221 supports one end of the recording material S conveyed by the conveyance section 12. The delivery drum 222 delivers the recording material S carried by the swing arm section 221 to the image forming drum 21. The delivery unit 22 picks up the recording material S on the conveyance section 12 with the swing arm section 221 and delivers it to the delivery drum 222, thereby guiding the recording material S in a direction along the outer peripheral surface of the image forming drum 21 to form an image. Deliver it to drum 21.

記録材加熱部23は、画像形成ドラム21に担持された記録材Sを加熱する。記録材加熱部23は、例えば赤外線ヒーター等を含み、通電に応じて発熱する。記録材加熱部23は、画像形成ドラム21の外周面の近傍であって、画像形成ドラム21の回転による記録材Sの搬送方向に沿ったヘッドユニット24の上流側に設けられている。記録材加熱部23は、画像形成ドラム21に担持されて記録材加熱部23の近傍を通過する記録材Sが所定の温度となるように、その発熱を制御部50により制御される。 The recording material heating section 23 heats the recording material S carried on the image forming drum 21 . The recording material heating unit 23 includes, for example, an infrared heater and the like, and generates heat in response to energization. The recording material heating section 23 is provided near the outer peripheral surface of the image forming drum 21 and upstream of the head unit 24 along the direction in which the recording material S is conveyed by the rotation of the image forming drum 21 . The heat generation of the recording material heating section 23 is controlled by the control section 50 so that the recording material S carried by the image forming drum 21 and passing near the recording material heating section 23 reaches a predetermined temperature.

複数のヘッドユニット24は、画像形成ドラム21に担持された記録材Sに対して、C(シアン)、M(マゼンタ)、Y(イエロー)、及びK(ブラック)の各色のインクを吐出することで、記録材Sに画像を形成する。ヘッドユニット24はCMYK各色について個別に設けられている。図1では、画像形成ドラム21の回転に伴い搬送される記録材Sの搬送方向に沿って、YMCKの各色に対応したヘッドユニット24がこの順番で設けられている。 The plurality of head units 24 eject ink of each color of C (cyan), M (magenta), Y (yellow), and K (black) onto the recording material S carried on the image forming drum 21. Then, an image is formed on the recording material S. Head units 24 are provided separately for each of the CMYK colors. In FIG. 1, head units 24 corresponding to each color of YMCK are provided in this order along the conveyance direction of the recording material S conveyed as the image forming drum 21 rotates.

なお、ヘッドユニット24は、記録材Sの搬送方向に垂直な方向(幅方向)について記録材Sの全体をカバーする長さ(幅)で設けられている。すなわち、インクジェット記録装置20は、ワンパス方式のラインヘッド型インクジェット記録装置である。ヘッドユニット24は、複数のインクジェットヘッドを配列してラインヘッドを構成することができる。 Note that the head unit 24 is provided with a length (width) that covers the entire recording material S in a direction (width direction) perpendicular to the conveyance direction of the recording material S. That is, the inkjet recording device 20 is a one-pass line head type inkjet recording device. The head unit 24 can configure a line head by arranging a plurality of inkjet heads.

照射部25は、記録材S上に吐出されたインクを硬化させるためのエネルギー線を照射する。照射部25は、例えば低圧水銀ランプなどの蛍光管を含む。照射部25は、蛍光管を発光させることで紫外線等のエネルギー線を照射する。照射部25は、画像形成ドラム21の外周面の近傍であって、画像形成ドラム21の回転による記録材Sの搬送方向についてヘッドユニット24の下流側に設けられている。照射部25は、画像形成ドラム21に担持されてインクが吐出された記録材Sに対してエネルギー線を照射し、記録材S上のインクを硬化させる。 The irradiation unit 25 irradiates energy rays for curing the ink ejected onto the recording material S. The irradiation unit 25 includes, for example, a fluorescent tube such as a low-pressure mercury lamp. The irradiation unit 25 irradiates energy rays such as ultraviolet rays by causing a fluorescent tube to emit light. The irradiation section 25 is provided near the outer circumferential surface of the image forming drum 21 and downstream of the head unit 24 with respect to the direction in which the recording material S is conveyed by the rotation of the image forming drum 21 . The irradiation unit 25 irradiates the recording material S carried by the image forming drum 21 and on which ink has been ejected with energy rays, thereby curing the ink on the recording material S.

紫外線を発する蛍光管としては、低圧水銀ランプの他、数百Pa~1MPa程度の動作圧力を有する水銀ランプ、殺菌灯として利用可能な光源、冷陰極管、紫外線レーザー光源、メタルハライドランプ、発光ダイオード等が挙げられる。これらの中で、紫外線をより高照度で照射可能であって消費電力の少ない光源(例えば発光ダイオード)がより望ましい。また、エネルギー線は、紫外線に限らず、インクの性質に応じてインクを硬化させる性質を有すればよい。照射部25は、エネルギー線の波長等に応じて光源が置換されてもよい。 Fluorescent tubes that emit ultraviolet light include low-pressure mercury lamps, mercury lamps with an operating pressure of several hundred Pa to 1 MPa, light sources that can be used as germicidal lamps, cold cathode tubes, ultraviolet laser light sources, metal halide lamps, light-emitting diodes, etc. can be mentioned. Among these, a light source (for example, a light emitting diode) that can irradiate ultraviolet rays with higher intensity and consumes less power is more desirable. Further, the energy rays are not limited to ultraviolet rays, and may have the property of curing the ink depending on the properties of the ink. In the irradiation unit 25, the light source may be replaced depending on the wavelength of the energy ray.

デリバリー部26は、照射部25によってエネルギー線が照射された記録材Sを画像形成ドラム21から画像検査装置30に搬送する。デリバリー部26は、複数(図2では2本)のローラー261及び262と、輪状のベルト263等を含む。ベルト263は、複数のローラー261及び262により回転駆動される。デリバリー部26は、ベルト263上の記録材Sを搬送する搬送機構と、記録材Sを画像形成ドラム21から搬送機構に受け渡す円筒状の受け渡しドラム264とを含む。デリバリー部26は、受け渡しドラム264によってベルト263に受け渡された記録材Sを、ベルト263によって搬送して画像検査装置30に送り出す。 The delivery unit 26 transports the recording material S, which has been irradiated with energy rays by the irradiation unit 25, from the image forming drum 21 to the image inspection device 30. The delivery unit 26 includes a plurality of (two in FIG. 2) rollers 261 and 262, a ring-shaped belt 263, and the like. The belt 263 is rotationally driven by a plurality of rollers 261 and 262. The delivery unit 26 includes a transport mechanism that transports the recording material S on a belt 263, and a cylindrical delivery drum 264 that delivers the recording material S from the image forming drum 21 to the transport mechanism. The delivery unit 26 transports the recording material S delivered to the belt 263 by the delivery drum 264 using the belt 263 and sends it out to the image inspection apparatus 30 .

制御部50は、インクジェット記録装置20の各部の動作を制御し、全体の動作を統括する。制御部50は、CPU(Central Processing Unit)、ROM(Read Only Memory)、及びRAM(Random Access Memory)等を含む。制御部50の詳細については後述する。 The control section 50 controls the operation of each section of the inkjet recording apparatus 20 and oversees the overall operation. The control unit 50 includes a CPU (Central Processing Unit), a ROM (Read Only Memory), a RAM (Random Access Memory), and the like. Details of the control unit 50 will be described later.

インクジェット記録装置20では、例えばUVインク等が使用される。UVインクは、UVが照射されない状態では、温度に応じてゲル状態と液体(ゾル)状態との間で相変化する。UVインクは、例えば100℃程度の相変化温度を有しており、この相変化温度以上に加熱上昇された場合に一様に液化(ゾル化)する。一方、このインクは、通常の室温程度(0℃~30℃)を含む相変化温度以下の温度ではゲル化する。 The inkjet recording device 20 uses, for example, UV ink. In a state where UV ink is not irradiated, the phase changes between a gel state and a liquid (sol) state depending on the temperature. UV ink has a phase change temperature of, for example, about 100° C., and uniformly liquefies (sols) when heated above this phase change temperature. On the other hand, this ink gels at temperatures below the phase change temperature, including around normal room temperature (0° C. to 30° C.).

(インクジェット記録装置のシステム構成)
図2に、インクジェット記録装置20の主要なシステム構成を表すブロック図を示す。
インクジェット記録装置20は、搬送部58に設けられた搬送駆動部581及びロータリーエンコーダー582と、ヘッドユニット24に設けられたヘッド制御部241及びヘッド駆動部242と、制御部50と、画像処理部55と、操作表示部56と、入出力インターフェース57と、バス59などを備える。
(System configuration of inkjet recording device)
FIG. 2 shows a block diagram showing the main system configuration of the inkjet recording apparatus 20.
The inkjet recording device 20 includes a conveyance drive section 581 and a rotary encoder 582 provided in the conveyance section 58, a head control section 241 and a head drive section 242 provided in the head unit 24, a control section 50, and an image processing section 55. , an operation display section 56 , an input/output interface 57 , a bus 59 , and the like.

搬送駆動部581は、制御部50から供給される制御信号に基づいて搬送モーターに駆動信号を供給し、駆動ローラーを所定の回転速度で回転させることにより、搬送ベルトを所定の移動速度で移動させる。 The transport drive unit 581 supplies a drive signal to the transport motor based on a control signal supplied from the control unit 50, and rotates the drive roller at a predetermined rotational speed, thereby moving the transport belt at a predetermined moving speed.

ヘッド制御部241は、制御部50からの制御信号や、ロータリーエンコーダー582から入力されたパルス信号のカウント数に応じた適切なタイミングで、ヘッド駆動部242に対して各種制御信号や画像データを出力する。
ヘッド駆動部242は、ヘッド制御部241から入力される制御信号や画像データに応じてヘッドユニット24の記録素子に対して圧電素子を変形動作させる駆動信号を供給し、各ノズルの開口部からインクを吐出させる。
The head control unit 241 outputs various control signals and image data to the head drive unit 242 at appropriate timings according to the control signal from the control unit 50 and the count number of pulse signals input from the rotary encoder 582. do.
The head drive section 242 supplies a drive signal for deforming the piezoelectric element to the recording element of the head unit 24 in accordance with the control signal and image data input from the head control section 241, and supplies ink from the opening of each nozzle. Discharge.

制御部50は、CPU51、RAM52、ROM53及び記憶部54を有する。
CPU51は、ROM53に記憶された各種制御用のプログラムや設定データを読み出してRAM52に記憶させ、当該プログラムを実行して各種演算処理を行う。また、CPU51は、インクジェット記録装置20の全体動作を統括制御する。
RAM52は、CPU51に作業用のメモリー空間を提供し、一時データを記憶する。RAM52は、不揮発性メモリーを含んでいてもよい。
ROM53は、CPU51により実行される各種制御用のプログラムや設定データ等を格納する。なお、ROM53に代えてEEPROM(Electrically Erasable Programmable Read Only Memory)やフラッシュメモリー等の書き換え可能な不揮発性メモリーが用いられてもよい。
The control unit 50 includes a CPU 51, a RAM 52, a ROM 53, and a storage unit 54.
The CPU 51 reads various control programs and setting data stored in the ROM 53, stores them in the RAM 52, and executes the programs to perform various calculation processes. Further, the CPU 51 centrally controls the entire operation of the inkjet recording apparatus 20.
The RAM 52 provides a working memory space for the CPU 51 and stores temporary data. RAM 52 may include nonvolatile memory.
The ROM 53 stores various control programs executed by the CPU 51, setting data, and the like. Note that in place of the ROM 53, a rewritable nonvolatile memory such as an EEPROM (Electrically Erasable Programmable Read Only Memory) or a flash memory may be used.

記憶部54には、入出力インターフェース57を介して外部装置100から入力されたプリントジョブ(画像記録命令)、及び、当該プリントジョブに係る画像データが記憶される。記憶部54としては、例えばHDD(Hard Disk Drive)やSSD(Solid State Drive)が用いられ、また、DRAM(Dynamic Random Access Memory)等が併用されてもよい。 The storage unit 54 stores a print job (image recording command) input from the external device 100 via the input/output interface 57 and image data related to the print job. As the storage unit 54, for example, an HDD (Hard Disk Drive) or an SSD (Solid State Drive) is used, and a DRAM (Dynamic Random Access Memory) or the like may also be used in combination.

画像処理部55は、制御部50による制御下で、記憶部54に記憶された画像データに対して所定の画像処理を行い、画像処理後の画像データを記憶部54に記憶させる。画像処理部55が行う画像処理としては、外部装置100から入力され記憶部54に記憶されたPDL(Page Description Language)データをラスター形式の画像データに変換するRIP(Raster Image Processor)処理、R(Red)、G(Green)、B(Blue)の各色成分の画像データをY、M、C、K等の各色成分の画像データに変換する色変換処理等がある。 The image processing section 55 performs predetermined image processing on the image data stored in the storage section 54 under the control of the control section 50 and causes the storage section 54 to store the image data after the image processing. Image processing performed by the image processing unit 55 includes RIP (Raster Image Processor) processing, which converts PDL (Page Description Language) data input from the external device 100 and stored in the storage unit 54 into raster format image data; There is a color conversion process that converts image data of each color component such as Red), G (Green), and B (Blue) into image data of each color component such as Y, M, C, and K.

画像処理部55において生成されたY、M、C、Kの画像データは、4つのヘッドユニット24のうちインクの色が対応するヘッドユニット24に供給される。そして、制御部50及びヘッド制御部241の制御下で、供給された画像データに基づいてヘッドユニット24がインク吐出動作を行う。 The Y, M, C, and K image data generated in the image processing section 55 are supplied to the head unit 24 corresponding to the ink color among the four head units 24. Then, under the control of the control section 50 and the head control section 241, the head unit 24 performs an ink ejection operation based on the supplied image data.

なお、画像処理部55を設けず、制御部50において上記各種の画像処理を行ってもよい。また、インクジェット記録装置20の外部に設けられた外部装置100において上記各種の画像処理を行い、処理後の画像データを記憶部54に記憶させてもよい。 Note that the image processing section 55 may not be provided and the various image processing described above may be performed in the control section 50. Alternatively, the various types of image processing described above may be performed in the external device 100 provided outside the inkjet recording apparatus 20, and the processed image data may be stored in the storage unit 54.

操作表示部56は、液晶ディスプレイや有機ELディスプレイ等の表示装置と、操作キーや、表示装置の画面に重ねられて配置されたタッチパネル等の入力装置とを備える。操作表示部56は、表示装置において各種情報を表示させ、また入力装置に対するユーザーの入力操作を操作信号に変換して制御部50に出力する。 The operation display unit 56 includes a display device such as a liquid crystal display or an organic EL display, and an input device such as operation keys and a touch panel placed over the screen of the display device. The operation display unit 56 displays various information on the display device, and also converts a user's input operation on the input device into an operation signal and outputs it to the control unit 50.

入出力インターフェース57は、外部装置100と制御部50との間のデータの送受信を媒介する。入出力インターフェース57は、例えば各種シリアルインターフェース、各種パラレルインターフェースのいずれか又はこれらの組み合わせで構成される。 The input/output interface 57 mediates data transmission and reception between the external device 100 and the control unit 50. The input/output interface 57 is configured of, for example, one of various serial interfaces, various parallel interfaces, or a combination thereof.

バス59は、制御部50と他の構成との間で信号の送受信を行うための経路である。
外部装置100は、例えばパーソナルコンピューターであり、入出力インターフェース57を介してプリントジョブ及び画像データ等を制御部50に供給する。
The bus 59 is a path for transmitting and receiving signals between the control unit 50 and other components.
The external device 100 is, for example, a personal computer, and supplies print jobs, image data, etc. to the control unit 50 via an input/output interface 57.

なお、インクジェット記録装置20の構成要素は上記に限られず、必要に応じて他の構成要素が設けられていてもよい。例えば、搬送方向についてヘッドユニット24の上流側に、記録材Sの浮き等の載置異常や記録材S上に付着した異物などの検出を行うためのセンサー(異状検知部)を設けてもよい。 Note that the components of the inkjet recording apparatus 20 are not limited to those described above, and other components may be provided as necessary. For example, a sensor (abnormality detection section) may be provided on the upstream side of the head unit 24 in the transport direction to detect a placement abnormality such as floating of the recording material S, a foreign object attached to the recording material S, etc. .

[検査装置]
また、図1に示す画像形成システム1の画像検査装置30は、インクジェット記録装置20から搬送されてきた記録材Sを搬送する搬送路41、反転搬送路42、反転部43、読取部44、記録材Sが排紙される排紙トレイ45、及び、検査部40を有する。
[Inspection equipment]
The image inspection apparatus 30 of the image forming system 1 shown in FIG. It has a paper discharge tray 45 on which the material S is discharged, and an inspection section 40.

画像検査装置30は、インクジェット記録装置20から搬送された記録材Sに形成(印刷)された画像を読取部44で読み取り、検査部40において読取画像の正常又は異常を検査する。画像検査装置30に搬送される記録材Sは、両面又は片面に画像が形成された印刷物である。 The image inspection device 30 uses a reading section 44 to read an image formed (printed) on the recording material S conveyed from the inkjet recording device 20, and the inspection section 40 inspects whether the read image is normal or abnormal. The recording material S conveyed to the image inspection device 30 is a printed matter with an image formed on both sides or one side.

読取部44は、撮像素子等の光学センサーや分光測色計等の測色計を備える。読取部44は、例えば、記録材Sの表面に光を投射し、記録材Sからの反射光を画像データとして読取る。このように読取部44が記録材Sの画像データを読取ることにより、読取画像データを取得する。読取部44は、搬送路41を搬送される記録材Sを搬送路41の上方から読取る。読取部44は、記録材Sの読取画像データを検査部40に出力する。 The reading unit 44 includes an optical sensor such as an image sensor and a colorimeter such as a spectrophotometer. For example, the reading unit 44 projects light onto the surface of the recording material S and reads reflected light from the recording material S as image data. The reading unit 44 reads the image data of the recording material S in this way, thereby acquiring read image data. The reading unit 44 reads the recording material S conveyed through the conveyance path 41 from above the conveyance path 41 . The reading section 44 outputs the read image data of the recording material S to the inspection section 40 .

画像検査装置30において、搬送路41には、読取部44の下流側で分岐して、画像検査装置30の上流側の搬送路41に合流する反転搬送路42が接続されている。反転搬送路42には、記録材Sの表裏を反転させる反転部43が設けられている。反転部43で反転された記録材Sは、反転搬送路42を通して搬送路41の上流側に返される。画像検査装置30により検査された記録材Sは、排紙トレイ45(排紙部の一例)に排紙される。なお、搬送路41の上方及び下方のそれぞれに読取部が設けられる場合には、反転搬送路42は不要である。 In the image inspection apparatus 30 , the conveyance path 41 is connected to a reversing conveyance path 42 that branches downstream of the reading section 44 and joins the conveyance path 41 upstream of the image inspection apparatus 30 . The reversing conveyance path 42 is provided with a reversing section 43 for reversing the front and back sides of the recording material S. The recording material S reversed by the reversing unit 43 is returned to the upstream side of the transport path 41 through the reversing transport path 42 . The recording material S inspected by the image inspection device 30 is discharged to a paper discharge tray 45 (an example of a paper discharge section). Note that if reading sections are provided above and below the conveyance path 41, the reversal conveyance path 42 is not necessary.

図1に示す画像検査装置30のように、一つの排紙トレイ45しかない場合には、正常記録材と異常記録材が混在して排紙される。この場合、正常記録材と異常記録材は、それぞれ排紙される方向に直交する方向に少しずらして排紙される。なお、画像検査装置30によって画像が異常と判定された記録材S(ヤレ紙)が排紙される排紙トレイと、排紙トレイ45と他の排紙トレイのいずれかに記録材Sが搬送されるよう、記録材Sの搬送方向を切替える切替部を設けてもよい。 If there is only one paper ejection tray 45, as in the image inspection apparatus 30 shown in FIG. 1, normal recording materials and abnormal recording materials are mixed and ejected. In this case, the normal recording material and the abnormal recording material are each discharged with a slight shift in the direction orthogonal to the direction in which they are discharged. Note that the recording material S is conveyed to either the paper ejection tray where the recording material S (waste paper) whose image is determined to be abnormal by the image inspection device 30 is ejected, the paper ejection tray 45, or another paper ejection tray. A switching unit may be provided to switch the conveyance direction of the recording material S so that the conveyance direction of the recording material S is changed.

検査部40は、読取部44から入力される読取画像データを記憶し、読取画像データの画像検査を行う。検査部40は、例えば、記録材Sに印刷された画像の読取画像データにおいて、汚れ、筋、位置ずれ等の異常を検出しなければ、この画像を正常画像と判定する。また、検査部40は、読取画像データにおいて、条件を満たす異常を検出した場合には、この画像を異常画像と判定する。 The inspection section 40 stores the read image data input from the reading section 44 and performs an image inspection of the read image data. For example, if the inspection unit 40 does not detect any abnormalities such as stains, streaks, or positional deviations in the read image data of an image printed on the recording material S, the inspection unit 40 determines that the image is a normal image. Furthermore, when the inspection unit 40 detects an abnormality that satisfies the conditions in the read image data, it determines this image as an abnormal image.

検査部40は、正解画像と記録材Sに形成された画像の読取画像との比較によって、上記の画像検査における正常画像又は異常画像の判定を行う。正解画像の画像データ(正解画像データ)は、インクジェット記録装置20の制御部50において、記憶部54(図2)等に記憶されている。このため、検査部40は、記憶部54から正解画像データを読み出して、読取画像の画像データ(読取画像データ)と比較し、画像検査を行う。 The inspection unit 40 determines whether the image is normal or abnormal in the image inspection described above by comparing the correct image with the read image of the image formed on the recording material S. The image data of the correct image (correct image data) is stored in the storage unit 54 (FIG. 2) or the like in the control unit 50 of the inkjet recording apparatus 20. For this reason, the inspection unit 40 reads the correct image data from the storage unit 54, compares it with the image data of the read image (read image data), and performs an image inspection.

また、画像検査装置30は、画像検査の結果をインクジェット記録装置20に出力する。インクジェット記録装置20は、操作表示部56(図2)に画像検査の結果を表示することができる。このため、ユーザーは、画像検査の結果をインクジェット記録装置20の操作表示部56に表示された内容によって確認することができる。 The image inspection device 30 also outputs the results of the image inspection to the inkjet recording device 20. The inkjet recording device 20 can display the results of the image inspection on the operation display unit 56 (Figure 2). This allows the user to check the results of the image inspection from the content displayed on the operation display unit 56 of the inkjet recording device 20.

(検査部のシステム構成)
図3に、画像検査装置30の検査部40の主要なシステム構成を表すブロック図を示す。
検査部40は、フレームグラバー61、チップセット62、記録部63、CPU64、システムメモリー65、GPU66、及び、GPUメモリー67を備える。
CPU64、及び、GPU66は、検査部40において演算処理を行うプロセッサであり、CPU64が第1プロセッサに相当し、GPU66が第1のプロセッサよりも画像処理能力の高い第2のプロセッサに相当する。また、システムメモリー65は、第1のプロセッサ(CPU64)が使用すメモリー(第1のメモリー)である。GPUメモリー67は、第1のプロセッサ(GPU66)が使用すメモリー(第2のメモリー)である。
(System configuration of inspection department)
FIG. 3 shows a block diagram showing the main system configuration of the inspection section 40 of the image inspection apparatus 30.
The inspection unit 40 includes a frame grabber 61, a chipset 62, a recording unit 63, a CPU 64, a system memory 65, a GPU 66, and a GPU memory 67.
The CPU 64 and the GPU 66 are processors that perform arithmetic processing in the inspection unit 40, with the CPU 64 corresponding to a first processor and the GPU 66 corresponding to a second processor having higher image processing ability than the first processor. Further, the system memory 65 is a memory (first memory) used by the first processor (CPU 64). The GPU memory 67 is a memory (second memory) used by the first processor (GPU 66).

チップセット62は、検査部40に搭載されている機器のデータの受け渡しを管理する。例えば、CPU64、システムメモリー65、GPU66、及び、フレームグラバー61等におけるデータの受け渡しを管理する。
フレームグラバー61は、検査部40の入出力インターフェースである。検査部40は、フレームグラバー61を介して外部機器との通信を行う。そして、検査部40は、フレームグラバー61を介して入力された情報を、チップセット62の管理に基づいて記録部63に格納する。フレームグラバー61は、例えば、読取部44と通信可能に接続され、読取部44が取得した画像データを受信する。また、フレームグラバー61は、例えば、インクジェット記録装置20の入出力インターフェース57(図2)と通信可能に接続され、インクジェット記録装置20の画像処理部55において処理された、画像処理済みの画像データを受信する。
The chipset 62 manages the exchange of data from devices installed in the inspection section 40 . For example, it manages data exchange among the CPU 64, system memory 65, GPU 66, frame grabber 61, and the like.
The frame grabber 61 is an input/output interface of the inspection section 40. The inspection unit 40 communicates with external equipment via the frame grabber 61. Then, the inspection unit 40 stores the information input via the frame grabber 61 in the recording unit 63 based on the management of the chipset 62. The frame grabber 61 is, for example, communicably connected to the reading section 44 and receives image data acquired by the reading section 44 . The frame grabber 61 is also communicably connected to, for example, the input/output interface 57 (FIG. 2) of the inkjet recording device 20, and receives image-processed image data processed by the image processing unit 55 of the inkjet recording device 20. Receive.

記録部63は、CPU64により実行される各種制御用のプログラムや設定データ等を格納する。また、フレームグラバー61を介して入力された各種情報、例えば、読取部44で取得された読取画像データや、インクジェット記録装置20の制御部50の記憶部54(図2)から取得した画像処理済みの画像データを格納する。 The recording unit 63 stores various control programs and setting data executed by the CPU 64. It also stores various information input via the frame grabber 61, such as the read image data acquired by the reading unit 44 and image-processed image data acquired from the memory unit 54 (Figure 2) of the control unit 50 of the inkjet recording device 20.

CPU64は、記録部63に記憶された各種制御用のプログラムや設定データを読み出してシステムメモリー65に記憶させ、当該プログラムを実行して、画像検査を行う。システムメモリー65は、RAMによって構成される。
GPU66は、CPU64の指示により、記録部63やシステムメモリー65に記憶された画像データをGPUメモリー67に記憶させ、画像データに対する画像処理や、画像検査等の処理を行う。
The CPU 64 reads various control programs and setting data stored in the recording unit 63, stores them in the system memory 65, executes the programs, and performs image inspection. System memory 65 is composed of RAM.
The GPU 66 stores the image data stored in the recording unit 63 and the system memory 65 in the GPU memory 67 according to instructions from the CPU 64, and performs image processing, image inspection, etc. on the image data.

検査部40は、演算処理を行うプロセッサとしてCPU64とGPU66とを備えることにより、システムメモリー65に展開したデータに対するCPU64の処理と、GPUメモリー67に展開したデータに対するGPU66の処理とを協働して行うことができる。例えば、CPU64で処理した画像データをシステムメモリー65からGPU66のGPUメモリー67にコピーする。さらに、GPUメモリー67にコピーされた画像データは、GPU66のキャッシュメモリに格納され、GPU66によって処理が実行される。 The inspection unit 40 includes a CPU 64 and a GPU 66 as processors that perform arithmetic processing, so that the processing by the CPU 64 on data developed in the system memory 65 and the processing by the GPU 66 in relation to data developed in the GPU memory 67 are performed in cooperation with each other. It can be carried out. For example, image data processed by the CPU 64 is copied from the system memory 65 to the GPU memory 67 of the GPU 66. Further, the image data copied to the GPU memory 67 is stored in the cache memory of the GPU 66, and processed by the GPU 66.

検査部40では、CPU64とGPU66との2つの演算処理を行うプロセッサを協働して画像検査を行う。画像検査では、インクジェット記録装置20においてプリントジョブを実行して形成した画像を画像検査装置30の読取部44で読取り、形成画像の検査用の画像データ(検査画像データ)を取得する。そして、この検査画像データを、異常部を含まない正解画像の画像データ(正解画像データ)と比較することによって、検査画像の異常部を検出する。正解画像データは、プリントジョブの実行前に、予め制御部50の記憶部54や、検査部40の記録部63に登録される。 In the inspection unit 40, two processors, a CPU 64 and a GPU 66, that perform arithmetic processing cooperate to perform image inspection. In the image inspection, an image formed by executing a print job in the inkjet recording device 20 is read by the reading unit 44 of the image inspection device 30, and image data for inspection of the formed image (inspection image data) is obtained. Then, by comparing this inspection image data with image data of a correct image that does not include an abnormality (correct image data), an abnormality in the inspection image is detected. The correct image data is registered in advance in the storage section 54 of the control section 50 and the recording section 63 of the inspection section 40 before executing the print job.

また、検査部40は、検査画像データとして正解画像データを用いる画像検査(ダミー検査)を行う。ダミー検査では、インクジェット記録装置20において形成された画像の読み取りデータの替わりに、予め制御部50の記憶部54や検査部40の記録部63に登録された正解画像データを用いる。すなわち、ダミー検査では、正解画像データ同士を比較する画像検査を行う。 The inspection unit 40 also performs an image inspection (dummy inspection) using correct image data as inspection image data. In the dummy test, correct image data registered in advance in the storage section 54 of the control section 50 or the recording section 63 of the inspection section 40 is used instead of the read data of the image formed in the inkjet recording device 20. That is, in the dummy test, an image test is performed in which correct image data are compared with each other.

検査部40におけるダミー検査における画像データの読み込みは、例えば、以下のように行われる。
まず、CPU64が、正解画像として画像データを記録部63から読み出し、システムメモリー65の任意の領域に記憶させる。また、CPU64が、検査画像としての画像データを記録部63から読み出し、システムメモリー65の他の領域に記憶させる。次に、GPUメモリー67に各画像データが記憶させる。さらに、GPUメモリー67に記憶された各画像データは、GPU66のキャッシュメモリに格納され、GPU66によって処理が実行される。そして、一連の処理終了後、キャッシュメモリがクリアされる。
Reading of image data in a dummy test in the test section 40 is performed, for example, as follows.
First, the CPU 64 reads image data as a correct image from the recording section 63 and stores it in an arbitrary area of the system memory 65. Further, the CPU 64 reads image data as an inspection image from the recording section 63 and stores it in another area of the system memory 65. Next, each image data is stored in the GPU memory 67. Further, each image data stored in the GPU memory 67 is stored in a cache memory of the GPU 66, and processed by the GPU 66. After the series of processing is completed, the cache memory is cleared.

CPU64及びGPU66が、画像データを比較して画像検査を行う。なお、画像検査処理において、CPU64とGPU66とは並列処理を行ってもよく、GPU66が行う処理は画像検査処理の一部でもよい。GPUメモリー67に記憶される画像データも各データの一部であってよい。 The CPU 64 and GPU 66 compare the image data and perform an image inspection. Note that in the image inspection process, the CPU 64 and the GPU 66 may perform parallel processing, and the processing performed by the GPU 66 may be part of the image inspection process. Image data stored in the GPU memory 67 may also be part of each data.

[画像検査方法(1)]
次に、上述の画像形成システム1を用いた画像検査について説明する。画像検査方法のフローチャートを図4に示す。以下の検査方法では、正解画像として、インクジェット記録装置20で画像形成し、読取部44で取得した画像データを用いる例について説明する。
[Image inspection method (1)]
Next, image inspection using the above-described image forming system 1 will be described. A flowchart of the image inspection method is shown in FIG. In the following inspection method, an example will be described in which image data formed by the inkjet recording device 20 and acquired by the reading unit 44 is used as the correct image.

まず、画像形成システム1において画像検査メニューがユーザーによって選択された場合、インクジェット記録装置20が、画像検査用の画像(プルーフ画像)の出力を行う(ステップS10)。プルーフ画像出力は、実際にプリントジョブを実行する前に行う。プルーフ画像出力では、刷物の校正を行うために、記録材Sにプルーフ画像の試し刷りを、インクジェット記録装置20で行う。 First, when the image inspection menu is selected by the user in the image forming system 1, the inkjet recording device 20 outputs an image for image inspection (proof image) (step S10). Proof image output is performed before actually executing the print job. In the proof image output, a test print of a proof image is performed on the recording material S using the inkjet recording device 20 in order to proofread the print.

次に、ユーザーが、目視確認によってプルーフ画像が正常画像かどうか判定する(ステップS11)。
正常画像ではない場合(ステップS11のNO)、すなわち出力したプルーフ画像が異常部を含む場合、ユーザーは、発生した異常部の内容に応じて、インクジェット記録装置20の各種調整(機械調整等)を行う(ステップS12)。
正常画像と判定されるまで、プルーフ画像の出力(ステップS10)と、正常画像かどうかの判定(ステップS11)を繰り返す。
Next, the user visually checks whether the proof image is a normal image (step S11).
If the image is not normal (NO in step S11), that is, if the outputted proof image includes an abnormal part, the user may perform various adjustments (mechanical adjustment, etc.) of the inkjet recording device 20 depending on the content of the abnormal part that has occurred. (Step S12).
The outputting of the proof image (step S10) and the determination of whether the image is normal (step S11) are repeated until the image is determined to be normal.

ユーザーによる目視検査によってプルーフ画像が正常画像と判定された場合(ステップS11のYES)、出力したプルーフ画像を正解画像として保存する(ステップS13)。プルーフ画像の読取りは、ユーザーによる検査後に読取部44を通過させて行ってもよく、インクジェット記録装置20でのプルーフ画像の出力に連動して、読取部44でのプルーフ画像の読取りを行ってもよい。例えば、ユーザーが、正常画像と判定されたプルーフ画像が印刷された記録材を画像検査装置30の読取部44に供給し、読取部44がプルーフ画像を読取ることで読取画像データを生成する。また、インクジェット記録装置20でプルーフ画像を出力する度に、読取部44がプルーフ画像を読取り、すべてのプルーフ画像の読取画像データを生成してもよい。
読取部44が生成した読取画像データは、フレームグラバー61を介して検査部40に送られる。検査部40は、読取部44から取得したプルーフ画像の読取画像データを、画像検査における正解画像データとして記録部63に格納する。
If the proof image is determined to be a normal image by visual inspection by the user (YES in step S11), the output proof image is saved as a correct image (step S13). The proof image may be read by passing it through the reading section 44 after being inspected by the user, or the proof image may be read by the reading section 44 in conjunction with the output of the proof image by the inkjet recording device 20. good. For example, a user supplies a recording material on which a proof image determined to be a normal image is printed to the reading section 44 of the image inspection apparatus 30, and the reading section 44 reads the proof image to generate read image data. Furthermore, each time the inkjet recording device 20 outputs a proof image, the reading unit 44 may read the proof image and generate read image data for all the proof images.
The read image data generated by the reading section 44 is sent to the inspection section 40 via the frame grabber 61. The inspection unit 40 stores the read image data of the proof image acquired from the reading unit 44 in the recording unit 63 as correct image data in the image inspection.

次に、検査部40が取得した正解画像データを用いて、ダミー検査を実行する(ステップS14)。ダミー検査は、検査部40の記録部63に格納された正解画像データのみを用いて実行する。なお、ダミー検査において、キャッシュメモリに格納されたデータ(キャッシュデータ)は、ダミー検査の終了後もクリアしない。
なお、ダミー検査では、コピーした同じ画像データ同士を比較するため、通常は異常部が検出されない。
Next, a dummy test is performed using the correct image data acquired by the test unit 40 (step S14). The dummy test is executed using only the correct image data stored in the recording unit 63 of the testing unit 40. Note that in the dummy test, the data (cache data) stored in the cache memory is not cleared even after the dummy test is completed.
Note that in the dummy inspection, since copies of the same image data are compared, abnormalities are usually not detected.

次に、画像形成システム1は、画像形成システム1でのプリントジョブの実行を許可する(ステップS15)。そして、画像形成システム1のインクジェット記録装置20において、プリントジョブを実行する(ステップS16)。
上述のダミー検査は、ユーザーが指示したプリントジョブを実行する前に行う。すなわち、画像形成システム1は、ダミー検査が完了するまで、インクジェット記録装置20でのプリントジョブを実行を許可しない。例えば、画像形成システム1は、ユーザーによる操作を受付ないように操作表示部56の動作を停止する、又は、受付た実行処理に対して給紙装置10や画像形成部200の駆動を保留するように、制御部50によって制御される。このため、制御部50は、ダミー検査の完了後に、インクジェット記録装置20によるプリントジョブの実行の停止、保留等を解除する。これにより、画像形成システム1においてプリントジョブの実行が可能となる。
Next, the image forming system 1 permits execution of the print job in the image forming system 1 (step S15). Then, the print job is executed in the inkjet recording device 20 of the image forming system 1 (step S16).
The above-mentioned dummy inspection is performed before executing the print job instructed by the user. That is, the image forming system 1 does not allow the inkjet recording device 20 to execute a print job until the dummy inspection is completed. For example, the image forming system 1 may stop the operation of the operation display unit 56 so as not to accept an operation by the user, or may suspend the operation of the paper feeder 10 or the image forming unit 200 in response to the received execution process. This is controlled by the control section 50. Therefore, after the dummy inspection is completed, the control unit 50 cancels the suspension, suspension, etc. of execution of the print job by the inkjet recording device 20. This allows the image forming system 1 to execute a print job.

次に、インクジェット記録装置20で形成された画像に対し、画像検査装置30が画像検査を行う(ステップS17)。ここでの画像検査は、通常の画像検査である。例えば、インクジェット記録装置20で記録材Sに形成た画像を画像検査装置30の読取部44で読取り、検査画像データを生成する。そして、検査部40が、読取部44から検査画像データを取得して、正解画像データと比較する。 Next, the image inspection device 30 performs an image inspection on the image formed by the inkjet recording device 20 (step S17). The image test here is a normal image test. For example, the image formed on the recording material S by the inkjet recording device 20 is read by the reading unit 44 of the image inspection device 30 to generate inspection image data. Then, the inspection section 40 acquires the inspection image data from the reading section 44 and compares it with the correct image data.

この画像検査では、例えば、検査部40は、フレームグラバー61を介して読取部44から検査画像データを取得し、記録部63に格納する。CPU64が、正解画像データと検査画像データを記録部63から読み出し、システムメモリー65に記憶させる。次に、GPUメモリー67に各画像データが記憶される。さらに、GPUメモリー67に記憶された各画像データは、GPU66のキャッシュメモリに格納され、GPU66によって処理が実行される。 In this image inspection, for example, the inspection section 40 acquires inspection image data from the reading section 44 via the frame grabber 61 and stores it in the recording section 63. The CPU 64 reads the correct image data and the inspection image data from the recording section 63 and stores them in the system memory 65. Next, each image data is stored in the GPU memory 67. Further, each image data stored in the GPU memory 67 is stored in a cache memory of the GPU 66, and processed by the GPU 66.

従来の検査方法では、1枚目の画像検査の際に、上述の検査画像データに対する処理とともに、CPU64による記録部63から正解画像データの読み出し及びシステムメモリー65への記憶、並びに、CPU64によるGPU66への指示とシステムメモリー65からGPUメモリー67への正解画像データの読み出し及び記憶の処理が行われる。 In the conventional inspection method, when inspecting the first image, in addition to processing the above-mentioned inspection image data, the CPU 64 reads the correct image data from the recording unit 63 and stores it in the system memory 65, and the CPU 64 transfers it to the GPU 66. instructions and reading and storing correct image data from the system memory 65 to the GPU memory 67 are performed.

これに対し、本検査方法では、検査部40ではプリントジョブの実行前に行われたダミー検査において記録部63から画像データが読み出され、システムメモリー65やGPUメモリー67に記憶された後、GPU66のキャッシュメモリに格納され、GPU66によって処理が実行されている。このため、GPUメモリー67からGPU66のキャッシュメモリーにデータを格納する際、ダミー検査時の正解画像の格納に比べて、検査画像データの格納が高速になる。従って、プリントジョブ実行後の画像検査では、GPU66での画像処理にかかる時間を短縮することができる。このため、1枚目の画像検査に要する時間を短縮することができる。 In contrast, in this inspection method, in the inspection unit 40, image data is read from the recording unit 63 in a dummy inspection performed before the execution of a print job, and is stored in the system memory 65 and GPU memory 67, and then stored in the cache memory of the GPU 66, where processing is performed by the GPU 66. Therefore, when storing data from the GPU memory 67 to the cache memory of the GPU 66, the storage of the inspection image data is faster than the storage of the correct image during dummy inspection. Therefore, in image inspection after the execution of a print job, the time required for image processing by the GPU 66 can be shortened. As a result, the time required for image inspection of the first sheet can be shortened.

次に、画像形成システム1においてインクジェット記録装置20の制御部50は、画像検査の後にプリントジョブが終了したかどうかを判定する(ステップS18)。プリントジョブを継続する場合(ステップS18のNO)、ステップS16に戻りインクジェット記録装置20でのプリントジョブを実行する。 Next, in the image forming system 1, the control unit 50 of the inkjet recording device 20 determines whether the print job is finished after the image inspection (step S18). If the print job is to be continued (NO in step S18), the process returns to step S16 and the print job is executed in the inkjet recording device 20.

プリントジョブが終了した場合(ステップS18のYES)、GPU66のキャッシュデータを消去する(ステップS19)。プリントジョブの終了後は、画像検査を行う必要がないため、キャッシュデータを消去する。これに合わせて、CPU64がシステムメモリー65に記憶された正解画像データを消去してもよい。GPU66のキャッシュデータを消去した後、本フローチャートによる処理を終了する。 When the print job is completed (YES in step S18), the cache data of the GPU 66 is erased (step S19). After the print job is finished, there is no need to perform image inspection, so the cache data is deleted. In accordance with this, the CPU 64 may erase the correct image data stored in the system memory 65. After erasing the cache data of the GPU 66, the processing according to this flowchart ends.

[画像検査方法(2)]
次に、上述の画像形成システム1を用いた画像検査方法として、ユーザーがプリントジョブで入力した原稿画像のRIP処理画像(CMYK)を正解画像データ(RGB)として用いる例について説明する。この例による検査方法のフローチャートを図5に示す。なお、図5に示すフローチャートでは、正解画像データを取得する方法以外は、上述の図4に示すフローチャートと同様の処理が行われる。このため、上述の図4に示すフローチャートと同様の処理については詳細な説明を省略する。
[Image inspection method (2)]
Next, as an image inspection method using the image forming system 1 described above, an example will be described in which a RIP-processed image (CMYK) of a document image input by a user in a print job is used as correct image data (RGB). A flowchart of the inspection method according to this example is shown in FIG. Note that in the flowchart shown in FIG. 5, the same processing as in the flowchart shown in FIG. 4 described above is performed except for the method of acquiring correct image data. Therefore, detailed description of the same processing as the flowchart shown in FIG. 4 described above will be omitted.

まず、インクジェット記録装置20の画像処理部55において、ユーザーに入力された原稿画像に対してRIP処理を行う(ステップS20)。画像処理部55は、ユーザーに入力された原稿画像のデータに対してRIP処理を行うことにより、インクジェット記録装置20で画像形成に用いるためのCMYKの各色成分の情報を有するラスター画像を作成する。 First, the image processing section 55 of the inkjet recording apparatus 20 performs RIP processing on the original image input by the user (step S20). The image processing unit 55 performs RIP processing on the document image data input by the user, thereby creating a raster image having information on each color component of CMYK for use in image formation in the inkjet recording device 20.

次に、画像処理部55は、RIP処理されたラスター画像の色変換処理を行う(ステップS21)。一般的に、読取部44で取得した読取画像データは、RGBの各色成分の情報を有している。これに対し、インクジェット記録装置20の画像処理部55でRIP処理された画像形成に使用するラスター画像は、CMYKの各色成分の情報を有する。すなわち、RIP処理されたラスター画像と、検査画像である読取画像データとは、それぞれ色成分の情報が異なる。このため、RIP処理されたラスター画像のままでは、読取画像データを検査するための正解画像として使用できない。 Next, the image processing unit 55 performs color conversion processing on the RIP-processed raster image (step S21). Generally, the read image data acquired by the reading unit 44 has information on each color component of RGB. On the other hand, the raster image used for image formation that has been subjected to RIP processing by the image processing unit 55 of the inkjet recording apparatus 20 has information on each color component of CMYK. That is, the RIP-processed raster image and the read image data, which is the inspection image, have different color component information. Therefore, the RIP-processed raster image cannot be used as a correct image for inspecting read image data.

そこで、RIP処理されたラスター画像に対し、読取画像データと同じRGBの各色成分の情報を有するように色変換処理を行うことにより、RGBの各色成分の情報を有する色変換後ラスター画像を生成する。色変換後ラスター画像であれば、読取画像データと同じRGBの各色成分の情報を有するため、読取画像データに対する正解画像として使用することができる。 Therefore, by performing color conversion processing on the RIP-processed raster image so that it has the same information on each RGB color component as the read image data, a color-converted raster image having information on each RGB color component is generated. . If it is a raster image after color conversion, it has the same information on each RGB color component as the read image data, so it can be used as a correct image for the read image data.

なお、上述のラスター画像の色変換に合わせて、解像度を変更してもよい。検査画像となる読取画像データの解像度は、読取部44の解像度に依存する。このため、正解画像となる色変換後ラスター画像も、読取部44の解像度と同様の解像度に変換しておくことが好ましい。また、正解画像と検査画像との解像度を一致させるために、各画像に対して縦倍、横倍、傾き等の画像調整を行ってもよい。これら、色変換処理、解像度変換、画像調整等の画像処理に、GPU65を使用してもよい。 Note that the resolution may be changed in accordance with the color conversion of the raster image described above. The resolution of the read image data serving as the inspection image depends on the resolution of the reading section 44. For this reason, it is preferable that the color-converted raster image that is the correct image is also converted to the same resolution as the resolution of the reading unit 44. Further, in order to match the resolutions of the correct image and the test image, image adjustments such as vertical doubling, horizontal doubling, and tilting may be performed on each image. The GPU 65 may be used for image processing such as color conversion processing, resolution conversion, and image adjustment.

次に、色変換後ラスター画像を正解画像として保存する(ステップS22)。画像処理部55において色変換処理が行われたラスター画像(色変換後ラスター画像)のデータは、制御部50の記憶部54に記憶される。検査部40は、制御部50の記憶部54から色変換後ラスター画像を取得し、画像検査における正解画像データとして記録部63に格納する。 Next, the color-converted raster image is saved as a correct image (step S22). The data of the raster image (raster image after color conversion) that has been subjected to color conversion processing in the image processing section 55 is stored in the storage section 54 of the control section 50 . The inspection unit 40 acquires the color-converted raster image from the storage unit 54 of the control unit 50 and stores it in the recording unit 63 as correct image data in the image inspection.

次に、検査部40が取得した正解画像データを用いて、ダミー検査を実行する(ステップS23)。ダミー検査では、CPU64が色変換後ラスター画像データを正解画像データとして記録部63から読み出してシステムメモリー65に記憶する処理を2回行う。すなわち、CPU64は、正解画像としての色変換後ラスター画像データの正解画像データを記録部63から読み込む。そして、CPU64が、システムメモリー65に記憶した画像データ同士を比較することで、ダミー検査を行う。 Next, a dummy test is performed using the correct image data acquired by the test unit 40 (step S23). In the dummy test, the CPU 64 reads out the color-converted raster image data as correct image data from the recording unit 63 and stores it in the system memory 65 twice. That is, the CPU 64 reads the correct image data of the color-converted raster image data as the correct image from the recording unit 63. Then, the CPU 64 performs a dummy test by comparing the image data stored in the system memory 65.

次に、画像形成システム1は、画像形成システム1でのプリントジョブの実行を許可する(ステップS24)。そして、画像形成システム1のインクジェット記録装置20において、プリントジョブを実行する(ステップS25)。制御部50は、ダミー検査が完了するまで、インクジェット記録装置20においてプリントジョブを実行を許可しない。制御部50は、ダミー検査の完了後に、プリントジョブの実行を許可する。 Next, the image forming system 1 permits execution of the print job in the image forming system 1 (step S24). Then, the print job is executed in the inkjet recording device 20 of the image forming system 1 (step S25). The control unit 50 does not allow the inkjet recording device 20 to execute a print job until the dummy test is completed. The control unit 50 allows execution of the print job after the dummy inspection is completed.

次に、インクジェット記録装置20で形成された画像に対し、画像検査装置30が画像検査を行う(ステップS26)。ここでの画像検査は、通常の画像検査である。例えば、インクジェット記録装置20で記録材Sに形成た画像を画像検査装置30の読取部44で読取り、検査画像データを生成する。そして、検査部40が、読取部44から検査画像データを取得して、色変換後ラスター画像データの正解画像データと比較する。 Next, the image inspection device 30 performs an image inspection on the image formed by the inkjet recording device 20 (step S26). The image test here is a normal image test. For example, the image formed on the recording material S by the inkjet recording device 20 is read by the reading unit 44 of the image inspection device 30 to generate inspection image data. Then, the inspection section 40 acquires the inspection image data from the reading section 44 and compares it with the correct image data of the raster image data after color conversion.

次に、画像形成システム1は、画像検査の後にプリントジョブが終了したかどうかを判定し(ステップS27)、プリントジョブを継続する場合(ステップS27のNO)、ステップS25に戻りインクジェット記録装置20でのプリントジョブを実行する。 Next, the image forming system 1 determines whether the print job has ended after the image inspection (step S27), and if the print job is to be continued (NO in step S27), the process returns to step S25 and the inkjet recording device 20 Execute the print job.

プリントジョブが終了した場合(ステップS27のYES)、GPU66のキャッシュデータを消去する。(ステップS28)。CPU64がシステムメモリー65に記憶された正解画像データを消去してもよい。キャッシュデータを消去した後、本フローチャートによる処理を終了する。 When the print job is finished (YES in step S27), the cache data of the GPU 66 is erased. (Step S28). The CPU 64 may erase the correct image data stored in the system memory 65. After deleting the cache data, the process according to this flowchart ends.

上記の方法であれば、プルーフ画像の出力や、ユーザーによる目視検査を行わずに、正解画像を取得することができる。このため、ユーザーへの負担を低減し、簡便な手法によって画像検査、及び、ダミー検査を実行することができる。 With the above method, a correct image can be obtained without outputting a proof image or visual inspection by the user. Therefore, the burden on the user can be reduced and the image inspection and dummy inspection can be performed using a simple method.

また、上記の検査方法においても、プリントジョブの実行前に行われたダミー検査において記録部63から画像データが読み出され、システムメモリー65やGPUメモリー67に記憶された後、GPU66のキャッシュメモリに格納され、GPU66によって処理が実行されている。このため、GPUメモリー67からGPU66のキャッシュメモリーにデータを格納する際、ダミー検査時の正解画像の格納に比べて、検査画像データの格納が高速になる。従って、プリントジョブ実行後の画像検査では、GPU66での画像処理にかかる時間を短縮することができる。このため、1枚目の画像検査に要する時間を短縮することができる。この結果、より高速処理が可能なCPUやGPUを搭載しなくても、1枚目の画像検査の処理時間を短縮することができる。 Also, in the above inspection method, image data is read out from the recording unit 63 in a dummy inspection performed before execution of a print job, stored in the system memory 65 or GPU memory 67, and then stored in the cache memory of the GPU 66. The data is stored and processed by the GPU 66. Therefore, when data is stored from the GPU memory 67 to the cache memory of the GPU 66, the test image data is stored faster than the correct image during the dummy test. Therefore, in image inspection after execution of a print job, the time required for image processing by the GPU 66 can be shortened. Therefore, the time required for the first image inspection can be shortened. As a result, the processing time for the first image inspection can be shortened without installing a CPU or GPU capable of faster processing.

なお、本発明は上述の実施形態例において説明した構成に限定されるものではなく、その他本発明の構成を逸脱しない範囲において種々の変形、変更が可能である。 Note that the present invention is not limited to the configuration described in the above-described embodiments, and various modifications and changes can be made without departing from the configuration of the present invention.

1 画像形成システム、10 給紙装置、11 給紙トレイ、12,41,58 搬送部、20 インクジェット記録装置、21 画像形成ドラム、22 渡しユニット、23 記録材加熱部、24 ヘッドユニット、25 照射部、26 デリバリー部、30 画像検査装置、40 検査部、42 反転搬送路、43 反転部、44 読取部、45 排紙トレイ、50 制御部、51,64 CPU、52 RAM、53 ROM、54 記憶部、55 画像処理部、56 操作表示部、57 入出力インターフェース、59 バス、61 フレームグラバー、62 チップセット、63 記録部、65 システムメモリー、66 GPU、67 GPUメモリー、100 外部装置、121,261 ローラー、123,263 ベルト、200 画像形成部、221 スイングアーム部、222,264 渡しドラム、241 ヘッド制御部、242 ヘッド駆動部、581 搬送駆動部、582 ロータリーエンコーダー 1 Image forming system, 10 Paper feeding device, 11 Paper feeding tray, 12, 41, 58 Conveyance section, 20 Inkjet recording device, 21 Image forming drum, 22 Transfer unit, 23 Recording material heating section, 24 Head unit, 25 Irradiation section , 26 delivery section, 30 image inspection device, 40 inspection section, 42 reversing conveyance path, 43 reversing section, 44 reading section, 45 paper discharge tray, 50 control section, 51, 64 CPU, 52 RAM, 53 ROM, 54 storage section , 55 image processing section, 56 operation display section, 57 input/output interface, 59 bus, 61 frame grabber, 62 chipset, 63 recording section, 65 system memory, 66 GPU, 67 GPU memory, 100 external device, 121,261 roller , 123,263 belt, 200 image forming section, 221 swing arm section, 222,264 transfer drum, 241 head control section, 242 head drive section, 581 conveyance drive section, 582 rotary encoder

Claims (7)

記録材に印刷された画像を読み取る読取部と、
第1のプロセッサ、前記第1のプロセッサよりも画像処理能力の高い第2のプロセッサ、前記第1のプロセッサが使用する第1のメモリー、及び、前記第2のプロセッサが使用する第2のメモリーを有し、前記第1のプロセッサと前記第2のプロセッサとが協働することにより、前記記録材に印刷された画像を前記読取部で読み取って得られる検査画像の画像データと、正解画像の画像データとを比較して前記検査画像の欠陥を抽出する画像検査を実行する検査部と、を備え、
前記検査部は、前記画像検査を実行する前に、前記正解画像の画像データ同士を比較するダミー検査を実行し、
前記ダミー検査において、
前記第1のプロセッサは、前記正解画像の画像データを前記第1のメモリーの任意の領域に読み込み、
前記第2のプロセッサは、少なくとも前記正解画像の画像データの一部を前記第2のメモリーに読み込んだ後、キャッシュメモリーに格納する
画像検査装置。
a reading unit that reads images printed on recording material;
a first processor, a second processor with higher image processing ability than the first processor, a first memory used by the first processor, and a second memory used by the second processor. The first processor and the second processor cooperate to generate image data of a test image obtained by reading an image printed on the recording material with the reading unit, and an image of a correct image. an inspection unit that performs an image inspection to extract defects in the inspection image by comparing the data with the inspection image;
Before executing the image inspection, the inspection unit executes a dummy inspection that compares image data of the correct images,
In the dummy test,
The first processor reads image data of the correct image into an arbitrary area of the first memory,
The second processor reads at least a part of the image data of the correct image into the second memory, and then stores it in a cache memory.
Image inspection equipment.
前記検査部は、前記画像検査の終了後に、前記第2のプロセッサのキャッシュメモリーに格納された画像データを消去する
請求項1に記載の画像検査装置。
The inspection unit erases the image data stored in the cache memory of the second processor after the image inspection is completed.
The image inspection device according to claim 1 .
前記検査部は、前記ダミー検査を実行する前に出力され、ユーザーによって検査された印刷物の読み取り画像を、前記読取部を介して前記正解画像として取得する
請求項1又は2に記載の画像検査装置。
The inspection unit acquires, as the correct image, a read image of the printed matter output before executing the dummy inspection and inspected by the user through the reading unit.
The image inspection apparatus according to claim 1 or 2 .
前記検査部は、前記ダミー検査を実行する前に、前記記録材に印刷される前記画像をラスター処理して得られるラスター画像が前記検査画像と同様の色成分に色変換された、色変換後ラスター画像を正解画像として取得する
請求項1又は2に記載の画像検査装置。
Before executing the dummy inspection, the inspection unit may perform color conversion, in which a raster image obtained by raster processing the image printed on the recording material is color-converted into color components similar to those of the inspection image. Get the raster image as the correct image
The image inspection apparatus according to claim 1 or 2 .
画像形成装置と、画像検査装置を含む画像形成システムであって、
記録材に印刷された画像を読み取る読取部と、
第1のプロセッサ、前記第1のプロセッサよりも画像処理能力の高い第2のプロセッサ、前記第1のプロセッサが使用する第1のメモリー、及び、前記第2のプロセッサが使用する第2のメモリーを有し、前記第1のプロセッサと前記第2のプロセッサとが協働することにより、前記記録材に印刷された画像を前記読取部で読み取って得られる検査画像の画像データと、正解画像の画像データとを比較して前記検査画像の欠陥を抽出する画像検査を実行する検査部と、を備え、
前記検査部は、前記画像検査を実行する前に、前記正解画像の画像データ同士を比較するダミー検査を実行し、
前記ダミー検査において、
前記第1のプロセッサは、前記正解画像の画像データを前記第1のメモリーの任意の領域に読み込み、
前記第2のプロセッサは、少なくとも前記正解画像の画像データの一部を前記第2のメモリーに読み込んだ後、キャッシュメモリーに格納する
画像形成システム。
An image forming system including an image forming device and an image inspection device,
a reading unit that reads images printed on recording material;
a first processor, a second processor with higher image processing ability than the first processor, a first memory used by the first processor, and a second memory used by the second processor. The first processor and the second processor cooperate to generate image data of a test image obtained by reading an image printed on the recording material with the reading unit, and an image of a correct image. an inspection unit that performs an image inspection to extract defects in the inspection image by comparing the data with the inspection image;
Before executing the image inspection, the inspection unit executes a dummy inspection that compares image data of the correct images,
In the dummy test,
The first processor reads image data of the correct image into an arbitrary area of the first memory,
The second processor reads at least a part of the image data of the correct image into the second memory, and then stores it in a cache memory.
Image forming system.
前記画像検査装置での前記ダミー検査中、前記画像形成装置は画像形成を停止する
請求項5に記載の画像形成システム。
During the dummy inspection by the image inspection device, the image forming device stops image formation.
The image forming system according to claim 5 .
前記画像形成装置は、ラスター画像を前記検査画像と同様の色成分に色変換して色変換後ラスター画像を生成し、
前記画像検査装置は、前記色変換後ラスター画像を正解画像として取得する
請求項5又は6に記載の画像形成システム。
The image forming apparatus generates a color-converted raster image by color-converting the raster image into color components similar to those of the inspection image;
The image inspection device acquires the color-converted raster image as a correct image.
The image forming system according to claim 5 or 6 .
JP2020083188A 2020-05-11 2020-05-11 Image inspection device and image forming system Active JP7456272B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020083188A JP7456272B2 (en) 2020-05-11 2020-05-11 Image inspection device and image forming system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020083188A JP7456272B2 (en) 2020-05-11 2020-05-11 Image inspection device and image forming system

Publications (2)

Publication Number Publication Date
JP2021179318A JP2021179318A (en) 2021-11-18
JP7456272B2 true JP7456272B2 (en) 2024-03-27

Family

ID=78511231

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020083188A Active JP7456272B2 (en) 2020-05-11 2020-05-11 Image inspection device and image forming system

Country Status (1)

Country Link
JP (1) JP7456272B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010071893A (en) 2008-09-19 2010-04-02 Nuflare Technology Inc Apparatus and method for inspecting mask
JP2013024592A (en) 2011-07-15 2013-02-04 Dainippon Screen Mfg Co Ltd Image inspection device, image recorder, and image inspection method
JP2017227474A (en) 2016-06-20 2017-12-28 タカノ株式会社 Lighting device and image inspection device
WO2020012826A1 (en) 2018-07-11 2020-01-16 富士フイルム株式会社 Printing device, inspection device, inspection method and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010071893A (en) 2008-09-19 2010-04-02 Nuflare Technology Inc Apparatus and method for inspecting mask
JP2013024592A (en) 2011-07-15 2013-02-04 Dainippon Screen Mfg Co Ltd Image inspection device, image recorder, and image inspection method
JP2017227474A (en) 2016-06-20 2017-12-28 タカノ株式会社 Lighting device and image inspection device
WO2020012826A1 (en) 2018-07-11 2020-01-16 富士フイルム株式会社 Printing device, inspection device, inspection method and program

Also Published As

Publication number Publication date
JP2021179318A (en) 2021-11-18

Similar Documents

Publication Publication Date Title
JP6288087B2 (en) Image forming apparatus
US9571670B2 (en) Inspection apparatus, inspection method, inspection system, and computer-readable storage medium
JP2020026091A (en) Image inspecting apparatus, image forming apparatus, and program
US8320026B2 (en) Image reading apparatus and image forming apparatus with a control device for adjusting a white reference member to a set position according to shading correction or image reading operation
US10773516B2 (en) Ink jet recording apparatus and method for detecting defective nozzle
WO2017018341A1 (en) Image forming apparatus and quality determination method
US9251441B2 (en) Apparatus, method and program
US10067446B1 (en) Image forming apparatus, method of controlling image forming apparatus, and control program of image forming system
US9681006B2 (en) Print control apparatus, print control method, and program
JP6384478B2 (en) Image forming apparatus
JP7456272B2 (en) Image inspection device and image forming system
JP6186947B2 (en) Image forming apparatus and image reading method
US20160136988A1 (en) Image processing apparatus
JP2015003477A (en) Printing apparatus and control method thereof, and program
JP6818438B2 (en) Print control device, its control method and program
US9262701B2 (en) Image processing apparatus and method for operating the same
JP6977277B2 (en) Image forming equipment, information processing equipment and programs
US11516365B2 (en) Image forming apparatus and inspection method of image reading section
JP4686371B2 (en) Image forming method and image forming apparatus
JP2019217746A (en) Image formation device, management device and program
JP6111900B2 (en) Image forming system
JP2016159581A (en) Image recording device and image quality defect detecting method
JP7089341B2 (en) Image recording device
JP3544132B2 (en) PRINTING APPARATUS, PRINT CONTROL METHOD, STORAGE MEDIUM, AND IMAGE PROCESSING METHOD
JP7298202B2 (en) IMAGE FORMING APPARATUS AND IMAGE FORMING APPARATUS INSPECTION METHOD

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20230216

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20231122

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20231128

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240123

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240226

R150 Certificate of patent or registration of utility model

Ref document number: 7456272

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150