JP7766404B2 - 画像処理装置、画像形成システム、画像処理方法及びプログラム - Google Patents
画像処理装置、画像形成システム、画像処理方法及びプログラムInfo
- Publication number
- JP7766404B2 JP7766404B2 JP2021037643A JP2021037643A JP7766404B2 JP 7766404 B2 JP7766404 B2 JP 7766404B2 JP 2021037643 A JP2021037643 A JP 2021037643A JP 2021037643 A JP2021037643 A JP 2021037643A JP 7766404 B2 JP7766404 B2 JP 7766404B2
- Authority
- JP
- Japan
- Prior art keywords
- image
- pixel value
- value range
- teacher
- cnn
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T3/00—Geometric image transformations in the plane of the image
- G06T3/40—Scaling of whole images or parts thereof, e.g. expanding or contracting
- G06T3/4015—Image demosaicing, e.g. colour filter arrays [CFA] or Bayer patterns
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/50—Image enhancement or restoration using two or more images, e.g. averaging or subtraction
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/56—Extraction of image or video features relating to colour
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/60—Extraction of image or video features relating to illumination properties, e.g. using a reflectance or lighting model
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/77—Processing image or video features in feature spaces; using data integration or data reduction, e.g. principal component analysis [PCA] or independent component analysis [ICA] or self-organising maps [SOM]; Blind source separation
- G06V10/774—Generating sets of training patterns; Bootstrap methods, e.g. bagging or boosting
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/82—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using neural networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20084—Artificial neural networks [ANN]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N23/00—Cameras or camera modules comprising electronic image sensors; Control thereof
- H04N23/80—Camera processing pipelines; Components thereof
- H04N23/84—Camera processing pipelines; Components thereof for processing colour signals
- H04N23/843—Demosaicing, e.g. interpolating colour pixel values
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Software Systems (AREA)
- Evolutionary Computation (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Artificial Intelligence (AREA)
- Computing Systems (AREA)
- Databases & Information Systems (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Image Analysis (AREA)
- Image Processing (AREA)
Description
以下では、本実施形態に係る画像形成システム10について説明する。
以下、第2実施形態は、第1実施形態と異なる差分について説明する。
以下、第3実施形態は、第1実施形態と第2実施形態と異なる差分について説明する。
本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。
Claims (8)
- 所定のカラーフィルタ配列のモザイク画像に対するデモザイク処理を行うモデルを保持する保持手段と、
教師画像を取得する取得手段と、
モザイク画像を前記モデルに入力して得られる出力画像の画素値が前記教師画像の画素値レンジに含まれるように、前記教師画像の画素値レンジを伸長する伸長手段と、
前記教師画像に対応するモザイク画像であり、前記伸長手段により伸長された画素値レンジと略一致する画素値レンジを有する生徒画像を生成する生成手段と、
前記生徒画像を前記モデルに入力して得られる出力画像と前記画素値レンジが伸長された教師画像との残差に基づいて前記モデルのパラメータを補正する補正手段と、
を備える、画像処理装置。 - 前記伸長手段は、前記画素値レンジを逸脱する画素の割合が閾値を超えるか否かに基づいて、前記画素値レンジを伸長する幅を決定する、
請求項1に記載の画像処理装置。 - 前記補正手段が補正したパラメータを有する前記モデルによって、モザイク画像をデモザイク処理した出力画像を推論する推論手段をさらに備える、
請求項1又は2に記載の画像処理装置。 - 前記補正手段が補正したパラメータを含む、前記モデルのパラメータを記憶する記憶手段をさらに備える、
請求項1から3のいずれか1項に記載の画像処理装置。 - 前記伸長手段は、前記画素値レンジの上限側の画素値と下限側の画素値の少なくともいずれかを伸長する、
請求項1から4のいずれか1項に記載の画像処理装置。 - 撮像装置と、
複数の請求項1から5のいずれか1項に記載の画像処理装置と、
を備える、画像処理システム。 - 画像処理装置が実行する画像処理方法であって、
所定のカラーフィルタ配列のモザイク画像に対するデモザイク処理を行うモデルを保持する保持工程と、
教師画像を取得する取得工程と、
モザイク画像を前記モデルに入力して得られる出力画像の画素値が前記教師画像の画素値レンジに含まれるように、前記教師画像の画素値レンジを伸長する伸長工程と、
前記教師画像に対応するモザイク画像であり、前記伸長工程により伸長された画素値レンジと略一致する画素値レンジを有する生徒画像を生成する生成工程と、
前記生徒画像を前記モデルに入力して得られる出力画像と前記画素値レンジが伸長された教師画像との残差に基づいて前記モデルのパラメータを補正する補正工程と、
を含む、画像処理方法。 - コンピュータを、請求項1から5のいずれか1項に記載の画像処理装置の各手段として機能させるためのプログラム。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2021037643A JP7766404B2 (ja) | 2021-03-09 | 2021-03-09 | 画像処理装置、画像形成システム、画像処理方法及びプログラム |
| US17/667,581 US12159371B2 (en) | 2021-03-09 | 2022-02-09 | Image processing apparatus, image forming system, image processing method, and non-transitory computer-readable storage medium |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2021037643A JP7766404B2 (ja) | 2021-03-09 | 2021-03-09 | 画像処理装置、画像形成システム、画像処理方法及びプログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2022137916A JP2022137916A (ja) | 2022-09-22 |
| JP7766404B2 true JP7766404B2 (ja) | 2025-11-10 |
Family
ID=83194905
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2021037643A Active JP7766404B2 (ja) | 2021-03-09 | 2021-03-09 | 画像処理装置、画像形成システム、画像処理方法及びプログラム |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US12159371B2 (ja) |
| JP (1) | JP7766404B2 (ja) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP7766404B2 (ja) * | 2021-03-09 | 2025-11-10 | キヤノン株式会社 | 画像処理装置、画像形成システム、画像処理方法及びプログラム |
| US11967042B2 (en) * | 2021-05-11 | 2024-04-23 | Synaptics Incorporated | Data pre-processing for low-light images |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2018038789A (ja) | 2016-09-02 | 2018-03-15 | カシオ計算機株式会社 | 診断支援装置、及び診断支援装置における画像処理方法、並びにプログラム |
Family Cites Families (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6980691B2 (en) * | 2001-07-05 | 2005-12-27 | Corel Corporation | Correction of “red-eye” effects in images |
| AU2003272936A1 (en) * | 2003-01-31 | 2004-08-23 | The Circle For The Promotion Of Science And Engineering | Method for creating high resolution color image, system for creating high resolution color image and program for creating high resolution color image |
| JP3934597B2 (ja) * | 2003-12-09 | 2007-06-20 | オリンパス株式会社 | 撮像システムおよび画像処理プログラム |
| JP2006023959A (ja) * | 2004-07-07 | 2006-01-26 | Olympus Corp | 信号処理システム及び信号処理プログラム |
| US20130201203A1 (en) * | 2012-02-06 | 2013-08-08 | Peter Warner | Intuitive media editing |
| PL2836983T3 (pl) * | 2012-10-08 | 2018-01-31 | Koninklijke Philips Nv | Przetwarzanie obrazu zmieniające luminancję z ograniczeniami barwy |
| JP7278766B2 (ja) | 2018-12-21 | 2023-05-22 | キヤノン株式会社 | 画像処理装置、画像処理方法およびプログラム |
| JP2020129276A (ja) | 2019-02-08 | 2020-08-27 | キヤノン株式会社 | 画像処理装置、画像処理方法、およびプログラム |
| US11856301B2 (en) * | 2019-06-21 | 2023-12-26 | The Governing Council Of The University Of Toronto | Method and system for extending image dynamic range using per-pixel coding of pixel parameters |
| JP7508265B2 (ja) | 2020-05-14 | 2024-07-01 | キヤノン株式会社 | 情報処理装置、情報処理方法及びプログラム |
| JP2022002376A (ja) | 2020-06-22 | 2022-01-06 | キヤノン株式会社 | 画像処理装置、画像処理方法およびプログラム |
| JP7766404B2 (ja) * | 2021-03-09 | 2025-11-10 | キヤノン株式会社 | 画像処理装置、画像形成システム、画像処理方法及びプログラム |
| US11501419B1 (en) * | 2021-06-03 | 2022-11-15 | Baylor University | System and method for displaying super saturated color |
-
2021
- 2021-03-09 JP JP2021037643A patent/JP7766404B2/ja active Active
-
2022
- 2022-02-09 US US17/667,581 patent/US12159371B2/en active Active
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2018038789A (ja) | 2016-09-02 | 2018-03-15 | カシオ計算機株式会社 | 診断支援装置、及び診断支援装置における画像処理方法、並びにプログラム |
Also Published As
| Publication number | Publication date |
|---|---|
| US20220292640A1 (en) | 2022-09-15 |
| JP2022137916A (ja) | 2022-09-22 |
| US12159371B2 (en) | 2024-12-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7362284B2 (ja) | 画像処理方法、画像処理装置、プログラム、画像処理システム、および、学習済みモデルの製造方法 | |
| EP3706042B1 (en) | Image processing method, image processing apparatus, program, image processing system, and manufacturing method of learnt model | |
| CN110557584B (zh) | 图像处理方法及装置、计算机可读存储介质 | |
| JP7353803B2 (ja) | 画像処理装置、画像処理方法、及びプログラム | |
| CN113228094A (zh) | 图像处理器 | |
| JP7512150B2 (ja) | 情報処理装置、情報処理方法およびプログラム | |
| JP7508265B2 (ja) | 情報処理装置、情報処理方法及びプログラム | |
| CN113273180B (zh) | 图像处理装置和方法 | |
| JP4831067B2 (ja) | 画像処理装置、画像処理方法、画像処理プログラム製品、および撮像装置 | |
| JP2021087201A (ja) | 画像処理装置、画像処理方法、学習装置、学習方法、撮像装置、及びプログラム | |
| JP2021086284A (ja) | 画像処理装置、画像処理方法、及びプログラム | |
| JP7766404B2 (ja) | 画像処理装置、画像形成システム、画像処理方法及びプログラム | |
| JP7458857B2 (ja) | 画像処理装置、画像処理方法及びプログラム | |
| JP7741654B2 (ja) | 学習装置、画像処理装置、学習処理方法、及びプログラム | |
| US20240087086A1 (en) | Image processing method, image processing apparatus, program, trained machine learning model production method, processing apparatus, and image processing system | |
| US12333675B2 (en) | Image processing apparatus, image processing method, and storage medium | |
| CN107945119B (zh) | 基于拜耳模式的图像内相关噪声估计方法 | |
| CN115880559A (zh) | 信息处理装置、信息处理方法和存储介质 | |
| US20240185405A1 (en) | Information processing apparatus, information processing method, and program | |
| CN112241670B (zh) | 图像处理方法及装置 | |
| CN107945196B (zh) | 一种用于航拍校正图像拼接的图像边沿检测方法 | |
| JP7656833B2 (ja) | 情報処理装置、情報処理方法、およびプログラム | |
| CN114037615B (zh) | 一种自适应全景图像增强方法及装置 | |
| JP7598272B2 (ja) | 画像処理装置および学習方法 | |
| JP7709289B2 (ja) | 画像処理装置、画像処理方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20240221 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20241113 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20250110 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20250304 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20250602 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20250722 |
|
| 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: 20250929 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20251028 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7766404 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |