PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, May 10, 2022

[FIXED] What are the latest DeBayer/Demosaicing technics

 May 10, 2022     algorithm, image, image-processing     No comments   

Issue

In an effort to improve the image quality I'm getting from a camera I started digging up alternative demosaicing technics. I found out that there are allot of different algorithms but most of them are dated back to 2000. Since more than a decade has passed, I was wondering what are the latest technics around?

Algorithm or source code would be highly appreciated.


Solution

It's not the most recent work, but the results are a good improvement over classic algorithms: http://www.ipol.im/pub/algo/bcms_self_similarity_driven_demosaicking/

And you can explore the site for more algorithms and examples, with online demos and source code (open source licences). It should help you getting started.



Answered By - sansuiso
Answer Checked By - Terry (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing