CA2389410A1 - Variance based adaptive block size dct image compression - Google Patents

Variance based adaptive block size dct image compression Download PDF

Info

Publication number
CA2389410A1
CA2389410A1 CA002389410A CA2389410A CA2389410A1 CA 2389410 A1 CA2389410 A1 CA 2389410A1 CA 002389410 A CA002389410 A CA 002389410A CA 2389410 A CA2389410 A CA 2389410A CA 2389410 A1 CA2389410 A1 CA 2389410A1
Authority
CA
Canada
Prior art keywords
block
threshold
data
pixel data
subdivided
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CA002389410A
Other languages
French (fr)
Other versions
CA2389410C (en
Inventor
Kadayam Thyagarajan
Michael J. Merritt
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.)
Qualcomm Inc
Original Assignee
Qualcomm Incorporated
Kadayam Thyagarajan
Michael J. Merritt
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 Qualcomm Incorporated, Kadayam Thyagarajan, Michael J. Merritt filed Critical Qualcomm Incorporated
Publication of CA2389410A1 publication Critical patent/CA2389410A1/en
Application granted granted Critical
Publication of CA2389410C publication Critical patent/CA2389410C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/169Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
    • H04N19/17Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object
    • H04N19/176Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object the region being a block, e.g. a macroblock
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/90Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
    • H04N19/96Tree coding, e.g. quad-tree coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/102Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the element, parameter or selection affected or controlled by the adaptive coding
    • H04N19/12Selection from among a plurality of transforms or standards, e.g. selection between discrete cosine transform [DCT] and sub-band transform or selection between H.263 and H.264
    • H04N19/122Selection of transform size, e.g. 8x8 or 2x4x8 DCT; Selection of sub-band transforms of varying structure or type
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/60Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using transform coding

Abstract

A system and method for image compression utilizing adaptively sized blocks and sub-blocks of discrete cosine transform coefficient data is presented. A block size assignment element in the encoder selects the block or sub-block of an input block of pixels to be processed. The selection is based on the variance of pixel values. Blocks with variances larger than a threshold are subdivided, while blocks with variances smaller than a threshold are not subdivided. A transform element transforms the pixel values of the selected blocks into the frequency domain. The frequency domain values may then be quantized, serialized, and variable length coded in preparation for transmission.

Claims (35)

