Line 13: Line 13:
 
----
 
----
 
----
 
----
==1. Introduction (''Replace by appropriate section title'')==
+
==1. Introduction (''Implementation of Quantization'')==
Text of first section goes here. Here is an example of an equation.
+
Quantization is an operation to compress a signal by reducing a range of values to a single value. This slecture will describe the implementation of image quantization
 
<math> f(x)= \frac{1}{5} \sin x \int_{-\infty}^\alpha \pi^y dy</math>
 
<math> f(x)= \frac{1}{5} \sin x \int_{-\infty}^\alpha \pi^y dy</math>
  
 
----
 
----
==2. Derivation (''Replace by appropriate section title'')==
+
==2. Background ==
Text of second section goes here. Here is an example of a list
+
*The brightness of a photo at each pixel is typically distributed among integers from 0 to 255. However, since some images are desired to take only several values, the brightness value has to be rounded off to fit the size of the image.
*Blah
+
 
*Blih
+
*Since the quantization will obviously cause loss of data, we should try the quantization in different levels and the analyse the error.
*Bloh
+
**Blouh
+
  
 
----
 
----
==3. Example (''Replace by appropriate section title'')==
+
==3. Theory ==
 
Text of third section goes here. Here is an example of a picture
 
Text of third section goes here. Here is an example of a picture
  

Revision as of 18:10, 29 November 2015


Implementation of Quantization

A slecture by ECE student Yitong Wang (or anonymous if desired)

Partly based on the ECE438 Fall 2015 lecture material of Boutin.



1. Introduction (Implementation of Quantization)

Quantization is an operation to compress a signal by reducing a range of values to a single value. This slecture will describe the implementation of image quantization $ f(x)= \frac{1}{5} \sin x \int_{-\infty}^\alpha \pi^y dy $


2. Background

  • The brightness of a photo at each pixel is typically distributed among integers from 0 to 255. However, since some images are desired to take only several values, the brightness value has to be rounded off to fit the size of the image.
  • Since the quantization will obviously cause loss of data, we should try the quantization in different levels and the analyse the error.

3. Theory

Text of third section goes here. Here is an example of a picture

Nature.jpg


4. Conclusion (Replace by appropriate section title)

Text of fourth section goes here.


5. References

  • Reference 1
  • reference 2


Questions and comments

If you have any questions, comments, etc. please post them here.


Back to 2015 Fall ECE 438 Boutin


Alumni Liaison

Recent Math PhD now doing a post-doctorate at UC Riverside.

Kuei-Nuan Lin