Image Processing Algorithms

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(add Image Sharpening section and some content)
(Image Denoising: add Mosquito Noise sub-section)
Line 43: Line 43:
  
 
*[https://www.birs.ca/workshops/2014/14w5045/files/Mendivil_BIRS_talk.pdf Some Applications of Fractal Methods in Imaging.pdf] | [https://web.archive.org/web/20141130224723/https://www.birs.ca/workshops/2014/14w5045/files/Mendivil_BIRS_talk.pdf mirror]
 
*[https://www.birs.ca/workshops/2014/14w5045/files/Mendivil_BIRS_talk.pdf Some Applications of Fractal Methods in Imaging.pdf] | [https://web.archive.org/web/20141130224723/https://www.birs.ca/workshops/2014/14w5045/files/Mendivil_BIRS_talk.pdf mirror]
 +
 +
===Mosquito Noise===
 +
*[http://enpub.fulton.asu.edu/resp/vpqm/vpqm10/Proceedings_VPQM2010/vpqm_p39.pdf Adaptive Deringing and Mosquito Noise Reducer.pdf]
 +
 +
*[http://www.itl.nist.gov/iad/894.05/docs/MosquitoNoise2000.pdf Mosquito Noise in MPEG Compressed Video Test Patterns and Metrics.pdf]
 +
 +
*[http://tvit.org/GuyCD/Reports/Papers/Survey_of_MPEG_Artifact_Removal_Algorithms2.pdf MPEG Artifact Removal Algorithms.pdf]
 +
 +
*[http://alexandria.tue.nl/extra1/afstversl/E/606860.pdf Post-Processing Techniques for Compression Artifact Removal in Block-Coded Video and Images.pdf]
 +
 +
*[http://enpub.fulton.asu.edu/resp/Papers/2007/AbbasKaram_ICASSP_Apr07.pdf Suppression of Mosquito Noise by Recursive Epsilon-Filters.pdf]
 +
 +
*[http://hal.archives-ouvertes.fr/docs/00/45/01/21/PDF/Mantel_temporal_MN_corrector_Qomex09.pdf Temporal Mosquito Noise Corrector.pdf]
  
 
===[http://en.wikipedia.org/wiki/Non-local_means NL Means]===
 
===[http://en.wikipedia.org/wiki/Non-local_means NL Means]===

Revision as of 16:31, 1 December 2014

Contents

Image Dithering

Error Diffusion


Image Formats


Image Denoising

Color Banding

Fractal and Wavelet Denoising

Mosquito Noise

NL Means

Salt and Pepper Noise


Image Inpainting


Image Scaling

  • Subpixel Image Scaling for Color Matrix Displays, Michiel A. Klompenhouwer, Gerard de Haan - Subpixel rendering’ algorithms are being used to convert an input image to subpixel-corrected display images. This paper deals with the consequences of the subpixel structure, and the theoretical background of the resolution gain. We will show that this theory allows a low-cost implementation in an image scaler. This leads to high ?exibility, allowing di?erent subpixel arrangements and a simple control over the trade-o? between perceived resolution and color errors.

Discussion

Edge Directed Interpolation

Spline Scaling


Image Deblurring

  • A scaled gradient projection method for constrained image deblurring - A class of scaled gradient projection methods for optimization problems with simple constraints is considered. These iterative algorithms can be useful in variational approaches to image deblurring that lead to minimized convex nonlinear functions subject to non-negativity constraints and, in some cases, to an additional flux conservation constraint. A special gradient projection method is introduced that exploits effective scaling strategies and steplength updating rules, appropriately designed for improving the convergence rate. We give convergence results for this scheme and we evaluate its effectiveness by means of an extensive computational study on the minimization problems arising from the maximum likelihood approach to image deblurring. Comparisons with the standard expectation maximization algorithm and with other iterative regularization schemes are also reported to show the computational gain provided by the proposed method.
  • A Scaled Gradient Projection Method for Constrained Image Deblurring SBonettini, R Zanella and L Zanni - A class of scaled gradient projection methods for optimization problems with simple constraints is considered. These iterative algorithms can be useful in variational approaches to image deblurring that lead to minimize convex nonlinearfunctions subject to nonnegativity constraints and, in some cases, to an additional °ux conservation constraint. A special gradient projection method is introduced that exploits e®ective scaling strategies and steplength updating rules, appropriately designed for improving the convergence rate. We give convergence results for this scheme and we evaluate its e®ectiveness by means of an extensive computational study on the minimization problems arising from the maximum likelihood approach to image deblurring. Comparisons with the standard expectation maximization algorithm and with other iterative regularization schemes are also reported to show the computational gain provided by the proposed method.
    Discussion - Seems to need camera parameters, so may be a dead end.


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
  • fixed all dead links
Personal tools