1. A method for determining a block size assignment for an input block of image pixels to be used in compressing said input block, comprising the steps of:
reading a block of pixel data;
generating a block size assignment based on the variances of pixel values of said block of pixel data and subdivided blocks of said block of pixel data;
and providing a data structure containing information on said block size assignment.
2. The method of claim 1, wherein said step of generating further comprises the steps of:
determining a variance of pixel values for said block of pixel data;
comparing said variance with a threshold;
making a decision to subdivide said block based on a result of said step of comparing;
if said decision is to subdivide said block, then repeating the steps of determining, comparing, and making for each subdivided block until a predetermined criteria is satisfied; and designating as said block size assignment each block that is not further subdivided.
3. The method of claim 2, wherein said step of making a decision calls for a block to be subdivided if said variance is greater than said threshold.
4. The method of claim 3 wherein said threshold is predetermined.
5. The method of claim 3 wherein said threshold is a function of the mean of pixel values of the block being evaluated.
6. The method of claim 2 wherein said threshold changes for each level of subdivision.
7. The method of claim 2 wherein said predetermined criteria for no longer repeating the steps of determining, comparing, and making is based on a pre-selected minimum block size of pixel data.
8. An image compression system for compressing a block of pixel data, comprising:
block size assignment means for selecting said block or subdivided blocks of said block to be compressed based on the variances of pixel values of said block of pixel data and subdivided blocks of said block of pixel data;
transform means for transforming pixel data of said selected block or subdivided blocks into frequency domain data;
quantizer means for quantizing said frequency domain data;
serializer means for scanning said quantized data into a serialized stream of data; and variable length coding means for coding said serialized stream of data in preparation for transmission.
9. The system of claim 8, wherein said block size assignment means determines a variance of pixel values for said block of pixel data, compares said variance with a threshold, makes a decision to subdivide said block based on a result of said comparison, if said decision is to subdivide said block, then repeats the determination of variance, the comparison with a threshold, and the decision to subdivide for each subdivided block until a predetermined criteria is satisfied, and designates as said block size assignment each block that is not further subdivided.
10. The system of claim 9 wherein said decision to subdivide calls for a block to be subdivided if said variance is greater than said threshold.
11. The system of claim 10 wherein said threshold is predetermined.
12. The system of claim 10 wherein said threshold is a function of the mean of pixel values of the block being evaluated.
13. The system of claim 9 wherein said threshold changes for each level of subdivision.
14. The system of claim 9 wherein said predetermined criteria for no longer subdividing is based on a pre-selected minimum block size of pixel data being achieved.
15. The system of claim 8 wherein said transform means performs a Discrete Cosine Transform.
16. The system of claim 8 wherein said transform means performs a Discrete Cosine Transform followed by a Differential Quad-tree Transform
17. The system of claim 8 wherein said serializer means comprises a zigzag scanner.
18. The system of claim 17 wherein said zigzag scanner employs an 8x8 block size for the zigzag scanning.
19. The system of claim 8 wherein said variable length coding means comprises a Huffman coder.
20. The system of claim 19 wherein said Huffman coder employs multiple look-up tables to code run-length and non-zero values.
21. The system of claim 20 wherein there are three look-up tables.
22. A method for compressing a block of pixel data of an image, comprising the steps of:
reading a block of pixel data;
generating a block size assignment based on the variances of pixel values of said block of pixel data and subdivided blocks of said block of pixel data;
providing a data structure containing information on said block size assignment;
transforming said the pixel data of selected blocks as indicated by said data structure into a frequency domain representation;
quantizing said frequency domain data;
scanning said quantized data into a serialized stream of data; and coding said serialized stream of data in preparation for transmission.
23. The method of claim 22, wherein said step of generating further comprises the steps of:
determining a variance of pixel values for said block of pixel data;
comparing said variance with a threshold;
making a decision to subdivide said block based on a result of said step of comparing;
if said decision is to subdivide said block, then repeating the steps of determining, comparing, and making for each subdivided block until a predetermined criteria is satisfied; and designating as said block size assignment each block that is not further subdivided.
24. The method of claim 23 wherein said step of making a decision calls for a block to be subdivided if said variance is greater than said threshold.
25. The method of claim 24 wherein said threshold is predetermined.
26. The method of claim 24 wherein said threshold is a function of the mean of pixel values of the block being evaluated.
27. The method of claim 23 wherein said threshold changes for each level of subdivision.
28. The method of claim 23 wherein said predetermined criteria for no longer repeating the steps of determining, comparing, and making is based on a pre-selected minimum block size of pixel data.
29. The method of claim 22, wherein Discrete Cosine Transform is performed during said step of transforming.
30. The method of claim 22, wherein a Discrete Cosine Transform is performed followed by a Differential Quad-tree Transform during said step of transforming.
31. The method of claim 22, wherein zigzag scanning is performed during said step of scanning.
32. The method of claim 31 wherein said zigzag scanning is performed using an 8x8 block size.
33. The method of claim 22, wherein Huffman coding is performed during said step of coding.
34. The system of claim 33 wherein said Huffman coding employs multiple look-up tables to code run-length and non-zero values.
35. The system of claim 34 wherein there are three look-up tables.
CA2389410A 1999-11-08 2000-11-08 Variance based adaptive block size dct image compression Expired - Lifetime CA2389410C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US09/436,085 1999-11-08
US09/436,085 US6529634B1 (en) 1999-11-08 1999-11-08 Contrast sensitive variance based adaptive block size DCT image compression
PCT/US2000/030883 WO2001035673A1 (en) 1999-11-08 2000-11-08 Variance based adaptive block size dct image compression

Publications (2)

Publication Number Publication Date
CA2389410A1 true CA2389410A1 (en) 2001-05-17
CA2389410C CA2389410C (en) 2011-06-28

Family

ID=23731055

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2389410A Expired - Lifetime CA2389410C (en) 1999-11-08 2000-11-08 Variance based adaptive block size dct image compression

Country Status (18)

