Image Processing Algorithms

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(SuperResolution: reformat and add a few links)
m (TODO: all links should be working)
Line 313: Line 313:
  
 
==TODO==
 
==TODO==
*move to different section and category
+
*Move to different section and category
*fixed all dead links
+
  
 
[[Category:AviSynth_Development]]
 
[[Category:AviSynth_Development]]

Revision as of 22:28, 14 December 2014

Contents

Image Dithering

Error Diffusion


Image Formats


Image Denoising

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]

Fractal and Wavelet Denoising

Mosquito Noise

NL Means

Salt and Pepper Noise


Image Inpainting


Image Scaling

Edge Directed Interpolation

Spline Scaling


Image Deblurring


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

SuperResolution


Image Registration


Deinterlacing


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


Image Sharpening

Warp Sharpening


Seam Carving


High Dynamic Range (HDR)


TODO

  • Move to different section and category
Personal tools