Image Processing Algorithms

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (Warp Sharpening: add link)
(Image Sharpening: add link)
 
(3 intermediate revisions by one user not shown)
Line 98: Line 98:
  
 
===[http://en.wikipedia.org/wiki/Ringing_artifacts Ringing]===
 
===[http://en.wikipedia.org/wiki/Ringing_artifacts Ringing]===
 +
*[http://www.graphicon.ru/html/2009/conference/se11/118/118_Paper.pdf Adaptive Image Deringing] | [http://web.archive.org/web/20160528010353/http://www.graphicon.ru/html/2009/conference/se11/118/118_Paper.pdf mirror]
 +
 +
*[http://www.cse.cuhk.edu.hk/~ttwong/papers/artifact/artifact.html Deringing Cartoons by Image Analogies] | [http://www.cse.cuhk.edu.hk/~ttwong/papers/artifact/artifact.html mirror]
 +
 +
*[http://kornel.ski/deringing/ Deringing in DCT via overshoot and clipping] | [http://web.archive.org/web/20160528122946/https://kornel.ski/deringing/ mirror]
 +
 
*[http://imaging.cs.msu.ru/en/research/ringing Ringing Analysis] | [http://web.archive.org/web/20150704061057/http://imaging.cs.msu.ru/en/research/ringing mirror]
 
*[http://imaging.cs.msu.ru/en/research/ringing Ringing Analysis] | [http://web.archive.org/web/20150704061057/http://imaging.cs.msu.ru/en/research/ringing mirror]
  
Line 144: Line 150:
 
*[http://pdf.aminer.org/000/312/775/an_image_interpolation_scheme_for_repetitive_structures.pdf Non-Local Image Interpolation.pdf]
 
*[http://pdf.aminer.org/000/312/775/an_image_interpolation_scheme_for_repetitive_structures.pdf Non-Local Image Interpolation.pdf]
  
*[http://new.ics.ele.tue.nl/~dehaan/pdf/90_jsid2003.pdf Subpixel Image Scaling for Color Matrix Displays.pdf] | [https://web.archive.org/web/20140723042832/http://new.ics.ele.tue.nl/~dehaan/pdf/90_jsid2003.pdf mirror] | [http://forum.doom9.org/showthread.php?p=1370543#post1370543 Doom9 Forum discussion]
+
*[http://graphics.ethz.ch/~cengizo/imageDownscaling.htm Perceptually Based Downscaling of Images] | [http://web.archive.org/web/20160606144955/https://graphics.ethz.ch/~cengizo/imageDownscaling.htm mirror] | [http://forum.doom9.org/showthread.php?t=172871 Doom9 Forum discussion]
 +
 
 +
*[http://new.ics.ele.tue.nl/~dehaan/pdf/90_jsid2003.pdf Subpixel Image Scaling for Color Matrix Displays.pdf] | [https://web.archive.org/web/20140723042832/http://new.ics.ele.tue.nl/~dehaan/pdf/90_jsid2003.pdf mirror] | [http://forum.doom9.org/showthread.php?t=152551 Doom9 Forum discussion]
  
 
=== Edge Directed Interpolation ===
 
=== Edge Directed Interpolation ===
Line 287: Line 295:
  
 
== Image Sharpening ==
 
== Image Sharpening ==
 +
*[https://www.cs.huji.ac.il/~danix/epd/ Edge-Preserving Decompositions for Multi-Scale Tone and Detail Manipulation] | [https://web.archive.org/web/20190422200854/http://www.cs.huji.ac.il/~danix/epd/ mirror]
 +
  
 
===Warp Sharpening ===
 
===Warp Sharpening ===

Latest revision as of 18:16, 6 August 2020

Contents

[edit] Image Dithering

[edit] Error Diffusion


[edit] Image Formats


[edit] Image Denoising

[edit] Deblocking

[edit] False Contour

Also known as Color Banding and Posterization. Posterization and false contouring are definitely the same thing. Banding can absolutely be used in the same way, but is also used to describe a very different phenomenon where vertical or horizontal "bands" are seen on screen (sort of delineated by differing amounts of darkness/lightness). But yes, they can be all used to describe the same phenomenon.[1]

[edit] Fractal and Wavelet Denoising

[edit] Mosquito Noise

[edit] NL Means

[edit] Ringing

[edit] Salt and Pepper Noise


[edit] Image Inpainting


[edit] Image Scaling

[edit] Edge Directed Interpolation

[edit] Spline Scaling


[edit] Image Deblurring


[edit] Standardized Video Test Patterns

The colorbars values are listed below:

Rec. ITU-R BT.801-1
Description of encoded colour-bar signals according to the 4:2:2 level
of Recommendation ITU-R BT.601
100/0/75/0 colour bars
color		Y	Cb	Cr
white		235	128	128
yellow		162	 44	142
cyan		131	156	 44
green		112	 72	 58
magenta		 84	184	198
red		 65	100	212
blue		 35	212	114
black		 16	128	128
Description of encoded colour-bar signals according to the 4:2:2 level
of Recommendation ITU-R BT.601
100/0/100/0 colour bars
AND
Rec. ITU-R BT.1729
Appendix 2
100% colorbars
color		Y	Cb	Cr
white		235	128	128
yellow		210	 16	146
cyan		170	166	 16
green		145	 54	 34
magenta		106	202	222
red		 81	 90	240
blue		 41	240	110
black		 16	128	128

Discussion of standards references

[edit] SuperResolution


[edit] Image Registration


[edit] Deinterlacing


[edit] Image Rotation

These are based on the fast 3 shear methods:

First shear : x' = x - tan (theta/2) * y
Second shear : y' = y + sin(theta) * x
Third shear : x' = x - tan (theta/2) * y


[edit] Image Sharpening


[edit] Warp Sharpening


[edit] Seam Carving

--


[edit] High Dynamic Range (HDR)


[edit] Other

[edit] Edge Detection


[edit] TODO

  • Move to different section and category
Personal tools