EP0576786B1 - Error diffusion processor and method for converting a grey scale pixel image to a binary value pixel image - Google Patents

Error diffusion processor and method for converting a grey scale pixel image to a binary value pixel image Download PDF

Info

Publication number
EP0576786B1
EP0576786B1 EP93103990A EP93103990A EP0576786B1 EP 0576786 B1 EP0576786 B1 EP 0576786B1 EP 93103990 A EP93103990 A EP 93103990A EP 93103990 A EP93103990 A EP 93103990A EP 0576786 B1 EP0576786 B1 EP 0576786B1
Authority
EP
European Patent Office
Prior art keywords
pixel
value
error
grey scale
scan line
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
EP93103990A
Other languages
German (de)
English (en)
French (fr)
Other versions
EP0576786A2 (en
EP0576786A3 (GUID-C5D7CC26-194C-43D0-91A1-9AE8C70A9BFF.html
Inventor
Arlin R. Jones
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.)
HP Inc
Original Assignee
Hewlett Packard Co
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 Hewlett Packard Co filed Critical Hewlett Packard Co
Publication of EP0576786A2 publication Critical patent/EP0576786A2/en
Publication of EP0576786A3 publication Critical patent/EP0576786A3/xx
Application granted granted Critical
Publication of EP0576786B1 publication Critical patent/EP0576786B1/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N1/00Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
    • H04N1/40Picture signal circuits
    • H04N1/405Halftoning, i.e. converting the picture signal of a continuous-tone original into a corresponding signal showing only two levels
    • H04N1/4051Halftoning, i.e. converting the picture signal of a continuous-tone original into a corresponding signal showing only two levels producing a dispersed dots halftone pattern, the dots having substantially the same size
    • H04N1/4052Halftoning, i.e. converting the picture signal of a continuous-tone original into a corresponding signal showing only two levels producing a dispersed dots halftone pattern, the dots having substantially the same size by error diffusion, i.e. transferring the binarising error to neighbouring dot decisions

Definitions

  • error value is the difference between the binary pixel value after conversion and the grey scale value of the pixel before conversion.
  • Figs. 4 and 5 illustrate a flow diagram of the procedure employed by the system of Fig. 3.
  • the system of Fig. 3 includes a pair of additional memories which enable rapid accomplishment of the Floyd et al. error diffusion procedure.
  • An error register 44 contains three grey scale pixel error values from the three pixels that have come just before a pixel under consideration.
  • memory positions 46, 48 and 50 contain pixel error values for the first, second and third pixels, respectively, to the left of a pixel under consideration.
  • Figs. 4 and 5 in conjunction with Fig. 3, the procedure followed by the system of Fig. 3 is illustrated.
  • RAM 36 contains an image of grey scale pixels 38.
  • grey scale pixel I i on scan line n is chosen for conversion to a binary value.
  • error register 44 contains previously calculated error values for the three pixels to the left of grey scale value pixel I i on scan line n.
  • the value stored in register position 46 (E i ) is the calculated error value for the pixel immediately to the left of grey scale pixel I i , etc.
  • processor 30 initially causes grey scale value I i to be accessed from RAM 36 (box 60). Before comparing the grey scale value of pixel I i to a threshold value, its grey scale value is modified in accordance with the teachings of Floyd et al. by attribution of fractional grey scale pixel error values from adjacent pixels. As previously indicated, position 46 in error register 44 contains the error value for pixel I i-1 on scan line n. As can be seen from Fig. 2, the fractional attribution of error value to a next succeeding pixel (e.g. I i ) on scan line n is 7/16 times the error value of pixel I i-1 . Thus, as shown in box 62, the error value to be attributed from pixel I i-1 is calculated by multiplying the value E i in error register 44 by 7/16.
  • the preferred method for carrying out the invention is to multiply all grey scale values by 16 and all error values by 16 so as to avoid having to perform fractional arithmetic.
  • Such a multiplication is easily accomplished by a simple shift of the grey scale binary value four-bit positions to the left (or a direct entry of the grey scale value, four positions to the left).
  • each pixel grey scale value on scan line n + 1 will have attributed to it fractions of a pixel error values from pixels on scan line n.
  • pixel 16 on scan line n + 1 will have, as shown, 5/16 of the grey scale error value attributed from pixel P i .
  • pixel P i-1 was considered, 3/16 of its grey scale error value was attributed to pixel 16.
  • pixel 20 (P i+1 ) is considered, 1/16 of its error value will be attributed to pixel 16.
  • attributed error values are found and accumulated for each pixel on scan line n + 1.
  • the corrected grey scale value G i is then compared to a threshold value T (box 68). For a grey scale of 0-255, a threshold value of 127 is assumed (but it may be any other sesired value). If corrected grey scale value G i is greater than or equal to the threshold value, the binary pixel value P i is set equal to the one logical level. If, however, the corrected grey scale value G i for pixel I i is less than the threshold value, then the value of pixel P i is set equal to the 0 logical level. As can now be seen, the binary value of pixel P i reflects not only the grey scale value of pixel I i , but also attributed pixel error values from adjacent pixels. The binary for pixel P i is next stored in page buffer 40 (box 70).
  • the procedure now moves to update the error values in error register 44 in preparation for consideration of pixel I i+1 and so as to enable an attributed error values for pixel positions on scan line n + 1 to be calculated and stored.
  • E i is thus a value that is equal to the corrected grey scale value of pixel I i less the binary value of pixel P i (converted to a grey scale value) (box 72). If pixel P i has a value of One, and the grey scale maximum value is 255, then the grey scale error E i will be equal to the difference between 255 and the corrected grey scale value G i . By contrast, if pixel value P i is set equal to 0, then the grey scale error E i is equal to the corrected grey scale value G i . In either case, E i indicates the difference between the actual binary value of pixel P i and the grey scale value of pixel I i after it has been modified by attribution of error values from adjacent pixels.
  • the contents of error register 44 are shifted one position to the left and the newly calculated value E i is inserted into position 46.
  • the attributed error for a pixel I i-1 on scan line n+1 is calculated and stored in error accumulation buffer 52 (box 76).
  • the value A i-1 is now stored (box 78) in error accumulation buffer 52 and, eventually becomes A i when scan line n+1 is accessed. As previously noted, only a single error accumulation line buffer 52 is required, as the accumulated error for a pixel already considered can be overwritten by a new accumulated error value for a pixel on scan line n + 1.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Color, Gradation (AREA)
  • Image Input (AREA)
EP93103990A 1992-07-01 1993-03-11 Error diffusion processor and method for converting a grey scale pixel image to a binary value pixel image Expired - Lifetime EP0576786B1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US07/907,006 US5337160A (en) 1992-07-01 1992-07-01 Error diffusion processor and method for converting a grey scale pixel image to a binary value pixel image
US907006 1992-07-01

Publications (3)

Publication Number Publication Date
EP0576786A2 EP0576786A2 (en) 1994-01-05
EP0576786A3 EP0576786A3 (GUID-C5D7CC26-194C-43D0-91A1-9AE8C70A9BFF.html) 1994-03-02
EP0576786B1 true EP0576786B1 (en) 1997-11-05

Family

ID=25423390

Family Applications (1)

Application Number Title Priority Date Filing Date
EP93103990A Expired - Lifetime EP0576786B1 (en) 1992-07-01 1993-03-11 Error diffusion processor and method for converting a grey scale pixel image to a binary value pixel image

Country Status (4)

Country Link
US (1) US5337160A (GUID-C5D7CC26-194C-43D0-91A1-9AE8C70A9BFF.html)
EP (1) EP0576786B1 (GUID-C5D7CC26-194C-43D0-91A1-9AE8C70A9BFF.html)
JP (1) JPH0698159A (GUID-C5D7CC26-194C-43D0-91A1-9AE8C70A9BFF.html)
DE (1) DE69315001T2 (GUID-C5D7CC26-194C-43D0-91A1-9AE8C70A9BFF.html)

Families Citing this family (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5757516A (en) * 1993-01-11 1998-05-26 Canon Inc. Noise quenching method and apparatus for a colour display system
JP3171993B2 (ja) * 1993-05-24 2001-06-04 キヤノン株式会社 画像処理方法及び装置
US5621542A (en) * 1994-01-20 1997-04-15 Canon Kabushiki Kaisha Image processing apparatus and method with weighting of error data generated in quantization
US5589851A (en) * 1994-03-18 1996-12-31 Ductus Incorporated Multi-level to bi-level raster shape converter
US5692109A (en) * 1994-07-01 1997-11-25 Seiko Epson Corporation Method and apparatus for minimizing artifacts in images produced by error diffusion halftoning
KR0150150B1 (ko) * 1994-07-14 1998-10-15 김광호 에지 강조를 이루는 오차확산 방식 이치화 방법 및 장치
US5739808A (en) * 1994-10-28 1998-04-14 Canon Kabushiki Kaisha Display control method and apparatus
AUPN098895A0 (en) * 1995-02-09 1995-03-09 Canon Kabushiki Kaisha Stable error diffusion
AU710794B2 (en) * 1995-02-09 1999-09-30 Canon Kabushiki Kaisha Stable error diffusion
US6307559B1 (en) 1995-07-13 2001-10-23 International Business Machines Corporation Method and apparatus for color space conversion, clipping, and scaling of an image during blitting
US5892496A (en) * 1995-12-21 1999-04-06 Advanced Micro Devices, Inc. Method and apparatus for displaying grayscale data on a monochrome graphic display
AUPN743096A0 (en) * 1996-01-05 1996-02-01 Canon Kabushiki Kaisha Force field halftoning
US5737453A (en) * 1996-05-17 1998-04-07 Canon Information Systems, Inc. Enhanced error-diffusion method for color or black-and-white reproduction
US5949964A (en) * 1997-06-17 1999-09-07 Hewlett-Packard Company Method and apparatus for halftoning of images in a printer
US6028677A (en) * 1997-09-16 2000-02-22 Hewlett-Packard Co. Method and apparatus for converting a gray level pixel image to a binary level pixel image
US6014227A (en) * 1998-04-30 2000-01-11 Hewlett-Packard Co. Printer with progressive column error diffusion system and method of using same for improved printer throughput
US6179407B1 (en) 1998-11-20 2001-01-30 Hewlett-Packard Company Multi-pass inkjet printer system and method of using same
JP2001128003A (ja) * 1999-10-29 2001-05-11 Matsushita Electric Ind Co Ltd 画像二値化方法
JP2007202170A (ja) * 2000-10-06 2007-08-09 Seiko Epson Corp 画像処理装置、画像処理方法、印刷制御装置、および記録媒体
JP2002185788A (ja) 2000-10-06 2002-06-28 Seiko Epson Corp 画像処理装置、画像処理方法、印刷制御装置、および記録媒体
JP3661624B2 (ja) * 2000-10-06 2005-06-15 セイコーエプソン株式会社 画像処理装置
KR100431000B1 (ko) * 2001-10-23 2004-05-12 삼성전자주식회사 영상블록화현상 보상장치 및 방법
US7333243B2 (en) * 2003-12-17 2008-02-19 Lexmark International, Inc Calculating error diffusion errors to minimize memory accesses
CN1326384C (zh) 2005-04-07 2007-07-11 北京北大方正电子有限公司 一种产生调频网点的方法和装置
JP4683343B2 (ja) * 2007-12-27 2011-05-18 株式会社 日立ディスプレイズ 色信号生成装置
JP5600517B2 (ja) 2010-08-18 2014-10-01 キヤノン株式会社 情報処理装置、情報処理方法、およびプログラム

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4523231A (en) * 1983-01-26 1985-06-11 Ncr Canada Ltd - Ncr Canada Ltee Method and system for automatically detecting camera picture element failure
US4625202A (en) * 1983-04-08 1986-11-25 Tektronix, Inc. Apparatus and method for generating multiple cursors in a raster scan display system
US4648045A (en) * 1984-05-23 1987-03-03 The Board Of Trustees Of The Leland Standford Jr. University High speed memory and processor system for raster display
EP0174721B1 (en) * 1984-07-25 1991-07-17 Matsushita Electric Industrial Co., Ltd. Apparatus for processing image signal
US4780711A (en) * 1985-04-12 1988-10-25 International Business Machines Corporation Anti-aliasing of raster images using assumed boundary lines
US4654721A (en) * 1985-04-12 1987-03-31 International Business Machines Corporation System for reproducing multi-level digital images on a bi-level printer of fixed dot size
US4680645A (en) * 1986-08-25 1987-07-14 Hewlett-Packard Company Method for rendering gray scale images with variable dot sizes
US4851825A (en) * 1987-07-24 1989-07-25 Naiman Abraham C Grayscale character generator and method
US4924322A (en) * 1988-03-18 1990-05-08 Matsushita Electric Industrial Co., Ltd. Bi-level image display signal processing apparatus
US5086484A (en) * 1988-08-24 1992-02-04 Canon Kabushiki Kaisha Image processing apparatus with fixed or variable threshold
US4891714A (en) * 1989-04-24 1990-01-02 Eastman Kodak Company Apparatus for non-linear error diffusion thresholding of multilevel video images
US5121447A (en) * 1989-04-27 1992-06-09 Canon Kabushiki Kaisha Apparatus for performing gradation processing on image data
US5172247A (en) * 1990-10-24 1992-12-15 Eastman Kodak Company High speed digital error diffusion process for continuous tone image-to-binary image conversion
US5130823A (en) * 1991-06-27 1992-07-14 Cactus Error diffusion system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Proceedings of the Society for Information Display, vol.17/2, 2nd quarter 1976, pp75-77, Floyd et al.: "An Adaptive Algorithm for Spatial Greyscale" *

Also Published As

Publication number Publication date
EP0576786A2 (en) 1994-01-05
DE69315001T2 (de) 1998-05-07
DE69315001D1 (de) 1997-12-11
EP0576786A3 (GUID-C5D7CC26-194C-43D0-91A1-9AE8C70A9BFF.html) 1994-03-02
US5337160A (en) 1994-08-09
JPH0698159A (ja) 1994-04-08

Similar Documents

Publication Publication Date Title
EP0576786B1 (en) Error diffusion processor and method for converting a grey scale pixel image to a binary value pixel image
US5245678A (en) Image conversion with lossy adaptive error diffusion
EP0506946B1 (en) High speed digital error diffusion process for continuous tone image-to-binary image conversion
US4692811A (en) Apparatus for processing image signal
JPH05219377A (ja) 画像内画素値量子化方法
JPH0865508A (ja) 誤差拡散方法、誤差拡散システム及び誤差生成方法
US5130819A (en) Image processing apparatus
JPH11164146A (ja) 画像データ処理システム及び画像データ処理方法
EP0696133B1 (en) A system and method for redistributing error values from an error diffusion process
EP0525359B1 (en) System for picture image processing
US5493416A (en) Method combining error diffusion and traditional halftoning with arbitrary screen orientation
US4835599A (en) Apparatus and method for storing and transmitting images represented by logic signals
US5499111A (en) Image signal processing apparatus
US5621476A (en) Reducing the effects of noise in level number transformation
EP0543386A2 (en) Method of and apparatus for processing image data
US6633975B1 (en) Data processing system having plurality of processors and executing series of processings in prescribed order
US5572337A (en) Shading correcting method and shading correcting apparatus
JP4068181B2 (ja) マルチレベル階調画素値のレベル数減少方法及びシステム
EP0604759B1 (en) Method of and apparatus for processing digital image data
JPH0738767A (ja) 画像2値化処理装置
EP0840495B1 (en) Method and apparatus of correcting image data levels
JP3200274B2 (ja) 画像処理方法及び装置
JP3290867B2 (ja) 多値データ変換装置及び多値データ変換方法
JP2966848B2 (ja) 画像処理方法
JPH0668250A (ja) 画像処理装置

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

AK Designated contracting states

Kind code of ref document: A2

Designated state(s): DE FR GB IT

PUAL Search report despatched

Free format text: ORIGINAL CODE: 0009013

AK Designated contracting states

Kind code of ref document: A3

Designated state(s): DE FR GB IT

17P Request for examination filed

Effective date: 19940419

17Q First examination report despatched

Effective date: 19960726

GRAG Despatch of communication of intention to grant

Free format text: ORIGINAL CODE: EPIDOS AGRA

GRAH Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOS IGRA

GRAH Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOS IGRA

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

ITF It: translation for a ep patent filed
AK Designated contracting states

Kind code of ref document: B1

Designated state(s): DE FR GB IT

REF Corresponds to:

Ref document number: 69315001

Country of ref document: DE

Date of ref document: 19971211

ET Fr: translation filed
PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

26N No opposition filed
REG Reference to a national code

Ref country code: GB

Ref legal event code: 732E

REG Reference to a national code

Ref country code: FR

Ref legal event code: TP

REG Reference to a national code

Ref country code: GB

Ref legal event code: IF02

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: IT

Payment date: 20060331

Year of fee payment: 14

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20070327

Year of fee payment: 15

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: DE

Payment date: 20070430

Year of fee payment: 15

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20070319

Year of fee payment: 15

GBPC Gb: european patent ceased through non-payment of renewal fee

Effective date: 20080311

REG Reference to a national code

Ref country code: FR

Ref legal event code: ST

Effective date: 20081125

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: DE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20081001

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: FR

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20080331

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GB

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20080311

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IT

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20070311