JP6926940B2 - 画像処理装置およびプログラム - Google Patents
画像処理装置およびプログラム Download PDFInfo
- Publication number
- JP6926940B2 JP6926940B2 JP2017204947A JP2017204947A JP6926940B2 JP 6926940 B2 JP6926940 B2 JP 6926940B2 JP 2017204947 A JP2017204947 A JP 2017204947A JP 2017204947 A JP2017204947 A JP 2017204947A JP 6926940 B2 JP6926940 B2 JP 6926940B2
- Authority
- JP
- Japan
- Prior art keywords
- scaling
- pixels
- pixel
- variable
- input image
- 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
- 238000000034 method Methods 0.000 description 23
- 230000004044 response Effects 0.000 description 5
- YBJHBAHKTGYVGT-ZKWXMUAHSA-N (+)-Biotin Chemical compound N1C(=O)N[C@@H]2[C@H](CCCCC(=O)O)SC[C@@H]21 YBJHBAHKTGYVGT-ZKWXMUAHSA-N 0.000 description 4
- 238000010586 diagram Methods 0.000 description 4
- FEPMHVLSLDOMQC-UHFFFAOYSA-N virginiamycin-S1 Natural products CC1OC(=O)C(C=2C=CC=CC=2)NC(=O)C2CC(=O)CCN2C(=O)C(CC=2C=CC=CC=2)N(C)C(=O)C2CCCN2C(=O)C(CC)NC(=O)C1NC(=O)C1=NC=CC=C1O FEPMHVLSLDOMQC-UHFFFAOYSA-N 0.000 description 4
- 230000005055 memory storage Effects 0.000 description 2
- 238000012935 Averaging Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/387—Composing, repositioning or otherwise geometrically modifying originals
- H04N1/393—Enlarging or reducing
- H04N1/3935—Enlarging or reducing with modification of image resolution, i.e. determining the values of picture elements at new relative positions
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K15/00—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers
- G06K15/02—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers using printers
- G06K15/18—Conditioning data for presenting it to the physical printing elements
- G06K15/1835—Transforming generic data
- G06K15/1842—Geometric transformations, e.g. on raster data
- G06K15/1843—Changing size or raster resolution
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/4023—Scaling of whole images or parts thereof, e.g. expanding or contracting based on decimating pixels or lines of pixels; based on inserting pixels or lines of pixels
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K15/00—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers
- G06K15/22—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers using plotters
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/40—Picture signal circuits
- H04N1/40068—Modification of image resolution, i.e. determining the values of picture elements at new relative positions
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- General Engineering & Computer Science (AREA)
- Image Processing (AREA)
- Editing Of Facsimile Originals (AREA)
- Storing Facsimile Image Data (AREA)
- Record Information Processing For Printing (AREA)
- Image Input (AREA)
Description
図1は、本発明の第1実施形態である画像形成装置100のシステム構成を示す。図1に示すように、本実施形態の画像形成装置100は、コントローラ20と、画像処理部10と、プロッタ30とを含んで構成されている。
(2)HRATE_CALC:主走査変倍画素数Hの算出結果
(3)HRATE n:変倍処理部nに入力される主走査変倍画素数H
(4)DATA n:変倍処理部nに入力される画素データ (D0=0画素目〜D15=15画素目)
(5)RAM_****:格納用メモリ17の制御信号
・RAM_ADDR:アドレス
・RAM_CE:チップイネーブル
・RAM_WE:ライトイネーブル(1でライト動作、0でリード動作)
・RAM_WDATA:ライトデータ
・RAM_RDATA:リードデータ
・RAM_CBE[15:0]:ビットイネーブル
0x000fでRAM_WDATA[3:0]が有効
0x00f0でRAM_WDATA[7:4]が有効
0x0f00でRAM_WDATA[11:8]が有効
0xf000でRAM_WDATA[15:12]が有効
bit
[3:0] :4N画素目
bit
[7:4] :4N+1画素目
bit
[11:8] :4N+2画素目
bit
[15:12] :4N+3画素目
本発明の第2実施形態は、格納用メモリ17に対して、変倍画素数Hを格納する代わりに、変倍画素数Hと変倍率Sの整数部の値の差分値を格納する点で第1実施形態と異なる。
bit
[0]:4N画素目
bit
[1]:4N+1画素目
bit
[2]:4N+2画素目
bit
[3]:4N+3画素目
図6は、本発明の第3実施形態における画像処理部10の機能ブロックを示す。前述の通り、小数変倍では、変倍画素数が繰り返し周期を持つところ、第3実施形態では、1ライン分の主走査変倍画素数Hを格納用メモリ17に格納するのに代えて、1繰り返し周期分の値のみを格納用メモリ17に格納する点で第1実施形態と異なる。
図8は、本発明の第4実施形態における画像処理部10の機能ブロックを示す。図8に示すように、本実施形態では、変倍画素数Hの算出および格納用メモリ17への格納を外部のCPU18に実行させることによって、ハードウェア(主走査変倍画素数算出部14に相当)を削減する点が第1実施形態と異なる。
12…入力メモリ
13…副走査変倍画素数算出部
14…主走査変倍画素数算出部
15…変倍処理部
16…出力メモリ
17…主走査変倍画素数格納用メモリ
18…CPU
19…DRAM
20…コントローラ
40…PC
30…プロッタ
100…画像形成装置
Claims (4)
- 設定された変倍率から入力画像の主走査方向の画素の繰り返し周期に基づいて算出された各画素位置における変倍処理後の画素数に対応する変倍画素数を1ライン分算出し、算出した1ライン分の変倍画素数を画素位置順に記憶手段に格納する変倍画素数算出手段と、
前記入力画像の変倍処理を並列に実行するn個(nは2以上の整数。以下同様。)の変倍処理手段と、
を含み、
前記n個の変倍処理手段は、
前記入力画像から主走査方向順に画素をn個ずつ並列に読み出すのに同期して、前記記憶手段から画素位置順に前記変倍画素数をn個ずつ並列に読み出し、
前記n個の変倍処理手段の各々は、
前記入力画像から読み出した画素を前記記憶手段から読み出した前記変倍画素数に基づいて変倍する、
画像処理装置。 - 設定された変倍率から入力画像の主走査方向の画素の繰り返し周期に基づいて算出された各画素位置における変倍処理後の画素数に対応する変倍画素数を1ライン分算出し、算出した各変倍画素数と該変倍率の整数部の値との差分値を算出し、算出した1ライン分の差分値を画素位置順に記憶手段に格納する変倍画素数算出手段と、
前記入力画像の変倍処理を並列に実行するn個(nは2以上の整数。以下同様。)の変倍処理手段と、
を含み、
前記n個の変倍処理手段は、
前記入力画像から主走査方向順に画素をn個ずつ並列に読み出すのに同期して、前記記憶手段から画素位置順に前記差分値をn個ずつ並列に読み出し、
前記n個の変倍処理手段の各々は、
読み出した前記差分値に前記整数部の値を加算して変倍画素数を復元し、前記入力画像から読み出した画素を復元した変倍画素数に基づいて変倍する、
画像処理装置。 - 設定された変倍率から入力画像の主走査方向の画素の繰り返し周期に基づいて算出された各画素位置における変倍処理後の画素数に対応する変倍画素数を1繰り返し周期分算出し、算出した1繰り返し周期分の変倍画素数を画素位置順に記憶手段に格納する変倍画素数算出手段と、
前記入力画像の変倍処理を並列に実行するn個(nは2以上の整数。以下同様。)の変倍処理手段と、
を含み、
前記変倍画素数算出手段は、
算出した変倍画素数の繰り返し周期を前記n個の変倍処理手段の各々に通知し、
前記n個の変倍処理手段は、
前記入力画像から主走査方向順に画素をn個ずつ並列に読み出すのに同期して、前記記憶手段から画素位置順に前記変倍画素数を通知された繰り返し周期に従ってn個ずつ並列に読み出し、
前記n個の変倍処理手段の各々は、
前記入力画像から読み出した画素を前記記憶手段から読み出した前記変倍画素数に基づいて変倍する、
画像処理装置。 - 前記記憶手段は、外部CPUからの値の書き込みが可能であることを特徴とする、
請求項1〜3に記載の画像処理装置。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017204947A JP6926940B2 (ja) | 2017-10-24 | 2017-10-24 | 画像処理装置およびプログラム |
US16/104,354 US10692180B2 (en) | 2017-10-24 | 2018-08-17 | Image processing apparatus |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017204947A JP6926940B2 (ja) | 2017-10-24 | 2017-10-24 | 画像処理装置およびプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2019080142A JP2019080142A (ja) | 2019-05-23 |
JP6926940B2 true JP6926940B2 (ja) | 2021-08-25 |
Family
ID=66170074
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017204947A Active JP6926940B2 (ja) | 2017-10-24 | 2017-10-24 | 画像処理装置およびプログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US10692180B2 (ja) |
JP (1) | JP6926940B2 (ja) |
Family Cites Families (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5130820A (en) * | 1989-02-25 | 1992-07-14 | Minolta Camera Kabushiki Kaisha | Image processing device |
US5068905A (en) * | 1989-12-28 | 1991-11-26 | Eastman Kodak Company | Scaler gate array for scaling image data |
US5311259A (en) * | 1992-06-19 | 1994-05-10 | Minolta Camera Kabushiki Kaisha | Image forming apparatus |
JP3865165B2 (ja) | 1996-10-30 | 2007-01-10 | 株式会社沖データ | 画像データの拡大/縮小方法 |
US6504935B1 (en) * | 1998-08-19 | 2003-01-07 | Douglas L. Jackson | Method and apparatus for the modeling and synthesis of harmonic distortion |
JP3850661B2 (ja) | 2000-12-19 | 2006-11-29 | 株式会社リコー | スムージング拡大装置 |
KR100746011B1 (ko) * | 2005-08-24 | 2007-08-06 | 삼성전자주식회사 | 잔차 예측의 성능 개선 방법, 상기 방법을 이용한 비디오인코더 및 비디오 디코더 |
US8014613B2 (en) * | 2007-04-16 | 2011-09-06 | Sharp Laboratories Of America, Inc. | Methods and systems for inter-layer image parameter prediction |
US7983496B2 (en) * | 2007-06-26 | 2011-07-19 | Mitsubishi Electric Research Laboratories, Inc. | Inverse tone mapping for bit-depth scalable image coding adapted to variable block sizes |
US8085852B2 (en) * | 2007-06-26 | 2011-12-27 | Mitsubishi Electric Research Laboratories, Inc. | Inverse tone mapping for bit-depth scalable image coding |
US8207890B2 (en) * | 2008-10-08 | 2012-06-26 | Qualcomm Atheros, Inc. | Providing ephemeris data and clock corrections to a satellite navigation system receiver |
US8340462B1 (en) * | 2011-02-14 | 2012-12-25 | DigitalOptics Corporation Europe Limited | Pixel mapping using a lookup table and linear approximation |
JP2013010266A (ja) * | 2011-06-29 | 2013-01-17 | Ricoh Co Ltd | 画像形成装置、画像形成方法およびプログラム |
KR101418096B1 (ko) * | 2012-01-20 | 2014-07-16 | 에스케이 텔레콤주식회사 | 가중치예측을 이용한 영상 부호화/복호화 방법 및 장치 |
JP6151931B2 (ja) * | 2013-02-21 | 2017-06-21 | キヤノン株式会社 | 画像処理装置、画像処理方法およびプログラム |
-
2017
- 2017-10-24 JP JP2017204947A patent/JP6926940B2/ja active Active
-
2018
- 2018-08-17 US US16/104,354 patent/US10692180B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
US10692180B2 (en) | 2020-06-23 |
US20190122338A1 (en) | 2019-04-25 |
JP2019080142A (ja) | 2019-05-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2006333361A5 (ja) | ||
JPH02287684A (ja) | イメージ処理装置および方法 | |
JP6926940B2 (ja) | 画像処理装置およびプログラム | |
JP2005332292A (ja) | 画像データ回転処理装置 | |
JP4992753B2 (ja) | 画像処理装置、画像処理方法 | |
JP6156653B2 (ja) | 画像変形装置 | |
US10672107B2 (en) | Image processing apparatus and method of controlling the same | |
JP2537851B2 (ja) | 画像変倍処理装置 | |
JP6115435B2 (ja) | 画像処理装置及びプログラム | |
JP4835872B2 (ja) | 画像処理装置 | |
JP3242435B2 (ja) | 画像描画装置 | |
JPH01114988A (ja) | 画像拡大縮小処理方法 | |
JPH0816768A (ja) | 画像回転処理装置 | |
JP6690293B2 (ja) | 画像処理装置 | |
JP2705580B2 (ja) | プリンタ画像データの解像度倍増回路 | |
JPH06324935A (ja) | アドレス発生器およびアドレス発生システム | |
JP4806653B2 (ja) | 画像処理回路 | |
CN116233330A (zh) | 图像处理装置 | |
JPS63101975A (ja) | 画像処理装置 | |
JP4945462B2 (ja) | 画像変倍処理方法、画像変倍処理装置、画像処理装置および画像形成装置 | |
JPS63124178A (ja) | 画像処理装置 | |
JPH08123956A (ja) | イメージ処理装置 | |
JPH0863595A (ja) | 画像の回転処理方法およびその装置 | |
JP2005323009A (ja) | 画像処理装置および画像処理方法 | |
JP2013191164A (ja) | 画像処理装置及び方法、並びに電子装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20200819 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20210423 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20210511 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210622 |
|
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: 20210706 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20210719 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 6926940 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |