Skip to content

A Python library for finding optimal binary sequences (encoding codes) in coded exposure deblurring (CED).

License

Notifications You must be signed in to change notification settings

Design-and-Simulation/coded_exposure_code_search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jeweler

A Python module for finding binary sequences optimized for coded aperture.

Goal

Coded aperture is a data-collection strategy whose goal is to make solving an imaging inverse problem easier by intentionally modulating or controlling the light source with a specially designed sequence. Examples of these imaging inverse problems include deblurring, lensless imaging, and depth-of-field recovery. The success of the coded aperture approach depends on the properties of code, however, and finding a code with "optimal properties" remains difficult.

The aim of this library is to assist in quickly checking many equivalence classes of sequences against a metric. The equivalence classes targeted by this library are combinatoric necklaces, bracelets, and Lyndon words because FFT-based metrics of "good properties" should be invariant against a rotation or reversal of the sequence.

References

Karim, S., J. Sawada, Z. Alamgir, and S. M. Husnine. 2013. “Generating Bracelets with Fixed Content.” Theoretical Computer Science 475: 103–12. https://doi.org/10.1016/j.tcs.2012.11.024.

About

A Python library for finding optimal binary sequences (encoding codes) in coded exposure deblurring (CED).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.6%
  • C++ 14.4%
  • MATLAB 8.5%
  • CMake 1.5%