Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSF and lensless data simulator using python-only raytracing #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Julien-Sahli
Copy link
Collaborator

This code is a raytracing PSF simulator that was part of a project on LenslessPiCam:

It is provided as is and likely needs some adaptation to be runnable as it depends on the aforementioned project.

Is is also quite unefficient and serves more as a demonstration purpose, especially since the raytracing is done entirely in python, and that most of the methods in simulator/utils can certainly be replaced by their respective equivalents from common libraries such as opencv or similar.

If you look for a more efficient code, please check this other branch of the repository, proposing a solution based on the excellent mitsuba

@ebezzam
Copy link
Owner

ebezzam commented Jul 5, 2023

@Julien-Sahli thanks! there are lot of data files in this PR 😅 do they and the TXT files need to be there? Or can they be generated by the provided scripts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants