Image Processing Algorithms

From Avisynth wiki
Jump to: navigation, search

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