Image Processing Algorithms

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(Warp Sharpening: remove redundant links)
(Image Denoising: add Ringing section)
Line 90: Line 90:
 
*[http://arxiv.org/ftp/arxiv/papers/1304/1304.0839.pdf Multiscale Hybrid Non-local Means Filtering Using Modified Similarity Measure.pdf]
 
*[http://arxiv.org/ftp/arxiv/papers/1304/1304.0839.pdf Multiscale Hybrid Non-local Means Filtering Using Modified Similarity Measure.pdf]
  
*[http://www.cs.toronto.edu/~kyros/courses/2530/papers/Lecture-06/Buades2008.pdf Non-local Image and Movie Denoising.pdf] | [https://web.archive.org/web/20141130233915/http://www.cs.toronto.edu/~kyros/courses/2530/papers/Lecture-06/Buades2008.pdf mirror]
+
*[http://www.cs.toronto.edu/~kyros/courses/2530/papers/Lecture-06/Buades2008.pdf Non-local Image and Movie Denoising.pdf] | [http://web.archive.org/web/20141130233915/http://www.cs.toronto.edu/~kyros/courses/2530/papers/Lecture-06/Buades2008.pdf mirror]
 +
 
 +
===[http://en.wikipedia.org/wiki/Ringing_artifacts Ringing]===
 +
*[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://www.sersc.org/journals/IJSIP/vol2_no4/8.pdf Ringing Artifact Removal in Digital Restored Images Using Multi-Resolution Edge Map] | [https://web.archive.org/web/20150426010728/http://www.sersc.org/journals/IJSIP/vol2_no4/8.pdf mirror]
  
 
===Salt and Pepper Noise===
 
===Salt and Pepper Noise===

Revision as of 07:26, 4 July 2015

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

Ringing

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