Changeset 1971


Ignore:
Timestamp:
11/16/07 02:34:22 (6 years ago)
Author:
sam
Message:
  • Minor fixes to the error diffusion section.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/study/part3.html

    r1968 r1971  
    3434 
    3535<p> The idea behind error diffusion is to compute the error caused by 
    36 thresholding a given pixel and propagate it to neighbour pixels to 
     36thresholding a given pixel and propagate it to neighbour pixels, in order to 
    3737compensate for the average intensity loss or gain. It is based upon the 
    3838assumption that a slightly out-of-place pixel causes little visual harm. 
     
    4545 
    4646<p> This is the simplest error diffusion method. It thresholds the image 
    47 to 0.5 and propagates 100% of the error the the next (right) pixel: </p> 
     47to 0.5 and propagates 100% of the error the the next (right) pixel. It is 
     48quite impressive given its simplicity but causes important visual artifacts: 
     49</p> 
    4850 
    4951<p style="text-align: center;"> 
Note: See TracChangeset for help on using the changeset viewer.