Country Link
US (1) US6529634B1 (en)
EP (1) EP1230804B1 (en)
JP (2) JP5289659B2 (en)
KR (1) KR100740818B1 (en)
CN (1) CN1186942C (en)
AR (1) AR033655A1 (en)
AT (1) ATE538598T1 (en)
AU (1) AU782176B2 (en)
BR (1) BR0015341B1 (en)
CA (1) CA2389410C (en)
ES (1) ES2376540T3 (en)
HK (1) HK1053565A1 (en)
IL (2) IL149455A0 (en)
MX (1) MXPA02004577A (en)
RU (1) RU2273112C2 (en)
TW (1) TW517500B (en)
WO (1) WO2001035673A1 (en)
ZA (1) ZA200203276B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113114934A (en) * 2021-03-31 2021-07-13 太原理工大学 Multi-focus video acquisition method and system for urine red blood cells

Families Citing this family (78)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4356240B2 (en) * 1998-09-21 2009-11-04 ソニー株式会社 Encoding apparatus and method, decoding apparatus and method
GB2364415B (en) * 2000-06-30 2004-10-20 Post Office Image processing
US6972868B1 (en) * 2000-11-09 2005-12-06 Hewlett-Packard Development Company, L.P. Image data compression method
US7649947B2 (en) * 2001-06-05 2010-01-19 Qualcomm Incorporated Selective chrominance decimation for digital images
US6870963B2 (en) * 2001-06-15 2005-03-22 Qualcomm, Inc. Configurable pattern optimizer
US6735254B2 (en) * 2001-06-29 2004-05-11 Qualcomm, Inc. DCT compression using Golomb-Rice coding
US7483581B2 (en) * 2001-07-02 2009-01-27 Qualcomm Incorporated Apparatus and method for encoding digital image data in a lossless manner
US6650784B2 (en) * 2001-07-02 2003-11-18 Qualcomm, Incorporated Lossless intraframe encoding using Golomb-Rice
US7630563B2 (en) * 2001-07-19 2009-12-08 Qualcomm Incorporated System and method for decoding digital image and audio data in a lossless manner
US7397852B2 (en) * 2001-08-02 2008-07-08 Sony Corporation Image processing apparatus and method, and image processing program
US20030053637A1 (en) * 2001-09-14 2003-03-20 Michael Rodemer Audio distributor
WO2003045069A2 (en) * 2001-11-16 2003-05-30 Qualcomm Incorporated Block size assignment using local contrast ratio
US7742525B1 (en) * 2002-07-14 2010-06-22 Apple Inc. Adaptive motion estimation
KR101150576B1 (en) * 2002-07-29 2012-06-08 콸콤 인코포레이티드 digital image encoding
US6975773B1 (en) * 2002-07-30 2005-12-13 Qualcomm, Incorporated Parameter selection in data compression and decompression
JP3679083B2 (en) * 2002-10-08 2005-08-03 株式会社エヌ・ティ・ティ・ドコモ Image encoding method, image decoding method, image encoding device, image decoding device, image encoding program, image decoding program
ES2309379T3 (en) * 2002-11-15 2008-12-16 Qualcomm Incorporated APPLIANCE AND PROCEDURE FOR CODING FOR MULTIPLE DESCRIPTIONS.
KR100828353B1 (en) * 2003-02-05 2008-05-08 삼성전자주식회사 Method for dividing the image block and Apparatus thereof
US7995849B2 (en) 2003-03-17 2011-08-09 Qualcomm, Incorporated Method and apparatus for improving video quality of low bit-rate video
UA87660C2 (en) * 2003-03-17 2009-08-10 Квелкомм Инкорпорейтед Method and device for improvement of quality of video-image with low rate of bit transmission
KR100510137B1 (en) * 2003-04-30 2005-08-26 삼성전자주식회사 Method of determining reference picture and block mode, the apparatus therefor, method of determining block mode, and the apparatus therefor for fast motion estimation
HUP0301368A3 (en) * 2003-05-20 2005-09-28 Amt Advanced Multimedia Techno Method and equipment for compressing motion picture data
KR100723400B1 (en) 2004-05-12 2007-05-30 삼성전자주식회사 Apparatus and method for encoding digital signal using plural look up table
CN1812579B (en) * 2004-06-27 2010-04-21 苹果公司 Efficient use of storage in encoding and decoding video data stream
US7852916B2 (en) * 2004-06-27 2010-12-14 Apple Inc. Efficient use of storage in encoding and decoding video data streams
US20050286777A1 (en) * 2004-06-27 2005-12-29 Roger Kumar Encoding and decoding images
US8111752B2 (en) * 2004-06-27 2012-02-07 Apple Inc. Encoding mode pruning during video encoding
US7792188B2 (en) * 2004-06-27 2010-09-07 Apple Inc. Selecting encoding types and predictive modes for encoding video data
FI20050113A (en) * 2005-02-01 2006-08-02 Paavo Eskelinen Procedure for processing image information
US7609766B2 (en) * 2005-02-08 2009-10-27 Vixs Systems, Inc. System of intra-picture complexity preprocessing
US20070200738A1 (en) * 2005-10-12 2007-08-30 Yuriy Reznik Efficient multiplication-free computation for signal and data processing
US8595281B2 (en) 2006-01-11 2013-11-26 Qualcomm Incorporated Transforms with common factors
US8849884B2 (en) 2006-03-29 2014-09-30 Qualcom Incorporate Transform design with scaled and non-scaled interfaces
JP5018775B2 (en) * 2006-06-20 2012-09-05 株式会社ニコン Image processing method, image processing apparatus, and image processing program
RU2417423C2 (en) * 2006-06-26 2011-04-27 Квэлкомм Инкорпорейтед Efficient fixed-point approximation for direct and inverse discrete cosine transforms
US8385424B2 (en) * 2006-06-26 2013-02-26 Qualcomm Incorporated Reduction of errors during computation of inverse discrete cosine transform
US8571340B2 (en) * 2006-06-26 2013-10-29 Qualcomm Incorporated Efficient fixed-point approximations of forward and inverse discrete cosine transforms
JP4906458B2 (en) * 2006-09-29 2012-03-28 キヤノン株式会社 Image coding apparatus and image coding method
TWI386064B (en) 2006-10-10 2013-02-11 Nippon Telegraph & Telephone Intra prediction encoding control method and apparatus, program therefor, and storage medium for storing the program
US8542726B2 (en) * 2006-10-17 2013-09-24 Microsoft Corporation Directional and motion-compensated discrete cosine transformation
CN100542298C (en) * 2007-09-29 2009-09-16 中国科学院计算技术研究所 A kind of block size computing method of cylinder panorama video code and transmission method
US8325796B2 (en) 2008-09-11 2012-12-04 Google Inc. System and method for video coding using adaptive segmentation
KR101619972B1 (en) * 2008-10-02 2016-05-11 한국전자통신연구원 Apparatus and method for coding/decoding image selectivly using descrete cosine/sine transtorm
US8503527B2 (en) 2008-10-03 2013-08-06 Qualcomm Incorporated Video coding with large macroblocks
EA029414B1 (en) * 2009-04-08 2018-03-30 Шарп Кабусики Кайся Video frame encoding apparatus and video frame decoding apparatus
KR101624649B1 (en) * 2009-08-14 2016-05-26 삼성전자주식회사 Method and apparatus for video encoding considering hierarchical coded block pattern, and method and apparatus for video decoding considering hierarchical coded block pattern
KR101456498B1 (en) * 2009-08-14 2014-10-31 삼성전자주식회사 Method and apparatus for video encoding considering scanning order of coding units with hierarchical structure, and method and apparatus for video decoding considering scanning order of coding units with hierarchical structure
KR101487686B1 (en) * 2009-08-14 2015-01-30 삼성전자주식회사 Method and apparatus for video encoding, and method and apparatus for video decoding
KR20110112168A (en) * 2010-04-05 2011-10-12 삼성전자주식회사 Method and apparatus for video encoding based on internal bitdepth increment, method and apparatus for video decoding based on internal bitdepth increment
WO2011126283A2 (en) 2010-04-05 2011-10-13 Samsung Electronics Co., Ltd. Method and apparatus for encoding video based on internal bit depth increment, and method and apparatus for decoding video based on internal bit depth increment
WO2011126282A2 (en) 2010-04-05 2011-10-13 Samsung Electronics Co., Ltd. Method and apparatus for encoding video by using transformation index, and method and apparatus for decoding video by using transformation index
WO2011126277A2 (en) 2010-04-05 2011-10-13 Samsung Electronics Co., Ltd. Low complexity entropy-encoding/decoding method and apparatus
KR101556821B1 (en) * 2010-04-13 2015-10-01 지이 비디오 컴프레션, 엘엘씨 Inheritance in sample array multitree subdivision
JP5479225B2 (en) * 2010-05-27 2014-04-23 キヤノン株式会社 Image processing apparatus, image processing method, and program
JP5765893B2 (en) * 2010-06-16 2015-08-19 キヤノン株式会社 Image processing apparatus, imaging apparatus, and image processing program
JP5741076B2 (en) * 2010-12-09 2015-07-01 ソニー株式会社 Image processing apparatus and image processing method
JP5741729B2 (en) * 2010-12-09 2015-07-01 ソニー株式会社 Image processing apparatus and image processing method
US8761245B2 (en) * 2010-12-21 2014-06-24 Intel Corporation Content adaptive motion compensation filtering for high efficiency video coding
JP2012238927A (en) * 2011-05-09 2012-12-06 Sony Corp Image processing device and image processing method
SG11201402920TA (en) 2011-12-19 2014-11-27 Sony Corp Image processing device and method
CN103313046B (en) * 2012-03-06 2019-06-14 中兴通讯股份有限公司 A kind of representation method and entropy coding input unit of residual error
CN103428485A (en) * 2012-05-24 2013-12-04 富士通株式会社 Image encoding method and image decoding method
US9258389B2 (en) 2012-08-13 2016-02-09 Gurulogic Microsystems Oy Encoder and method
US10333547B2 (en) 2012-08-13 2019-06-25 Gurologic Microsystems Oy Encoder and method for encoding input data using a plurality of different transformations or combinations of transformations
US8675731B2 (en) 2012-08-13 2014-03-18 Gurulogic Microsystems Oy Encoder and method
TW201419863A (en) * 2012-11-13 2014-05-16 Hon Hai Prec Ind Co Ltd System and method for splitting an image
TW201419862A (en) * 2012-11-13 2014-05-16 Hon Hai Prec Ind Co Ltd System and method for splitting an image
TW201419865A (en) * 2012-11-13 2014-05-16 Hon Hai Prec Ind Co Ltd System and method for splitting an image
US9177393B2 (en) * 2013-02-04 2015-11-03 Qualcomm Incorporated Mixed mode for frame buffer compression
JP5719410B2 (en) * 2013-07-25 2015-05-20 日本電信電話株式会社 Image coding method, image coding apparatus, and image coding program
CN104331855A (en) * 2014-05-22 2015-02-04 重庆大学 Adaptive visible watermark adding method of digital image of mouse picking-up and adding position on the basis of .NET
US9392272B1 (en) 2014-06-02 2016-07-12 Google Inc. Video coding using adaptive source variance based partitioning
US9578324B1 (en) 2014-06-27 2017-02-21 Google Inc. Video coding using statistical-based spatially differentiated partitioning
US10554965B2 (en) 2014-08-18 2020-02-04 Google Llc Motion-compensated partitioning
US10291931B2 (en) 2016-10-13 2019-05-14 Ati Technologies Ulc Determining variance of a block of an image based on a motion vector for the block
EP3503548B1 (en) * 2017-12-19 2019-10-23 Axis AB Video encoding method and system
CN108335335B (en) * 2018-02-11 2019-06-21 北京大学深圳研究生院 A kind of point cloud genera compression method based on enhancing figure transformation
JP7245341B2 (en) * 2019-01-02 2023-03-23 フラウンホーファー-ゲゼルシャフト・ツール・フェルデルング・デル・アンゲヴァンテン・フォルシュング・アインゲトラーゲネル・フェライン Integrated transform type notification and transform type dependent transform factor level coding

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5241395A (en) * 1989-08-07 1993-08-31 Bell Communications Research, Inc. Adaptive transform coding using variable block size
US5107345A (en) 1990-02-27 1992-04-21 Qualcomm Incorporated Adaptive block size image compression method and system
US5021891A (en) * 1990-02-27 1991-06-04 Qualcomm, Inc. Adaptive block size image compression method and system
DE69222766T2 (en) * 1991-06-04 1998-05-07 Qualcomm Inc ADAPTIVE COMPRESSION SYSTEM OF BLOCK SIZES OF AN IMAGE
US5471248A (en) 1992-11-13 1995-11-28 National Semiconductor Corporation System for tile coding of moving images
KR100276427B1 (en) * 1993-01-30 2000-12-15 윤종용 Device for compression and decompression of image data
US5585944A (en) 1994-05-10 1996-12-17 Kaleida Labs, Inc. Method for compressing and decompressing images by subdividing pixel color distributions
JPH0811869A (en) * 1994-06-27 1996-01-16 Dainippon Printing Co Ltd Paper carton
KR960013055A (en) * 1994-09-27 1996-04-20 김광호 Conditional Quidtree Segmentation Image Compression Method and Apparatus
JPH08205140A (en) * 1995-01-31 1996-08-09 Canon Inc Image compressing device
US6633611B2 (en) * 1997-04-24 2003-10-14 Mitsubishi Denki Kabushiki Kaisha Method and apparatus for region-based moving image encoding and decoding
JP3570863B2 (en) * 1997-08-05 2004-09-29 三菱電機株式会社 Moving picture decoding apparatus and moving picture decoding method
JPH11164325A (en) * 1997-11-26 1999-06-18 Oki Electric Ind Co Ltd Panorama image generating method and recording medium recording its program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113114934A (en) * 2021-03-31 2021-07-13 太原理工大学 Multi-focus video acquisition method and system for urine red blood cells

Also Published As

Publication number Publication date
CN1421102A (en) 2003-05-28
HK1053565A1 (en) 2003-10-24
JP2012199963A (en) 2012-10-18
BR0015341A (en) 2003-07-15
AR033655A1 (en) 2004-01-07
EP1230804A1 (en) 2002-08-14
ATE538598T1 (en) 2012-01-15
RU2273112C2 (en) 2006-03-27
WO2001035673A1 (en) 2001-05-17
TW517500B (en) 2003-01-11
MXPA02004577A (en) 2002-11-29
CA2389410C (en) 2011-06-28
IL149455A0 (en) 2002-11-10
ZA200203276B (en) 2003-07-24
KR20030036129A (en) 2003-05-09
ES2376540T3 (en) 2012-03-14
KR100740818B1 (en) 2007-07-19
BR0015341B1 (en) 2015-01-06
JP2003523652A (en) 2003-08-05
JP5384696B2 (en) 2014-01-08
US6529634B1 (en) 2003-03-04
CN1186942C (en) 2005-01-26
EP1230804B1 (en) 2011-12-21
IL149455A (en) 2007-07-04
AU782176B2 (en) 2005-07-07
AU1481101A (en) 2001-06-06
JP5289659B2 (en) 2013-09-11

Similar Documents

Publication Publication Date Title
CA2389410A1 (en) Variance based adaptive block size dct image compression
AU2008203295B2 (en) Lossless intraframe encoding using golomb-rice
CA2398386A1 (en) Quality based image compression
AU2002318196B2 (en) An apparatus and method for encoding digital image data in a lossless manner
RU2002115290A (en) COMPRESSING AN IMAGE USING A DISCRETE COSINUS TRANSFORM OF AN ADAPTIVELY DETERMINED SIZE OF THE UNIT BASED ON DISPERSION
CA2450733C (en) A configurable image scanning pattern optimizer
US7630563B2 (en) System and method for decoding digital image and audio data in a lossless manner
AU2002318196A1 (en) An apparatus and method for encoding digital image data in a lossless manner
JPH05219385A (en) Picture compression expansion method and device
CA2449709A1 (en) Interframe encoding method and apparatus
JP3163880B2 (en) Image compression coding device
JPH07255054A (en) Image encoding device
KR100189523B1 (en) Image compression apparatus and method and decoding method by using image separation and arithmatic coding
JPH0766978A (en) Picture coder

Legal Events

Date Code Title Description
EEER Examination request
MKEX Expiry

Effective date: 20201109