├── Base_Col_3_0.EXR ├── Binomial_Sampling.ipynb ├── Fisher_Info_Sampling.ipynb ├── Normal_3_0.EXR ├── README.md ├── RGBD_3_0.EXR └── Unreal_Instructions.pdf /Base_Col_3_0.EXR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HWQuantum/Simulating-single-photon-detector-array-sensors-for-depth-imaging/2dd4c538543eb306e5208ba4707ed290e289e72f/Base_Col_3_0.EXR -------------------------------------------------------------------------------- /Normal_3_0.EXR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HWQuantum/Simulating-single-photon-detector-array-sensors-for-depth-imaging/2dd4c538543eb306e5208ba4707ed290e289e72f/Normal_3_0.EXR -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Simulating-single-photon-detector-array-sensors-for-depth-imaging 2 | Code related to the publication Simulating single-photon detector array sensors for depth imaging 3 | 4 | The 3 .EXR files are for demonstration purposes and should be used with the provided Python code. The Python code is in the form of JuPyter notebooks and is designed to be GPU accelerated. 5 | A GPU compatible with CuPy is required for this acceleration. 6 | 7 | The .pdf file provides an outline of data capture in Unreal Engine 5. The entire Unreal environment cannot be provided due to limitations on the file size supported by Github. The .pdf file does not cover the installation of Unreal Engine 5. 8 | 9 | For additional assitance please contact j.leach@hw.ac.uk 10 | -------------------------------------------------------------------------------- /RGBD_3_0.EXR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HWQuantum/Simulating-single-photon-detector-array-sensors-for-depth-imaging/2dd4c538543eb306e5208ba4707ed290e289e72f/RGBD_3_0.EXR -------------------------------------------------------------------------------- /Unreal_Instructions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HWQuantum/Simulating-single-photon-detector-array-sensors-for-depth-imaging/2dd4c538543eb306e5208ba4707ed290e289e72f/Unreal_Instructions.pdf --------------------------------------------------------------------------------